vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi there, I attempted to clone a zone on Solaris 10 using this command: # zoneadm -z tst-ha-z1 clone prd-ha-z1 However, the command does not have the clone option: # zoneadm -z tst-ha-z1 clone prd-ha-z1 usage: zoneadm help zoneadm [-z <zone>] list zoneadm -z <zone> <subcommand> Subcommands: help boot [-s] halt ready reboot list [-cipv] verify install uninstall [-F] uname -a SunOS prd-ha-g1 5.10 Generic_118833-36 sun4u sparc SUNW,Netra-T12 I thought that zoneadm was used for cloning zones, and all the examples I have read refer to this. Does someone know what is wrong, and is there another way to do this? Regards, s |
| |||
| awl9w0hv5fuexg1@mail.htl22.at wrote: > Hi there, > I attempted to clone a zone on Solaris 10 using this command: > # zoneadm -z tst-ha-z1 clone prd-ha-z1 > Which is the source and which is the clone? zoneadm -z cloneZone clone sourceZone. -- Ian Collins. |
| |||
| On May 6, 10:26*am, Ian Collins <ian-n...@hotmail.com> wrote: > awl9w0hv5fue...@mail.htl22.at wrote: > > Hi there, > > * I attempted to clone a zone on Solaris 10 using this command: > > *# zoneadm -z tst-ha-z1 clone prd-ha-z1 > > Which is the source and which is the clone? > > zoneadm -z cloneZone clone sourceZone. > > -- > Ian Collins. zoneadm -z tst-ha-z1 clone prd-ha-z1 tst-ha-z1= clone prd-ha-z1 = source |
| |||
| On May 6, 2:20 am, "awl9w0hv5fue...@mail.htl22.at" <awl9w0hv5fue...@mail.htl22.at> wrote: > Hi there, > I attempted to clone a zone on Solaris 10 using this command: > # zoneadm -z tst-ha-z1 clone prd-ha-z1 > > However, the command does not have the clone option: > # zoneadm -z tst-ha-z1 clone prd-ha-z1 > usage: zoneadm help > zoneadm [-z <zone>] list > zoneadm -z <zone> <subcommand> > > Subcommands: > > help > boot [-s] > halt > ready > reboot > list [-cipv] > verify > install > uninstall [-F] > > uname -a > SunOS prd-ha-g1 5.10 Generic_118833-36 sun4u sparc SUNW,Netra-T12 > > I thought that zoneadm was used for cloning zones, and all the > examples I have read refer to this. Does someone know what is wrong, > and is there another way to do this? > > Regards, s Which version of Solaris 10 are you using, I believe the clone option was added in Update 3 (11/06) |
| |||
| On May 6, 6:19*pm, "tim.w...@Inklingresearch.com" <tim.w...@gmail.com> wrote: > On May 6, 2:20 am, "awl9w0hv5fue...@mail.htl22.at" > > > > <awl9w0hv5fue...@mail.htl22.at> wrote: > > Hi there, > > * I attempted to clone a zone on Solaris 10 using this command: > > *# zoneadm -z tst-ha-z1 clone prd-ha-z1 > > > However, the command does not have the clone option: > > # zoneadm -z tst-ha-z1 clone prd-ha-z1 > > usage: *zoneadm help > > * * * * zoneadm [-z <zone>] list > > * * * * zoneadm -z <zone> <subcommand> > > > Subcommands: > > > help > > boot [-s] > > halt > > ready > > reboot > > list [-cipv] > > verify > > install > > uninstall [-F] > > > *uname -a > > SunOS prd-ha-g1 5.10 Generic_118833-36 sun4u sparc SUNW,Netra-T12 > > > I thought that zoneadm was used for cloning zones, and all the > > examples I have read refer to this. Does someone know what is wrong, > > and is there another way to do this? > > > Regards, s > > Which version of Solaris 10 are you using, I believe the clone option > was added in Update 3 (11/06) As I wrote in the first post in this thread: SunOS prd-ha-g1 5.10 Generic_118833-36 sun4u sparc SUNW,Netra-T12 |
| ||||
| awl9w0hv5fuexg1@mail.htl22.at schrieb: >> Which version of Solaris 10 are you using, I believe the clone option >> was added in Update 3 (11/06) > > As I wrote in the first post in this thread: > SunOS prd-ha-g1 5.10 Generic_118833-36 sun4u sparc SUNW,Netra-T12 that shows the patchlevel. /etc/release contains the installed Version. Some feature are only available by upgrade not patches. WOlfgang |