ASAP 3.0 Client Manual

HP NonStop ASAP Client Manual Page 159 of 161
Applies To: Client
Example
--------------------------------------------------------------------
-- RELATIONs --
--------------------------------------------------------------------
RELATION OBJECT * PARENT NULL; -- clears all
-------- Node container \Nodename
RELATION OBJECT NodeClass PARENT NULL Caption *;
-------- TCPIP container \Nodename\Tcpip
RELATION OBJECT TcpipClass PARENT NodeClass Caption "Tcpip";
-------- ICMP \Nodename\Tcpip\Icmp\$Ztc01
RELATION OBJECT IcmpClass PARENT TcpipClass Caption "Icmp";
RELATION OBJECT TcpICMP PARENT IcmpClass INSTANCE;
-------- IP \Nodename\Tcpip\Ip\$Ztc01
RELATION OBJECT IPClass PARENT TcpipClass Caption "Ip";
RELATION OBJECT TcpIP PARENT IPClass INSTANCE;
-------- QIO \Nodename\Tcpip\Qio\$Ztc01
RELATION OBJECT QioClass PARENT TcpipClass Caption "Qio";
RELATION OBJECT TcpQIO PARENT QIOClass INSTANCE;
-------- ROUTE \Nodename\Tcpip\Route\$Ztc01\#Rt1
RELATION OBJECT RouteClass PARENT TcpipClass Caption "Route";
RELATION OBJECT RoutePidClass PARENT RouteClass Caption *;
RELATION OBJECT TcpROUTE PARENT RoutePidClass INSTANCE;
-------- RTE \Nodename\Tcpip\Rte\$Ztc01
RELATION OBJECT RteClass PARENT TcpipClass Caption "Rte";
RELATION OBJECT TcpRTE PARENT RteClass INSTANCE;
-------- SUBNET \Nodename\Tcpip\Subnet\$Ztc01\#Loop
RELATION OBJECT SubnetClass PARENT TcpipClass Caption "Subnet";
RELATION OBJECT SubnetPidClass PARENT SubnetClass Caption *;
RELATION OBJECT TcpSUBNET PARENT SubnetPidClass INSTANCE;
-------- TcpProcess \Nodename\Tcpip\Tcp\$Ztc01
RELATION OBJECT TcpClass PARENT TcpipClass Caption "Tcp";
RELATION OBJECT TcpProcess PARENT TcpClass INSTANCE;
-------- PORT \Nodename\Tcpip\Port\00021\$Ztc01\$Znes\1
RELATION OBJECT PortClass PARENT TcpipClass Caption "Port";