Command line options for configuring the BMC Server Automation integration
To set up and configure the integration with BMC Server Automation, you can use the following command line options from the <TrueSight Presentation Server installation directory>\TrueSightPServer\truesightpserver\bin folder:
Action | Windows command | Linux command |
---|---|---|
To set up the connection | blade.bat setup -host <BMC Server Automation Server> -port <BMC Server Automation Server port> -user BLAdmin -pass <password> -role BLAdmins | ./blade.sh setup -host <BMC Server Automation Server> -user BLAdmin -pass <password> -role BLAdmins |
To create packages | blade.bat auto_prov_prep | ./blade.sh auto_prov_prep |
To get package status | blade.bat get_package_status | ./blade.sh get_package_status |
To check the connection details | blade.bat get_setup | ./blade.sh get_setup |
to test the connection | blade.bat test | ./blade.sh test |
Related topic
Integrating-with-BMC-Server-Automation-to-enforce-configuration-changes