OnDemand User Group

Support Forums => iSeries => Topic started by: rajesh_400 on January 10, 2019, 06:43:13 PM

Title: script to update storage set
Post by: rajesh_400 on January 10, 2019, 06:43:13 PM
Hello Everyone,

As a part of our ondemand storage migration, we are planning to change the storage of App groups. Since there are lot of application groups, does anyone has gone through this problem?Please post if this can be done any script?

Thanks you!
Title: Re: script to update storage set
Post by: jsquizz on January 16, 2019, 09:13:33 AM
Are you exporting these app groups to a new server?

If so - try exporting with the checkbox "no storage set" checked

use ARSXML to update the app group settings.
Title: Re: script to update storage set
Post by: rajesh_400 on February 13, 2019, 11:28:27 AM
Thanks jsquizz, I am not exporting to a new server. I just have to update the app group with new storage set
Title: Re: script to update storage set
Post by: jsquizz on February 13, 2019, 12:56:47 PM
Thanks jsquizz, I am not exporting to a new server. I just have to update the app group with new storage set

Try this- I just did this last week..

Modify your storage set.
Add a new storage node
Select your *primaryNode, uncheck "load data"
Select your new node, check "load data"

You should be set..it worked for me...I was able to retrieve data from both nodes.
Title: Re: script to update storage set
Post by: Alessandro Perucchi on February 16, 2019, 03:13:34 AM
Thanks jsquizz, I am not exporting to a new server. I just have to update the app group with new storage set

Try this- I just did this last week..

Modify your storage set.
Add a new storage node
Select your *primaryNode, uncheck "load data"
Select your new node, check "load data"

You should be set..it worked for me...I was able to retrieve data from both nodes.


I agree with jsquizz, that's the way to do it.

Title: Re: script to update storage set
Post by: rajesh_400 on February 20, 2019, 08:54:52 AM
Thank you guys. Will try now
Title: Re: script to update storage set
Post by: rajesh_400 on February 20, 2019, 10:53:27 AM
Since we are trying to move from TSM to IASP , the TSM storage sets are in TSM servers, where as the IASP storage sets were in iSeries. So, we cannot do the above option.

Currently, we are planning to change the storage sets by logging to OnDemand Admin ->update the application group(to something like Appgrp_old), copy the Appgrp_old to new Appgrp -> select the new IASP storage set and change all the applications attached to the new app group .

lot of manual work!! Please help
Title: Re: script to update storage set
Post by: jsquizz on February 20, 2019, 11:18:29 AM
Since we are trying to move from TSM to IASP , the TSM storage sets are in TSM servers, where as the IASP storage sets were in iSeries. So, we cannot do the above option.

Currently, we are planning to change the storage sets by logging to OnDemand Admin ->update the application group(to something like Appgrp_old), copy the Appgrp_old to new Appgrp -> select the new IASP storage set and change all the applications attached to the new app group .

lot of manual work!! Please help

ARSXML is your friend here if you are going down the route of versioning the old app groups and adding new. you could export all your app groups as a batch, and then edit each storage set to your needs.
Title: Re: script to update storage set
Post by: rajesh_400 on February 21, 2019, 10:06:31 AM
Thank you so much for prompt reply jsquizz