Use the showlocation command to show the location of one or more settings. This command is for BIOS-based servers only.
This command shows where the actual data for the setting is stored.
asu showlocation [all | --group group_name | setting_name | --setlist name1..nameN | class] [-v] [-nx] [connect_options]
If no setting command modifier or class setting is specified, all settings and their current values are displayed.
<setting>=<location>[<extra location info>] if <location> is CMOS, <extra location info> is of the form <byte offset>","<bit offset>","<number of bits> if <location> is SP, <extra location info> is of the form <SP dot byte 1>"."<SP dot byte 2>"," ... "."<SP dot byte n> if <location> is SP6, <extra location info> is of the form ">"<write command info> ">"<read command info> and <write command info> and <read command info> are of the form <read command byte>["@"<data offset>] ("."<command data>)*["|"<request data length>]
<setting>: <setting description> { <location>[<extra location info>] } if <location> is CMOS, <extra location info> is of the form <byte offset>","<bit offset>","<number of bits> if <location> is SP, <extra location info> is of the form <SP dot byte 1>"."<SP dot byte 2>"." ... "."<SP dot byte n> if <location> is SP6, <extra location info> is of the form ">"<write command info> "<"<read command info> and <write command info> and <read command info> are of the form <read command byte>["@"<data offset>] ("."<command data>)*["|"<request data length>]
The showlocation command and corresponding output are shown in the following examples.
asu showlocation CMOS_SerialA
CMOS_SerialA=CMOS[70,00,03]
asu showlocation CMOS_SerialA -v
CMOS_SerialA: Serial Port A { CMOS[70,00,03] }
asu showlocation RSA_Network1
RSA_Network1=SP[04.09.01.01.02]
asu showlocation RSA_Network1 -v
RSA_Network1: Network Interface 1 { SP[04.09.01.01.02] }