Server Management - Remote Server Management
1753269 Members
5124 Online
108792 Solutions
New Discussion юеВ

Re: Create Logical Vulme using HPE SmartArray Cmdlets - problem

 
SOLVED
Go to solution
Dario2
Visitor

Create Logical Vulme using HPE SmartArray Cmdlets - problem

I'm having problem with creating Logical Vulme using HPE SmartArray Cmdlets.

I already have 1 logical volume in RAID 1 with 2 480 disks.

I want to create 1 logical volume in RAID1 with 2 spare 960 SSD disks.

Do I have wrong command or syntax ? I don't receive any error.

Am I missing something ?


Any help would be great.

Here are my commands:


[server.domain.local]: PS C:\Users\dario\Documents> $connection = Connect-HPESA gandalf-ilo administrator xxxxxxxxxx -DisableCertificateAuthentication
[server.domain.local]: PS C:\Users\dario\Documents> $connection | Get-HPESADiscoveryStatus

IP Hostname Status SmartArrayDiscovery
-- -------- ------ -------------------
192.168.xx.xx gandalf-ilo OK Complete


[server.domain.local]: PS C:\Users\dario\Documents> $unconfiguredphysicalDrive = Get-HPESAUnconfiguredPhysicalDrive -Connection $connection -ControllerLocation "Slot 0"
[server.domain.local]: PS C:\Users\dario\Documents> $unconfiguredphysicalDrive


IP : 192.168.xx.xx
Hostname : gandalf-ilo
Status : Warning
UnconfiguredPhysicalDrive : {@{ControllerLocation=Slot 0; ControllerModel=HPE Smart Array P408i-a SR Gen10; BlockSizeBytes=512; CapacityGB=960; CapacityLogicalBlocks=1875385008; CapacityMiB=915715; CarrierApplicationVersion=11;
CarrierAuthenticationStatus=OK; CurrentTemperatureCelsius=27; Description=HPE Smart Storage Disk Drive View; DiskDriveStatusReasons=None; DiskDriveUse=Raw; EncryptedDrive=false; FirmwareVersion=HPG2;
InterfaceSpeedMbps=6000; InterfaceType=SATA; LegacyBootPriority=Primary; Location=1I:3:4; LocationFormat=ControllerPort:Box:Bay; MaximumTemperatureCelsius=29; MediaType=SSD; Model=VK000960GWSXH; Name=
HpeSmartStorageDiskDrive; PowerOnHours=886; SSDEnduranceUtilizationPercentage=0; SerialNumber=1949255332E3; Health=OK; State=Enabled}, @{ControllerLocation=Slot 0; ControllerModel=HPE Smart Array P408
i-a SR Gen10; BlockSizeBytes=512; CapacityGB=960; CapacityLogicalBlocks=1875385008; CapacityMiB=915715; CarrierApplicationVersion=11; CarrierAuthenticationStatus=OK; CurrentTemperatureCelsius=28; Desc
ription=HPE Smart Storage Disk Drive View; DiskDriveStatusReasons=None; DiskDriveUse=Raw; EncryptedDrive=false; FirmwareVersion=HPG2; InterfaceSpeedMbps=6000; InterfaceType=SATA; LegacyBootPriority=Pr
imary; Location=1I:3:3; LocationFormat=ControllerPort:Box:Bay; MaximumTemperatureCelsius=30; MediaType=SSD; Model=VK000960GWSXH; Name=HpeSmartStorageDiskDrive; PowerOnHours=886; SSDEnduranceUtilizatio
nPercentage=0; SerialNumber=1949255332B7; Health=OK; State=Enabled}}
StatusInfo : @{Category=PropertySupportability; Message=The property or properties listed in AffectedAttribute are not supported on the specified slot . For more details see the Smart Array controller user guide.;
AffectedAttribute=System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]]}

 

[server.domain.local]: PS C:\Users\dario\Documents> $unconfiguredphysicalDrive.UnconfiguredPhysicalDrive


