Output Overview
The output configuration of a XML report is as follows:
Output Detail
The following is the information on a per volume type basis:
For Standard Volume, SDV, WSV
<Volume name="SDV_Volume" number="2896" type="SDV" capacity="1024" encryption="No" multiPath="1" connectServerNumber="1" concatenationNumber="-"> <Allocation start="2013-09-13T10:53:00+0900" end="2013-09-13T12:03:00+0900" /> <RAIDGroups> <RAIDGroup name="RAID_GP_0" number="7" type="Striping (RAID0)"> <Disks> <Disk number="12" enclosureNumber="0x00" slotNumber="12" diskType="SAS" speed="10000" /> <Disk number="13" enclosureNumber="0x00" slotNumber="13" diskType="SAS" speed="10000" /> </Disks> </RAIDGroup> </RAIDGroups> </Volume>
For TPV
<Volume name="TPP_Volume" number="1" type="TPV" capacity="5120" encryption="No" multiPath="1" connectServerNumber="1" concatenationNumber="-"> <Allocation start="2013-09-13T12:02:35+0900" end="2013-09-13T12:03:00+0900" /> <ThinProvisioningPool name="TPP_1" number="3"> <RAIDGroups> <RAIDGroup name="RAID_GP_1" number="0" type="Mirroring (RAID1)"> <Disks> <Disk number="1" enclosureNumber="0x00" slotNumber="1" diskType="SAS" speed="10000" /> <Disk number="257" enclosureNumber="0x01" slotNumber="1" diskType="SAS" speed="10000" /> </Disks> </RAIDGroup> </RAIDGroups> </ThinProvisioningPool> </Volume>
For FTV
<Volume name="FTV_Volume" number="158" type="FTV" capacity="204800" encryption="No" multiPath="1" connectServerNumber="1" concatenationNumber="-"> <Allocation start="2013-09-13T10:53:00+0900" end="2013-09-13T11:42:02+0900" /> <TierPool name="TIER_1" number="0"> <SubPools> <SubPool name="FTSP_NAME#0" number="0" level="Low"> <RAIDGroups> <RAIDGroup name="FTSP_NAME#0_0" number="2" type="Mirroring (RAID1)"> <Disks> <Disk number="23" enclosureNumber="0x00" slotNumber="23" diskType="SAS" speed="7200" /> <Disk number="279" enclosureNumber="0x01" slotNumber="23" diskType="SAS" speed="7200" /> </Disks> </RAIDGroup> </RAIDGroups> </SubPool> <SubPool name="FTSP_NAME#1" number="1" level="Middle"> <RAIDGroups> <RAIDGroup name="FTSP_NAME#1_0" number="3" type="Mirroring (RAID1)"> <Disks> <Disk number="0" enclosureNumber="0x00" slotNumber="0" diskType="SAS" speed="10000" /> <Disk number="256" enclosureNumber="0x01" slotNumber="0" diskType="SAS" speed="10000" /> </Disks> </RAIDGroup> </RAIDGroups> </SubPool> <SubPool name="FTSP_NAME#2" number="2" level="High"> <RAIDGroups> <RAIDGroup name="FTSP_NAME#2_0" number="4" type="Mirroring (RAID1)"> <Disks> <Disk number="12" enclosureNumber="0x00" slotNumber="12" diskType="SSD" speed="-" /> <Disk number="268" enclosureNumber="0x01" slotNumber="12" diskType="SSD" speed="-" /> </Disks> </RAIDGroup> </RAIDGroups> </SubPool> </SubPools> </TierPool> </Volume>
The attributes maintained by elements are as shown in "Table 8.2 Attributes Maintained by Elements".
Element Name | Description | Output Difference per Volume Type | Frequency | |||
---|---|---|---|---|---|---|
Attribute Name | FTV | TPV | Other | |||
Header | Information to differentiate report | A | A | A | 1 | |
created | Date and time when report was created (string, 24 bytes) (*1) | A | A | A | 1 | |
reportBegin | Start date and time of reporting period specified by esfadm report create command (string, 24 bytes) (*1) | A | A | A | 1 | |
reportEnd | End date and time of reporting period specified by esfadm report create command (string, 24 bytes) (*1) | A | A | A | 1 | |
version | Report format version information (string, max 8 bytes) | A | A | A | 1 | |
Servers | Maintain all Server elements. | A | A | A | 1 | |
Server | Number of servers connected to volumes | A | A | A | 1 or more | |
name | Server name (string, max. 255 bytes) | A | A | A | 1 | |
os | Operating system type (string, max. 255 bytes) | A | A | A | 1 | |
ipAddress | IP address (string, max. 64 bytes) | A | A | A | 1 | |
DiskArrays | Maintain all DiskArray elements related to servers | A | A | A | 1 | |
DiskArray | Disk array information including volumes connected to servers | A | A | A | 1 or more | |
name | Disk array name (string, max. 255 bytes) | A | A | A | 1 | |
serialNo | Serial number (string, max. 16 bytes) | A | A | A | 1 | |
boxid | Box ID (string, 40 bytes) | A | A | A | 1 | |
ec | Enterprise code (string, max. 255 bytes) | A | A | A | 1 | |
Volumes | Maintain Volume elements related to some DiskArray, connected to server | A | A | A | 1 | |
Volume | Information for volume connected to server | A | A | A | 1 or more | |
name | Volume name (string, max. 16 bytes) | A | A | A | 1 | |
number | Volume number (value: decimal, max. 10 bytes) | A | A | A | 1 | |
type | Volume type (string, max. 16 bytes) | A | A | A | 1 | |
capacity | Volume capacity (MB) (value: decimal, max. 10 bytes) | A | A | A | 1 | |
encryption | Encryption status (string, max. 255 bytes) | A | A | A | 1 | |
multiPath | Number of paths between server and volume (value: decimal, max. 10 bytes) | A | A | A | 1 | |
connectServerNumber | Number of connected servers (value: decimal, max. 10 bytes) | A | A | A | 1 | |
concatenationNumber | Number of concatenated LUNs in volume (string, max. 255 bytes) | A | A | A | 1 | |
Allocation | Information for volume allocation | A | A | A | 1 | |
start | Start date and time of volume allocation (string, 24 bytes) (*1) | A | A | A | 1 | |
end | End date and time of volume allocation (string, 24 bytes) (*1) | A | A | A | 1 | |
TierPool | Tier pool information | A | N/A | N/A | 1 or more | |
name | Tier pool name (string, max. 64 bytes) | A | N/A | N/A | 1 | |
number | Tier pool number (value: decimal, max. 10 bytes) | A | N/A | N/A | 1 | |
SubPools | Maintain sub-pool elements | A | N/A | N/A | 1 | |
SubPool | Sub-pool information | A | N/A | N/A | 1 or more | |
name | Sub-pool name (string, max. 64 bytes) | A | N/A | N/A | 1 | |
number | Sub-pool number (value: decimal, max. 10 bytes) | A | N/A | N/A | 1 | |
level | Layer level (string, max. 32 bytes) | A | N/A | N/A | 1 | |
ThinProvisioningPool | Thin Provisioning Pool information | N/A | A | N/A | 1 or more | |
name | Thin Provisioning Pool name (string, max. 16 bytes) | N/A | A | N/A | 1 | |
number | Thin Provisioning Pool number (value: decimal, max. 10 bytes) | N/A | A | N/A | 1 | |
RAIDGroups | Maintain RAID Group elements | A | A | A | 1 or more | |
RAIDGroup | RAID information | A | A | A | 1 or more | |
name | RAID Group name (string, max. 16 bytes) | A | A | A | 1 | |
number | RAID Group number (value: decimal, max. 10 bytes) | A | A | A | 1 | |
type | RAID Group type (string, max. 64 bytes)
| A | A | A | 1 | |
Disks | Maintain Disk elements | A | A | A | 1 | |
Disk | Disk information | A | A | A | 1 or more | |
number | Disk number (value: decimal, max 10 bytes) | A | A | A | 1 | |
enclosureNumber | Enclosure number (value: hexadecimal, 4 bytes) | A | A | A | 1 | |
slotNumber | Slot number (value: decimal, max. 10 bytes) | A | A | A | 1 | |
diskType | Disk type (string, max. 255 bytes) | A | A | A | 1 | |
speed | Disk rotation count (rpm) (value: decimal, max. 10 bytes) | A | A | A | 1 |
"A" indicates "Applicable", and "N/A" indicates "Not Applicable".
*1: For date and time, the local time of ETERNUS SF system is output in ISO8601 format.