Adding a new shared disk to a running Solaris system, is easy, just add the device, and wait few secs for the OS to recognize it.
After that step, we need the cluster to be aware of the new added disk, and create a new DID device, just run: "cldevice refresh" and then you will be able to see it in "cldevice list -v"
1 comment:
You might also use:
cldevice populate
to get the newly presented shared disks to the cluster devices list ;-)
Post a Comment