SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
delete node data from copy stg pool
Author Message
Post delete node data from copy stg pool 
Can one delete node data from a copy pool, I have 2 copy pools

with node A in 2 of them and only want it in one.



Thanks,



Tim Brown
Supervisor Computer Operations

Central Hudson Gas & Electric
284 South Ave
Poughkeepsie, NY 12601
Email: <mailto:tbrown < at > cenhud.com> tbrown < at > cenhud.com << <mailto:tbrown < at > cenhud.com> mailto:tbrown < at > cenhud.com>>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255




"This message contains confidential information and is only for the intended recipient. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please notify the sender immediately by replying to this note and deleting all copies and attachments."

Post delete node data from copy stg pool 
Yes, but it isn't necessarily a straight forward process.

The tool we use is DELETE VOLUME (volume_name) DISCARDDATA=YES, BUT, and that can be a big obstacle, we only want to delete data that belongs to the pertinent node on the volumes.

To accomplish this, we have set up our copy pools and nodes in collocation groups and, when we want to segregate a node, we set them up in a separate group.

Then we can do a move data on the volumes that contain the pertinent node information so that we can do a DELETE VOLUME on the new volumes created for that node.

If anyone has a favorite way of doing this, or if TSM would like to create a DELETE NODEDATA with a COPYPOOL option command, or update the DELETE FILESPACE command to allow specifying a copy pool, it would be a LOT easier to accomplish this.

Bob.



-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Tim Brown
Sent: Wednesday, March 28, 2012 1:19 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] delete node data from copy stg pool

Can one delete node data from a copy pool, I have 2 copy pools

with node A in 2 of them and only want it in one.



Thanks,



Tim Brown
Supervisor Computer Operations

Central Hudson Gas & Electric
284 South Ave
Poughkeepsie, NY 12601
Email: <mailto:tbrown < at > cenhud.com> tbrown < at > cenhud.com << <mailto:tbrown < at > cenhud.com> mailto:tbrown < at > cenhud.com>>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255




"This message contains confidential information and is only for the intended recipient. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please notify the sender immediately by replying to this note and deleting all copies and attachments."
This electronic transmission and any documents accompanying this electronic transmission contain confidential information belonging to the sender. This information may be legally privileged. The information is intended only for the use of the individual or entity named above. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or the taking of any action in reliance on or regarding the contents of this electronically transmitted information is strictly prohibited.

Post delete node data from copy stg pool 
The command "move nodedata fromstgpool=tape_pool1 tostgpool=tape_pool2"
might be what you want.

Syntax

.-,---------.
V |
-MOVe NODEdata--+---node_name-+--------------+---------------->
'-COLLOCGroup--=--group_name-'

--FROMstgpool--=--source_pool_name----------------------------->

--+-------------------------------------+---------------------->
'-TOstgpool--=--destination_pool_name-'


--
George Huebschman
Cell 410 522-8581

"When you have a choice, spend money where you would prefer to work if you
had NO choice."

Post delete node data from copy stg pool 
Hi,

you can use sql commands to select IDs and then delete objetcs you want.


Wojtek

--
Wojciech Zukowski
Gdansk, PL




W dniu 28.03.2012 20:18, Tim Brown pisze:
Can one delete node data from a copy pool, I have 2 copy pools

with node A in 2 of them and only want it in one.



Thanks,



Tim Brown
Supervisor Computer Operations

Central Hudson Gas& Electric
284 South Ave
Poughkeepsie, NY 12601
Email:<mailto:tbrown < at > cenhud.com> tbrown < at > cenhud.com<< <mailto:tbrown < at > cenhud.com> mailto:tbrown < at > cenhud.com>>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255




"This message contains confidential information and is only for the intended recipient. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please notify the sender immediately by replying to this note and deleting all copies and attachments."

Post delete node data from copy stg pool 
Not directly. You can delete (at your own risk) the copy volumes with the unwanted node. The next backup storage pool will "recopy" the other data that was deleted.
We have done this when nodes have been moved between pools.

Andy Huebner

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Tim Brown
Sent: Wednesday, March 28, 2012 1:19 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] delete node data from copy stg pool

Can one delete node data from a copy pool, I have 2 copy pools

with node A in 2 of them and only want it in one.



Thanks,



Tim Brown
Supervisor Computer Operations

Central Hudson Gas & Electric
284 South Ave
Poughkeepsie, NY 12601
Email: <mailto:tbrown < at > cenhud.com> tbrown < at > cenhud.com << <mailto:tbrown < at > cenhud.com> mailto:tbrown < at > cenhud.com>>
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255




"This message contains confidential information and is only for the intended recipient. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please notify the sender immediately by replying to this note and deleting all copies and attachments."

This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.

Thank you.

Post delete node data from copy stg pool 
This works for copy pools, but requires that you bring the tapes onsite...not always an option if you need your DR media offsite.

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of George Huebschman
Sent: Wednesday, March 28, 2012 2:09 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: Re: [ADSM-L] delete node data from copy stg pool

The command "move nodedata fromstgpool=tape_pool1 tostgpool=tape_pool2"
might be what you want.

Syntax

.-,---------.
V |
-MOVe NODEdata--+---node_name-+--------------+---------------->
'-COLLOCGroup--=--group_name-'

--FROMstgpool--=--source_pool_name----------------------------->

--+-------------------------------------+---------------------->
'-TOstgpool--=--destination_pool_name-'


--
George Huebschman
Cell 410 522-8581

"When you have a choice, spend money where you would prefer to work if you
had NO choice."
This electronic transmission and any documents accompanying this electronic transmission contain confidential information belonging to the sender. This information may be legally privileged. The information is intended only for the use of the individual or entity named above. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or the taking of any action in reliance on or regarding the contents of this electronically transmitted information is strictly prohibited.

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB