| The name of the file containing the configuration
data needed to change the resources. The configuration data consists
of attribute name and value pairs, which are in comma separated value (CSV)
format. These attribute name and value pairs form a configuration record.
A line feed marks the end of a configuration record. The file must contain
one configuration record for each resource to be changed, and each configuration
record must be for the same resource type. If the resource type is the
managed system, then the file must contain only one configuration record.
The format of a configuration record is as follows:
attribute-name=value,attribute-name=value,...<LF>
Note that certain attributes accept a comma separated list of values,
as follows:
"attribute-name=value,value,...",...<LF>
When
a list of values is specified, the attribute name/value pair must be enclosed
in double quotes. Depending on the shell being used, nested double quote
characters may need to be preceded by an escape character, which is usually
a \ (back slash) character.
If '+=' is used in the attribute name/value
pair instead of '=', then the specified value is added to the existing
value for the attribute if the attribute is numerical. If the attribute is
a list, then the specified values are added to the existing list.
If
'-=' is used in the attribute name/value pair instead of '=', then the specified
value is subtracted from the existing value for the attribute if
the attribute is numerical. If the attribute is a list, then the specified
values are deleted from the existing list.
Attribute
names for partitions
- name | lpar_id
- name or ID of the partition to change (required)
- new_name
- new name for the partition.
- shared_proc_pool_util_auth
-
Valid values are:
0 - do not allow authority
1 - allow authority
- work_group_id
-
Valid values are:
none - do not participate in the workload management group
1 - participate in the workload management group
|