This article outlines the steps for collecting data for an AutoSys Health Check, a service provided by Broadcom to ensure stability, performance, and resource efficiency of your AutoSys environment.
Preparing for Data Collection:
SendJAva.classWF_CleanUp.classEEMPerfTest.class
$AUTOSYS/lib%AUTOSYS%\libmkdir /tmp/AutoSysCheckUp_$AUTOSERV mkdir %TEMP%\AutoSysCheckUp_%AUTOSERV%
Running the Utilities:
java -cp ".:./*:$AUTOSYS/lib/*" SendJAva 'hostname' 9000 ACE "/tmp/AutoSysCheckUp_$AUTOSERV" CONFIG
LIBPATH: Path to the class files and AutoSys libraries.HOSTNAME: Hostname of the AutoSys instance.PORT: Port of the AutoSys instance.AUTOSERV: Instance name.OUTPUTDIR: Output directory for the data files.ENC_TYPE: Encryption type (DEFAULT, CONFIG, NONE, AES).USER, NODE, PASSWORD: For EEM access.java -cp ".:./*:$AUTOSYS/lib/*" SendJAva 'hostname' 9000 ACE "/tmp/AutoSysCheckUp_$AUTOSERV" CONFIGjava -cp ".;./*;%AUTOSYS%/lib/*" SendJAva 'hostname' 9000 ACE "/tmp" CONFIG
java -cp ".:./*:$AUTOSYS/lib/*" WF_CleanUp 'hostname' 9000 DEFAULT "/tmp/AutoSysCheckUp_$AUTOSERV" X
LIBPATH: Path to the class files and AutoSys libraries.HOSTNAME: Hostname of the AutoSys instance.PORT: Port of the AutoSys instance.OUTPUTDIR: Output directory for the data files.X: Number of months defining a "stale job".ENC_TYPE: Encryption type (DEFAULT, CONFIG, NONE, AES).java -cp.:./*:$AUTOSYS/lib/*:$AUTOSYS/install/webserver/AEWS/WEB-INF/lib/*" EEMPerfTest as_server_hostname server_port ENCRYPTION_KEY|NONE|DEFAULT|CONFIG InstaceID testuserid EiamAdmin_Password EEM_Hostname JobPrefix "/tmp/AutoSysCheckUp_$AUTOSERV" [chkappl]LIBPATH: Path to the class files and AutoSys libraries.AppServerhostname: Hostname of the AppServer.server_port: Port of the AppServer.ENCRYPTION_KEY: Encryption key (NONE, DEFAULT, CONFIG, or a custom key).InstanceID: Instance ID.testuserid: Test user ID.EiamAdmin_Password: EIAM admin password.EEM_Hostname: EEM hostname.JobPrefix: Job prefix (use '%' for all jobs).output_dir: Output directory.Stdout: Summary of jobs, job types, and machine types.Instance_EEMPerformance.txt: Detailed results.ISCSV=true): Detailed data in CSV format.Generating Execution Statistics:
autoaggr to generate monthly statistics for long-term growth analysis.autoaggr -m -J -F "01/01/2020" -c -o /tmp/AutoSysCheckUp_$AUTOSERV/autoaggr_M_$AUTOSERV.csvSubmitting Data:
Note: This is a summary of a more detailed version of the documentation that accompanies the Health Check package that is provided by Broadcom. Always refer to the original documentation for detailed instructions and troubleshooting information.