Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Powers on a server hardware resource.Syntax
Description
Start-OVServer sends a momentary power-on signal to the specified server hardware via the iLO management processor. It is equivalent to calling the deprecated Set-OVServerPower -State On -powerControl MomentaryPress.
The cmdlet accepts server hardware objects or server profile objects. When a server profile is provided, the underlying server hardware is powered on.
If the server is already powered on, the operation is a no-op and the task completes successfully.
Parameters
The server hardware or server profile object to power on. Accepts pipeline input. The
Server alias is also accepted.Return the async task object immediately without waiting for the operation to complete. Use
Wait-OVTaskComplete to monitor the task.The appliance connection object or name. Defaults to the default connected session. Accepted from the pipeline by property name.
Examples
Power on a server by name
Encl1, bay 1 and waits for the task to complete.
Power on using the pipeline
Start-OVServer.
Power on all servers in an enclosure asynchronously
Encl1, submitting each as an async task and waiting for them all to finish.
Power on a server from its profile
Web-01 and powers on the underlying server hardware.
Output
HPEOneView.Appliance.TaskResource
Returns an async task resource for the power-on operation.