[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Understanding the Diagnostic Subsystem for AIX

diag_get_cluster_ms ()

Purpose

Retrieve the machine serial number of the cluster.

Syntax

char *diag_get_cluster_ms()

Description

The diag_get_cluster_ms () routine retrieves the machine serial number of the cluster by executing the lscmtms cluster software command. The results are parsed and the machine serial number is returned.

Return Value

NULL The machine serial number is not available.
string Value of the machine serial number..

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]