Hi, 
I have a problem about "poolbind" on Solaris 10 .

I have created some  pools  and want to bind some projects  to  the pools. .

I use poolcfg and pooladm to create the pool.

I got 

bash-3.00$ pooladm

system default
        string  system.comment
        int     system.version 1
        boolean system.bind-default true
        string  system.poold.objectives wt-load

        pool poolcpuname3
                int     pool.sys_id 5
                boolean pool.active true
                boolean pool.default false
                int     pool.importance 1
                string  pool.comment
                pset    poolset3

        pool poolcpuname2
                int     pool.sys_id 4
                boolean pool.active true
                boolean pool.default false
                int     pool.importance 1
                string  pool.comment
                pset    poolset2


        pool poolcpuname

                int     pool.sys_id 3

                boolean pool.active true

                boolean pool.default false

                int     pool.importance 1

                string  pool.comment

                pset    poolset1



pset poolset1
                int     pset.sys_id 1
                boolean pset.default false
                uint    pset.min 1
                uint    pset.max 8
                string  pset.units population
                uint    pset.load 0
                uint    pset.size 6
                string  pset.comment

                cpu
                        int     cpu.sys_id 35
                        string  cpu.comment
                        string  cpu.status on-line

                cpu
                        int     cpu.sys_id 28
                        string  cpu.comment
                        string  cpu.status on-line

                cpu
                        int     cpu.sys_id 31
                        string  cpu.comment
                        string  cpu.status on-line

                cpu
                        int     cpu.sys_id 30
                        string  cpu.comment
                        string  cpu.status on-line

                cpu
                        int     cpu.sys_id 27
                        string  cpu.comment
                        string  cpu.status on-line

                cpu
                        int     cpu.sys_id 26
                        string  cpu.comment
                        string  cpu.status on-line


And then, i have set up a project : 

bash-3.00$ projects -l

 thermalcpu
 projid : 111
 comment: "CPU thermal  Project"
 users  : myname
 groups : mygroup
 attribs: process.max-file-size=(priv,52428800,deny)
 rcap.max-rss=10737418240
 task.max-lwps=(priv,100,deny)

as a root user, I got:

# poolbind -p poolcpuname -i projid 111
 poolbind: binding projid 111 to pool 'poolcpuname': No such process

 Does it mean that I need to make the project 111 to be a process ?

 thanks

 May. 9  2008







 
_________________________________________________________________
Stay in touch when you're away with Windows Live Messenger.
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_messenger_052008
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to