ControllerLocation : Slot 0
ControllerModel : HPE Smart Array P408i-a SR Gen10
BlockSizeBytes : 512
CapacityGB : 960
CapacityLogicalBlocks : 1875385008
CapacityMiB : 915715
CarrierApplicationVersion : 11
CarrierAuthenticationStatus : OK
CurrentTemperatureCelsius : 27
Description : HPE Smart Storage Disk Drive View
DiskDriveStatusReasons : None
DiskDriveUse : Raw
EncryptedDrive : false
FirmwareVersion : HPG2
InterfaceSpeedMbps : 6000
InterfaceType : SATA
LegacyBootPriority : Primary
Location : 1I:3:4
LocationFormat : ControllerPort:Box:Bay
MaximumTemperatureCelsius : 29
MediaType : SSD
Model : VK000960GWSXH
Name : HpeSmartStorageDiskDrive
PowerOnHours : 886
SSDEnduranceUtilizationPercentage : 0
SerialNumber : 19492553
Health : OK
State : Enabled

ControllerLocation : Slot 0
ControllerModel : HPE Smart Array P408i-a SR Gen10
BlockSizeBytes : 512
CapacityGB : 960
CapacityLogicalBlocks : 1875385008
CapacityMiB : 915715
CarrierApplicationVersion : 11
CarrierAuthenticationStatus : OK
CurrentTemperatureCelsius : 28
Description : HPE Smart Storage Disk Drive View
DiskDriveStatusReasons : None
DiskDriveUse : Raw
EncryptedDrive : false
FirmwareVersion : HPG2
InterfaceSpeedMbps : 6000
InterfaceType : SATA
LegacyBootPriority : Primary
Location : 1I:3:3
LocationFormat : ControllerPort:Box:Bay
MaximumTemperatureCelsius : 30
MediaType : SSD
Model : VK000960GWSXH
Name : HpeSmartStorageDiskDrive
PowerOnHours : 886
SSDEnduranceUtilizationPercentage : 0
SerialNumber : 1949255
Health : OK
State : Enabled

 

[server.domain.local]: PS C:\Users\dario\Documents> $newLogicalDrive = New-HPESALogicalDrive -Connection $connection -ControllerLocation "Slot 0" -LogicalDriveName Mirror2 -Raid Raid1 -CapacityGiB -1 -DataDrive @(,@("P1I:3:3","P1I:3:4"))

[server.domain.local]: PS C:\Users\dario\Documents> $unconfiguredphysicalDrive.UnconfiguredPhysicalDrive

ControllerLocation : Slot 0
ControllerModel : HPE Smart Array P408i-a SR Gen10
BlockSizeBytes : 512
CapacityGB : 960
CapacityLogicalBlocks : 1875385008
CapacityMiB : 915715
CarrierApplicationVersion : 11
CarrierAuthenticationStatus : OK
CurrentTemperatureCelsius : 27
Description : HPE Smart Storage Disk Drive View
DiskDriveStatusReasons : None
DiskDriveUse : Raw
EncryptedDrive : false
FirmwareVersion : HPG2
InterfaceSpeedMbps : 6000
InterfaceType : SATA
LegacyBootPriority : Primary
Location : 1I:3:4
LocationFormat : ControllerPort:Box:Bay
MaximumTemperatureCelsius : 29
MediaType : SSD
Model : VK000960GWSXH
Name : HpeSmartStorageDiskDrive
PowerOnHours : 886
SSDEnduranceUtilizationPercentage : 0
SerialNumber : 1949255
Health : OK
State : Enabled

