Problem with pool Service


 
Thread Tools Search this Thread
Operating Systems Solaris Problem with pool Service
# 1  
Old 01-24-2010
Problem with pool Service

hi all,
i am trying to enable pool service
but i recive this message
Code:
-bash-3.00# pooladm
pooladm: couldn't open pools state file: Facility is not active


Code:
-bash-3.00# pooladm -e
svcadm: Instance "svc:/system/pools:default" is in maintenance state.
pooladm: cannot enable pools: Error 0

Code:
-bash-3.00# svcs -a | grep -i pool
offline        11:52:23 svc:/system/pools/dynamic:default
maintenance    11:53:13 svc:/system/pools:default

what can i do to solve this problem
# 2  
Old 01-24-2010
how does your pool configfile look? without a configuration the pool service won't start.

from pooladm manpage:
Code:
DESCRIPTION

     The pooladm command provides  administrative  operations  on
     pools  and  sets.  pooladm  reads the specified filename and
     attempts to activate the pool configuration contained in it.

     Before updating the  current  pool  run-time  configuration,
     pooladm validates the configuration for correctness.

     Without options, pooladm  prints  out  the  current  running
     pools configuration.

# 3  
Old 01-28-2010
hi DukeNuke
i didn't make any configuration for pooladm
i just # pooladm -e to enable the service
to start configuration
# 4  
Old 01-28-2010
Code:
svcs -l svc:/system/pools:default

should give you more info. However, just as DukeNuke2 have said - check the configuration.
# 5  
Old 01-28-2010
Quote:
Originally Posted by corvinusbsd
hi DukeNuke
i didn't make any configuration for pooladm
i just # pooladm -e to enable the service
to start configuration
as i said earlier... no config, no pool service. why should the service be running if there isn't a config for that?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Problem with service monitoring

This morning we had an activity on our Nagios server, whereby we inserted new disks into the server, and rebooted the server. The disk implementation failed, therefore we had to revoke the changes, and rebooted the server once again. The server was up and running at 6:00 am this morning.... (2 Replies)
Discussion started by: anaigini45
2 Replies

2. Solaris

Solaris Finger Service Problem

I have been instructed to disable the finger service for our Solaris 10 box. However when I input #svcadm disable finger I receive: "svcadm: Pattern 'finger' does not match any instances. I have also tried to edit the inetd config file and comment out the finger part but Solaris has basically... (14 Replies)
Discussion started by: mvhoward
14 Replies

3. UNIX for Dummies Questions & Answers

thread pool problem

hello everyone. I want to implement a thread pool, with 10 threads most. Inside main,I call a function (lets say it foo) wich creates (if it is needed) or uses an existing thread from the pool and sends it to do a job.My problem is that I dont know how to pass the argument from the main to the... (2 Replies)
Discussion started by: garag11
2 Replies

4. UNIX for Dummies Questions & Answers

Problem tring to enable smtp service

People I'm trying to enable de smtp services of a solaris 10 and i get this sendmail: daemon MTA-v4: problem creating SMTP socket sendmail: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA-v4: server SMTP socket wedged: exiting Anyone Knows what is bad? Thank for your time ... (1 Reply)
Discussion started by: enkei17
1 Replies

5. UNIX for Dummies Questions & Answers

Problem with the SSH & Telnet Service

Hi gurus of Unix, I am newby in Unix, I need to Know the following. How I know if SSH & Telnet service is UP in Solaris? Please I appreciate your answer Regard Andres (2 Replies)
Discussion started by: andresguillen
2 Replies

6. Infrastructure Monitoring

zfs - migrate from pool to pool

Here are the details. cnjr-opennms>root$ zfs list NAME USED AVAIL REFER MOUNTPOINT openpool 20.6G 46.3G 35.5K /openpool openpool/ROOT 15.4G 46.3G 18K legacy openpool/ROOT/rds 15.4G 46.3G 15.3G / openpool/ROOT/rds/var 102M ... (3 Replies)
Discussion started by: pupp
3 Replies

7. AIX

HMC & Processor Pool problem

Hi, I am having problem allocating all my processors -- 6 processors -- to sharedpool1 I have 6 processors and I want my lpars to share all these 6 processors. DefaultPool can't be edited. I edit my Sharedpool1 as follows Reserved:0 Max Processors: 6 In my lpar profile: Min: 1... (1 Reply)
Discussion started by: filosophizer
1 Replies

8. Linux

Service smartd Problem

Hi guys, please help me out my smartd service is not being up. $ sudo /sbin/service smartd restart Shutting down smartd: Starting smartd: $ Take a look of /etc/smartd.conf /dev/sda -H -m... (1 Reply)
Discussion started by: daya.pandit
1 Replies

9. AIX

Service starting Problem

Dear All, When i am start the service netd i am facing the problem 0513-015 The inetd Subsystem could not be started Please check subsystem resources and try again later. please suggest me. It is urgent (1 Reply)
Discussion started by: pernasivam
1 Replies
Login or Register to Ask a Question