Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

AtriumIntegration - saveCMDBConfig


AtriumIntegration - saveCMDBConfig

Description :

This command updates the Atrium CMDB connection object, which enables communication between BMC BladeLogic and the Atrium CMDB database. This command returns a handle to the updated Atrium CMDB connection object.

Return type : com.bladelogic.om.bsmintegration.model.config.CMDBConfig

Command Input :

Variable Name

Variable Type

Description

cmdbHostName

String

CMDB host name.

port

String

Port number. If you are using a portmapper service for an AR system, then enter a value of 0.

username

String

User name.

password

String

Password.

Example

The following example updates the Atrium CMDB connection object, and gets a handle to the updated object.

Script


HOST_NAME="TestServer"

PORT="0"

USERname="test"

PASSWORD="test123"

CMDBCONFIG=`blcli AtriumIntegration saveCMDBConfig $HOST_NAME $PORT $USERNAME $PASSWORD`



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.3