The dpmlpar setresources command adds processors and processor units for IBM AIX LPARs.
This command has the following format:
dpmlpar setresources {-add_processors|add_processor_units} value -hmc name -managed_system managedsystemname -partition_name partitionname -type {dynamic|all} [-verbose add_commandinfo] [-sc URL] [-ws_remote_user username] [-ws_remote_password password] [-pre] [-post]
Defines the number of processors to add to the partition.
Defines the processor units to add to the partition.
Limits: .01 increments
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 to which the resources are going to be applied. The partition must exist on the managed system.
Specifies whether the adjustment is temporary or permanent. Options include the following:
Adjusts the current resources only and the adjusted values are lost when you shut down the partition.
Adjusts the current resources and the current profile value. The adjusted values are saved for the partition.
Provides additional information about how to execute the command.
(Optional) Specifies the URL of the service controller.
(Optional) Specifies the CA Virtual Assurance remote user name.
(Optional) Specifies the CA Virtual Assurance remote password.
(Optional) Specifies whether to generate an event before the operation is performed.
(Optional) Specifies whether to generate an event after the operation is performed.
Example: Add Processors for a Partition and Update Profile
This example adds a processor to the partition "lpartest01" and updates the partition profile.
dpmlpar setresources -add_processors 1 -partition_name lpartest01 -hmc uni02 -managed_system MSsystem1 -type all -profile_name lpartest01
Example: Add Processors and Processor Units for a Partition
This example temporarily adds the processor and processor unit resources for the partition "lpartest01."
dpmlpar setresources -add_processors 1 -add_processor_units 4.5 partition_name lpartest01 -hmc uni02 -managed_system MSsystem1 -type dynamic
Copyright © 2015 CA Technologies.
All rights reserved.
|
|