This post is more than 5 years old
1 Rookie
•
82 Posts
0
794
January 11th, 2011 06:00
a host decomm. procedure on vmax
Hi - few doubts on decomm. procedure,
Basically i'm planning to decomm a server and it has 5 gk's & 5 meta devs.
so if i run below command will dev's in the SG will automatically umap? and all we need to del IG.
# symaccess delete view -name Host_view -sid 54 -unmap –nop
or do we need to run below commands
# symaccess delete view -name Host_view -sid 54
# symaccess delete -name Host_init -type initiator -sid 54 -force –nop
# symaccess delete -name Host_stor -type storage -sid 54 -force –nop
#[well here i dont want to delete PG as it is involved in other MV's]
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
January 11th, 2011 09:00
symaccess delete view -name Host_view -sid 54 -unmap –nop
symaccess delete -name Host_init -type initiator -sid 54 -force –nop
symaccess delete -name Host_stor -type storage -sid 54 -force –nop
when you delete the view with -unmap option, devices get unmapped but the initiator group and storage group are still there so you need to delete them as well.
tk.venu --please don't forget to mark your questions as answered as it helps other forum member locate information.
Thanks
tk_venu
1 Rookie
•
82 Posts
0
January 12th, 2011 03:00
thx, Dynamox, perfect info.
anway i have also chnaged the mode of this request as answered.