OpenSolaris

Printable Version Enter a New Search
Bug ID 6735693
Synopsis typo in X4540 disk map
State 10-Fix Delivered (Fix available in build)
Category:Subcategory library:fm
Keywords
Responsible Engineer Eric Schrock
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_98
Fixed In snv_98
Release Fixed solaris_nevada(snv_98)
Related Bugs 6723603
Submit Date 10-August-2008
Last Update Date 10-September-2008
Description
The X4540 xmlgen script contains the following:

print <<EOF;
<topology name='disk' scheme='hc'>
  <range name='bay' min='0' max='47'>
    <facility name='locate' type='indicator' provider='fac_prov_ipmi' >
      <propgroup name='facility' version='1' name-stability='Private'
        data-stability='Private' >
        <propval name='type' type='uint32' value='1' />
        <propmethod name='ipmi_entity' version='0' propname='entity_ref'
          proptype='string' >
          <argval name='format' type='string' value='hdd\%d.ok2rm.led' />
          <argval name='offset' type='uint32' value='0' />
--------> <argval name='nparams' type='unit32' value='1' />
        </propmethod>
        <propmethod name='thumper_locate_mode' version='0'
          propname='mode' proptype='uint32' mutable='1'>
        </propmethod>
      </propgroup>
    </facility>

The 'nparams' option should obviously be of type 'uint32', not
'unit32'.  This breaks these LEDs
Work Around
N/A
Comments
N/A