# COLsetup.cfg: Initializes the Data Collection # $Id: COLsetup.cfg,v 1.13 2015/08/10 14:12:04 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/RDA/COLsetup.cfg,v 1.13 2015/08/10 14:12:04 RDA Exp $ # # Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. # # Change History # 20150810 MSC Control the compression level. ############################################################################### # Collect the collector information ############################################################################### #------------------------------------------------------------------------------ # Module definition #------------------------------------------------------------------------------ dsc='Initializes the Data Collection' lim=false man='This module regroups all collector settings. It must be set up before \ any other module.' var=check_rda,T_DOMAIN,T_NODE,M_START,B_FORK,\ B_META,B_NO_QUOTA,B_SHARE,R_FREE,N_WAIT,W_FREE_CHECK,\ T_REPORT,W_THEME,\ B_KEEP,N_COMPRESS,\ sync_context,\ B_NO_DBI,B_NO_INVENTORY,B_NO_PARALLEL,B_NO_OCM,B_TEXT,\ N_CLASS,N_CONVERT,N_FTP,N_HCVE,N_HTML,N_HTTP,N_JAR,N_JAVA,N_JOB,N_JSCH,\ N_LEX,N_PARSE,N_REMOTE,N_SAMPLE,N_SQL,N_SSH,N_TARGET,N_TELNET,N_TEST,\ N_TIME,N_WAS,N_XML,\ B_ALARM,B_DEFINE,B_DELETE,B_ENV,B_ERROR,B_HELP,B_HTML,B_INPUT,B_ITEM,\ B_MESSAGE,B_NEXT,B_SETUP,B_TIMING,B_TYPE,B_XML #------------------------------------------------------------------------------ # Check engine #------------------------------------------------------------------------------ [check_rda] typ=B dft=${RDA.N_ENGINE} dsc='Check if the engine code is not obsolete' nam=- var=false:obsolete_engine [obsolete_engine] typ=C inp="Expecting the RDA build ${RDA.N_BUILD} or later" val=F vis=0 #------------------------------------------------------------------------------ # Configuration properties #------------------------------------------------------------------------------ [B_FORK] typ=B def='COL/CONFIG' dsc='Are process forks allowed in the engine?' inp='Are process forks allowed in the engine (Y/N)?' lvl=9 opt=true [M_START] typ=T def='COL/CONFIG' dft='RDA:SCdft' dsc='Start scenario module' ref='^[A-Z][A-Z\d]*:SC[a-z][a-z\d]*$' val=E [T_DOMAIN] typ=T def='COL/CONFIG' dsc='Domain name for this server' err='Warning: No domain has been specified' inp='Enter the network domain name for this server' ref='^.+$' val=W exe=sdcl { "if ${T_DOMAIN/M} "{if ?isDomainName(${RDA.T_DOMAIN},true) " var (${AUX.lvl},${AUX.dft}) = (3,last) "} "elsif ?isDomainName(${T_DOMAIN},true) " var ${AUX.lvl} = 3 } [T_NODE] typ=T def='COL/CONFIG' dft=${RDA.T_NODE} dsc='Host name' err='Warning: No host name has been specified' inp='Enter the host name for this server' lvl=6 ref='^.+$' val=W #------------------------------------------------------------------------------ # Output control properties #------------------------------------------------------------------------------ [B_META] typ=B def='COL/OUTPUT' dft=true dsc='Meta directory indicator' [B_NO_QUOTA] typ=B def='COL/OUTPUT' dft=false dsc='No execution quotas' inp='Are execution quotas disabled (Y/N)?' lvl=6 [B_SHARE] typ=B def='COL/OUTPUT' dft=true dsc='For sharing reports, can a file link be emulated by file copy?' inp='For sharing reports, can a file link be emulated by file copy (Y/N)?' lvl=9 [R_FREE] typ=N def='COL/OUTPUT' dft=100 dsc='Minimum free space (in MiB)' err='The number of MiB must be a greater than zero. A zero value disables the \ mechanism.' inp='How many MiB must RDA keep free in the output directory disk?' lvl=6 ref='R[0,[' val=E [N_WAIT] typ=N def='COL/OUTPUT' dft=120 dsc='Grace period for report subprocess completion (in seconds)' err='The number of seconds must be a positive integer' inp='Enter the number of seconds to wait before killing report subprocesses' lvl=9 ref='I[0,[' val=F [W_FREE_CHECK] typ=M ask=0 bef='Disk free check frequency:' cas=0 def='COL/OUTPUT' dft=cond(${RDA.B_WINDOWS},'E','R') err='Use E, M, or R as response only' inp='Enter the selection' itm=cond(${OUTPUT.R_FREE},{E=>'Once per execution',\ M=>'Once per module',\ R=>'For each report'},\ {N=>'No Check'}) lvl=6 mnu='<sync dsc='Synchronize the context and the software configuration' nam=- #------------------------------------------------------------------------------ # Default-related properties #------------------------------------------------------------------------------ [B_NO_DBI] typ=B def='COL/DEFAULT' dft=false dsc='No DBI usage' inp='Is DBI usage disabled (Y/N)?' lvl=6 [B_NO_INVENTORY] typ=B def='COL/DEFAULT' dft=false dsc='No Oracle home inventory usage' inp='Is Oracle home inventory usage disabled (Y/N)?' lvl=6 [B_NO_PARALLEL] typ=B def='COL/DEFAULT' dft=${RDA.B_WINDOWS} dsc='No parallel execution' inp='Are parallel executions disabled (Y/N)?' lvl=6 [B_NO_OCM] typ=B def='COL/DEFAULT' dft=false dsc='No Oracle Configuration Manager usage' inp='Is Oracle Configuration Manager (OCM) usage disabled (Y/N)?' lvl=6 [B_TEXT] typ=B def='COL/DEFAULT' dft=true dsc='Display help texts' inp='Is help text display enabled (Y/N)?' lvl=6 #------------------------------------------------------------------------------ # Trace-related properties #------------------------------------------------------------------------------ [N_CLASS] typ=N def='COL/TRACE' dft=0 dsc='Trace level for the class definitions' err='Enter a number between 0 and 9' inp='Indicate the trace level for the class definitions' lvl=9 ref='I[0,9]' val=E [N_CONVERT] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the XML conversion' inp='Do you want RDA to enable tracing of XML conversion (Y/N)?' lvl=9 [N_FTP] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the FTP requests' inp='Do you want RDA to enable tracing for FTP requests (Y/N)?' lvl=9 [N_HCVE] typ=N def='COL/TRACE' dft=0 dsc='Trace level for the HCVE action execution' err='Enter a number between 0 and 9' inp='Indicate the trace level for HCVE action execution' lvl=9 ref='I[0,9]' val=E [N_HTML] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the HTML parsing' inp='Do you want RDA to enable tracing of HTML parsing (Y/N)?' lvl=9 [N_HTTP] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the HTTP requests' inp='Do you want RDA to enable tracing of HTTP requests (Y/N)?' lvl=9 [N_JAR] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the cookie jar operations' inp='Do you want RDA to enable tracing for cookie jar operations (Y/N)?' lvl=9 [N_JAVA] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the Java requests' inp='Do you want RDA to enable tracing for Java requests (Y/N)?' lvl=9 [N_JSCH] typ=N def='COL/TRACE' dft=0 dsc='Trace level for the Java Secure Channel requests' err='Enter a number between 0 and 511' inp='Indicate the trace level for Java Secure Channel requests' lvl=9 ref='I[0,511]' val=E [N_JOB] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the task synchronization' inp='Do you want RDA to enable tracing for task synchronization (Y/N)?' lvl=9 [N_LEX] typ=N def='COL/TRACE' dft=0 dsc='Trace level for the lexical analyzes' err='Enter a number between 0 and 255' inp='Indicate the trace level for lexical analyzes' lvl=9 ref='I[0,255]' val=E [N_PARSE] typ=N def='COL/TRACE' dft=0 dsc='Trace level for the buffer parsing' err='Enter a number between 0 and 9' inp='Indicate the trace level for buffer parsing' lvl=9 ref='I[0,9]' val=E [N_REMOTE] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the SQL statement execution' inp='Do you want RDA to enable tracing for SQL statement execution (Y/N)?' lvl=9 [N_SAMPLE] typ=N def='COL/TRACE' dft=0 dsc='Trace level for sampling requests' err='Enter a number between 0 and 9' inp='Indicate the trace level for sampling requests' lvl=9 ref='I[0,9]' val=E [N_SQL] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the SQL statement execution' inp='Do you want RDA to enable tracing for SQL statement execution (Y/N)?' lvl=9 [N_SSH] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the Secure or Remote Shell requests' inp='Do you want RDA to enable tracing for Secure or Remote Shell requests \ (Y/N)?' lvl=9 [N_TARGET] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the target operations' inp='Indicate the trace level for the target operations' lvl=9 [N_TELNET] typ=N def='COL/TRACE' dft=0 dsc='Trace level for the telnet requests' err='Enter a number between 0 and 3' inp='Indicate the trace level for the telnet requests' lvl=9 ref='I[0,3]' val=E [N_TEST] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the test commands' inp='Do you want RDA to enable tracing for test commands (Y/N)?' lvl=9 [N_TIME] typ=B def='COL/TRACE' dft=0 dsc='Trace level for recording command execution duration' inp='Do you want RDA to record command execution duration (Y/N)?' lvl=9 [N_WAS] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the Web application server requests' inp='Do you want RDA to enable tracing for Web application server requests \ (Y/N)?' lvl=9 [N_XML] typ=B def='COL/TRACE' dft=0 dsc='Trace level for the XML parsing' inp='Do you want RDA to enable tracing of XML parsing (Y/N)?' lvl=9 #------------------------------------------------------------------------------ # Dump detail level properties #------------------------------------------------------------------------------ [B_ALARM] typ=B def='COL/DUMP' dft=false dsc='Enable alarm operation dumps' inp='Do you want RDA to enable alarm operation dumps (Y/N)?' lvl=9 [B_BUFFER] typ=B def='COL/DUMP' dft=false dsc='Enable error buffer dumps' inp='Do you want RDA to enable error buffer dumps (Y/N)?' lvl=9 [B_DEFINE] typ=B def='COL/DUMP' dft=false dsc='Enable setup definition dumps' inp='Do you want RDA to enable setup definition dumps (Y/N)?' lvl=9 [B_DELETE] typ=B def='COL/DUMP' dft=false dsc='Enable delete dumps' inp='Do you want RDA to enable delete dumps (Y/N)?' lvl=9 [B_ENV] typ=B def='COL/DUMP' dft=false dsc='Enable environment change dumps' inp='Do you want RDA to enable environment change dumps (Y/N)?' lvl=9 [B_ERROR] typ=B def='COL/DUMP' dft=false dsc='Enable error dumps' inp='Do you want RDA to enable error dumps (Y/N)?' lvl=9 var=true:B_BUFFER [B_HELP] typ=B def='COL/DUMP' dft=false dsc='Enable help report dumps' inp='Do you want RDA to enable help report dumps (Y/N)?' lvl=9 [B_HTML] typ=B def='COL/DUMP' dft=false dsc='Enable detailed HTML dumps' inp='Do you want details in HTML dumps (Y/N)?' lvl=9 [B_INPUT] typ=B def='COL/DUMP' dft=false dsc='Enable setup input dumps' inp='Do you want RDA to enable setup input dumps (Y/N)?' lvl=9 [B_ITEM] typ=B def='COL/DUMP' dft=false dsc='Enable detailed item dumps' inp='Do you want details in item dumps (Y/N)?' lvl=9 [B_MESSAGE] typ=B def='COL/DUMP' dft=false dsc='Enable message data dumps' inp='Do you want RDA to enable message data dumps (Y/N)?' lvl=9 [B_NEXT] typ=B def='COL/DUMP' dft=false dsc='Enable setting queue dumps' inp='Do you want RDA to enable setting queue dumps (Y/N)?' lvl=9 [B_SETUP] typ=B def='COL/DUMP' dft=false dsc='Enable setup definition dumps' inp='Do you want RDA to enable setup definition dumps (Y/N)?' lvl=9 [B_TIMING] typ=B def='COL/DUMP' dft=false dsc='Enable time based operation dumps' inp='Do you want RDA to enable time based operation dumps (Y/N)?' lvl=9 [B_TYPE] typ=B def='COL/DUMP' dft=false dsc='Enable type identification operation dumps' inp='Do you want RDA to enable type identification operation dumps (Y/N)?' lvl=9 [B_XML] typ=B def='COL/DUMP' dft=false dsc='Enable detailed XML dumps' inp='Do you want details in XML dumps (Y/N)?' lvl=9