Administer the Enterprise Console
/platform-admin.sh login --user-name=admin --password=password
. For complete command line usage, see Enterprise Console Command Line.You can use the GUI or command line to perform the following platform administration tasks with the Enterprise Console:
- Create new platforms
- Remove existing platforms
- Manage credentials
- Manage hosts
platform-admin.sh
script with platform-admin.exe cli
.Run the commands from the <Enterprise Console installation directory>/platform-admin
directory. This page contains the minimum options and parameters required to run a command.
Some commands may have more options and parameters. To see these additional options, run the command with -h specified. For example, run the following command to see all the options and parameters for the create a platform command:
- Linux
-
bin/platform-admin.sh create-platform -h
- Windows
-
bin\platform-admin.exe cli create-platform -h