psu-hc-topology.xml revision 825ba0f20a74fd9c5d0d1ce2c195da2cc88a7f77
<?xml version="1.0"?>
<!DOCTYPE topology SYSTEM "/usr/share/lib/xml/dtd/topology.dtd.1">
<!--
Copyright 2008 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
CDDL HEADER START
The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at usr/src/OPENSOLARIS.LICENSE.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]
CDDL HEADER END
ident "%Z%%M% %I% %E% SMI"
-->
<topology name='psu' scheme='hc'>
<!--
Thumper platforms explicitly have only two power supplies, as
the third (unused) bay is reported via IPMI but not actually
valid.
-->
<set type='product' setlist='Sun-Fire-X4500|Sun-Fire-X4540'>
<range name='psu' min='0' max='100'>
<node instance='0'>
<fac-enum provider='fac_prov_ipmi' />
<propgroup name='protocol' version='1'
name-stability='Private' data-stability='Private' >
<propval name='label' type='string' value='PS0' />
<propmethod name='ipmi_fru_fmri' version='0'
propname='FRU' proptype='fmri' >
<argval name='entity' type='string' value='self' />
</propmethod>
</propgroup>
<propgroup name='ipmi' version='1'
name-stability='Private' data-stability='Private' >
<propval name='entity_ref' type='string' value='ps0.prsnt' />
</propgroup>
<enum-method name='ipmi' version='1' />
</node>
<node instance='1'>
<fac-enum provider='fac_prov_ipmi' />
<propgroup name='protocol' version='1'
name-stability='Private' data-stability='Private' >
<propval name='label' type='string' value='PS1' />
<propmethod name='ipmi_fru_fmri' version='0'
propname='FRU' proptype='fmri' >
<argval name='entity' type='string' value='self' />
</propmethod>
</propgroup>
<propgroup name='ipmi' version='1'
name-stability='Private' data-stability='Private' >
<propval name='entity_ref' type='string' value='ps1.prsnt' />
</propgroup>
<enum-method name='ipmi' version='1' />
</node>
</range>
</set>
<set type='product' setlist='Sun-Fire-X4100-Server|Sun-Fire-X4200-Server|Sun-Fire-X4100-M2|Sun-Fire-X4200-M2|Sun-Fire-X4240|Sun-Fire-X4440|Sun-Fire-X4600-M2'>
<range name='psu' min='0' max='100'>
<fac-enum provider='fac_prov_ipmi' />
<facility name='sys.psfail.led' type='indicator' provider='fac_prov_ipmi' >
<propgroup name='facility' version='1' name-stability='Private' data-stability='Private' >
<propval name='entity_ref' type='string' value='sys.psfail.led' />
<propval name='type' type='uint32' value='0' />
<propmethod name='ipmi_indicator_mode' version='0'
propname='mode' proptype='uint32' mutable='1' >
</propmethod>
</propgroup>
</facility>
<propgroup name='protocol' version='1'
name-stability='Private' data-stability='Private' >
<propmethod name='ipmi_fru_label' version='0'
propname='label' proptype='string' >
<argval name='format' type='string' value='PS%d' />
<argval name='offset' type='uint32' value='0' />
</propmethod>
</propgroup>
<propgroup name='ipmi' version='1'
name-stability='Private' data-stability='Private' >
<propmethod name='ipmi_entity' version='0'
propname='entity_ref' proptype='string' >
<argval name='format' type='string' value='ps%d.prsnt' />
<argval name='offset' type='uint32' value='0' />
<argval name='nparams' type='uint32' value='1' />
</propmethod>
</propgroup>
</range>
</set>
</topology>