A P P E N D I X  C

Show Configuration Command Output

This appendix includes a list of the items included in the output of the show configuration command and the sample XML output of the show configuration XML file command. Regardless of the file format, xml, txt, or onscreen, the output content is the same.

Topics in this appendix include:

For details on how to execute the show configuration command, see show configuration.


C.1 Show Configuration Output

The show configuration command runs the following commands:

The XML output produced by show configuration --xml includes the following data:

The FRU Information output shows:

The Channel Information output shows:

The Network Setting output shows:

The Communications Port Settings output shows:

The Cache Parameters output shows:

The Array Parameters output shows:

The Drive Parameters output shows:

The Host Parameters output shows:

The Redundant Parameters output shows:

The Logical Drive Parameters output shows:

The Partitions output shows:

The SES Parameters output shows:

The SAF-TE Parameters output shows:

The Port WWN output shows:

The Inter Controller Link (ICL) Parameters output shows:

The Battery Status output shows:

The Disk Drives output shows:

The Host WWN output shows:

 


C.2 XML DTD

The show configuration --xml command conforms to the following DTD.

<?xml version="1.0" ?>
 
<!-- ****************************************************** -->
<!-- Root element, the RAID BaseView                        -->
<!-- ****************************************************** -->
<!ELEMENT raidbaseview (raidsystem*)>
 
<!-- ****************************************************** -->
<!-- raidsystem element : The entire RAID system, which	    -->
<!--   consists of:					    -->
<!--     name: The RAID System name			    -->
<!--     status: the system status			    -->
<!--     manufacturer:					    -->
<!--     model: product model				    -->
<!--     firmware_version: Firmware version		    -->
<!--     bootrecord_version: Boot Record version.	    -->
<!--     mac_address: network MAC address.		    -->
<!--     ip: network IP address.			    -->
<!--     netmask: network mask address.			    -->
<!--     gateway: network gateway address.		    -->
<!--                                      (optional)	    -->
<!--     primary_sn: Primary Serial Number		    -->
<!--     secondary_sn: Secondary Serial Number		    -->
<!--                                      (optional)	    -->
<!--     controller_name: Controller Name		    -->
<!--     unique_id: Unique ID of the RAID System.	    -->
<!--     id_of_nvram_defaults:				    -->
<!--     total_logical_drives:				    -->
<!--     total_partitions:				    -->
<!--     total_physical_drives: Total Phyical Drivers	    -->
<!--     total_ses_devices:				    -->
<!--     cache_size:					    -->
<!--     cpu:						    -->
<!--     fru: Controller FRU info			    -->
<!--                                      (optional)	    -->
<!--     channel: RAID System Channel info.		    -->
<!--     network: network channel info			    -->

<!--                                      (optional)	    -->
<!--     com_port: RAID System COM port info		    -->
<!--     cache_param: Cacahe parameter			    -->
<!--     array_param: Disk Array parameter		    -->
<!--     drive_param: Disk side parameter		    -->
<!--     host_param: Host side parameter		    -->
<!--     redundant_param: is system in redundant model	    -->
<!--     logical_volume Logical Volumes			    -->
<!--                                      (optional)	    -->
<!--     logical_drive: Logical Drivers			    -->
<!--                                      (optional)	    -->
<!--     ses: the SES device info			    -->
<!--                                      (optional)	    -->
<!--     port_wwn: port wwn info          (optional)	    -->
<!--     inter_controller_link:           (optional)	    -->
<!--                                      (optional)	    -->
<!--     battery_status: Battery status			    -->
<!--                                      (optional)	    -->
<!--     config_components Disk and SAFTE device info.	    -->
<!--     hostwwns: host wwn info          (optional)	    -->
<!--     enclosure:             (optional enclosure status) -->
<!-- ****************************************************** -->
<!ELEMENT raidsystem (name,status,manufacturer,model,firmware_version,
                bootrecord_version,mac_address?,ip?,netmask?,gateway?,
                primary_sn,secondary_sn?,controller_name,unique_id?,
                id_of_nvram_defaults?,total_logical_drives,total_partitions,
                total_physical_drives,total_ses_devices,cache_size,
                cpu,fru*,channel+,network*,com_port+,cache_param,
                array_param,drive_param,host_param,redundant_param,
                logical_volume*,logical_drive*,ses*,
                port_wwns*,inter_controller_link+,
                battery_status*,config_components,
                hostwwns*,enclosure*)>

