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
Updates the network configuration of the HPE OneView appliance, including hostname, IPv4/IPv6 addressing, DNS servers, and search domains.Syntax
VMA (Virtual Machine Appliance):Description
Set-OVApplianceNetworkConfig modifies the network configuration of the HPE OneView appliance. The cmdlet supports three parameter sets:
- VMA: For standard virtual machine appliances. IPv4 addressing can be set to
DHCPorSTATIC. - Composer: For Synergy Composer appliances. Requires explicit static IPv4 settings including service node addresses for both Composer nodes.
- importFile: Accepts a previously exported JSON configuration file.
Parameters
The fully qualified domain name (FQDN) or hostname to assign to the appliance. Required for VMA and Composer parameter sets.
Specifies the IPv4 addressing mode. Valid values:
DHCP, STATIC. Defaults to STATIC.The static IPv4 address to assign. Required when
-IPv4Type is STATIC for Composer; optional for VMA.The IPv4 subnet mask (e.g.
255.255.255.0) or prefix length (e.g. 24). Required for Composer when using static addressing.The IPv4 default gateway address. Required for Composer when using static addressing.
Specifies the IPv6 addressing mode. Valid values:
DHCP, STATIC, UNCONFIGURE. Defaults to UNCONFIGURE.The static IPv6 address to assign.
The IPv6 subnet prefix length or mask.
The IPv6 default gateway address.
The service IPv4 address for Composer node 1. Required for Composer parameter set.
The service IPv4 address for Composer node 2. Required for Composer parameter set.
The service IPv6 address for Composer node 1. Optional for Composer parameter set.
The service IPv6 address for Composer node 2. Optional for Composer parameter set.
When specified with DHCP IPv4 type, allows manually provided DNS servers to override those received via DHCP. Alias:
overrideDhcpDns.When specified with DHCP IPv6 type, allows manually provided DNS servers to override those received via DHCP.
The DNS domain name for the appliance (e.g.
domain.local).An array of DNS search domains.
An array of IPv4 DNS name server addresses. Alias:
nameServers.An array of IPv6 DNS name server addresses.
Path to a JSON network configuration file previously exported with
Get-OVApplianceNetworkConfig -Location. Alias: i, import.The HPE OneView appliance connection to configure. Only a single connection is supported. Defaults to the default connection from
${Global:ConnectedSessions}.Examples
Example 1: Set a static IPv4 configuration on a VMA applianceOutput
HPEOneview.Appliance.ApplianceServerConfiguration
Returns the updated appliance network configuration object after the change is applied.