Well. Assuming that you have a Sun-OEM HBA with the ledville driver stack on it (You should install the SUNWsan packages), you can dynamically reconfigure your disks with no sd.conf modifications.
The procedure I've used is the following:
first, find the controller number of your HBA using cfgadm -al . The controller is one of c1,c2...cN
Rescan your HBA using cfgadm, eg;
cfgadm -c configure cN
Then run devfsadm -C to create the devicenodes for your (hopefully) newly discovered targets.
Run format to verify that the new disks show up in the list - you'll see an instance of each disk per controller target on the EMC (typically 2-8, depending how many controllers you have on the EMC and locally)
If you can see the disks in format you could start using them already, however I assume that you're using powerpath to handle multipathing/failovers, in which case you should also update your emcpower devices. This is achieved as follows:
- Run /etc/powercf -q and /etc/powermt check (to clear out any dead paths to removed devices)
- Run /etc/powermt config to discover any new devices
- Run /etc/powermt display dev=all and verify that you now have a new emcpower device that points to the LUN ID you configured on the EMC.
Partition the disk in format using the emcpowerNa device, ditto for DiskSuite.
Sorry if this is redundant info, hope it may help someone
