psu-hc-topology.xml revision 2eeaed14a5e2ed9bd811643ad5bffc3510ca0310
<?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'>
<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'>
<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'>
<range name='psu' min='0' max='100'>
<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>
</range>
</set>
</topology>