OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: jw on May 03, 2011, 01:01:59 PM

Title: What is best way to move data in an application group to another storage set?
Post by: jw on May 03, 2011, 01:01:59 PM
Once the application group is defined to associate with a storage set, it cannot be updated to use a different storage set.

Is there any way to assign a different storage set for the application group (with data loaded already)?

Thanks.
Title: Re: What is best way to move data in an application group to another storage set?
Post by: Alessandro Perucchi on May 03, 2011, 02:18:07 PM
Hello jw,

Depends on what you want exactly, but the answer is yes, you can do it.

BUT it is a manual work, and you need to be extra careful, otherwise you can lose all the links to the data you've already stored.
You need to go directly in the database, change things directly, you need to move data in TSM to the new storage set, etc...

Best regards,
Alessandro
Title: Re: What is best way to move data in an application group to another storage set?
Post by: jw on May 03, 2011, 03:02:08 PM
Thanks Alessandro.

It sounds like to me that if I mess it up, IBM will not provide any support or may be even void any warranty.

Is there any other way that will not cause warranty and support issues from IBM?

What I am thinking  is as follows:
1.  rename the old application group
2.  arsdoc get to retrieve all the data from the renamed application group
3.  copy the definition from the renamed group back into the original application group and then define the new storage set
4.  arsload the retrieved data back into the modified application group.

Will this work?

Thanks very much.
Title: Re: What is best way to move data in an application group to another storage set?
Post by: Justin Derrick on May 05, 2011, 04:35:45 AM
Your process is good.  Depending on the size of the AG, it may take a long time.

-JD.
Title: Re: What is best way to move data in an application group to another storage set?
Post by: jw on May 05, 2011, 01:46:55 PM
Thanks JD.  Will watch out the size of the AG.
Title: Re: What is best way to move data in an application group to another storage set?
Post by: Alessandro Perucchi on May 06, 2011, 06:26:03 AM
Quote from: jw on May 03, 2011, 03:02:08 PM
It sounds like to me that if I mess it up, IBM will not provide any support or may be even void any warranty.

Well not provide any support, that's not true, but probably you will be told by the Support to check with your IBM Sales.
And your IBM Sales will probably give you some contact in IBM services team, or some Business Partners, who could the job.

I am not a lawyer, but concerning voiding any warranty... not at my knowledge.
You will only lose data if you are not careful, and IBM won't be held responsible for that.

Quote from: jw on May 03, 2011, 03:02:08 PM
What I am thinking  is as follows:
1.  rename the old application group
2.  arsdoc get to retrieve all the data from the renamed application group
3.  copy the definition from the renamed group back into the original application group and then define the new storage set
4.  arsload the retrieved data back into the modified application group.

Will this work?

As Justin said, yes, that's the official way to do it :-)

Cheers,
Alessandro
Title: Re: What is best way to move data in an application group to another storage set?
Post by: jw on May 06, 2011, 10:54:56 AM
Thanks Alessandro.

I think I will go with the official way. ;D