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

ignite-version(1M) ignite-version(1M)
NAME
ignite version - list Ignite-UX server version information
SYNOPSIS
ignite version [-?] -m xml
DESCRIPTION
Writes XML-formatted version information of Ignite-UX server to standard output.
This version information is important for programs to correctly handle future enhancements of the ignite
command (see ignite(1M)).
XML Attributes
ignite_rev Indicates Ignite-UX product revision installed on server.
io_info_rev
Indicates revision of I/O inventory data format including format used for io.info client
files saved on the Ignite-UX server.
cli_rev
Indicates revision of ignite command line interface. The format of the revision is
<major_rev>.<minor_rev> numbers. The <minor_rev> number will increase when sup-
port for additional command line modes, options or attributes is added. The <major_rev>
number will increase when support for a command line mode, option or attribute is
removed. The <major_rev> number will also increase when support for additional com-
mand line modes, options or attributes are added which should be specified since default
values cannot be determined. In general, a <major_rev> increase indicates a change
which may not be compatible with software integrated with a prior command line inter-
face revision. Ignite-UX product release notes should be monitored for announcements
regarding planned command line interface revision changes.
RETURN VALUE
ignite version returns the following values:
0 Success
1 Error
2 Warning
EXAMPLES
Display version information:
ignite version -m xml
Example output:
<iux:iux xmlns:iux="http://hp.com/ignite" level="non">
<iux:attr name="ignite_rev">C.7.11.2</iux:attr>
<iux:attr name="io_info_rev">2.1</iux:attr>
<iux:attr name="cli_rev">2.1</iux:attr>
</iux:iux>
AUTHOR
Ignite-UX was developed by the Hewlett-Packard Company.
SEE ALSO
ignite(1M), ignite−client(1M), ignite−config(1M), ignite−ui(1M), ignite(5).
1