This post is more than 5 years old
5 Posts
0
5232
June 14th, 2012 02:00
Renaming storage group in vmax
I have an existing server/Masking view I want to rename its Storage Group, I got the command to do so but not sure if we can do it online as this masking view is having our SAP server I am a bit worried.
symaccess -sid 1234 -type storage -name Host1 rename -new_name Host2
Rename the Storage Gorup Host1 as Host2
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
June 14th, 2012 04:00
i've renamed mine without any issues (storage group and initiator group)
dynamox
9 Legend
•
20.4K Posts
1
July 18th, 2013 05:00
sure, you can rename it on the fly without any downtime
symaccess -sid 123 rename view -name mvc_old -new_name mvc_new
Saul_K
31 Posts
0
July 18th, 2013 05:00
dynamox : Can we have an option to rename masking view also without any downtime ( i mean renaming the view that holds sg,pg and ig)?
Saul_K
31 Posts
0
July 18th, 2013 06:00
Thanks Dynamox