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
Modifies an existing Ethernet or Fibre Channel network resource on the connected HPE OneView appliance.Syntax
Ethernet network
Fibre Channel network
Description
Set-OVNetwork updates properties on one or more existing network resources. Pass a network object via the pipeline or the -InputObject parameter. When modifying multiple networks at once (for example, after retrieving a collection with Get-OVNetwork), use -Prefix or -Suffix to apply a consistent name change across all objects.
Bandwidth changes take effect immediately. Changes to SmartLink or PrivateNetwork settings are applied without disruption to connected servers.
Parameters
The network object to modify. Accepts
HPEOneView.Networking.EthernetNetwork or HPEOneView.Networking.FibreChannelNetwork objects, typically from Get-OVNetwork. Supports pipeline input.A new name for the network resource.
A string to prepend to the existing network name. Useful when modifying a collection of networks.
A string to append to the existing network name. Useful when modifying a collection of networks.
Updates the intended use of an Ethernet network. Accepted values:
General, Management, VMMigration, FaultTolerance, ISCSI.When
$true, the network propagates link state to server adapters. Applies to Ethernet networks only.When
$true, prevents inter-server communication on this network. Applies to Ethernet networks only.The preferred bandwidth allocation, in Mb/s. Valid range: 2–50000.
The maximum bandwidth allocation, in Mb/s. Valid range: 100–50000.
An IPv4 subnet object to associate with an Ethernet network.
An IPv6 subnet object to associate with an Ethernet network.
Seconds to wait after link restoration before redistributing FC logins. Valid range: 1–1800. Applies to FC networks only.
When
$true, automatically redistributes FC logins after a link is restored. Applies to FC networks only.A managed SAN object to associate with a Fibre Channel network.
The appliance connection object or name. Defaults to the default connected session.
Examples
Update bandwidth settings on a single network
Update bandwidth via the pipeline
Rename a network and enable SmartLink
Add a suffix to all Ethernet networks matching a pattern
Change the purpose of a management network
Output
The updated network object:HPEOneView.Networking.EthernetNetwork or HPEOneView.Networking.FibreChannelNetwork.