[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-discuss mailing list
zones-discuss@opensolaris.org


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 techie...@gmail.com 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.

Are [dynamic] pools enabled?

# svcs -a | grep pools

What is the current CPU configuration?

# poolstat


--JeffV
___
zones-discuss mailing list
zones-discuss@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.units population
uintpset.load 0
uintpset.size 8
string  pset.comment


Thank you 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
___
zones-discuss mailing list
zones-discuss@opensolaris.org