RAD access order
Use the access order section of a RAD to specify the names of and the order in which Netcool Configuration Manager should access specific network protocols. Access order is not called out explicitly in the GUI as it is defined in the XML document; however, it is represented in the GUI by the list of enabled access types.
XML tags example
The XML document explicitly calls out the access order, and declares which access types will be used.
The following example shows the XML tags used in the access order section of a RAD:
<access-order>
<name>ssh</name>
<name>telnet</name>
<name>alt-telnet</name>
</access-order>| XML tag | Description |
|---|---|
<access-order> |
Specifies the access order section of a RAD. The The order in which access types are attempted is specified in a RAD file. So, in this example Netcool Configuration Manager would start with SSH, then TELNET, and so forth. As soon as a successful connection is made, the access type listed next in line is not required and therefore not attempted. |
<name> |
Specifies the name of an access
type, or network protocol. Valid values are as follows:
|