Displays an alphabetically ordered list of machines in the Distributed System Management Interface Tool (DSMIT).
lsdsmitm [ -C | -L ] [ -O ] [ -D ] [ -x ] [ -m Machine [ ,Machine ] ... ] [ -o OperatingSystem [ ,OperatingSystem ] ... ] [ -d Domain [ ,Domain ] ...
Note: Do not put a space between the comma and multiple values for the Machine, OperatingSystem, or Domain parameters.
The lsdsmitm command enables you to display the machines on your system and optionally display additional information about the machines. Enter the lsdsmitm command with no criteria flags to display all machines. To display only a subset of the machines, use one of the -m, -o, and -d criteria flags. To specify machines explicitly, use the -m flag. To specify machines by operating system, use the -o flag. To specify machines by domain, use the -d flag. If you specify two or three criteria flags at the same time, the subsets of machines that the criteria define are unified (all machines meeting any of the criteria are listed). If you use the -x flag with two or more of the -m,-o, or -d criteria flags, the subsets are intersected (only machines meeting all the criteria are listed).
lsdsmitm
lsdsmitm -OD
lsdsmitm -OD -m aztec
lsdsmitm -OD -d Floor_1 -o HPUX_1.2,AIX_3.2
Distributed System Management Interface Tool (DSMIT) Overview in the Distributed SMIT 2.2 for AIX: Guide and Reference.
The lsdsmitd command.