<volmgr_dir_path>vmpool [-h EMM_server | volume_database_host] -list_all [-b|-bx] | -list_scratch | -list_catalog_backup | -create -pn pool_name -description description [-mpf mpf_max] | -update -pn pool_name [-description description] [-mpf mpf_max] | -delete pool_name | -set_scratch pool_name | -unset_scratch pool_name | -set_catalog_backup pool_name | -unset_catalog_backup pool_name
Use this command to add, change, delete, or list volume pools.
The -h option is not required, but you must choose one and only one of the other seven options (for example, -list_scratch).
Any authorized user can run this command.
For more information about NetBackup authorization, refer to the NetBackup Security and Encryption Guide.
This option applies only to the NetBackup Enterprise Server.
Specifies the name of the Enterprise Media Manager database host that contains information about volumes. If no host is specified, the configured EMM server is used by default. For communicating with pre-6.0 systems not in the EMM domain, this server is the volume database host.
Lists the information about all volume pools. Use the -b or -bx option to specify a brief format for volume pool information.
Lists all configured scratch pools and the pool index number.
Adds a new volume pool. Optionally limits the number of partially full media to be used in this pool by using -mpf. The default value is zero (0), which indicates that the number of partially full media is unlimited.
The -description option describes the volume pool. Double quote marks are required if the description contains any spaces.
Changes an existing volume pool. Optionally limits the number of partially full media to be used in this pool by using -mpf. The default value is zero (0), which indicates that the number of partially full media is unlimited.
The -description option describes the volume pool. Double quote marks are required if the description contains any spaces.
If pool_name is a previously defined volume pool, pool_name becomes the scratch pool, and its description is not changed. The NetBackup, Datastore, Catalog Backup, and None volume pools cannot be changed to scratch pools.
If pool_name is a new volume pool, a new pool is created with "Scratch Pool" as the description.
Undefines pool_name as the scratch pool and defines it as a regular volume pool. The pool can be deleted by using vmpool -delete pool_name.
Specifies the volume pool to back up the NetBackup catalog. You can also create a dedicated catalog backup pool to be used for catalog policies. A dedicated catalog volume pool reduces the number of needed tapes during catalog restores since catalog backup media are not mixed with other backup media.
Defines a volume pool that you do not want to use to back up the NetBackup catalog.
Only limited validation of the option parameters is done.
A pool cannot be both a scratch pool and Catalog Backup pool.
The -add and -change options have been deprecated. They can still be used, but do not set the mpf value.
The following command adds a new pool named MyPool on the host that is named llama. It has the default host, user ID, and group ID permissions:
vmpool -create -pn MyPool -description "description with spaces" -mpf 17
The following command lists all pools that are configured on the host where the command is executed:
vmpool -list_all -b