Editing a Node

You can edit a node from the GUI or by using the CLI.

GUI

Procedure

  1. Navigate to a nodes list.
  2. Select a node.
    The node details display in the General tab.
  3. Edit the contact, description, and the startup mode.
  4. Click the Configuration, Substitution Variables, Resource Instances tabs for other editable information.
  5. Click Save.

CLI

Procedure

  1. In a data file, specify a Node element in full format using the new attribute values.
  2. In the AMXAdminTask element set the action attribute to edit and the objectSelector attribute to Environment/Node[@name='nodeName'], where nodeName is the name of the node to edit.