You are going to be using the "storage adapter" command to disable and re-enable all the adapters.
If you want to do this live, you have to be careful of the four paths.
For instance, if your multipath paths are:
Node 1
0a/1c
Node 2
0a/1c
I would do something like this:
Node 1> storage adapter disable 0a
Node 2> storage adapter disable 0a (provided it the same path as node1)
--> basically, we want to shut down the entire path from both heads
--> i.e. shelf 1 top ESH4 module and shelf 2 top ESH module
--> re-cable the link attached to 0a including the new shelves, daisy-chaining as needed.
Node 1> storage adapter enable 0a
Node 2> storage adapter enable 0a
The system should pick up the new disks and will complain about not being multipath-HA
Repeat the process for the other path.
Node 1> storage adapter disable 1c
Node 2> storage adapter disable 1c (provided it the same path as node1)
--> i.e. shelf 1 bottom ESH4 module and shelf 2 bottom ESH module
--> re-cable the link attached to 1c including the new shelves, daisy-chaining as needed.
The system should pick up the new disk paths and should verify multipath-ha
not sure this is supported, but in my head it should work ;)