Hi, I''ve got some issues with my 5-disk SATA stack using two controllers. Some of the ports are acting strangely, so I''d like to play around and change which ports the disks are connected to. This means that I need to bring down the pool, swap some connections and then bring the pool back up. I may have to repeat this several times. I just wanted to clarify the steps needed to do this so I don''t lose everything. Thanks, Gary This message posted from opensolaris.org
Run "cfgadm" to see what ports are recognized as hotswappable. Run "cfgadm -cunconfigure portname" and then make sure it''s logically disconnected with "cfgadm", then pull the disk and put it in another port. Then run "cfgadm -cconfigure newport" and it''ll be ready to be imported again. Will