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.

Server - printAllProperties


Server - printAllProperties

Description :

This command prints all properties for a server.

Return type : String

Command Input :

Variable Name

Variable Type

Description

serverName

String

Name of the server.

Example

The following example lists all properties for all servers available to the current role:

Script





SERVER_LIST=`blcli Server listAllServers`

for serverName in $SERVER_LIST

do

#perform some task with a server name such as...

echo "Properties for server $serverName"

blcli Server printAllProperties $serverName

done



 

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

BMC Server Automation Command Line Interface 8.3