Scci file format – FUJITSU INTEGRATED REMOTE MANAGEMENT CONTROLLER IRMC S2/S3 User Manual
Page 414

414
iRMC
S2/S3
Configuring the iRMC S2/S3 via SCCI and scripted configuration
12.2.1.2 SCCI file format
I
The format of the XML configuration file (
.pre
) used is taken from the
setup configuration help file that is installed together with the ServerView
agents on Windows platforms. A copy of this description with
iRMC S2/S3-specific notes is shown below.
The configuration file is a based on XML syntax:
–
Each configuration setting consists of a simple XML fragment starting with
a "
<CMD>
" tag.
–
The complete sequence of configuration settings is enclosed in a pair of tags
"
<CMDSEQ>
and
</CMDSEQ>
".
The following is an example of a typical command sequence comprising two
configuration settings:
<CMDSEQ>
<CMD Context="SCCI" OC="ConfigSpace" OE="3800" OI="0"
Type="SET">
<DATA Type="xsd::hexBinary" Len="1">04</DATA>
<CMD Context="SCCI" OC="ConfigSpace" OE="3801" OI="0"
Type="SET">
<DATA Type="xsd::hexBinary" Len="1">00</DATA> </CMD>
</CMDSEQ>
The
Context
parameter is used internally to select the provider of the operation.
Currently,
SCCI
is the only supported provider.