Friday, May 23, 2008

how to move a zone on solaris

If you want to move a zone to another disk or partition, you can use the "move" option of zoneadm command.

first, you have to halt the zone.

# zoneadm -z zonename halt

now you can move it;

# zoneadm -z zonename move /new/partition/directory


http://docs.sun.com/app/docs/doc/819-2450/gcgnc?a=view

No comments: