lskitdeployparam - Lists the deployment parameters for one or more Kits or Kit components
lskitdeployparam [-V | --verbose] [-x | --xml | --XML] [-k | --kitname kit_names] [-c | --compname comp_names]
lskitdeployparam [-? | -h | --help | -v | --version]
The lskitdeployparam command is used to list the kit deployment parameters for one or more kits, or one or more kit components. Kit deployment parameters are used to customize the installation or upgrade of kit components.
The lskitdeployparam command outputs the kit component information in two formats: human-readable format (default), and XML format. Use the -x option to view the information in XML format.
Input to the command can specify any combination of the input options.
Note: The xCAT support for Kits is only available for Linux operating systems.
Where kit_names is a comma-delimited list of kit names. The lskitdeployparam command will only display the deployment parameters for the kits with the matching names.
Where comp_names is a comma-delimited list of kit component names. The lskitdeployparam command will only display the deployment parameters for the kit components with the matching names.
Return the output with XML tags. The data is returned as: <data> <kitdeployparam> <name>KIT_KIT1_PARAM1</name> <value>value11</value> </kitdeployparam> </data> <data> <kitdeployparam> <name>KIT_KIT1_PARAM2</name> <value>value12</value> </kitdeployparam> </data> ...
Display additional progress and error messages.
Command Version.
Display usage message.
The command completed successfully.
An error has occurred.
To list kit deployment parameters for kit "kit-test1-1.0-Linux", enter:
lskitdeployparam -k kit-test1-1.0-Linux
To list kit deployment parameters for kit component "comp-server-1.0-1-rhels-6-x86_64", enter:
lskitdeployparam -c comp-server-1.0-1-rhels-6-x86_64
/opt/xcat/bin/lskitdeployparam
lskit(1), lskitcomp(1), addkit(1), rmkit(1), addkitcomp(1), rmkitcomp(1)
Hey! The above document had some coding errors, which are explained below:
Expected text after =item, not a number