Hello All,
I am currently using the HP Scripting Tools for Windows Powershell to configure ILO3 interfaces on my servers. The cmdlets work great and they have greatly helped me out on a day-to-day basis.
I am running into a little difficulty using the PowerShell cmdlets to configure the IPv6 parameters of the ILO and cant seem to locate the correct command or example to modify any of the IPv6 settings.
For example, I can use the command: Set-HPiLONetworkSetting to disable IPv4 DHCP settings, but I cant figure out how to disable IPv6 DHCP settings.
The user guide references the ability to submit both IPv4 and IPv6 parameters on the same command, but I cant seem to specificly figure out to change parameters that are on/off or yes/no variables.
My goal is to set the IPv4_sntp1 and IPv4_sntp2 parameters, however the ILO3 wont let you set those parameters until you disable both ipv4_dhcp_sntp (set it to no) and disable ipv6_dhcp_sntp (set it to no)
Can anybody post an example of the command to modify ipv6 parameters?
Thanks!