Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
System Administration Commandspooladm(1M)


NAME

 pooladm - activate and deactivate the resource pools facility

SYNOPSIS

 /usr/sbin/pooladm [-n] [-c [filename] | -x]

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.

OPTIONS

 

The following options are supported:

-c
Instantiate the configuration at the given location. If a filename is not specified, it defaults to /etc/pooladm.conf.
-n
Validate the configuration without actually updating the current active files.
-x
Remove the currently active pool configuration. Destroy all defined resources, and return all formerly partitioned components to their default resources.

OPERANDS

 

The following operands are supported:

filename
Use the configuration contained within this file.

EXAMPLES

 Example 1. Instantiating a Configuration
 

The following command instantiates the configuration contained at /home/admin/newconfig:

 
example# /usr/sbin/pooladm -c /home/admin/newconfig
Example 2. Validating the Configuration Without Instantiating It
 

The following command attempts to instantiate the configuration contained at /home/admin/newconfig. It displays any error conditions that it encounters, but does not actually modify the active configuration.

 
example# /usr/sbin/pooladm -n -c /home/admin/newconfig
Example 3. Removing the Current Configuration
 

The following command removes the current pool configuration:

 
example# /usr/sbin/pooladm -x

FILES

 
/etc/pooladm.conf

ATTRIBUTES

 

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWpool
Interface Stability Invocation Output Evolving Unstable

SEE ALSO

 

poolcfg(1M), poolbind(1M), libpool(3LIB), attributes(5),

System Administration Guide: Resource Management and Network Services

NOTES

 

Resource bindings that are not presented in the form of a binding to a partitionable resource, such as the scheduling class, are not necessarily be modified in a pooladm -x operation.


SunOS 5.9Go To TopLast Changed 20 Nov 2001

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.