If you are looking to move just a selected file system then I would assume
you can substitute the collocation form node to filesystem.
I'm in the process of moving from 1 tapepool to multiple tape pools.
If you are using collocation it's just a matter of using the move data
command.
If you are not using collocation then it is a little more difficult.
You need to find out what tapes the node/filesystem in question is on.
Then create a temporary tape storage pool with collocation turned on.
Then use move data to move filespaces to the temp storage pool.  The last
step will be to move data from the temp storage pool to the final
destination.
Here is the query I used to find the tapes that a node is using:

select distinct volume_name,node_name from -
  volumeusage where node_name = upper('$1') -

  and stgpool_name = upper('$2')

I hope this helps....

------------------------------------
Bruce Kamp
Network Analyst II
Memorial Healthcare System
P: (954) 987-2020 x6008
E: [EMAIL PROTECTED]
------------------------------------

-----Original Message-----
From: MacMurray, Andrea (CC-ETS Ent Storage Svcs)
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 4:37 PM
To: [EMAIL PROTECTED]
Subject: Re: Moving filespaces between Storage Pools

According to Tivoli, this should be available with version 5.1.
Andrea Mac Murray

-----Original Message-----
From: Bill Smoldt [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 2:30 PM
To: [EMAIL PROTECTED]
Subject: Re: Moving filespaces between Storage Pools


Not in this version.

Bill Smoldt

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Marco Bianchi
Sent: Wednesday, February 06, 2002 12:35 PM
To: [EMAIL PROTECTED]
Subject: Moving filespaces between Storage Pools


I've some TSM 4.2.1 nodes to move from one storage pool to another.

I've created a new Policy Domain with a new Storage Pool and I've moved one
node from a PD to the new one, but the data remains on the old storage pool.

There is a way to move only selected filesystem from one STG to another?

Thanx anybody.


==============================================
Marco Bianchi
Area Sistemi - Proge-Software S.r.l.

Via Mentore Maggini 50
00143 Rome - Italy

Tel. +39 06 5042621 - Fax: +39 06 5042676
Mobile: +39 348 3315838 - E-mail: [EMAIL PROTECTED]
==============================================

Reply via email to