« Back to Microsoft Discussions

Booting a service profile?

Combination View Flat View Tree View
Threads [ Previous | Next ]
I hate asking because I'm sure it's something super trivial but I just can't seem to find it. How do I power on a service profile by name? I just download .9.9 and I can't seem to find a boot/power option that works. Any help would be appreciated, thanks.
 
Sage

PS C:\> Get-UcsCmdletMeta -ClassId LsPower -Tree
LsServer (UcsServiceProfile) (Get, Add, Set, Remove)
|-LsPower (UcsServerPower) (Get, Set)
PS C:\>

$sp = Get-UcsOrg –Level root | Get-UcsServiceProfile –Name foobar –LimitScope | Set-UcsServerPower –State admin-up

Thanks,
- bhaskar

That worked perfectly, thank you Bhaskar.

Sage