The dpmlpar getresources command retrieves memory units, processor units, or processors for IBM AIX LPARs.
This command has the following format:
dpmlpar getresources [-sc sc_url] -resource {all|memory|processors|processor_units} -hmc name -managed_system managedsystemname -partition_name partitionname [-pre] [-post] [-ws_user username] [-ws_password password] [-prompt <false|true>] [-ws_remote_user username] [-ws_remote_password password] [-locale iso639value]
(Optional) Defines the URL for the service controller host.
Example: https://hostname:port/...
Defines the fully qualified host where the service controller is installed.
Example: localhost.ca.com
Defines the listening port for the service controller server.
Example: 80
Specifies whether a specific resource is retrieved or all resources. Options include the following:
Retrieves and displays all partition resources.
Retrieves and displays only the memory resources for the partition.
Retrieves and displays only the processor resources for the partition.
Retrieves and displays only the processor unit resources for the partition.
Specifies the Hardware Management Console (HMC) or Integrated Virtualization Manager (IVM) that controls the managed systems where the logical partition resides.
Specifies the managed system on which the logical partition resides. The managed system must exist on the HMC/IVM.
Specifies the logical partition for which resources are being listed. The partition must exist on the managed system.
(Optional) Specifies whether to generate an event before the operation is performed.
(Optional) Specifies whether to generate an event after the operation is performed.
(Optional) Specifies the credentials to use for the web service security check. If you do not include credentials, you are prompted to enter them. Avoid the prompt for credentials by setting up your own session using caaipsecurity.
(Optional) Specifies whether you are prompted for the web service user ID and password.
Default: Yes
(Optional) Specifies the CA Server Automation remote user name.
(Optional) Specifies the CA Server Automation remote password.
Example: Get all Resources for an LPAR
This example retrieves all resources for lpar06.
dpmlpar getresources -resource all -partition_name lpar06 -hmc ivm_02 -managed_system abcsystem4
Example: Get the Memory Resources for an LPAR
This example retrieves the memory resources for lpartest01.
dpmlpar getresources -resource memory -partition_name lpartest01 -hmc hmc_02 -managed_system abcsystem2
Copyright © 2013 CA. All rights reserved. |
|