esxcfg-resgrp
- VMware ESX Server resource group
esxcfg-resgrp
NAME
esxcfg-resgrp - VMware ESX Server resource group manipulation
COPYRIGHT
VMware ESX Server is Copyright 2006 VMware, Inc. All rights
reserved.
SYNOPSIS
esxcfg-resgrp OPTIONS [RESOURCE_PATH]
DESCRIPTION
esxcfg-resgrp provides an interface to manipulate resource group
hierarchy.
OPTIONS
-l -list
List all resource groups on the ESX Server currently under
the specified path.
-a -add resgrp_name
Add a new resource group to the resource hierarchy with the
given name. The new resource group will be added under the
specification path.
-d -delete
Delete a resource group (and all subgroups), given the name
of the resource group to delete.
-r -restore
Restore resource groups from persistent storage. This should
be used only on system startup and should not be used by users.
-h -help
Print a help message for this command.
EXAMPLES
esxcfg-resgrp \fIOPTIONS [RESOURCE_PATH]\fR --add=new_group
/host/user
esxcfg-resgrp \fIOPTIONS [RESOURCE_PATH]\fR --delete /host/user/new_group
|