Pooladm.conf : No such file or directory


 
Thread Tools Search this Thread
Operating Systems Solaris Pooladm.conf : No such file or directory
# 1  
Old 08-27-2016
Pooladm.conf : No such file or directory

hi, i am trying to run :
Code:
# poolcfg -c 'create pset dbPset_set(uint pset.min=4;uint pset.max=4)'

and i got this error message:
poolcfg: cannot load configuration from /etc/pooladm.conf: No such file or directory

These two services are enable:
svc:/system/pools:default
svc:/system/pools/dynamic:default

Any help is truly appreciated. I am new to Linux/Unix.
Thanks in advance.

Last edited by jim mcnamara; 08-28-2016 at 12:02 AM..
# 2  
Old 08-28-2016
Run pooladm -s first.

Before you do that however, please read how to do all of the steps you need:
Configuring Pools - System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones
# 3  
Old 08-28-2016
Thanks for quick reply
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Configure resolv.conf and nsswitch.conf

Hi, I've installed Solaris 11.3(live media) and configured DNS. Everytime I reboot the server, resolv.conf got deleted and it created a new nsswitch.conf. I used below to configure both settings: # svccfg -s dns/client svc:/network/dns/client> setprop config/nameserver = (xx.xx.xx.aa... (1 Reply)
Discussion started by: flexihopper18
1 Replies

2. Shell Programming and Scripting

Script to update rsyslog.conf and auditd.conf

Hello all, Newbie here. I'm currently tasked with updating rsyslog.conf and auditd.conf on a large set of servers. I know the exact logging configurations that I want to enable. I have updated both files on on a server and hope to use the updated files as a template for the rest of the... (3 Replies)
Discussion started by: Mide
3 Replies

3. Shell Programming and Scripting

perl Compare zone files in directory with what is listed in named.conf

I would really appreciate any assistance that I can get here. I am fairly new to perl. I am trying to rewrite my shell scripts to perl. Currently I have a shell script (using sed, awk, grep, etc) that gets a list of all of the zone files in a directory and then looks in named.conf for what... (0 Replies)
Discussion started by: brianjb
0 Replies

4. Solaris

Changing pooladm configurations

Hi All, I have 22 CPU's associated with a pool, which was created with pooladm. But by mistake somebody made it with pool name - wps-16cpu (I want to rename it to wps-22cpu). Its pset name is wps-16cpu-pset (I want to rename it to wps-22cpu-pset). How do I change it ? Also, can I associate... (3 Replies)
Discussion started by: solaris_1977
3 Replies

5. Solaris

Error: svcs: Pattern 'pooladm.conf' doesn't match any instances

Hi, I got the following errors during zfs resource pool configuration. Please help. Thanks. # svcs *pool* svcs: Pattern 'pooladm.conf' doesn't match any instances STATE STIME FMRI # svcadm enable system/pools:default # svcs *pool* svcs: Pattern 'pooladm.conf' doesn't match any... (4 Replies)
Discussion started by: aixlover
4 Replies

6. UNIX for Advanced & Expert Users

How can i tell which conf file it is using

i have this program running on my solaris and there are two identical config files, i am not sure which one is being used by this program but I am sure it uses one of them. I run lsof -p {pid} but it does not show which config file has been read by this program, what i am doing wrong? thanks (4 Replies)
Discussion started by: fedora
4 Replies

7. Solaris

basic question on sd.conf and lpc.conf file

Hello Guys, Do we need to configure this file only if we add SAN disk or even if we add local disk, do we need to modify? (4 Replies)
Discussion started by: mokkan
4 Replies

8. Solaris

pooladm as different user

I want to run the following as a user other than root: pooladm -e;poolstat -r pset|grep -v "id"|wc -l|awk '{print $1}' When I run it I get: pooladm: insufficient privileges 1 How do I give the user privileges to run it without them having to type in sudo first? (0 Replies)
Discussion started by: darkoth
0 Replies

9. UNIX for Advanced & Expert Users

Any risk in chging /etc/conf/pack.d directory symbolic link?

We are migrating off an unsupported Stratus Continuum Model 418 PA-RISC running FTX 3.3.0. We're trying to hang on as long as possible, but we're down to 2.8% free in /, so need to free up some space until we're ready to migrate our DB. Currently /etc/conf/pack.d is symbolically linked to... (0 Replies)
Discussion started by: kgert
0 Replies

10. UNIX for Advanced & Expert Users

Configuring snmpd.conf and snmptrapd.conf

HI, I want a help for Configuring snmpd.conf and snmptrapd.conf (i.e Configuring SNMP) for receiving TRAPS in my networks. I am using RHEL4.0 OS. Please tell me How I can configure above two files in a proper way and at an advanced level. Especially I am getting... (2 Replies)
Discussion started by: jagdish.machhi@
2 Replies
Login or Register to Ask a Question