Command Line Interface Guide

128 omconfig: Managing Components Using the Instrumentation Service
omconfig chassis info or omconfig mainsystem info
Use the omconfig chassis info or omconfig mainsystem info command to
enter an asset tag name and a chassis name for the system. For a Blade
systems, enter asset tag names for modular components as well. Table 4-7 lists
the valid parameters for the command.
In the following example, the asset tag for the main system chassis is being set
to buildsys:
omconfig chassis info index=0 tag=buildsys
or
omconfig mainsystem info index=0 tag=buildsys
Index 0 always defaults to the main system chassis. The following command
omits index=n, but accomplishes the same thing:
omconfig chassis info tag=buildsys
or
omconfig mainsystem info tag=buildsys
When the command is executed successfully, the following message is
displayed:
Chassis info set successfully.
Table 4-7. Parameters of omconfig chassis info or omconfig mainsystem info
name=value pair Description
index=<n> Number of the chassis whose asset tag or name you are setting.
tag=<text> Asset tag in the form of alphanumeric text. Asset tag should not
exceed 10 characters.
name=<text> Name of the chassis.