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

ignite-client(1M) ignite-client(1M)
</iux:gateways>
</iux:client>
</iux:clients>
</iux:iux>
List clients that have cfg attribute set to "HP-UX B.11.11 Default":
ignite client list -m xml -l details -a attr.cfg=’HP-UX B.11.11 Default’
Add IPF client using DHCP to determine networking information:
ignite client add -a mac_addr=0x0123456789AB client
Add IPF client, setting up bootptab to automatically boot client into 11iv3 install environment:
ignite client add -a mac_addr=0x0123456789AB -a release=B.11.31 client
Change display name of client:
ignite client modify -a client_name=newname client
Install client (already booted into install environment) with specified configuration clause:
ignite client install -ccfg client
Install client same as above, but also include additional configuration content:
ignite client install -c cfg -x cfg_data="init _hp_root_disk=\"0/0/0/0.1.0\"" cl
Remove client data from Ignite-UX server:
ignite client remove client
Interrupt an install already in progress and halt the client:
ignite client control -x action=halt_client client
Create a new "job" with two steps, start the job, update the progress of each step, and end the job. This
mechanism is used to record some event that is not under direct control of Ignite-UX, but which you wish
to have the status shown as part of the list minor mode.
ignite client set_status -xclear_status=true -a job=addApps -a add_step=’inst
ignite client set_status -a job=addApps -a add_step=’setup 4 Setup for use’ mys
List the job’s status:
ignite client list -l status -m xml -a job.id=addApps mysys
Now start the job, and update the status for each step, and end the job:
ignite client set_status -a job=addApps -a step=START mysys
ignite client set_status -a job=addApps -a step=inst -a status=Active -a progr
ignite client set_status -a job=addApps -a step=inst -a status=Complete -a pro
ignite client set_status -a job=addApps -a step=setup -a status=Warning -a pro
ignite client set_status -a job=addApps -a step=DONE mysys
AUTHOR
Ignite-UX was developed by the Hewlett-Packard Company.
FILES
/var/opt/ignite/clients/<client>/jobs/<job>/client_status
Holds the status information stored by the set_status minor mode.
/var/opt/ignite/clients/<client>/client_status
/var/opt/ignite/clients/<client>/recovery/*/client_status
Status files consulted by the list minor mode. In addition to the "job" specific status
file.
/var/opt/ignite/clients/<client>/config
The config file modified by the install minor mode. The information supplied by the
cfg_data attribute is stored in this file.
6