Assign or Adding New Raw Disk at Non-Global Zone Without Reboot
I have a Global Zone running with Solaris 11 and non-global zones running with Solaris 10 and Solaris 11.Constantly I need assign new disks for the ASM instance running on the different non-global zones.
Actually I assign the new disk in this way:
- - ' - - - - ' - - - - ' - - - - ' - - - - ' - - - - ' - - - - ' - - - - ' - -
# zonecfg -z zonename
> add device
> set match=/dev/rdsk/cxtxdxsx
> end
> verify
> commit
> exit
# zoneadm -z zonename reboot
- - ' - - - - ' - - - - ' - - - - ' - - - - ' - - - - ' - - - - ' - - - - ' - -
0