< Back

Set-iBMCSPService

Tue Jan 14, 2020 3:14 am

NAME Set-iBMCSPService



SYNOPSIS

Modify properties of the SP service resource.





SYNTAX

Set-iBMCSPService [-Session] <RedfishSession[]> [[-StartEnabled] <Boolean[]>] [[-SysRestartDelaySeconds]

<Int32[]>] [<CommonParameters>]





DESCRIPTION

Modify properties of the SP(Smart Provisioning) service resource.

Tips: only V5 servers used with BIOS version later than 0.39 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



-StartEnabled <Boolean[]>

Indicates Whether SP start is enabled.

Support values are powershell boolean value: $true(1), $false(0).



Required? false

Position? 2

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-SysRestartDelaySeconds <Int32[]>

Indicates Maximum time allowed for the restart of the OS.

A positive integer value is accept.



Required? false

Position? 3

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:\\> Set-iBMCSPService -Session $session -StartEnabled $true -SysRestartDelaySeconds 60











RELATED LINKS

https://github.com/Huawei/Huawei-iBMC-Cmdlets



Get-iBMCInbandFirmware

Get-iBMCOutbandFirmware

Update-iBMCInbandFirmware

Update-iBMCOutbandFirmware

Invoke-iBMCFileUpload

Get-iBMCSPTaskResult

Connect-iBMC

Disconnect-iBMC