HP XC System Software Installation Guide Version 4.0

from the list of cmf servers if you wanted that specific node not to serve that service, even though
it was configured to do so by default.
Example: Disable a Client
Similarly, to disable node n1 as a client of the supermond service, enter the node attribute
na_disable_client.supermond to the affected node. In this instance, it is not the server but
a client of the service that is affected.
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
G.7 Customizing Service and Client Configurations 229