Skip to main content

ASU proxy tool

The ASU proxy tool is an executable binary that accepts ASU command syntax and invokes the corresponding OneCLI command.

ASU proxy tool syntax

asu.exe [command] [-parameter]

For more information about ASU, refer to: https://datacentersupport.lenovo.com/us/en/solutions/lnvo-asu

The following table lists commands and parameters used by the ASU proxy tool and the corresponding XClarity Essentials OneCLI commands and parameters.

Table 1. Matrix of ASU and OneCLI commands and parameters
ASUOneCLI
CommandParameterCommandParameter
show-nshownode
--host --user --password--bmc user:pwd@host
--groupThe mapped result for asu show --group BMC is OneCli show BMC. The --group parameter is removed in the OneCLIcommand string.
showvalues-nshowvalues--node
--host --user --password--bmc user:pwd@host
--groupThe mapped result for asu show --group BMC is OneCli show BMC. The --group parameter is removed in the OneCLI command string.
showdefault-nshowdefault--node
--host --user --password--bmc user:pwd@host
--groupThe mapped result for asu show --group BMC is OneCli show BMC. The --group parameter is removed in the OneCLI command string.
comparedefault-ncomparedefault--node
--host --user --password--bmc user:pwd@host
showgroups-nshowgroups--node
--host --user --password--bmc user:pwd@host
set-nset--node
--host --user --password--bmc user:pwd@host
loaddefault-nloaddefault--node
--host --user --password--bmc user:pwd@host
creatuuid--host --user --passwordcreatuuid--bmc user:pwd@host
delete-ndelete--node
--host --user --password--bmc user:pwd@host
save saveThe --file parameter is added by default.
-n--node
--host --user --password--bmc user:pwd@host
--groupThe mapped result for asu show --group BMC is OneCli show BMC. The --group parameter is removed in the OneCLI command string.
replicate replicateThe --file parameter is added by default.
--host --user --password--bmc user:pwd@host
restore restoreThe --file parameter is added by default.
-n--node
--host --user --password--bmc user:pwd@host
batch batchThe --file parameter is added by default.
-n--node
--host --user --password--bmc user:pwd@host
generate generateThe --file parameter is added by default.
-n--node
--host --user --password--bmc user:pwd@host
export exportThe --file parameter is added by default.
-n--node
--host --user --password--bmc user:pwd@host
import importThe --file parameter is added by default.
-n--node
--host --user --password--bmc user:pwd@host
deletecert-ndeletecert--node
--host --user --password--bmc user:pwd@host
nodes--host --user --passwordnodes--bmc user:pwd@host
help-nshowdes--node
--host --user --password--bmc user:pwd@host

Example of an ASU script using the --group parameter

asu.exe show --group GROUP1

Example of an ASU script using the --host parameter

asu.exe help all --host host --user userid --password password

In this example, the asu.exe --host parameter maps to:

OneCli.exe config showdes --bmc userid:password@host