Command Line Directory
The platform-admin.sh|bat script in the <Enterprise Console home>/platform-admin/bin
directory on the host machine provides a set of commands to install and manage the Splunk AppDynamics On-Premises platform.
To see the operations available for the Enterprise Console, from the command line, navigate to directory and run the script with -h specified:
- Linux
-
bin/platform-admin.sh -h
- Windows
-
bin\platform-admin.exe cli -h
And you can view the format for each command in the command line by specifying the -h argument for a specific command:
- Linux
-
bin/platform-admin.sh <command> -h
- Windows
-
bin\platform-admin.exe cli <command> -h
bin/platform-admin.sh list-jobs --service <controller or events-service>
to see a list of jobs available for the provided service. You can then see what parameters are required for the provided job using bin/platform-admin.sh list-job-parameters --job <job_name> --service <controller or events-service>.
The Enterprise Console prevents multiple users from running commands at the same time. If a second user attempts to run a command while another command is in progress, the second command is not completed and an error message appears indicating that another command is in progress. To avoid such conflicts, the Enterprise Console should generally be used by a single user at a time.