$('a[name]').remove(); $('#ic-homepage__footer').before('
'); $("#tabs").tabs({ selected: 1 }); $("#ic-homepage__ic-tips").append( quickTipHTML() ); unhideOneProductTip(); $("#ic-homepage__product-tips").wrapInner('
'); $("#ic-homepage__feed-tips").wrapInner('
'); });
IBM Tivoli Monitoring > Version 6.3 > User's Guides > Agent Builder User's Guide > Use of subnodes > Create subnodes > Subnode configuration IBM Tivoli Monitoring, Version 6.3
Configure a subnode from the command line
You can also configure a subnode using the command line.
For more information about subnode configuration, see Subnode configuration
Procedure
To configure a subnode instance from the command line, use the following command:
tacmd configureSystem -m HOSTNAME:00 -p section_name:subnode_instance_id.property_name=value
Where:
- section_name
- Same as the subnode type
- subnode_instance_id
- ID for the subnode that is defined during configuration.
- property_name
- Name of the configuration property
- value
- Value for the property
Parent topic:
Subnode configuration