ProLiant Servers (ML,DL,SL)
1752777 Members
6291 Online
108789 Solutions
New Discussion

Changing to PXE boot (single server)

 
Landi42
Occasional Visitor

Changing to PXE boot (single server)

Hello,

 

I am pretty new to HPOV POSH and would like to change the setting of the first network interface to PXE boot and the Boot order also to PXE and back to Hardisk and no boot of the NIC.

I know how to start and stop blades, but I don't now how to change the settings. I found chaniging a profile in the samples, but not of a singe server

$hpesx = "FQDN Server"

$params= @{

BootOrder          = "PXE";

NIC???_eth0 = "PXE Primary"

}

$servertochange = Get-HPOVServer | where{$_.mpHostInfo[0].mphostname  -match $hpesx}

 

Thanks a lot

2 REPLIES 2
ajav01
HPE Pro

Re: Changing to PXE boot (single server)

HI, 

please follow the link for the commands 

https://github.com/HewlettPackard/POSH-HPOneView

https://github.com/HewlettPackard/POSH-HPOneView/wiki

regards

 


I am a HPE Employee
Landi42
Occasional Visitor

Re: Changing to PXE boot (single server)

Thanks for your reply, but the links do not help much.