run_fa_diagnostics

Runs diagnostics checks to identify issues related to discovery, monitoring, and other features.

Format

emcli run_fa_diagnostics
      -input_file=fa_domain_discovery_file:file_path
      [-input_file=host_agent_mapping_file:file_path]
      [-input_file=pf_domain_cred_mapping_file:file_path]
      [-debug]

[ ]  indicates that the parameter is optional

Options

  • input_file

    Fully-qualified path to a CSV-formatted file containing one line of details for each Fusion Instance to be added. The valid Fusion Instance WebLogic Server version is 10.

    The structure of the CSV file for WebLogic Server version 10.x and above is as follows:

    <WebLogic Server version>, 
    <Administration Server host machine name>,
    <Administration Server listen port>,
    <Administration Server username>,
    <Administration Server password>,
    <External Options - optional>,
    <JMX Protocol - required only if SSL is enabled>,
    <JMX Service URL - required only if SSL is enabled>,
    <Unique Domain Identifier>,
    <Agent URL>,
    <Discover Down Servers - optional - Default if not specified is false>,
    <Use Same Credentials for All Domains in the Fusion Instance - optional - Default if not specified is true>,
    <Discover Application Versions - optional - Default if not specified is true>

    For example:

    fa1-CRM,weblogic,welcome1, 
    fa1-FIN,weblogic1,welcome2, 
    fa2-CRM,weblogic,welcome.host.example.com
    
  • debug

    Runs the verb in verbose mode for debugging purposes.

Examples

This example reads the my_domains_info.csv file to determine the Fusion Instances to run diagnostic checks, reads the my_agent_mapping.csv file to determine which Management Agents to use for running discovery tests, and reads the my_domain_cred_mapping.csv file to determine which credentials to use to discover the individual product family.

emcli run_fa_diagnostics 
-input_file=fa_domain_discovery_file:c:\emcli\my_domains_info.csv 
-input_file=host_agent_mapping_file:c:\emcli\my_agent_mapping.csv 
-input_file=pf_domain_cred_mapping_file:c:\emcli\my_domain_cred_mapping.csv