# DCos.cfg: Collects the Operating System Information # $Id: DCos.cfg,v 1.5 2013/12/16 06:49:34 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/OS/DCos.cfg,v 1.5 2013/12/16 06:49:34 RDA Exp $ # # Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. # # Change history # 20131212 KRA Fix spell. ############################################################################### # Collect the operating system configuration setup information ############################################################################### #------------------------------------------------------------------------------ # Module definition #------------------------------------------------------------------------------ dsc='Collects the Operating System Information' mrc=${RDA.B_UNIX} pre=RDA:DCbegin var=check_hpux,check_linux,R_EVENT_AGE,check_tail #------------------------------------------------------------------------------ # Setting definitions #------------------------------------------------------------------------------ [check_hpux] typ=B dft=${OS.hpux} dsc='Check if the current platform is HP-UX' fam=Unix nam=- var=true:B_NO_CSTM [check_linux] typ=B dft=${OS.linux} dsc='Check if the current platform is Linux' fam=Unix nam=- var=true:B_NO_SERVICE [B_NO_CSTM] typ=B dft=false dsc='No cstm usage on HP-UX' # stopwords cstm inp='Is "cstm" command usage disabled on HP-UX (Y/N)' lvl=6 [B_NO_SERVICE] typ=B dft=false dsc='No service usage on Linux' inp='Is "service" command usage disabled on Linux (Y/N)' lvl=6 [R_EVENT_AGE] typ=N dft=7 dsc='Age limit (in days) of the events to be collected' err='The number of days must be an integer greater than zero' fam=Cygwin,Windows inp='Specify the age limit (in days) of the events to be collected' lvl=6 ref='R]0,[' val=E [check_tail] typ=B dft=${OS.aix} dsc='Platform validation' fam=Unix nam=- var=false:N_TAIL [N_TAIL] typ=N dft=${PRF.N_TAIL:0} dsc='Maximum number of lines to extract from system log file' err='The number of lines must be a positive integer' fam=Unix hlp='Providing zero as value will collect the whole file' inp='How many lines do you want RDA to extract starting from the end of system \ log file?' lvl=6 ref='I[0,[' val=F