################################################################################ # Product: Diagnostic Assistant # File: da.properties Version: 1.03 # File History: # Last Modified Contact Purpose # 9/28/2011 SSA Cleaned up logging, added File Version/History # 10/25/2011 HSP Presets setting for production release # 12/05/2011 HSP 13567159 - QA: ISSUES FOUND RELATED TO READ ONLY FILES # 03/20/2013 HSP Updated WebUI properties ################################################################################ # UNDER NO CIRCUMSTANCES MUST THIS FILE EVER BE MODIFIED. # This file is modified during upgrades and is epected to have certain values # in place that will be migrated. ################################################ ##### Diagnostic Assistant Configuration Related ################################################ # Optionally set DA OUTPUT location where reports/packages are written. # Default is {DA_HOME}\output # DA.output_directory=\temp\output # Show the location of DA collection output for each collection for CLI execution show_output_location=true # Shows the menu.command_args when running in addition to the command_title show_command_args=false # Show the disk usage metrics at the bottom of the menu and category screens show_disk_usage=true # Calculate the disk space usage on DA main menu everytime update_disk_usage=true # Uncomment below to change default(4 lines) used to clear screen between menus # NOTE: This is a DOS only setting, unix uses clear command. # DA.windows_clear_screen_lines=40 # Default is 24 lines for DOS, and 40 for Unix # ie. average shell command window size for viewing or paging large output # DA.page_screen_lines=80 # Optionally turn off paging when command output > page_screen_length # or from ENV, SCROLLABLE_UI=false # DA.scrollable_ui={true}/false # Optionally change the packaged file from da_{file}_{command}_time.zip to # da_{yourPrefix}_time.zip. # PACKAGE_PREFIX=yourPrefix # Available Collectors collector.rda=oracle.sysman.da.apps.RdaApplicationImpl collector.adr=oracle.sysman.da.apps.AdrApplicationImpl collector.ocm=oracle.sysman.da.apps.OcmApplicationImpl collector.sqlplus=oracle.sysman.da.apps.SqlplusApplicationImpl collector.sql=oracle.sysman.da.apps.SqlApplicationImpl collector.wls=oracle.sysman.da.apps.WlsApplicationImpl collector.file=oracle.sysman.da.apps.FileApplicationImpl collector.aru=oracle.sysman.da.apps.AruApplicationImpl collector.java=oracle.sysman.da.apps.JavaApplicationImpl collector.os=oracle.sysman.da.apps.OsApplicationImpl # DA Execution Tracing trace = off # RDA Security Filter security_filter = off # # Da Wallet Related # # Defines the custom private key to use to encrypt wallet # The key should be a valid SSH private key (DSA|RSA). # Either fully SSH Key block or path to key (./config/da.id) wallet.privatekey= # DA WebUI Related # The following are Diagnostic Assistant Properties that are used for HTTP Interface # # Default graceful Auto-Shutdown of Webserver in Minutes (8 hours|480 minutes) # 0 for No Autoshutdown web.timeout=480 # Default HTTP Port for webserver to listen on: default_value=8888 max_value=65000 web.port=8888 # Location of static html files web.root=./public_html # Use Login Form Authentication web.authentication=true # Default Administror User for Web login web.userid=admin # Enable HTTPS mode. true|false web.ssl=false # Disable RDA Viewer. true|false web.rdaviewer=false # Allow HTTP client access from local system only. true|false web.localhost=false # Allowed Client IP Addresses. Only allow access from these IP Address(es) # web.allowed_ips=127.0.0.1,192.1.168.1,192.1.168.2,192.1.168.3 # DA Upload Related # # Set the minium file size to support upload restart, defined by Bytes. Default is # > 25 MB. This builds a .part file that can then be resumed for upload if fails. allow_restart_file_sizes_greater=2500000 # Enable skipping internet connectivity checks. Default is false. # da_skip_proxy_warning=true