Re: [zones-discuss] Zone stuck in shutting down state.

2009-10-08 Thread Ketan
never mind i forcefully unmounted my zfs file system (dataset ) from the zone and it started running again. -- This message posted from opensolaris.org ___ zones-discuss mailing list zones-discuss@opensolaris.org

[zones-discuss] Zone stuck in shutting down state.

2009-10-08 Thread Ketan
One of my zone got stuck while rebooting in shutting down state. I tried following 1. Halt the zone with zoneadm -z zone1 halt 2. kill zoneadmd process for that zone and halt the zone but none helped me. How can i shut it down and restart it ? -- This message posted from opensolaris.org ___

Re: [zones-discuss] unable to move processors in pset

2009-10-08 Thread Ketan
Thanks for the help pset max was at 8 changed it and was able to move 8 processors to the pset .. pset pset-app int pset.sys_id 1 boolean pset.default false uintpset.min 8 uintpset.max 8 string pset.un

Re: [zones-discuss] unable to move processors in pset

2009-10-08 Thread Jeff Victor
On Thu, Oct 8, 2009 at 1:08 PM, Ketan wrote: > bash-3.00# poolcfg -d -c 'transfer 8 from pset pset_default to pset-app' > poolcfg: cannot transfer 8 from pset_default to pset-app: Invalid > configuration > bash-3.00# >  why i 'm getting this error ? Probably pset-app is already at its maximum.

Re: [zones-discuss] unable to move processors in pset

2009-10-08 Thread Gary Pennington
On Thu, Oct 08, 2009 at 10:08:32AM -0700, Ketan wrote: > bash-3.00# poolcfg -d -c 'transfer 8 from pset pset_default to pset-app' > poolcfg: cannot transfer 8 from pset_default to pset-app: Invalid > configuration > bash-3.00# > why i 'm getting this error ? There's quite a few possible reasons

[zones-discuss] unable to move processors in pset

2009-10-08 Thread Ketan
bash-3.00# poolcfg -d -c 'transfer 8 from pset pset_default to pset-app' poolcfg: cannot transfer 8 from pset_default to pset-app: Invalid configuration bash-3.00# why i 'm getting this error ? -- This message posted from opensolaris.org ___ zones-discu