<!-- name element:                                          -->
<!ELEMENT name (#CDATA)>
 
<!-- status element:                                        -->
<!--                It may be one of Online, Offline,       -->
<!--                Critical, Degraded                      -->
<!ELEMENT status (#CDATA)>
 
<!-- manufacturer element:                                  -->
<!ELEMENT manufacturer (#CDATA)>
 
<!-- model element:                                         -->
<!ELEMENT model (#CDATA)>
 
<!-- firmware_version element:                              -->
<!--      The RAID system Firmware version                  -->
<!--      format is major.minorEnginer                      -->
<!ELEMENT firmware_version (#CDATA)>
 
<!-- bootrecord_version element:                            -->
<!--      The RAID system boot record version               -->
<!ELEMENT bootrecord_version (#CDATA)>
 
 
<!-- primary_sn element:                                    -->
<!--      The RAID system primary controller serial number  -->
<!ELEMENT primary_sn (#CDATA)>
 
<!-- secondary_sn element:                                  -->
<!--      The RAID system seconday controller serial number -->
<!--      It is optional, for some system may have only     -->
<!--      one controller                                    -->
<!ELEMENT secondary_sn (#CDATA)>
 
<!-- controller_name element:                               -->
<!--      The RAID system controller name                   -->
<!ELEMENT controller_name (#CDATA)>
 
<!-- unique_id element:                                     -->
<!--      The RAID system Unique ID                         -->
<!ELEMENT unique_id (#CDATA)>
 
<!-- id_of_nvram_defaults element:                          -->
<!ELEMENT id_of_nvram_defaults (#CDATA)>
 

<!-- total_logical_drives element:                          -->
<!--                The RAID system total logical           -->
<!--                driver number                           -->
<!ELEMENT total_logical_drives (#CDATA)>
 
<!-- total_partitions element:                              -->
<!--                The RAID system total partition         -->
<!--                number                                  -->
<!ELEMENT total_partitions (#CDATA)>
 
<!-- total_physical_drives element:                         -->
<!--                The RAID system total phyical drives    -->
<!--                number                                  -->
<!ELEMENT total_physical_drives (#CDATA)>
 
<!-- total_ses_devices element:                             -->
<!--                The RAID system total SAFTE device      -->
<!--                number                                  -->
<!ELEMENT total_ses_devices (#CDATA)>
 
<!-- cache_size element: The cache size, in binary MB       -->
<!ELEMENT cache_size (#CDATA)>
 
<!-- cpu element: The CPU type of the RAID system           -->
<!ELEMENT cpu (#CDATA)>
 
<!-- ****************************************************** -->
<!-- fru element: FRU info for one FRU component	    -->
<!--        Includes these sub-elements:		    -->
<!--        idx: the index				    -->
<!--        name: the name of the FRU			    -->
<!--        description:				    -->
<!--        part_number: the part number		    -->
<!--        serial_number: the serial number		    -->
<!--        revision:					    -->
<!--        manufacturing_date: Manufacture Date	    -->
<!--        manufacturing_location: Manufacture Location    -->
<!--        manufacturer_jedec_id: Vendor JEDEC ID	    -->
<!--        fru_location: location with the chassis	    -->
<!--        chassis_serial_number: sn			    -->
<!-- ****************************************************** -->

<!ELEMENT fru (idx,name,description,part_number,serial_number,
                revision,manufacturing_date,manufacturing_location,
                manufacturer_jedec_id,fru_location,chassis_serial_number)>
 
<!-- idx element:                                           -->
<!ELEMENT idx (#CDATA)>
 
<!-- part_number element:                                   -->
<!ELEMENT part_number (#CDATA)>
 
<!-- revision element:                                      -->
<!ELEMENT revision (#CDATA)>
 
<!-- manufacturer_jedec_id element:                         -->
<!ELEMENT manufacturer_jedec_id (#CDATA)>
 
<!-- fru_location element:                                  -->
<!ELEMENT fru_location (#CDATA)>
 
<!-- chassis_serial_number element:                         -->
<!ELEMENT chassis_serial_number (#CDATA)>
 
<!-- manufacturing_date element:                            -->
<!ELEMENT manufacturing_date (#CDATA)>
 
<!-- manufacturing_location element:                        -->
<!ELEMENT manufacturing_location (#CDATA)>
 
<!-- descriptionn element:                                  -->
<!ELEMENT descriptionn (#CDATA)>
 
<!-- ****************************************************** -->
<!-- channel element: The channel info of the RAID system   -->
<!--     It include these elements			    -->
<!--        idx: the index, the phyical channel number	    -->
<!--        logchl: Logical Channel number		    -->
<!--        mode: Channel model				    -->
<!--        type: Channel Type				    -->
<!--        pid: Channel PID				    -->
<!--        sid: Channel SID				    -->
<!--        term: Channel Terminl			    -->
<!--        defclk: Channel default clock		    -->
<!--        curclk: Channel current clock		    -->
<!--        defwid: Channle default width		    -->
<!--        curwid: Channle current width		    -->

<!-- *****************************************************  -->
<!ELEMENT channel (idx,logchl,mode,type,pid,sid,term,
                        defclk,curclk,defwid,curwid)>
 
<!-- logchl element: Logical Channel number                 -->
<!ELEMENT logchl (#CDATA)>
 
<!-- mode element: The Channel work mode can be "Host"      -->
<!--               "Drive", "RCCOM", "Other"                -->
<!ELEMENT mode (#CDATA)>
 
<!-- type element: Channel type can be "SCSI" "PCI" "FC"    -->
<!ELEMENT type (#CDATA)>
 
<!-- pid element: PID of this channel                       -->
<!ELEMENT pid (#CDATA)>
 
<!-- sid element: SID of this channel                       -->
<!ELEMENT sid (#CDATA)>
 
<!-- defclk element: Default clock                          -->
<!ELEMENT defclk (#CDATA)>
 
<!-- defwid element: Default width                          -->
<!ELEMENT defwid (#CDATA)>
 
<!-- term element: This channel have term or not            -->
<!ELEMENT term (#CDATA)>
 
<!-- defclk element: Current clock                          -->
<!ELEMENT curclk (#CDATA)>
 
<!-- defwid element: Current width                          -->
<!ELEMENT curwid (#CDATA)>
 
<!-- ****************************************************** -->
<!-- network element: The channel info of the RAID system   -->
<!--     It include these elements			    -->
<!--        idx:					    -->
<!--        mac_address:				    -->
<!--        static_address:				    -->
<!--        current_ip_assignment_mechanism_list:	    -->
<!--        transfer_speed_configurable:		    -->
<!--        current_transfer_speed:			    -->
<!--        supported_transfer_speed:			    -->
<!--        mac_address_configurable:			    -->

<!-- ****************************************************** -->
<!ELEMENT network (idx,mac_address,static_address,
                current_ip_assignment_mechanism_list,
                transfer_speed_configurable,
                current_transfer_speed,supported_transfer_speed,
                mac_address_configurable)>
 
<!-- mac_address element: Mac address                       -->
<!--                 format is ##:##:##:##:##:##            -->
<!ELEMENT mac_address (#CDATA)>
 
<!-- defclk current_ip_assignment_mechanism_list:           -->
<!ELEMENT current_ip_assignment_mechanism_list (#CDATA)>
 
<!-- transfer_speed_configurable element:                   -->
<!ELEMENT transfer_speed_configurable (#CDATA)>
 
<!-- current_transfer_speed element: in MB                  -->
<!ELEMENT current_transfer_speed (#CDATA)>
 
<!-- supported_transfer_speed element: in MB                -->
<!ELEMENT supported_transfer_speed (#CDATA)>
 
<!-- mac_address_configurable element: Enable, Disable      -->
<!ELEMENT mac_address_configurable (#CDATA)>
 
<!-- static_address element:                                -->
<!ELEMENT static_address  (ip, netmask, gateway)>
 
<!-- ip element: IP address                                 -->
<!ELEMENT ip (#CDATA)>
 
<!-- netmask element:                                       -->
<!ELEMENT netmask (#CDATA)>
 
<!-- gateway element:                                       -->
<!ELEMENT gateway (#CDATA)>
 
 

<!-- ****************************************************** -->
<!-- com_port element: The RS-232 port info		    -->
<!--     It include these elements			    -->
<!--        idx: the index				    -->
<!--        max_bps:					    -->
<!--        min_bps:					    -->
<!--        default_bps:				    -->
<!--        current_bps:				    -->
<!-- ****************************************************** -->
<!ELEMENT com_port (idx, max_bps, min_bps, default_bps, current_bps)>
 
<!-- max_bps element: Max baud rate, in BPS		    -->
<!ELEMENT max_bps (#CDATA)>
 
<!-- min_bps element: Min baud rate, in BPS		    -->
<!ELEMENT min_bps (#CDATA)>
							    
<!-- default_bps element: Default baud rate, in BPS	    -->
<!ELEMENT default_bps (#CDATA)>
 
<!-- current_bps element: Current baud rate, in BPS	    -->
<!ELEMENT current_bps (#CDATA)>
 
 
<!-- ****************************************************** -->
<!-- drive_param element: The Driver side configuation	    -->
<!--     It include these elements			    -->
<!--        scsi_motor_spin_up:				    -->
<!--        power_up_scsi_reset:			    -->
<!--        disk_access_latency:			    -->
<!--        scsi_io_timeout:				    -->
<!--        tag_count_per_drive:			    -->
<!--        drive_check_period:				    -->
<!--        safte_polling_period:			    -->
<!--        auto_detect_drive_check:			    -->
<!--        drive_smart_mode				    -->
<!--        auto_global_spare				    -->
<!-- ****************************************************** -->

<!ELEMENT drive_param (scsi_motor_spin_up,power_up_scsi_reset,
                        disk_access_latency,scsi_io_timeout,
                        tag_count_per_drive,drive_check_period,
                        safte_polling_period,auto_detect_drive_check,
                        drive_smart_mode,auto_global_spare)>
 
<!-- scsi_motor_spin_up element : in sec                    -->
<!ELEMENT scsi_motor_spin_up (#CDATA)>
 
<!-- power_up_scsi_reset element:                           -->
<!ELEMENT power_up_scsi_reset (#CDATA)>
 
<!-- disk_access_latency element:                           -->
<!ELEMENT disk_access_latency (#CDATA)>
 
<!-- tag_count_per_drive element:                           -->
<!ELEMENT tag_count_per_drive (#CDATA)>
 
<!-- safte_polling_period element:                          -->
<!ELEMENT safte_polling_period (#CDATA)>
 
<!-- scsi_io_timeout element:                               -->
<!ELEMENT scsi_io_timeout (#CDATA)>
 
<!-- drive_check_period element:                            -->
<!ELEMENT drive_check_period (#CDATA)>
 
<!-- auto_detect_drive_check element:                       -->
<!ELEMENT auto_detect_drive_check (#CDATA)>
 
<!-- drive_smart_mode element:                              -->
<!ELEMENT drive_smart_mode (#CDATA)>
        
<!-- auto_global_spare element:                             -->
<!ELEMENT auto_global_spare (#CDATA)>
 
<!-- ****************************************************** -->
<!-- cache_param element: RAID system cache modes	    -->
<!--     write_back_flag: (Enabled,Disabled)		    -->
<!--     optimization: (Sequential I/O,Random I/O)	    -->
<!-- ****************************************************** -->

<!ELEMENT cache_param (write_back_flag, optimization)>
 
<!-- write_back_flag element: can be "Sequential I/O"       -->
<!--                         "Random I/O"                   -->
<!ELEMENT write_back_flag (#CDATA)>
 
<!-- optimization element: can be "Enabled", "Disabled	"    -->
<!ELEMENT optimization (#CDATA)>
 
 
<!-- ****************************************************** -->
<!-- array_param element: RAID system array info, includes  -->
<!--             verify_on_init				    -->
<!--             verify_on_rebuild			    -->
<!--             verify_on_normal			    -->
<!--             rebuild_priority			    -->
<!-- ****************************************************** -->
<!ELEMENT array_param (verify_on_init, verify_on_rebuild,
                        verify_on_normal, rebuild_priority)>
 
<!-- verify_on_init element: can be "Enable" "Disable"      -->
<!ELEMENT verify_on_init (#CDATA)>
 
<!-- verify_on_rebuild element: can be "Enable" "Disable"   -->
<!ELEMENT verify_on_rebuild (#CDATA)>
 
<!-- verify_on_normal element: can be "Enable" "Disable"    -->
<!ELEMENT verify_on_normal (#CDATA)>
 
<!-- rebuild_priority element: can be "Hight" "Improved"    -->
<!--                            "Normal" "Low"              -->
<!ELEMENT rebuild_priority (#CDATA)>
 
 
<!-- host_param element: RAID system host side bus info:    -->
<!--             queue_io_count                             -->
<!--             luns_per_host                              -->
<!--             fibre_connection_mode                      -->
<!ELEMENT host_param (queue_io_count,luns_per_host,
                                fibre_connection_mode)>
 
<!-- queue_io_count element:                                -->
<!ELEMENT queue_io_count (#CDATA)>

<!-- luns_per_host element:                                 -->
<!ELEMENT luns_per_host (#CDATA)>
 
<!-- fibre_connection_mode element:                         -->
<!ELEMENT fibre_connection_mode (#CDATA)>
 
 
<!-- ****************************************************** -->
<!-- redundant_param element for RAID controllers:	    -->
<!--             Primary_sn				    -->
<!--             Redundancy_mode			    -->
<!--             redundant_status			    -->
<!--             secondary_sn				    -->
<!-- ****************************************************** -->
<!ELEMENT redundant_param (role,Primary_sn,Redundancy_mode,
                                redundant_status,secondary_sn)>
 
<!-- role element:                                          -->
<!ELEMENT role (#CDATA)>
 
<!-- Primary_sn element:                                    -->
<!ELEMENT Primary_sn (#CDATA)>
 
<!-- Redundancy_mode element:                               -->
<!ELEMENT Redundancy_mode (#CDATA)>
 
<!-- redundant_status element:                              -->
<!ELEMENT redundant_status (#CDATA)>
 
<!-- ****************************************************** -->
<!-- logical_drive element: The Logical Drive info, include -->
<!--             ld_id					    -->
<!--             ld_idx					    -->
<!--             assignment				    -->
<!--             status					    -->
<!--             raid_level				    -->
<!--             number_of_drives			    -->
<!--             physical_drive				    -->
<!--             size					    -->
<!--             total_partitions			    -->
<!--             partition				    -->
<!-- ****************************************************** -->

<!ELEMENT logical_drive (ld_id,ld_idx,assignment,status,
                        raid_level,number_of_drives,physical_drive,
                        size,total_partitions?,partition*)>
 
<!-- ld_id element:                                         -->
<!ELEMENT ld_id (#CDATA)>
 
<!-- ld_idx element:                                        -->
<!ELEMENT ld_idx (#CDATA)>
 
<!-- assignment element:                                    -->
<!ELEMENT assignment (#CDATA)>
 
<!-- raid_level element: can be RAID0, RAID1, RAID3 ....   -->
<!ELEMENT raid_level (#CDATA)>
 
<!-- number_of_drives element:                              -->
<!ELEMENT number_of_drives (#CDATA)>
 
<!-- physical_drive element:                                -->
<!ELEMENT physical_drive (#PCDATA)>
 
<!-- size element: in MB                                    -->
<!ELEMENT size (#CDATA)>
 
<!-- ****************************************************** -->
<!-- ses element: The SES device info, include		    -->
<!--             idx: index number			    -->
<!--             ch: channel number			    -->
<!--             id: SCSI ID				    -->
<!--             chassis				    -->
<!--             vendor_product_id			    -->
<!--             rev					    -->
<!--             pld					    -->
<!--             wwnn					    -->
<!--             wwpn					    -->
<!--             topology				    -->
<!-- ****************************************************** -->
<!ELEMENT ses (idx,ch,id,chassis,vendor_product_id,
                rev,pld,wwnn,wwpn,topology)>

<!-- id element:                                            -->
<!ELEMENT id (#CDATA)>
 
<!-- chassis element:                                       -->
<!ELEMENT chassis (#CDATA)>
 
<!-- vendor_product_id element:                             -->
<!ELEMENT vendor_product_id (#CDATA)>
 
<!-- rev element:                                           -->
<!ELEMENT rev (#CDATA)>
 
<!-- pld element:                                           -->
<!ELEMENT pld (#CDATA)>
 
<!-- wwnn element:                                          -->
<!ELEMENT wwnn (#CDATA)>
 
<!-- wwpn element:                                          -->
<!ELEMENT wwpn (#CDATA)>
 
<!-- topology element:                                      -->
<!ELEMENT topology (#CDATA)>
 
<!-- ****************************************************** -->
<!-- port_wwns element:                     include	    -->
<!--             port_wwn				    -->
<!-- ****************************************************** -->
<!ELEMENT port_wwns (port_wwn*)>
 
<!-- ****************************************************** -->
<!-- port_wwn element: include				    -->
<!--             idx					    -->
<!--             ch					    -->
<!--             id					    -->
<!--             wwnn					    -->
<!-- ****************************************************** -->
<!ELEMENT port_wwn (idx,ch,id,wwnn)>
<!-- ****************************************************** -->
<!-- hostwwns element:                     include	    -->
<!--             hostwwns				    -->
<!-- ****************************************************** -->
<!ELEMENT hostwwns (hostwwns*)>

<!-- ****************************************************** -->
<!-- hostwwn element: include				    -->
<!--             wwn					    -->
<!--             name					    -->
<!-- ****************************************************** -->
<!ELEMENT hostwwn (wwn,name)>
 
<!-- wwn element:                                           -->
<!ELEMENT wwn (#CDATA)>
 
 
<!-- ****************************************************** -->
<!-- inter_controller_link element: include		    -->
<!--             idx					    -->
<!--             slot					    -->
<!--             ch					    -->
<!--             ch_mode				    -->
<!--             bypass_status				    -->
<!-- ****************************************************** -->
<!ELEMENT inter_controller_link (idx,slot,ch,ch_mode,bypass_status)>
 
<!-- slot element:                                          -->
<!ELEMENT slot (#CDATA)>
 
<!-- ch_mode element:                                       -->
<!ELEMENT ch_mode (#CDATA)>
 
<!-- bypass_status element:                                 -->
<!ELEMENT bypass_status (#CDATA)>
 
<!-- ****************************************************** -->
<!-- battery_status element: battery status info, include   -->
<!--             name					    -->
<!--             type					    -->
<!--             manufacturing_date			    -->
<!--             placed_in_service			    -->
<!-- ****************************************************** -->
<!ELEMENT battery_status (name,type,manufacturing_date,placed_in_service)>
 
<!-- placed_in_service element:                             -->
<!ELEMENT placed_in_service (#CDATA)>
<!-- ****************************************************** -->
 

<!-- partition element: The partition info, include	    -->
<!--             idx					    -->
<!--             effective_size				    -->
<!--             offset					    -->
<!--             mapping				    -->
<!-- ****************************************************** -->
<!ELEMENT partition (idx, effective_size, offset, mapping?, filter_mapping?)>
  
<!-- effective_size element: in MB                          -->
<!ELEMENT effective_size (#CDATA)>
 
<!-- offset element: in MB                                  -->
<!ELEMENT offset (#CDATA)>
 
<!-- mapping element:                                       -->
<!ELEMENT mapping (#CDATA)>
 
<!-- filter_mapping element:                                -->
<!ELEMENT filter_mapping (#CDATA)>
 
 
<!-- ****************************************************** -->
<!-- logical_volume element: Logical Volume Info	    -->
<!--             lv_id					    -->
<!--             lv_idx					    -->
<!--             assignment				    -->
<!--             status					    -->
<!--             size					    -->
<!--             logical_drive				    -->
<!--             total_partitions			    -->
<!--             partition				    -->
<!-- ****************************************************** -->
<!ELEMENT logical_volume (lv_id,lv_idx,assignment,status,
                          size,logical_drive,total_partitions,partition+)>
 
<!-- lv_id element:                                         -->
<!ELEMENT lv_id (#CDATA)>
 
<!-- number_of_logical_drive element: LV include LD number  -->
<!ELEMENT number_of_logical_drive (#CDATA)>
 
<!-- lv_idx element:                                        -->
<!ELEMENT lv_idx (#CDATA)>
 

<!-- ****************************************************** -->
<!-- config_components element:				    -->
<!-- ****************************************************** -->
<!ELEMENT config_components (disk*)>
 
<!-- ****************************************************** -->
<!-- Disk element:					    -->
<!-- ****************************************************** -->
<!ELEMENT disk (ch,target,status,manufacturer,model,
                serial_number, product_revision,capacity,
                remaining_size,rpm,ld_id,ld_idx)>
 
<!-- ch element:                                            -->
<!ELEMENT ch (#CDATA)>
 
<!-- target element:                                        -->
<!ELEMENT target (#CDATA)>
 
<!-- serial_number element:                                 -->
<!ELEMENT serial_number (#CDATA)>
 
<!-- product_revision element:                              -->
<!ELEMENT product_revision (#CDATA)>
 
<!-- capacity element:                                      -->
<!ELEMENT capacity (#CDATA)>
 
<!-- remaining_size element:                                -->
<!ELEMENT remaining_size (#CDATA)>
 
<!-- rpm element:                                           -->
<!ELEMENT rpm (#CDATA)>
 
<!-- ****************************************************** -->
<!-- enclosure element:					    -->
<!-- added in sccli 1.5 (LVD SCSI only)			    -->
<!-- ****************************************************** -->
<!ELEMENT enclosure (mgmt_device,component)>
<!ATTLIST enclosure status (OK|Fault|Missing|Unknown) #REQUIRED>
<!ATTLIST enclosure fru-pn CDATA #REQUIRED>
<!ATTLIST enclosure fru-sn CDATA #REQUIRED>
 
<!-- ****************************************************** -->

<!-- mgmt_device element:				    -->
<!-- (a reference to an ses or saf-te element)		    -->
<!-- ****************************************************** -->
<!ELEMENT mgmt_device (EMPTY)>
<!ATTLIST mgmt_device name CDATA #REQUIRED>
<!ATTLIST mgmt_device idx CDATA #REQUIRED>
 
<!-- ****************************************************** -->
<!-- component element:					    -->
<!-- ****************************************************** -->
<!ELEMENT component (#PCDATA)>
<!ATTLIST component type (diskslot,fan,ps,temp) #REQUIRED>
<!ATTLIST component unit CDATA #REQUIRED>
<!ATTLIST component status (OK|Fault|Missing|Unknown) #REQUIRED>
<!ATTLIST component fru-pn CDATA #REQUIRED>
<!ATTLIST component fru-sn CDATA #REQUIRED>
 
<!-- ****************************************************** -->
<!-- component sub-elements:				    -->
<!--							    -->
<!-- Unique attributes for certain chassis components. They -->
<!-- are defined as ad-hoc child elements so we can treat   -->
<!-- all chassis  components the same way, rather than	    -->
<!-- displaying each type differently.			    -->
<!-- ****************************************************** -->
 
<!-- SCSI backplane select id for diskslot component	    -->
<!ELEMENT addr (#CDATA)>
 
<!-- disk slot's led state (on|off) for diskslot component  -->
<!ELEMENT led (#CDATA)>
 
<!-- temperature in degrees celsius for temp component	    --> 
<!ELEMENT temp (#CDATA)>
 


C.3 Sample Show Configuration XML Output

The following pages show a sample of the show configuration command output in XML format for the Sun StorEdge 3510 FC array. The following output is specific to this configuration. Each configuration varies based on how the array is set up. Regardless of the file format, xml or txt or onscreen, the output content is the same.

<raidbaseview>
  <raidsystem>
  <name>StorEdge 3510 A-A Array SN#000001</name> 
  <status>Online</status> 
  <manufacturer>SUN</manufacturer> 
  <model>StorEdge 3510</model> 
  <firmware_version>327R</firmware_version> 
  <bootrecord_version>1.31H</bootrecord_version> 
  <mac_address>00:c0:ff:00:00:01</mac_address> 
  <ip>206.235.238.125</ip> 
  <netmask>255.255.255.0</netmask> 
  <gateway>0.0.0.0</gateway> 
  <primary_sn>8000568</primary_sn> 
  <secondary_sn>8000095</secondary_sn> 
  <controller_name /> 
  <unique_id>0x000001</unique_id> 
  <id_of_nvram_defaults>327R 3510 v2.58</id_of_nvram_defaults> 
  <total_logical_drives>4</total_logical_drives> 
  <total_partitions>4</total_partitions> 
  <total_physical_drives>12</total_physical_drives> 
  <total_ses_devices>1</total_ses_devices> 
  <cache_size>1024MB ECC SDRAM</cache_size> 
  <cpu>PPC750</cpu> 

  <fru>
  <idx>0</idx> 
  <name>FC_RAID_IOM</name> 
  <description>SE3510 I/O w/SES + RAID Cont 1GB</description> 
  <part_number>370-5537</part_number> 
  <serial_number>000463</serial_number> 
  <revision>01</revision> 
  <manufacturing_date>Tue Jan 28 06:05:29 2003</manufacturing_date> 
<manufacturing_location>Milpitas,CA,USA</manufacturing_location> 
  <manufacturer_jedec_id>0x0301</manufacturer_jedec_id> 
  <fru_location>UPPER FC RAID IOM SLOT</fru_location> 
  <chassis_serial_number>N/A</chassis_serial_number> 
  </fru>
  <fru>
  <idx>1</idx> 
  <name>BATTERY_BOARD</name> 
  <description>SE3510 Hot Swap Battery Module</description> 
  <part_number>370-5545</part_number> 
  <serial_number>000548</serial_number> 
  <revision>01</revision> 
  <manufacturing_date>Thu Jan 23 06:07:40 2003</manufacturing_date> 
<manufacturing_location>Milpitas,CA,USA</manufacturing_location> 
  <manufacturer_jedec_id>0x0301</manufacturer_jedec_id> 
  <fru_location>UPPER BATTRY BOARD SLOT</fru_location> 
  <chassis_serial_number>N/A</chassis_serial_number> 
  </fru>
  <fru>
  <idx>2</idx> 
  <name>FC_RAID_IOM</name> 
  <description>SE3510 I/O w/SES + RAID Cont 1GB</description> 
  <part_number>370-5537</part_number> 
  <serial_number>000466</serial_number> 
  <revision>01</revision> 
  <manufacturing_date>Tue Jan 28 05:23:40 2003</manufacturing_date> 
<manufacturing_location>Milpitas,CA,USA</manufacturing_location> 
  <manufacturer_jedec_id>0x0301</manufacturer_jedec_id> 
  <fru_location>LOWER FC RAID IOM SLOT</fru_location> 
  <chassis_serial_number>N/A</chassis_serial_number> 
  </fru>

  <fru>
  <idx>3</idx> 
  <name>BATTERY_BOARD</name> 
  <description>SE3510 Hot Swap Battery Module</description> 
  <part_number>370-5545</part_number> 
  <serial_number>000425</serial_number> 
  <revision>01</revision> 
  <manufacturing_date>Thu Jan 23 06:05:11 2003</manufacturing_date> 
  <manufacturing_location>Milpitas,CA,USA</manufacturing_location> 
  <manufacturer_jedec_id>0x0301</manufacturer_jedec_id> 
  <fru_location>LOWER BATTERY BOARD SLOT</fru_location> 
  <chassis_serial_number>N/A</chassis_serial_number> 
  </fru>
  <channel>
  <idx>0</idx> 
  <logchl>0</logchl> 
  <mode>Host</mode> 
  <type>Fiber</type> 
  <pid>40</pid> 
  <sid>41</sid> 
  <term>N/A</term> 
  <defclk>AUTO</defclk> 
  <curclk>2G</curclk> 
  <defwid>Serial</defwid> 
  <curwid>Serial</curwid> 
  </channel>
  <channel>
  <idx>1</idx> 
  <logchl>1</logchl> 
  <mode>Host</mode> 
  <type>Fiber</type> 
  <pid>42</pid> 
  <sid>43</sid> 
  <term>N/A</term> 
  <defclk>AUTO</defclk> 
  <curclk>2G</curclk> 
  <defwid>Serial</defwid> 
  <curwid>Serial</curwid> 
  </channel>

 

  <channel>
  <idx>2</idx> 
  <logchl>0</logchl> 
  <mode>Drive</mode> 
  <type>Fiber</type> 
  <pid>14</pid> 
  <sid>15</sid> 
  <term>N/A</term> 
  <defclk>AUTO</defclk> 
  <curclk>2G</curclk> 
  <defwid>Serial</defwid> 
  <curwid>Serial</curwid> 
  </channel>
  <channel>
  <idx>3</idx> 
  <logchl>1</logchl> 
  <mode>Drive</mode> 
  <type>Fiber</type> 
  <pid>14</pid> 
  <sid>15</sid> 
  <term>N/A</term> 
  <defclk>AUTO</defclk> 
  <curclk>2G</curclk> 
  <defwid>Serial</defwid> 
  <curwid>Serial</curwid> 
  </channel>
  <channel>
  <idx>4</idx> 
  <logchl>2</logchl> 
  <mode>Host</mode> 
  <type>Fiber</type> 
  <pid>44</pid> 
  <sid /> 
  <term>N/A</term> 
  <defclk>AUTO</defclk> 
  <curclk>2G</curclk> 
  <defwid>Serial</defwid> 
  <curwid>Serial</curwid> 
  </channel>

  <channel>
  <idx>5</idx> 
  <logchl>3</logchl> 
  <mode>Host</mode> 
  <type>Fiber</type> 
  <pid /> 
  <sid /> 
  <term>N/A</term> 
  <defclk>AUTO</defclk> 
  <curclk>ASYNC</curclk> 
  <defwid>Serial</defwid> 
  <curwid>N/A</curwid> 
  </channel>
  <network>
  <idx>0</idx> 
  <mac_address>00:c0:ff:00:00:01</mac_address> 
  <static_address>
  <ip>206.235.238.125</ip> 
  <netmask>255.255.255.0</netmask> 
  <gateway>0.0.0.0</gateway> 
  </static_address>
  <current_ip_assignment_mechanism_list>N/A</current_ip_assignment_mechanism_list> 
  <transfer_speed_configurable>Disabled</transfer_speed_configurable> 
  <current_transfer_speed>negotiating,100M</current_transfer_speed> 
  <supported_transfer_speed>10M,100M</supported_transfer_speed> 
  <mac_address_configurable>Disabled</mac_address_configurable> 
  </network>
  <com_port>
  <idx>0</idx> 
  <max_bps>38400bps</max_bps> 
  <min_bps>2400bps</min_bps> 
  <default_bps>38400bps</default_bps> 
  <current_bps>38400bps</current_bps> 
  </com_port>
  <com_port>
  <idx>1</idx> 
  <max_bps>38400bps</max_bps> 
  <min_bps>2400bps</min_bps> 
  <default_bps>38400bps</default_bps> 
  <current_bps>38400bps</current_bps> 
  </com_port>

  <cache_param>
  <write_back_flag>Enabled</write_back_flag> 
  <optimization>Sequential I/O</optimization> 
  </cache_param>
  <array_param>
  <verify_on_init>Disabled</verify_on_init> 
  <verify_on_rebuild>Disabled</verify_on_rebuild> 
  <verify_on_normal>Disabled</verify_on_normal> 
  <rebuild_priority>Low</rebuild_priority> 
  </array_param>
  <drive_param>
  <scsi_motor_spin_up>Disabled</scsi_motor_spin_up> 
  <power_up_scsi_reset>Enabled</power_up_scsi_reset> 
  <disk_access_latency>15S</disk_access_latency> 
  <scsi_io_timeout>30S</scsi_io_timeout> 
  <tag_count_per_drive>32</tag_count_per_drive> 
  <drive_check_period>0S</drive_check_period> 
  <safte_polling_period>30S</safte_polling_period> 
  <auto_detect_drive_check>0S</auto_detect_drive_check> 
  <drive_smart_mode>Disabled</drive_smart_mode> 
  <auto_global_spare>Disabled</auto_global_spare> 
  </drive_param>
  <host_param>
  <queue_io_count>1024</queue_io_count> 
  <luns_per_host>32</luns_per_host> 
  <fibre_connection_mode>loop</fibre_connection_mode> 
  </host_param>
  <redundant_param>
  <role>Redundant Primary</role> 
  <Primary_sn>8000568</Primary_sn> 
  <Redundancy_mode>Active-Active</Redundancy_mode> 
  <redundant_status>Redundant deassert reset</redundant_status> 
  <secondary_sn>8000095</secondary_sn> 
  </redundant_param>
  <logical_drive>
  <ld_id>1CB42D13</ld_id> 
  <ld_idx>0</ld_idx> 
  <assignment>Primary</assignment> 
  <status>Good</status> 
  <raid_level>RAID 5</raid_level> 
  <number_of_drives>3</number_of_drives> 
  <physical_drive>2.0 2.1 2.2</physical_drive> 
  <size>67.34GB</size> 
  <total_partitions>1</total_partitions> 

 

  <partition>
  <idx>0</idx> 
  <effective_size>67.34GB</effective_size> 
  <offset>0</offset> 
  <mapping>0.40.0</mapping> 
  </partition>
  </logical_drive>
  <logical_drive>
  <ld_id>1869F0A4</ld_id> 
  <ld_idx>1</ld_idx> 
  <assignment>Secondary</assignment> 
  <status>Good</status> 
  <raid_level>RAID 5</raid_level> 
  <number_of_drives>3</number_of_drives> 
  <physical_drive>2.3 2.4 2.5</physical_drive> 
  <size>67.34GB</size> 
  <total_partitions>1</total_partitions> 
  <partition>
  <idx>0</idx> 
  <effective_size>67.34GB</effective_size> 
  <offset>0</offset> 
  <mapping>N/A</mapping> 
  </partition>
  </logical_drive>
  <logical_drive>
  <ld_id>4226ADEB</ld_id> 
  <ld_idx>2</ld_idx> 
  <assignment>Primary</assignment> 
  <status>Good</status> 
  <raid_level>RAID 5</raid_level> 
  <number_of_drives>3</number_of_drives> 
  <physical_drive>2.6 2.7 2.8</physical_drive> 
  <size>67.34GB</size> 
  <total_partitions>1</total_partitions> 
  <partition>
  <idx>0</idx> 
  <effective_size>67.34GB</effective_size> 
  <offset>0</offset> 
  <mapping>N/A</mapping> 
  </partition>
  </logical_drive>

  <logical_drive>
  <ld_id>5B6D4164</ld_id> 
  <ld_idx>3</ld_idx> 
  <assignment>Secondary</assignment> 
  <status>Good</status> 
  <raid_level>RAID 5</raid_level> 
  <number_of_drives>3</number_of_drives> 
  <physical_drive>2.9 2.10 2.11</physical_drive> 
  <size>67.34GB</size> 
  <total_partitions>1</total_partitions> 
  <partition>
  <idx>0</idx> 
  <effective_size>67.34GB</effective_size> 
  <offset>0</offset> 
  <mapping>N/A</mapping> 
  </partition>
  </logical_drive>
  <ses>
  <idx>0</idx> 
  <ch>2</ch> 
  <id>12</id> 
  <chassis>unknown</chassis> 
  <vendor_product_id>SUN StorEdge 3510F A</vendor_product_id> 
  <rev>1040</rev> 
  <pld>1000</pld> 
  <wwnn>204000C0FF000001</wwnn> 
  <wwpn>214000C0FF000001</wwpn> 
  <topology>loopa</topology> 
  </ses>
  <ses>
  <idx>1</idx> 
  <ch>3</ch> 
  <id>12</id> 
  <chassis>unknown</chassis> 
  <vendor_product_id>SUN StorEdge 3510F A</vendor_product_id> 
  <rev>1040</rev> 
  <pld>1000</pld> 
  <wwnn>204000C0FF000001</wwnn> 
  <wwpn>224000C0FF000001</wwpn> 
  <topology>loopb</topology> 
  </ses>
  <port_wwns>

  <port_wwn>
  <idx>0</idx> 
  <ch>0</ch> 
  <id>40</id> 
  <wwnn>216000C0FF800001</wwnn> 
  </port_wwn>
  <port_wwn>
  <idx>0</idx> 
  <ch>0</ch> 
  <id>41</id> 
  <wwnn>216000C0FF900001</wwnn> 
  </port_wwn>
  <port_wwn>
  <idx>1</idx> 
  <ch>1</ch> 
  <id>42</id> 
  <wwnn>226000C0FFA00001</wwnn> 
  </port_wwn>
  <port_wwn>
  <idx>1</idx> 
  <ch>1</ch> 
  <id>43</id> 
  <wwnn>226000C0FFB00001</wwnn> 
  </port_wwn>
  <port_wwn>
  <idx>4</idx> 
  <ch>4</ch> 
  <id>44</id> 
  <wwnn>256000C0FFC00001</wwnn> 
  </port_wwn>
  </port_wwns>
  <inter_controller_link>
  <idx>0</idx> 
  <slot>upper</slot> 
  <ch>0</ch> 
  <ch_mode>host channel</ch_mode> 
  <bypass_status>connected</bypass_status> 
  </inter_controller_link>
  <inter_controller_link>
  <idx>1</idx> 
  <slot>lower</slot> 
  <ch>0</ch> 
  <ch_mode>host channel</ch_mode> 
  <bypass_status>connected</bypass_status> 
  </inter_controller_link>

  <inter_controller_link>
  <idx>2</idx> 
  <slot>upper</slot> 
  <ch>1</ch> 
  <ch_mode>host channel</ch_mode> 
  <bypass_status>connected</bypass_status> 
  </inter_controller_link>
  <inter_controller_link>
  <idx>3</idx> 
  <slot>lower</slot> 
  <ch>1</ch> 
  <ch_mode>host channel</ch_mode> 
  <bypass_status>connected</bypass_status> 
  </inter_controller_link>
  <inter_controller_link>
  <idx>4</idx> 
  <slot>upper</slot> 
  <ch>4</ch> 
  <ch_mode>host channel</ch_mode> 
  <bypass_status>connected</bypass_status> 
  </inter_controller_link>
  <inter_controller_link>
  <idx>5</idx> 
  <slot>lower</slot> 
  <ch>4</ch> 
  <ch_mode>host channel</ch_mode> 
  <bypass_status>connected</bypass_status> 
  </inter_controller_link>
  <inter_controller_link>
  <idx>6</idx> 
  <slot>upper</slot> 
  <ch>5</ch> 
  <ch_mode>host channel</ch_mode> 
  <bypass_status>disconnected</bypass_status> 
  </inter_controller_link>
  <inter_controller_link>
  <idx>7</idx> 
  <slot>lower</slot> 
  <ch>5</ch> 
  <ch_mode>host channel</ch_mode> 
  <bypass_status>disconnected</bypass_status> 
  </inter_controller_link>

  <battery_status>
  <name>Upper Battery</name> 
  <type>too old</type> 
  <manufacturing_date>N/A</manufacturing_date> 
  <placed_in_service>N/A</placed_in_service> 
  </battery_status>
  <battery_status>
  <name>Lower Battery</name> 
  <type>too old</type> 
  <manufacturing_date>N/A</manufacturing_date> 
  <placed_in_service>N/A</placed_in_service> 
  </battery_status>
  <config_components>
  <disk>
  <ch>2</ch> 
  <target>0</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336753FSUN36G</model> 
  <serial_number>3HX03ALR00007314</serial_number> 
  <product_revision>0249</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>1CB42D13</ld_id> 
  <ld_idx>0</ld_idx> 
  </disk>
  <disk>
  <ch>2</ch> 
  <target>1</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0KV7E00007251</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>1CB42D13</ld_id> 
  <ld_idx>0</ld_idx> 
  </disk>

  <disk>
  <ch>2</ch> 
  <target>2</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0KBQ100007217</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>1CB42D13</ld_id> 
  <ld_idx>0</ld_idx> 
  </disk>
  <disk>
  <ch>2</ch> 
  <target>3</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0MFN100007301</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>1869F0A4</ld_id> 
  <ld_idx>1</ld_idx> 
  </disk>
  <disk>
  <ch>2</ch> 
  <target>4</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0MMJ100007251</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>1869F0A4</ld_id> 
  <ld_idx>1</ld_idx> 
  </disk>

  <disk>
  <ch>2</ch> 
  <target>5</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0N1FX00007303</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>1869F0A4</ld_id> 
  <ld_idx>1</ld_idx> 
  </disk>
  <disk>
  <ch>2</ch> 
  <target>6</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0KWV900007251</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>4226ADEB</ld_id> 
  <ld_idx>2</ld_idx> 
  </disk>
  <disk>
  <ch>2</ch> 
  <target>7</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0K6NP00007251</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>4226ADEB</ld_id> 
  <ld_idx>2</ld_idx> 
  </disk>

  <disk>
  <ch>2</ch> 
  <target>8</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0MFEH00007251</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>4226ADEB</ld_id> 
  <ld_idx>2</ld_idx> 
  </disk>
  <disk>
  <ch>2</ch> 
  <target>9</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0MSEQ00007302</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>5B6D4164</ld_id> 
  <ld_idx>3</ld_idx> 
  </disk>
  <disk>
  <ch>2</ch> 
  <target>10</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0MYLD00007301</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>5B6D4164</ld_id> 
  <ld_idx>3</ld_idx> 
  </disk>

  <disk>
  <ch>2</ch> 
  <target>11</target> 
  <status>ONLINE</status> 
  <manufacturer>SEAGATE</manufacturer> 
  <model>ST336752FSUN36G</model> 
  <serial_number>3ET0P9B400007303</serial_number> 
  <product_revision>0205</product_revision> 
  <capacity>33.67GB</capacity> 
  <remaining_size>33.67GB</remaining_size> 
  <rpm>200M</rpm> 
  <ld_id>5B6D4164</ld_id> 
  <ld_idx>3</ld_idx> 
  </disk>
</config_components>
  <hostwwns /> 
  </raidsystem>
  </raidbaseview>