Server.format.ps1xml
<?xml version="1.0" encoding="utf-8"?>
<Configuration> <Controls> <!--ServerHardware+Firmware-GroupingFormat--> <Control> <Name>ServerHardware+Firmware-GroupingFormat</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text>Server: </Text> <ExpressionBinding> <ScriptBlock> $_.Name </ScriptBlock> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <!--Enclosure+Firmware-GroupingFormat--> <Control> <Name>EnclosureFirmware-GroupingFormat</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text>Enclosure: </Text> <ExpressionBinding> <ScriptBlock> $_.Name </ScriptBlock> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <ViewDefinitions> <!--RackManager FT--> <View> <Name>RackManager</Name> <ViewSelectedBy> <TypeName>HPOneView.Servers.RackManager</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SerialNumber</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Licensing</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PartNumber</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LicenseIntent</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PartNumber</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--RackManager.SubResources FL--> <View> <Name>RackManager.SubResources</Name> <ViewSelectedBy> <TypeName>HPOneView.Servers.SubResources</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Chassis</Label> <PropertyName>Chassis</PropertyName> </ListItem> <ListItem> <Label>Partitions</Label> <PropertyName>Partitions</PropertyName> </ListItem> <ListItem> <Label>Managers</Label> <PropertyName>Managers</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--RackManager FT--> <View> <Name>SubResources.Chassis</Name> <ViewSelectedBy> <TypeName>HPOneView.Servers.Chassis</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SerialNumber</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PhysicalLocation</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PartitionName</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PhysicalLocation</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PartitionName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerHardware FT--> <View> <Name>ServerHardware</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerHardare</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ServerName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Power</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Serial Number</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ROM</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>iLO</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server Profile</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>License</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>serverName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>powerState</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>serialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>shortModel</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>romVersion</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.mpModel + " " + ($_.mpFirmwareVersion -split " ")[0]</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> if (-not($_.serverProfileUri)) { 'No Profile' } else { (Send-HPOVRequest $_.serverProfileUri -hostname $_.ApplianceConnection.Name).name } </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>licensingIntent</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerHardware FL--> <View> <Name>ServerHardware</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerHardware</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Model</Label> <PropertyName>model</PropertyName> </ListItem> <ListItem> <Label>Form Factor</Label> <PropertyName>formFactor</PropertyName> </ListItem> <ListItem> <Label>Adapters</Label> <ScriptBlock> $_.adapters | % { "{0} {1} - {2}" -f $_.location,$_.slot,$_.model } </ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ServerHardwareType FT--> <View> <Name>ServerHardwareType</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerHardwareType</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Form Factor</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Adapters</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>formFactor</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $_.adapters | % { "{0} {1} - {2}" -f $_.location,$_.slot,$_.model } </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerHardwareType FL--> <View> <Name>ServerHardwareType</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerHardwareType</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Model</Label> <PropertyName>model</PropertyName> </ListItem> <ListItem> <Label>Form Factor</Label> <PropertyName>formFactor</PropertyName> </ListItem> <ListItem> <Label>Adapters</Label> <ScriptBlock> $_.adapters | % { "{0} {1} - {2}" -f $_.location,$_.slot,$_.model } </ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ServerProfileTemplate FT--> <View> <Name>ServerProfileTemplate</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerProfileTemplate</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server Hardware Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enclosure Group</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Affinity</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server Profiles</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>affinity</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> (Send-HPOVRequest ("/rest/index/associations?parentUri={0}&name=server_profile_template_to_server_profiles" -f $_.uri) -Hostname $_.ApplianceConnection.Name).members | % { "{0}" -f (Send-HPOVRequest $_.childUri -ApplianceConnection $_.ApplianceConnection.Name).name } </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerProfileTemplate FL--> <View> <Name>ServerProfileTemplate</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerProfileTemplate</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>status</PropertyName> </ListItem> <ListItem> <Label>Description</Label> <PropertyName>description</PropertyName> </ListItem> <ListItem> <Label>Server Hardware Type</Label> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Affinity</Label> <PropertyName>affinity</PropertyName> </ListItem> <ListItem> <Label>Serial Number</Label> <ScriptBlock>"{0} ({1})" -f $_.serialNumber,$_.serialNumberType</ScriptBlock> </ListItem> <ListItem> <Label>UUID</Label> <ScriptBlock>"{0} ({1})" -f $_.uuid,$_.serialNumberType</ScriptBlock> </ListItem> <ListItem> <Label>Connections</Label> <ScriptBlock>"{0}" -f $_.connections.count</ScriptBlock> </ListItem> <ListItem> <Label>Manage BIOS</Label> <ScriptBlock>"{0}" -f $_.bios.manageBios</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ServerProfile FT--> <View> <Name>ServerProfile</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerProfile</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Compliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Template</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server Hardware</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server Hardware Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enclosure Group</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Affinity</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>templateCompliance</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverProfileTemplateUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverHardwareUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>affinity</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerProfile FL--> <View> <Name>ServerProfile</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerProfile</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>status</PropertyName> </ListItem> <ListItem> <Label>Description</Label> <PropertyName>description</PropertyName> </ListItem> <ListItem> <Label>Compliance</Label> <PropertyName>templateCompliance</PropertyName> </ListItem> <ListItem> <Label>Template</Label> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverProfileTemplateUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Server Hardware</Label> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverHardwareUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Server Hardware Type</Label> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Affinity</Label> <PropertyName>affinity</PropertyName> </ListItem> <ListItem> <Label>Serial Number</Label> <ScriptBlock>"{0} ({1})" -f $_.serialNumber,$_.serialNumberType</ScriptBlock> </ListItem> <ListItem> <Label>UUID</Label> <ScriptBlock>"{0} ({1})" -f $_.uuid,$_.serialNumberType</ScriptBlock> </ListItem> <ListItem> <Label>Connections</Label> <ScriptBlock>"{0}" -f $_.connections.count</ScriptBlock> </ListItem> <ListItem> <Label>Manage BIOS</Label> <ScriptBlock>"{0}" -f $_.bios.manageBios</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--Server_Profile_Connections FT--> <View> <Name>connections</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerProfile.Connection</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>ID</Label> <Width>2</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Type</Label> <Width>12</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Network</Label> <Width>30</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>RequestedBW</Label> <Width>12</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>MaximumBW</Label> <Width>10</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Boot</Label> <Width>20</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PortID</Label> <Width>10</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Address</Label> <Width>32</Width> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>id</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>functionType</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$profileCache[$_.networkUri]</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0} Gbps" -f ($_.requestedMbps / 1000)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0} Gbps" -f ($_.maximumMbps / 1000)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> $bootSetting = New-Object System.Collections.ArrayList [void]$bootSetting.Add($_.boot.priority) if ($_.boot.targets) { for ($i=0; $i -eq $boot.targets.count; $i++) { [void]$bootSetting.Add("WWN $($_.boot.targets[$i].arrayWwpn)`nLUN $($_.boot.targets[$i].lun)") } } elseif ($_.functionType -eq "FibreChannel" -and -not ($_.boot.priority -eq "NotBootable") -and -not ($_.boot.targets)) { [void]$bootSetting.Add("(Use Adapter BIOS)") } $bootSetting | Out-String | % { $_ -replace '^\s+|\s+$' } </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>portId</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $address = New-Object System.Collections.ArrayList if ($_.macType -eq "Virtual" -and $_.mac) { [void]$address.Add("MAC $($_.mac) (V)") } elseif ($_.macType -eq "Physical" -and $_.mac) { [void]$address.Add("MAC $($_.mac) (p)") } if ($_.wwpnType -eq "Virtual" -and $_.wwnn) { [void]$address.Add("WWNN $($_.wwnn) (v)") } elseif ($_.wwpnType -eq "Physical" -and $_.wwnn) { [void]$address.Add("WWNN $($_.wwnn) (p)") } if ($_.wwpnType -eq "Virtual" -and $_.wwpn) { [void]$address.Add("WWPN $($_.wwpn) (v)") } elseif ($_.wwpnType -eq "Physical" -and $_.wwpn) { [void]$address.Add("WWPN $($_.wwpn) (p)") } $address | Out-String | % { $_ -replace '^\s+|\s+$' } </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--Server_ServerProfile_ConnectionList FT--> <View> <Name>ConnectionList</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerProfile.ConnectionList</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>ServerProfile</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ID</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PortID</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Network</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>MAC</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>WWPN</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Boot</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ArrayTarget</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LUN</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <!-- serverProfile, cid, portId, functionType, Network, mac, wwpn, boot, arrayTarget, lun, Appliance --> <TableColumnItem> <PropertyName>serverProfile</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>cid</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>portId</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>functionType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Network</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> if ($_.macType -eq "Virtual" -and $_.mac) { "{0} (V)" -f $_.mac } elseif ($_.macType -eq "Physical" -and $_.mac) { "{0} (P)" -f $_.mac } </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> if ($_.wwpnType -eq "Virtual" -and $_.wwpn) { "{0} (V)" -f $_.wwpn } elseif ($_.wwpnType -eq "Physical" -and $_.wwpn) { "{0} (P)" -f $_.wwpn } </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>boot</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> if (-not ([String]::IsNullOrEmpty($_.arrayTarget))) { if ($_.functionType -eq 'FibreChannel') { [regex]::Replace($_.arrayTarget, '(..)', '$1:').Trim(":") } else { $_.arrayTarget } } elseif ($_.boot -ne "NotBootable" -and [String]::IsNullOrEmpty($_.arrayTarget)) { "UseAdapterBIOS" } </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>lun</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ENCLOSURE FT--> <View> <Name>Enclosure</Name> <ViewSelectedBy> <TypeName>HPOneView.Servers.Enclosure</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Serial Number</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Rack</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enclosure Group</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Populated Bays</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>enclosureType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>state</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>serialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>rackName</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> if ($_.enclosureGroupUri) { (Send-HPOVRequest $_.enclosureGroupUri -HostName $_.ApplianceConnection.Name).name } else { "N/A" } </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}/{1}" -f (($_.deviceBays | ? { $_.devicePresence -eq "Present" -or $_.devicePresence -eq "subsumed"}) | Measure-Object).Count,$_.deviceBays.count</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ENCLOSURE FL--> <View> <Name>Enclosure</Name> <ViewSelectedBy> <TypeName>HPOneView.Enclosure</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Model</Label> <PropertyName>enclosureType</PropertyName> </ListItem> <ListItem> <Label>State</Label> <PropertyName>state</PropertyName> </ListItem> <ListItem> <Label>Serial Number</Label> <PropertyName>serialNumber</PropertyName> </ListItem> <ListItem> <Label>Rack</Label> <PropertyName>rackName</PropertyName> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock> if ($_.enclosureGroupUri) { (Send-HPOVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name } else { "N/A" } </ScriptBlock> </ListItem> <ListItem> <Label>Populated Bays</Label> <ScriptBlock>"{0}/{1}" -f (($_.deviceBays | ? { $_.devicePresence -eq "Present" -or $_.devicePresence -eq "subsumed"}) | Measure-Object).Count,$_.deviceBays.count</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--LOGICALENCLOSURE FT--> <View> <Name>LogicalEnclosure</Name> <ViewSelectedBy> <TypeName>HPOneView.LogicalEnclosure</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enclosures</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enclosure Group</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Logical Interconnects</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>state</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $_ApplianceConnectionName = $_.ApplianceConnection.Name ($_.enclosureUris | % { Send-HPOVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>(Send-HPOVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> $_ApplianceConnectionName = $_.ApplianceConnection.Name ($_.logicalInterconnectUris | % { Send-HPOVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--LogicalEnclosure FL--> <View> <Name>LogicalEnclosure</Name> <ViewSelectedBy> <TypeName>HPOneView.LogicalEnclosure</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>State</Label> <PropertyName>state</PropertyName> </ListItem> <ListItem> <Label>Enclosures</Label> <ScriptBlock> $_ApplianceConnectionName = $_.ApplianceConnection.Name ($_.enclosureUris | % { Send-HPOVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock>(Send-HPOVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name </ScriptBlock> </ListItem> <ListItem> <Label>Logical Interconnects</Label> <ScriptBlock> $_ApplianceConnectionName = $_.ApplianceConnection.Name ($_.logicalInterconnectUris | % { Send-HPOVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ENCLOSURE_GROUP FT--> <View> <Name>Enclosure</Name> <ViewSelectedBy> <TypeName>HPOneView.EnclosureGroup</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LogicalInterconnectGroup</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>UsedBy</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $_HostName = $_.ApplianceConnection.Name ($_.associatedLogicalInterconnectGroups | % { (send-hpovrequest $_ -Hostname $_HostName).Name }) -join "," </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> ((Send-HPOVRequest -Uri "/rest/index/associations/resources?count=-1&start=0&name='ENCLOSURE_GROUP_TO_LOGICAL_ENCLOSURE'&parentUri='$($_.uri)'" -Hostname $_.ApplianceConnection.Name).members | % { $_.childResource.name}) -join "," </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--UNMANAGED_RESOURCE FT--> <View> <Name>UnmanagedResource</Name> <ViewSelectedBy> <TypeName>HPOneView.UnmanagedResource</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Height</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv4 Management Address</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv6 Management Address</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Max Power</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>model</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0} U" -f $_.height</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>ipv4Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ipv6Address</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0} Watts" -f $_.maxPwrConsumed</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--PotentialPowerConnection FT--> <View> <Name>PotentialPowerConnection</Name> <ViewSelectedBy> <TypeName>HPOneView.PowerDevice.PotentialPowerConnection</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Connection</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Connection Side</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>deviceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>deviceConnectionSide</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--PotentialPowerConnection FL--> <View> <Name>PotentialPowerConnection</Name> <ViewSelectedBy> <TypeName>HPOneView.PowerDevice.PotentialPowerConnection</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Model</Label> <PropertyName>model</PropertyName> </ListItem> <ListItem> <Label>Connection</Label> <PropertyName>deviceConnection</PropertyName> </ListItem> <ListItem> <Label>Connection Side</Label> <PropertyName>deviceConnectionSide</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ServerProfileMessage FT--> <View> <Name>ServerProfileMessage</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerProfileMessage</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Server Profile</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Message</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ServerProfileName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>message</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerProfileMessage FL--> <View> <Name>ServerProfileMessage</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerProfileMessage</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Server Profile</Label> <PropertyName>ServerProfileName</PropertyName> </ListItem> <ListItem> <Label>Created</Label> <PropertyName>createdTime</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>status</PropertyName> </ListItem> <ListItem> <Label>Message</Label> <PropertyName>message</PropertyName> </ListItem> <ListItem> <Label>Recommended Actions</Label> <PropertyName>recommendedActions</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPOneView.ServerProfile.CompliancePreview FL--> <View> <Name>ServerProfileCompliancePreview</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerProfile.CompliancePreviewe</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>Name</PropertyName> </ListItem> <ListItem> <Label>IsOnlineUpdate</Label> <PropertyName>IsOnlineUpdate</PropertyName> </ListItem> <ListItem> <Label>AutomaticUpdates</Label> <PropertyName>AutomaticUpdates</PropertyName> </ListItem> <ListItem> <Label>ManualUpdates</Label> <PropertyName>ManualUpdates</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPOneView.ServerProfile.CompliancePreview FT--> <View> <Name>ServerProfileCompliancePreview</Name> <ViewSelectedBy> <TypeName>HPOneView.ServerProfile.CompliancePreview</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IsOnlineUpdate</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>AutomaticUpdates</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ManualUpdates</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IsOnlineUpdate</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>AutomaticUpdates</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ManualUpdates</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ContractAndWarrantyStatus FT--> <View> <Name>ContractAndWarrantyStatus</Name> <ViewSelectedBy> <TypeName>HPOneView.RemoteSupport.ContractAndWarrantyStatus</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>ResourceName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ResourceSerialNumber</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IsEntitled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>EntitlementPackage</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>EntitlementStatus</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CoverageDays</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>OfferEndDate</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ResourceName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ResourceSerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IsEntitled</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>EntitlementPackage</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>EntitlementStatus</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CoverageDays</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>OfferEndDate</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPOneView.RemoteSupport.ResourceSetting FT--> <View> <Name>RemoteSupportResourceSetting</Name> <ViewSelectedBy> <TypeName>HPOneView.RemoteSupport.ResourceSetting</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>ResourceName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SupportEnabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SalesChannelPartner</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SupportChannelPartner</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PrimaryContact</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SecondaryContact</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ResourceName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>supportEnabled</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.SalesChannelPartner.name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.SupportChannelPartner.name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>'{0} {1}' -f $_.PrimaryContact.firstName,$_.PrimaryContact.lastName</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>'{0} {1}' -f $_.SecondaryContact.firstName,$_.SecondaryContact.lastName</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPOneView.ServerHardware+Firmware FT--> <View> <Name>Servers+Firmware</Name> <ViewSelectedBy> <TypeName>HPOneView.Servers.ServerHardware+Firmware</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>Name</PropertyName> <CustomControlName>ServerHardware+Firmware-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Component</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ComponentType</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Installed</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>BaselineVersion</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>BaselineName</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Component</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ComponentType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Installed</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BaselineVersion</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BaselineName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPOneView.Servers.Enclosure+Firmware FT--> <View> <Name>Enclosure+Firmware</Name> <ViewSelectedBy> <TypeName>HPOneView.Servers.Enclosure+Firmware</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>Name</PropertyName> <CustomControlName>EnclosureFirmware-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Component</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ComponentModel</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Installed</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Baseline</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>BaselineName</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Component</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ComponentModel</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Installed</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BaselineVersion</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BaselineName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPOneView.Servers.LogicalJBOD FT--> <View> <Name>LogicalJBOD</Name> <ViewSelectedBy> <TypeName>HPOneView.Servers.LogicalJBOD</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>DriveTechnology</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>MinSize</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>MaxSize</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Drives</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>UsedBy</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0} {1}" -f $_.Interface, $_.Media</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>[HPOneView.Utilities.Library]::IntToStorageString(([int]$_.MinSize * 1GB))</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>[HPOneView.Utilities.Library]::IntToStorageString(([int]$_.MaxSize * 1GB))</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Drives</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>UsedBy</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> <!-- SIG # Begin signature block --> <!-- MIIfIAYJKoZIhvcNAQcCoIIfETCCHw0CAQExDzANBglghkgBZQMEAgEFADB5Bgor --> <!-- BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG --> <!-- KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCDEn9hUA6a+Qx0V --> <!-- 8uyBfaqoS7229f4viy983HfSaWiDO6CCGZUwggQUMIIC/KADAgECAgsEAAAAAAEv --> <!-- TuFS1zANBgkqhkiG9w0BAQUFADBXMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xv --> <!-- YmFsU2lnbiBudi1zYTEQMA4GA1UECxMHUm9vdCBDQTEbMBkGA1UEAxMSR2xvYmFs --> <!-- U2lnbiBSb290IENBMB4XDTExMDQxMzEwMDAwMFoXDTI4MDEyODEyMDAwMFowUjEL --> <!-- MAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExKDAmBgNVBAMT --> <!-- H0dsb2JhbFNpZ24gVGltZXN0YW1waW5nIENBIC0gRzIwggEiMA0GCSqGSIb3DQEB --> <!-- AQUAA4IBDwAwggEKAoIBAQCU72X4tVefoFMNNAbrCR+3Rxhqy/Bb5P8npTTR94ka --> <!-- v56xzRJBbmbUgaCFi2RaRi+ZoI13seK8XN0i12pn0LvoynTei08NsFLlkFvrRw7x --> <!-- 55+cC5BlPheWMEVybTmhFzbKuaCMG08IGfaBMa1hFqRi5rRAnsP8+5X2+7UulYGY --> <!-- 4O/F69gCWXh396rjUmtQkSnF/PfNk2XSYGEi8gb7Mt0WUfoO/Yow8BcJp7vzBK6r --> <!-- kOds33qp9O/EYidfb5ltOHSqEYva38cUTOmFsuzCfUomj+dWuqbgz5JTgHT0A+xo --> <!-- smC8hCAAgxuh7rR0BcEpjmLQR7H68FPMGPkuO/lwfrQlAgMBAAGjgeUwgeIwDgYD --> <!-- VR0PAQH/BAQDAgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFEbYPv/c --> <!-- 477/g+b0hZuw3WrWFKnBMEcGA1UdIARAMD4wPAYEVR0gADA0MDIGCCsGAQUFBwIB --> <!-- FiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAzBgNVHR8E --> <!-- LDAqMCigJqAkhiJodHRwOi8vY3JsLmdsb2JhbHNpZ24ubmV0L3Jvb3QuY3JsMB8G --> <!-- A1UdIwQYMBaAFGB7ZhpFDZfKiVAvfQTNNKj//P1LMA0GCSqGSIb3DQEBBQUAA4IB --> <!-- AQBOXlaQHka02Ukx87sXOSgbwhbd/UHcCQUEm2+yoprWmS5AmQBVteo/pSB204Y0 --> <!-- 1BfMVTrHgu7vqLq82AafFVDfzRZ7UjoC1xka/a/weFzgS8UY3zokHtqsuKlYBAIH --> <!-- MNuwEl7+Mb7wBEj08HD4Ol5Wg889+w289MXtl5251NulJ4TjOJuLpzWGRCCkO22k --> <!-- aguhg/0o69rvKPbMiF37CjsAq+Ah6+IvNWwPjjRFl+ui95kzNX7Lmoq7RU3nP5/C --> <!-- 2Yr6ZbJux35l/+iS4SwxovewJzZIjyZvO+5Ndh95w+V/ljW8LQ7MAbCOf/9RgICn --> <!-- ktSzREZkjIdPFmMHMUtjsN/zMIIEnzCCA4egAwIBAgISESHWmadklz7x+EJ+6RnM --> <!-- U0EUMA0GCSqGSIb3DQEBBQUAMFIxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i --> <!-- YWxTaWduIG52LXNhMSgwJgYDVQQDEx9HbG9iYWxTaWduIFRpbWVzdGFtcGluZyBD --> <!-- QSAtIEcyMB4XDTE2MDUyNDAwMDAwMFoXDTI3MDYyNDAwMDAwMFowYDELMAkGA1UE --> <!-- BhMCU0cxHzAdBgNVBAoTFkdNTyBHbG9iYWxTaWduIFB0ZSBMdGQxMDAuBgNVBAMT --> <!-- J0dsb2JhbFNpZ24gVFNBIGZvciBNUyBBdXRoZW50aWNvZGUgLSBHMjCCASIwDQYJ --> <!-- KoZIhvcNAQEBBQADggEPADCCAQoCggEBALAXrqLTtgQwVh5YD7HtVaTWVMvY9nM6 --> <!-- 7F1eqyX9NqX6hMNhQMVGtVlSO0KiLl8TYhCpW+Zz1pIlsX0j4wazhzoOQ/DXAIlT --> <!-- ohExUihuXUByPPIJd6dJkpfUbJCgdqf9uNyznfIHYCxPWJgAa9MVVOD63f+ALF8Y --> <!-- ppj/1KvsoUVZsi5vYl3g2Rmsi1ecqCYr2RelENJHCBpwLDOLf2iAKrWhXWvdjQIC --> <!-- KQOqfDe7uylOPVOTs6b6j9JYkxVMuS2rgKOjJfuv9whksHpED1wQ119hN6pOa9PS --> <!-- UyWdgnP6LPlysKkZOSpQ+qnQPDrK6Fvv9V9R9PkK2Zc13mqF5iMEQq8CAwEAAaOC --> <!-- AV8wggFbMA4GA1UdDwEB/wQEAwIHgDBMBgNVHSAERTBDMEEGCSsGAQQBoDIBHjA0 --> <!-- MDIGCCsGAQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0 --> <!-- b3J5LzAJBgNVHRMEAjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMEIGA1UdHwQ7 --> <!-- MDkwN6A1oDOGMWh0dHA6Ly9jcmwuZ2xvYmFsc2lnbi5jb20vZ3MvZ3N0aW1lc3Rh --> <!-- bXBpbmdnMi5jcmwwVAYIKwYBBQUHAQEESDBGMEQGCCsGAQUFBzAChjhodHRwOi8v --> <!-- c2VjdXJlLmdsb2JhbHNpZ24uY29tL2NhY2VydC9nc3RpbWVzdGFtcGluZ2cyLmNy --> <!-- dDAdBgNVHQ4EFgQU1KKESjhaGH+6TzBQvZ3VeofWCfcwHwYDVR0jBBgwFoAURtg+ --> <!-- /9zjvv+D5vSFm7DdatYUqcEwDQYJKoZIhvcNAQEFBQADggEBAI+pGpFtBKY3IA6D --> <!-- lt4j02tuH27dZD1oISK1+Ec2aY7hpUXHJKIitykJzFRarsa8zWOOsz1QSOW0zK7N --> <!-- ko2eKIsTShGqvaPv07I2/LShcr9tl2N5jES8cC9+87zdglOrGvbr+hyXvLY3nKQc --> <!-- MLyrvC1HNt+SIAPoccZY9nUFmjTwC1lagkQ0qoDkL4T2R12WybbKyp23prrkUNPU --> <!-- N7i6IA7Q05IqW8RZu6Ft2zzORJ3BOCqt4429zQl3GhC+ZwoCNmSIubMbJu7nnmDE --> <!-- Rqi8YTNsz065nLlq8J83/rU9T5rTTf/eII5Ol6b9nwm8TcoYdsmwTYVQ8oDSHQb1 --> <!-- WAQHsRgwggViMIIESqADAgECAhEAs27OX4AfAEtqySFw10d4pTANBgkqhkiG9w0B --> <!-- AQsFADB8MQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVy --> <!-- MRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxJDAi --> <!-- BgNVBAMTG1NlY3RpZ28gUlNBIENvZGUgU2lnbmluZyBDQTAeFw0xOTA2MTgwMDAw --> <!-- MDBaFw0yMDA2MTcyMzU5NTlaMIHSMQswCQYDVQQGEwJVUzEOMAwGA1UEEQwFOTQz --> <!-- MDQxCzAJBgNVBAgMAkNBMRIwEAYDVQQHDAlQYWxvIEFsdG8xHDAaBgNVBAkMEzMw --> <!-- MDAgSGFub3ZlciBTdHJlZXQxKzApBgNVBAoMIkhld2xldHQgUGFja2FyZCBFbnRl --> <!-- cnByaXNlIENvbXBhbnkxGjAYBgNVBAsMEUhQIEN5YmVyIFNlY3VyaXR5MSswKQYD --> <!-- VQQDDCJIZXdsZXR0IFBhY2thcmQgRW50ZXJwcmlzZSBDb21wYW55MIIBIjANBgkq --> <!-- hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApRUrB4sxRxmcELIDQloMK5Trsf6NaV53 --> <!-- CZlnWquI9hoSn1D14KyzII0V3/GGSrzefd4UO2NMhi6XuK00Lp/cxiJEk5Y5gCUr --> <!-- OWj7rNrH/4ibHUitPle1gEStxkyAduxLSRU5O66hdsOcE6N5YxN1OTIjd7IfPsB/ --> <!-- TYgfzoJWi2TgpnQbnpAZ6rX+J7E16t0nyhw7o29Vs+DBF3UnRo5yO9wlF+gnkEQG --> <!-- C33TRc7k1I1aGut+nrYJcSKbKb7xMdWzpnMEal3mCKhwEyPOwiuF6GRj8QUvixzv --> <!-- 1kK1MPfJv4SndHzNtmPNT+2lN6sei9/b+fDdhwp57blr1uPzMvJMEwIDAQABo4IB --> <!-- hjCCAYIwHwYDVR0jBBgwFoAUDuE6qFM6MdWKvsG7rWcaA4WtNA4wHQYDVR0OBBYE --> <!-- FEWEX+dAgNu/+qq8wUXDWBCEEg2wMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E --> <!-- AjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMDMBEGCWCGSAGG+EIBAQQEAwIEEDBABgNV --> <!-- HSAEOTA3MDUGDCsGAQQBsjEBAgEDAjAlMCMGCCsGAQUFBwIBFhdodHRwczovL3Nl --> <!-- Y3RpZ28uY29tL0NQUzBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLnNlY3Rp --> <!-- Z28uY29tL1NlY3RpZ29SU0FDb2RlU2lnbmluZ0NBLmNybDBzBggrBgEFBQcBAQRn --> <!-- MGUwPgYIKwYBBQUHMAKGMmh0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1JT --> <!-- QUNvZGVTaWduaW5nQ0EuY3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0 --> <!-- aWdvLmNvbTANBgkqhkiG9w0BAQsFAAOCAQEAQN9rx8jPwCq7rN0jhoey1CZqKiac --> <!-- vgYtr6+/zB0qxhxhmIXvMrKcthVLAb/vp+hiipqZXj9ZEp8wlEkz9PVzgHqXVJ/z --> <!-- IA95b16/pwX6mvFq2CgKP8YfuYLRQzok4vfYKqtEjpB8UFkbSBeFSjhu0ryNxOWr --> <!-- 9JAqnmgLEmvJNk1KvVCm4jBnxyRC2Ht/GWveMnlEwxbP+vCfB/xVfADj5j/6/m9Z --> <!-- cZKIKPg1rJho89psn61Yck5+Jv/4ocaaQfaVGdiKuVxDADPmj6bQ6cRk9wXrms+g --> <!-- dPloTD/f+LY3sh0GD3DiXFqq/rhhQVKfgE2LToRlMVn6V/MtlWl1PsfyPzCCBXcw --> <!-- ggRfoAMCAQICEBPqKHBb9OztDDZjCYBhQzYwDQYJKoZIhvcNAQEMBQAwbzELMAkG --> <!-- A1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVz --> <!-- dCBFeHRlcm5hbCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJu --> <!-- YWwgQ0EgUm9vdDAeFw0wMDA1MzAxMDQ4MzhaFw0yMDA1MzAxMDQ4MzhaMIGIMQsw --> <!-- CQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5 --> <!-- IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMl --> <!-- VVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZI --> <!-- hvcNAQEBBQADggIPADCCAgoCggIBAIASZRc2DsPbCLPQrFcNdu3NJ9NMrVCDYeKq --> <!-- IE0JLWQJ3M6Jn8w9qez2z8Hc8dOx1ns3KBErR9o5xrw6GbRfpr19naNjQrZ28qk7 --> <!-- K5H44m/Q7BYgkAk+4uh0yRi0kdRiZNt/owbxiBhqkCI8vP4T8IcUe/bkH47U5FHG --> <!-- EWdGCFHLhhRUP7wz/n5snP8WnRi9UY41pqdmyHJn2yFmsdSbeAPAUDrozPDcvJ5M --> <!-- /q8FljUfV1q3/875PbcstvZU3cjnEjpNrkyKt1yatLcgPcp/IjSufjtoZgFE5wFO --> <!-- RlObM2D3lL5TN5BzQ/Myw1Pv26r+dE5px2uMYJPexMcM3+EyrsyTO1F4lWeL7j1W --> <!-- /gzQaQ8bD/MlJmszbfduR/pzQ+V+DqVmsSl8MoRjVYnEDcGTVDAZE6zTfTen6106 --> <!-- bDVc20HXEtqpSQvf2ICKCZNijrVmzyWIzYS4sT+kOQ/ZAp7rEkyVfPNrBaleFoPM --> <!-- uGfi6BOdzFuC00yz7Vv/3uVzrCM7LQC/NVV0CUnYSVgaf5I25lGSDvMmfRxNF7zJ --> <!-- 7EMm0L9BX0CpRET0medXh55QH1dUqD79dGMvsVBlCeZYQi5DGky08CVHWfoEHpPU --> <!-- JkZKUIGy3r54t/xnFeHJV4QeD2PW6WK61l9VLupcxigIBCU5uA4rqfJMlxwHPw1S --> <!-- 9e3vL4IPAgMBAAGjgfQwgfEwHwYDVR0jBBgwFoAUrb2YejS0Jvf6xCZU7wO94CTL --> <!-- VBowHQYDVR0OBBYEFFN5v1qqK0rPVIDh2JvAnfKyA2bLMA4GA1UdDwEB/wQEAwIB --> <!-- hjAPBgNVHRMBAf8EBTADAQH/MBEGA1UdIAQKMAgwBgYEVR0gADBEBgNVHR8EPTA7 --> <!-- MDmgN6A1hjNodHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vQWRkVHJ1c3RFeHRlcm5h --> <!-- bENBUm9vdC5jcmwwNQYIKwYBBQUHAQEEKTAnMCUGCCsGAQUFBzABhhlodHRwOi8v --> <!-- b2NzcC51c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUAA4IBAQCTZfY3g5UPXsOC --> <!-- HB/Wd+c8isCqCfDpCybx4MJqdaHHecm5UmDIKRIO8K0D1gnEdt/lpoGVp0baglep --> <!-- lZLFto8DImwzd8F7MhduB85aFEE6BSQb9hQGO6glJA67zCp13blwQT980GM2IQcf --> <!-- Rv9gpJHhZ7zeH34ZFMljZ5HqZwdrtI+LwG5DfcOhgGyyHrxThX3ckKGkvC3vRnJX --> <!-- NQW/u0a7bm03mbb/I5KRxm5A+I8pVupf1V8UU6zwT2Hq9yLMp1YL4rg0HybZexkF --> <!-- aD+6PNQ4BqLT5o8O47RxbUBCxYS0QJUr9GWgSHn2HYFjlp1PdeD4fOSOqdHyrYqz --> <!-- jMchzcLvMIIF9TCCA92gAwIBAgIQHaJIMG+bJhjQguCWfTPTajANBgkqhkiG9w0B --> <!-- AQwFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNV --> <!-- BAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsx --> <!-- LjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkw --> <!-- HhcNMTgxMTAyMDAwMDAwWhcNMzAxMjMxMjM1OTU5WjB8MQswCQYDVQQGEwJHQjEb --> <!-- MBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgw --> <!-- FgYDVQQKEw9TZWN0aWdvIExpbWl0ZWQxJDAiBgNVBAMTG1NlY3RpZ28gUlNBIENv --> <!-- ZGUgU2lnbmluZyBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAIYi --> <!-- jTKFehifSfCWL2MIHi3cfJ8Uz+MmtiVmKUCGVEZ0MWLFEO2yhyemmcuVMMBW9aR1 --> <!-- xqkOUGKlUZEQauBLYq798PgYrKf/7i4zIPoMGYmobHutAMNhodxpZW0fbieW15dR --> <!-- hqb0J+V8aouVHltg1X7XFpKcAC9o95ftanK+ODtj3o+/bkxBXRIgCFnoOc2P0tbP --> <!-- BrRXBbZOoT5Xax+YvMRi1hsLjcdmG0qfnYHEckC14l/vC0X/o84Xpi1VsLewvFRq --> <!-- nbyNVlPG8Lp5UEks9wO5/i9lNfIi6iwHr0bZ+UYc3Ix8cSjz/qfGFN1VkW6KEQ3f --> <!-- BiSVfQ+noXw62oY1YdMCAwEAAaOCAWQwggFgMB8GA1UdIwQYMBaAFFN5v1qqK0rP --> <!-- VIDh2JvAnfKyA2bLMB0GA1UdDgQWBBQO4TqoUzox1Yq+wbutZxoDha00DjAOBgNV --> <!-- HQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEF --> <!-- BQcDAwYIKwYBBQUHAwgwEQYDVR0gBAowCDAGBgRVHSAAMFAGA1UdHwRJMEcwRaBD --> <!-- oEGGP2h0dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FDZXJ0aWZp --> <!-- Y2F0aW9uQXV0aG9yaXR5LmNybDB2BggrBgEFBQcBAQRqMGgwPwYIKwYBBQUHMAKG --> <!-- M2h0dHA6Ly9jcnQudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FBZGRUcnVzdENB --> <!-- LmNydDAlBggrBgEFBQcwAYYZaHR0cDovL29jc3AudXNlcnRydXN0LmNvbTANBgkq --> <!-- hkiG9w0BAQwFAAOCAgEATWNQ7Uc0SmGk295qKoyb8QAAHh1iezrXMsL2s+Bjs/th --> <!-- AIiaG20QBwRPvrjqiXgi6w9G7PNGXkBGiRL0C3danCpBOvzW9Ovn9xWVM8Ohgyi3 --> <!-- 3i/klPeFM4MtSkBIv5rCT0qxjyT0s4E307dksKYjalloUkJf/wTr4XRleQj1qZPe --> <!-- a3FAmZa6ePG5yOLDCBaxq2NayBWAbXReSnV+pbjDbLXP30p5h1zHQE1jNfYw08+1 --> <!-- Cg4LBH+gS667o6XQhACTPlNdNKUANWlsvp8gJRANGftQkGG+OY96jk32nw4e/gdR --> <!-- EmaDJhlIlc5KycF/8zoFm/lv34h/wCOe0h5DekUxwZxNqfBZslkZ6GqNKQQCd3xL --> <!-- S81wvjqyVVp4Pry7bwMQJXcVNIr5NsxDkuS6T/FikyglVyn7URnHoSVAaoRXxrKd --> <!-- sbwcCtp8Z359LukoTBh+xHsxQXGaSynsCz1XUNLK3f2eBVHlRHjdAd6xdZgNVCT9 --> <!-- 8E7j4viDvXK6yz067vBeF5Jobchh+abxKgoLpbn0nu6YMgWFnuv5gynTxix9vTp3 --> <!-- Los3QqBqgu07SqqUEKThDfgXxbZaeTMYkuO1dfih6Y4KJR7kHvGfWocj/5+kUZ77 --> <!-- OYARzdu1xKeogG/lU9Tg46LC0lsa+jImLWpXcBw8pFguo/NbSwfcMlnzh6cabVgx --> <!-- ggThMIIE3QIBATCBkTB8MQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBN --> <!-- YW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQKEw9TZWN0aWdvIExp --> <!-- bWl0ZWQxJDAiBgNVBAMTG1NlY3RpZ28gUlNBIENvZGUgU2lnbmluZyBDQQIRALNu --> <!-- zl+AHwBLaskhcNdHeKUwDQYJYIZIAWUDBAIBBQCgfDAQBgorBgEEAYI3AgEMMQIw --> <!-- ADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDAcBgorBgEEAYI3AgELMQ4wDAYK --> <!-- KwYBBAGCNwIBFTAvBgkqhkiG9w0BCQQxIgQgNjzMbQ2oFuf+uh1tpZAy5JmXtbbG --> <!-- SQeVMoQY9jZsHX4wDQYJKoZIhvcNAQEBBQAEggEAUvYjZbZYU2ITmMmd401o5Qpp --> <!-- EeBfHChnvVG1GDELR1r88G5UpkejvSuCUm3+015jrfnxcfJ9AVFVxsUEDMehfy6a --> <!-- FgOUw6eZKVERc8Cttbym1+QCVvezLXIGeCOXMmFS9ixpssCA2O+wW35m5pVrCa+d --> <!-- sKrtVIfnnkpS73/XBNqIWE4JolOPhE8MJyb2s94vOrVJiihelwQhMri2CV0a5+/1 --> <!-- 4AGzznJ+g6JXvZ+q9VMgKPnmiu2ty+heXJKhji8AX20rRbRw6kX7JSwCqIUs5LXe --> <!-- TmpQ/1s/aRj7GZsrCSUyDEooQ/fwGz9yaDSRw28xAy0zaPkNzm8CnSyzqlWUhaGC --> <!-- AqIwggKeBgkqhkiG9w0BCQYxggKPMIICiwIBATBoMFIxCzAJBgNVBAYTAkJFMRkw --> <!-- FwYDVQQKExBHbG9iYWxTaWduIG52LXNhMSgwJgYDVQQDEx9HbG9iYWxTaWduIFRp --> <!-- bWVzdGFtcGluZyBDQSAtIEcyAhIRIdaZp2SXPvH4Qn7pGcxTQRQwCQYFKw4DAhoF --> <!-- AKCB/TAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0y --> <!-- MDAyMjkwMTQ2NDZaMCMGCSqGSIb3DQEJBDEWBBRJxwFccZLua1mJ1gAebumqx1DO --> <!-- zzCBnQYLKoZIhvcNAQkQAgwxgY0wgYowgYcwgYQEFGO4L6th9YOQlpUFCwAknFAp --> <!-- M+x5MGwwVqRUMFIxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52 --> <!-- LXNhMSgwJgYDVQQDEx9HbG9iYWxTaWduIFRpbWVzdGFtcGluZyBDQSAtIEcyAhIR --> <!-- IdaZp2SXPvH4Qn7pGcxTQRQwDQYJKoZIhvcNAQEBBQAEggEArtpOGrtlcTa3Qhmi --> <!-- GX2lkAj6fzhhabXhrcFDqijMYPlrLHjuW30L1TrmzZY2fZBZhGHHmioY1lTeTrYL --> <!-- a5TOqGr1Cm2C0QU0APzmvHmEWcYjjI81Z19MFPGuHgNz/EXlvxa9wGL/nb2BkukS --> <!-- KljRjGdBH8GXP6PDLKllpJXe4pG8L5NDrL3tDv3J1fdOSgrk8hUCHACJmQ0p49mH --> <!-- 2NqIfm7bcImdahTQgtq/xzWZVQssTFCjWOCnEvfWzIYxVP5BLnJUK2hFXt4CHEUB --> <!-- xVw0rLMuHRTokqKDYITDcypE8+fHk2qBCmPSWIK+THhtp44y04AZe9XtgNIgpNLE --> <!-- gs8TAA== --> <!-- SIG # End signature block --> |