HP XC System Software Installation Guide Version 3.2

Creating and Adding Node Attributes
Using the previous two examples, enter the following commands to create and add node attributes:
svcs> create na_disable_server.cmf
Attribute "na_disable_server.cmf" created
svcs> create na_disable_client.supermond
Attribute "na_disable_client.supermond" created
svcs> add na_disable_server.cmf n3
Attribute "na_disable_server.cmf" added to n3
svcs> add na_disable_client.supermond n1
Attribute "na_disable_client.supermond" added to n1
svcs>
Service Configuration Command Descriptions
Table G-4 provides more information about the services configuration commands. All commands
are initiated from the svcs> prompt.
Table G-4 Service Configuration Command Descriptions
Description and Sample UseCommand
Displays user-created node attribute and attribute assignments
sorted by attribute name.
Sample use:
svcs> list
Attributes:
na_disable_client.supermond
na_disable_server.cmf
Assignments:
na_disable_client.supermond:
n1
na_disable_server.cmf:
n3
[l]ist
Displays user-created node attribute and attribute assignments
sorted by node name.
Sample use:
svcs> list
Attributes:
na_disable_client.supermond
na_disable_server.cmf
Assignments:
n1:
na_disable_client.supermond
n3:
na_disable_server.cmf
[n]odes
Creates a new node attribute with a specific name. You must
create an attribute before it can be added to one or more nodes.
You will receive an error if you try to create an attribute that
already exists.
Sample use:
svcs> create na_disable_server.cmf
[c]reate attribute_name
Destroys an existing attribute with a specific name; it is the
opposite of the create function. All occurrences of this
attribute on a node or nodes are removed as well. You will
receive an error if you try to destroy an attribute that does not
exist.
Sample use:
svcs> destroy na_disable_server.cmf
[d]estroy attribute_name
G.7 Customize Service and Client Configurations 221