# DCnet.cfg: Collects Network Information # $Id: DCnet.cfg,v 1.5 2015/08/18 19:56:19 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/OS/DCnet.cfg,v 1.5 2015/08/18 19:56:19 RDA Exp $ # # Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. # # Change history # 20150818 KRA Include B_NETSTAT_ALL setting. ############################################################################### # Collect the network setup information ############################################################################### #------------------------------------------------------------------------------ # Module definition #------------------------------------------------------------------------------ dsc='Collects Network Information' mrc=${RDA.B_UNIX} pre=RDA:DCbegin rpt=B_PING_TESTS,T_LOCAL_NODE,T_WAN_NODE,T_RDBMS_NODE,T_WEB_NODE,T_CLIENT_NODE,\ T_LOAD_BALANCER_NODE var=B_NO_DNS,B_NETSTAT_ALL,force_ping_tests #------------------------------------------------------------------------------ # Setting definitions #------------------------------------------------------------------------------ [B_NO_DNS] typ=B dft=true dsc='Force display addresses and port numbers in numeric form?' inp='Do you want to force the display addresses and port numbers in numeric \ form in the Network Performance report (Y/N)?' lvl=6 [B_NETSTAT_ALL] typ=B dft=${PRF.B_NETSTAT_ALL:false} dsc='Collect complete network connection details?' inp='Do you want RDA to collect complete network connection details in the \ Network Performance report (Y/N)?' lvl=6 [force_ping_tests] typ=B dft=${PRF.B_PING_TESTS} dsc='Are the ping tests required by the profile?' nam=- var=true:do_ping_tests:\ B_PING_TESTS [do_ping_tests] typ=B dft=true dsc='Perform network pings?' nam=B_PING_TESTS var=true:T_LOCAL_NODE,T_WAN_NODE,T_RDBMS_NODE,T_WEB_NODE,T_CLIENT_NODE,\ T_LOAD_BALANCER_NODE,N_PACKET_SIZE [B_PING_TESTS] typ=B dft=false dsc='Perform network pings?' inp='Do you want RDA to perform the network ping tests (Y/N)?' var=true:T_LOCAL_NODE,T_WAN_NODE,T_RDBMS_NODE,T_WEB_NODE,T_CLIENT_NODE,\ T_LOAD_BALANCER_NODE,N_PACKET_SIZE [T_LOCAL_NODE] typ=T clr='-' dft=${RDA.T_NODE} dsc='Local machine name' err='Error: The node name cannot contain a space or one of the following \ characters \ < > ; : " * + = \ | ? ,' inp='Enter the name of the node the script is running on (used for ping tests)' ref='^[^><;:\*\+=\\\|\?\,\s"]*$' val=E [T_WAN_NODE] typ=T clr='-' dsc='Wide area network node' err='Error: The node name cannot contain a space or one of the following \ characters \ < > ; : " * + = \ | ? ,' inp="Enter a remote node connecting to this server (used for ping tests) or \ a dash (${AUX.clr}) to skip the test" ref='^[^><;:\*\+=\\\|\?\,\s"]*$' val=E [T_RDBMS_NODE] typ=T clr='-' dft=${RDA.T_NODE} dsc='RDBMS node' err='Error: The node name cannot contain a space or one of the following \ characters \ < > ; : " * + = \ | ? ,' inp='Enter the node hosting the database instance (used for ping tests)' ref='^[^><;:\*\+=\\\|\?\,\s"]*$' val=E [T_WEB_NODE] typ=T clr='-' dsc='Web Server node' err='Error: The node name cannot contain a space or one of the following \ characters \ < > ; : " * + = \ | ? ,' inp="Enter the node where the Web Server/Forms server is on \ (used for ping tests) or a dash (${AUX.clr}) to skip the test" ref='^[^><;:\*\+=\\\|\?\,\s"]*$' val=E [T_CLIENT_NODE] typ=T clr='-' dsc='Client PC node' err='Error: The node name cannot contain a space or one of the following \ characters \ < > ; : " * + = \ | ? ,' inp="Enter a typical client node connecting to the database \ (used for ping tests) or a dash (${AUX.clr}) to skip the test" ref='^[^><;:\*\+=\\\|\?\,\s"]*$' val=E [T_LOAD_BALANCER_NODE] typ=T clr='-' dsc='Load Balancer node' err='Error: The node name cannot contain a space or one of the following \ characters \ < > ; : " * + = \ | ? ,' inp="Enter the node of any load balancer that features in the topology \ (used for ping tests) or a dash (${AUX.clr}) to skip the test" ref='^[^><;:\*\+=\\\|\?\,\s"]*$' val=E [N_PACKET_SIZE] typ=N dft=1280 dsc='Packet size to perform the ping tests' err='The number of bytes must be an integer between 64 and 65200' inp='Enter the packet size in bytes to perform the ping test. Packet size must \ be between 64 and 65200 bytes' lvl=6 ref='I[64,65200]' val=F