Hello, First, happy new year for any reader of this post.
I have a V890 server connected to 2 Sun StorEdge 3510 storages. My users ask me to increase the /sauvebase file-system and I have no space left on 1 of my 2 3510, so I mirror d1002 soft partition on a new biggest d1502 soft partiton on the other storage. After that, I umount/remount the FS and it work fine except that I discover that zone configuration has not be updated. So the question is : What is the good method to update the name of the /sauvebase soft partition name in the zone configuration. Thank's for your reply. Regards. # zonecfg -z zy91 export create -b set zonepath=/export/zones/dev/zy91 set autoboot=true add inherit-pkg-dir set dir=/lib end add inherit-pkg-dir set dir=/platform end add inherit-pkg-dir set dir=/sbin end add inherit-pkg-dir set dir=/usr end add fs set dir=/appli set special=/dev/md/dsk/d1000 set raw=/dev/md/rdsk/d1000 set type=ufs end add fs set dir=/logiciels set special=/dev/md/dsk/d1001 set raw=/dev/md/rdsk/d1001 set type=ufs end add fs set dir=/sauvebase set special=/dev/md/dsk/d1002 set raw=/dev/md/rdsk/d1002 set type=ufs end add net set address=192.x.y.z/24 set physical=ce0 end # This message posted from opensolaris.org _______________________________________________ zones-discuss mailing list [email protected]
