script to update storage set

Previous topic - Next topic

rajesh_400

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!

jsquizz

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.
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

rajesh_400

Thanks jsquizz, I am not exporting to a new server. I just have to update the app group with new storage set

jsquizz

Quote from: rajesh_400 on February 13, 2019, 06:28:27 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.
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

Alessandro Perucchi

Quote from: jsquizz on February 13, 2019, 07:56:47 PM
Quote from: rajesh_400 on February 13, 2019, 06:28:27 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.


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

Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

rajesh_400


rajesh_400

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

jsquizz

Quote from: rajesh_400 on February 20, 2019, 05:53:27 PM
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.
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

rajesh_400

Thank you so much for prompt reply jsquizz