< Back
Export-iBMCSPRAIDSetting
Post
NAME Export-iBMCSPRAIDSetting
SYNOPSIS
Triggering the Export of the current RAID setting of the SP service.
SYNTAX
Export-iBMCSPRAIDSetting [-Session] <RedfishSession[]> [<CommonParameters>]
DESCRIPTION
Triggering the Export of the current RAID setting of the SP service.
This cmdlet only supports manage server with single "LSI3008" RAID card.
Note: Only the V5 servers with the BIOS version later than 0.39 and the SP version 113 or later support this
function.
PARAMETERS
-Session <RedfishSession[]>
iBMC redfish session object which is created by Connect-iBMC cmdlet.
A session object identifies an iBMC server to which this cmdlet will be executed.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Null
Returns null if cmdlet executes successfully.
In case of an error or warning, exception will be returned.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$credential = Get-Credential
PS C:\\> $Session = Connect-iBMC -Address 10.1.1.2 -Credential $credential -TrustCert
PS C:\\> Export-iBMCSPRAIDSetting -Session $Session
RELATED LINKS
https://github.com/Huawei/Huawei-iBMC-Cmdlets
Get-iBMCSPRAIDSetting
Set-iBMCSPRAIDSetting
Clear-iBMCSPRAIDSetting
Add-iBMCSPRAIDVolume
Connect-iBMC
Disconnect-iBMC
SYNOPSIS
Triggering the Export of the current RAID setting of the SP service.
SYNTAX
Export-iBMCSPRAIDSetting [-Session] <RedfishSession[]> [<CommonParameters>]
DESCRIPTION
Triggering the Export of the current RAID setting of the SP service.
This cmdlet only supports manage server with single "LSI3008" RAID card.
Note: Only the V5 servers with the BIOS version later than 0.39 and the SP version 113 or later support this
function.
PARAMETERS
-Session <RedfishSession[]>
iBMC redfish session object which is created by Connect-iBMC cmdlet.
A session object identifies an iBMC server to which this cmdlet will be executed.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Null
Returns null if cmdlet executes successfully.
In case of an error or warning, exception will be returned.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$credential = Get-Credential
PS C:\\> $Session = Connect-iBMC -Address 10.1.1.2 -Credential $credential -TrustCert
PS C:\\> Export-iBMCSPRAIDSetting -Session $Session
RELATED LINKS
https://github.com/Huawei/Huawei-iBMC-Cmdlets
Get-iBMCSPRAIDSetting
Set-iBMCSPRAIDSetting
Clear-iBMCSPRAIDSetting
Add-iBMCSPRAIDVolume
Connect-iBMC
Disconnect-iBMC