ControllerLocation : Slot 0
ControllerModel : HPE Smart Array P408i-a SR Gen10
BlockSizeBytes : 512
CapacityGB : 960
CapacityLogicalBlocks : 1875385008
CapacityMiB : 915715
CarrierApplicationVersion : 11
CarrierAuthenticationStatus : OK
CurrentTemperatureCelsius : 28
Description : HPE Smart Storage Disk Drive View
DiskDriveStatusReasons : None
DiskDriveUse : Raw
EncryptedDrive : false
FirmwareVersion : HPG2
InterfaceSpeedMbps : 6000
InterfaceType : SATA
LegacyBootPriority : Primary
Location : 1I:3:3
LocationFormat : ControllerPort:Box:Bay
MaximumTemperatureCelsius : 30
MediaType : SSD
Model : VK000960GWSXH
Name : HpeSmartStorageDiskDrive
PowerOnHours : 886
SSDEnduranceUtilizationPercentage : 0
SerialNumber : 19492553
Health : OK
State : Enabled

 

[server.domain.local]: PS C:\Users\dario\Documents> $logicalDrive = Get-HPESALogicalDrive -Connection $connection -ControllerLocation "Slot 0"
[server.domain.local]: PS C:\Users\dario\Documents> $logicalDrive

IP Hostname Status LogicalDrive
-- -------- ------ ------------
192.168.xx.xx gandalf-ilo OK {@{ControllerLocation=Slot 0; ControllerModel=HPE Smart Array P408i-a SR Gen10; VolumeUniqueIdentifier=600508B1001C28CE941C7309CFCE4EAB; LogicalDriveNumber=1; LogicalDriveName=02069804PEYHC0CR...


[server.domain.local]: PS C:\Users\dario\Documents> $logicalDrive.LogicalDrive | fl


ControllerLocation : Slot 0
ControllerModel : HPE Smart Array P408i-a SR Gen10
VolumeUniqueIdentifier : 600508B1001C28CE941C7309CFCE4EAB
LogicalDriveNumber : 1
LogicalDriveName : 02069804PEYHC0CRHB34E8 851C
CapacityGiB : 447
CapacityBlocks : 937637552
Accelerator : IOBypass
Raid : Raid1
ParityGroupCount : 0
BlockSizeBytes : 512
StripSizeBytes : 262144
StripeSizeBytes : 262144
LegacyBootPriority : None
DataDrive : {1I:3:2, 1I:3:1}
DriveLocationFormat : ControllerPort:Box:Bay
SpareRebuildMode :
SpareDrive : {}

 

[server.domain.local]: PS C:\Users\dario\Documents>

 

 

 

4 REPLIES 4
SanjeevGoyal
HPE Pro

Re: Create Logical Vulme using HPE SmartArray Cmdlets - problem

Hello,

Follow the page no 60 from the below link

http://itdoc.hitachi.co.jp/manuals/ha8000v/hard/Gen10/SA/882375-002_en.pdf

If you feel this was helpful please click the KUDOS! thumb below!   

Regards,


I am a HPE Employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo

Dario2
Visitor

Re: Create Logical Vulme using HPE SmartArray Cmdlets - problem

Hi,

Thanks for reply, but I don't have SSA CLI installed in my Microsoft Hyper-V server 2016.

Only SmartArray Cmdlets. Thats why I'm using Cmdlets.

How do I install SSA CLI ?

SanjeevGoyal
HPE Pro
Solution

Re: Create Logical Vulme using HPE SmartArray Cmdlets - problem

Hello,

You can try as below.

Mapped over to the hyper-v \ c$, dropped current smart storage administrator *.exe from HP then installed the from the command line on hyper-v.

The location it installed was -program files\smart Storage Administrator. Within the SSA\bin folder, there is a ssaprefs.exe that allowed the management homepage to integrate with the storage administrator,

the default was disabled. Set to enabled and then logged back into HP management and was able to get the storage admin page.

If the issue doesn't resolve, I would suggest you to have a proper case be logged with HPE, and share the appropriate logs for further analysis.

If you feel this was helpful please click the KUDOS! thumb below!   

Regards,

 


I am a HPE Employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo

Dario2
Visitor

Re: Create Logical Vulme using HPE SmartArray Cmdlets - problem

I give up from SmartArray Cmdlets and installed SSA and it is working.

But I don't understand why they put this tool which isn't working...

Tnx.