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

Understanding the Diagnostic Subsystem for AIX

diag_get_cluster_mt ()

Purpose

Retrieves the machine type/model of the cluster.

Syntax

char *diag_get_cluster_mt ()

Description

The diag_get_cluster_mt () routine retrieves the machine type/model of the cluster by executing the lscmtms cluster software command. The results are parsed and the machine type/model is returned.

Parameters

None.

Return Value

NULL Machine type/model is not available.
string Value of machine type/model..

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