Document Information 
Preface 
Solaris Virtualization Product Overview 
Part I Resource Management 
1.  Introduction to Solaris Resource Management 
2.  Projects and Tasks (Overview) 
3.  Administering Projects and Tasks 
4.  Extended Accounting (Overview) 
5.  Administering Extended Accounting (Tasks) 
6.  Resource Controls (Overview) 
7.  Administering Resource Controls (Tasks) 
8.  Fair Share Scheduler (Overview) 
9.  Administering the Fair Share Scheduler (Tasks) 
10.  Physical Memory Control Using the Resource Capping Daemon (Overview) 
11.  Administering the Resource Capping Daemon (Tasks) 
12.  Resource Pools (Overview) 
Introduction to Resource Pools 
Introduction to Dynamic Resource Pools 
About Enabling and Disabling Resource Pools and Dynamic Resource Pools 
Resource Pools Used in Zones 
When to Use Pools 
Resource Pools Framework 
Implementing Pools on a System 
project.pool Attribute 
SPARC: Dynamic Reconfiguration Operations and Resource Pools 
Creating Pools Configurations 
Directly Manipulating the Dynamic Configuration 
poold Overview 
Managing Dynamic Resource Pools 
Configuration Constraints and Objectives 
poold Features That Can Be Configured 
How Dynamic Resource Allocation Works 
Using poolstat to Monitor the Pools Facility and Resource Utilization 
13.  Creating and Administering Resource Pools (Tasks) 
14.  Resource Management Configuration Example 
15.  Resource Control Functionality in the Solaris Management Console 
Part II Zones 
16.  Introduction to Solaris Zones 
17.  Non-Global Zone Configuration (Overview) 
18.  Planning and Configuring Non-Global Zones (Tasks) 
19.  About Installing, Halting, Cloning, and Uninstalling Non-Global Zones (Overview) 
20.  Installing, Booting, Halting, Uninstalling,  and Cloning Non-Global Zones (Tasks) 
21.  Non-Global Zone Login (Overview) 
22.  Logging In to Non-Global Zones (Tasks) 
23.  Moving and Migrating Non-Global Zones (Tasks) 
24.  About Packages and Patches on a Solaris System With Zones Installed (Overview) 
25.  Adding and Removing Packages and Patches on a Solaris System With Zones Installed (Tasks) 
26.  Solaris Zones Administration (Overview) 
27.  Administering Solaris Zones (Tasks) 
28.  Troubleshooting Miscellaneous Solaris Zones Problems 
Part III Branded Zones 
29.  About Branded Zones and the Linux Branded Zone 
30.  Planning the lx Branded Zone Configuration (Overview) 
31.  Configuring the lx Branded Zone (Tasks) 
32.  About Installing, Booting, Halting, Cloning, and Uninstalling lx Branded Zones (Overview) 
33.  Installing, Booting, Halting, Uninstalling and Cloning lx Branded Zones (Tasks) 
34.  Logging In to lx Branded Zones (Tasks) 
35.  Moving and Migrating lx Branded Zones (Tasks) 
36.  Administering and Running Applications in lx Branded Zones (Tasks) 
Part IV Sun xVM 
37.  Sun xVM Hypervisor System Requirements 
38.  Booting and Running the Sun xVM Hypervisor 
39.  Xvnc 
40.  Using virt-install to Install a Domain 
41.  xVM System Administration 
42.  Troubleshooting Miscellaneous Sun xVM Problems 
Glossary 
Index 
 | 
      
	       	 
             
Commands Used With the Resource Pools Facility
The commands described in the following table provide the primary administrative interface to
the pools facility. For information on using these commands on a system that
has zones enabled, see Resource Pools Used in Zones. Man Page Reference  | 
Description  | 
 
pooladm(1M)  | 
Enables or disables the pools facility
on your system. Activates a particular configuration or removes the current configuration and
returns associated resources to their default status. If run without options, pooladm prints out
the current dynamic pools configuration.  | 
 
poolbind(1M)  | 
Enables the manual binding of projects, tasks, and
processes to a resource pool.  | 
 
poolcfg(1M)  | 
Provides configuration operations on pools and sets. Configurations created using
this tool are instantiated on a target host by using pooladm. If run
with the info subcommand argument to the -c option, poolcfg displays information
about the static configuration at /etc/pooladm.conf. If a file name argument is added, this
command displays information about the static configuration held in the named file. For
example, poolcfg -c info /tmp/newconfig displays information about the static configuration contained in
the file /tmp/newconfig.  | 
 
poold(1M)  | 
The pools system daemon. The daemon uses system targets and
observable statistics to preserve the system performance goals specified by the administrator. If unable
to take corrective action when goals are not being met, poold logs the
condition.  | 
 
poolstat(1M)  | 
Displays statistics for pool-related resources. Simplifies performance analysis and provides information that supports
system administrators in resource partitioning and repartitioning tasks. Options are provided for examining specified
pools and reporting resource set-specific statistics.  | 
 
 A library API is provided by libpool (see the libpool(3LIB) man page). The
library can be used by programs to manipulate pool configurations. 
          
       |