Ignite-UX Reference (March 2010, B3921-90005)

ignite-client(1M) ignite-client(1M)
Other extended options:
clear_status
Controls whether client_status file should be cleared. This option may
be specified with the add or set_status minor modes. Allowed
values are true or false (default).
action
A required option for control minor mode, specifying the word to
place in client’s instruction file. Allowed values are:
start_install, halt_install, reboot_client, and
recovery_shell. Client must be booted into the Ignite-UX install
environment and connected to this Ignite-UX server.
dhcp_release
Control whether DHCP lease of client IP should be released when
removing client, using remove minor mode. If not specified, the
decision is made dynamically.
client
Name, id or UUID of client to operate on.
RETURN VALUE
ignite client returns the following values:
0 Success
1 Error
2 Warning
EXAMPLES
Note that example output provided below may differ from actual command output due to spacing, line
breaks, and recent enhancements.
List basic information about all clients:
ignite client list -m xml
Example output:
<iux:iux xmlns:iux="http://hp.com/ignite" level="non">
<iux:clients>
<iux:client id="0x0017A4AB4449" name="iuxsys1"
uuid="421170a1-59ad-11dc-bfb7-456d36dd759f">
<iux:attr name="path">/var/opt/ignite/clients/0x0017A4AB4449</iux:attr>
</iux:client>
<iux:client id="0x0017A4AB4440" name="iuxsys2"
uuid="421170a1-59ad-11dc-bfb7-456d36dd759f">
<iux:attr name="path">/var/opt/ignite/clients/0x0017A4AB4440</iux:attr>
</iux:client>
</iux:clients>
</iux:iux>
List detailed information about specified client
ignite client list -m xml -l details client
4