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
Configures the time synchronization mode (NTP or host sync), NTP server list, polling interval, and display locale on the HPE OneView appliance.Syntax
Sync with hypervisor host:Description
Set-OVApplianceDateTime configures the time synchronization settings of the HPE OneView appliance. Two modes are supported:
- SyncWithHost: The appliance synchronizes its clock with the underlying hypervisor host. No NTP servers are needed.
- NTPServers: The appliance uses the provided NTP server list to synchronize time. An optional polling interval (in seconds) can be specified.
-Locale. The supported locale values are en_US (English), zh_CN (Simplified Chinese), and ja_JP (Japanese).
Parameters
Configures the appliance to synchronize time with the hypervisor host instead of NTP servers. Mutually exclusive with
-NTPServers. Required in the SyncHost parameter set.An array of NTP server hostnames or IP addresses. Required in the
NTPServers parameter set. Example: @('ntp1.domain.com', '192.168.1.1').The NTP polling interval in seconds. Only valid when
-NTPServers is specified.The display locale for the appliance UI. Valid values:
en_US, zh_CN, ja_JP. Optional in both parameter sets.Specifies the HPE OneView appliance connection(s) to configure. Defaults to the default connection from
${Global:ConnectedSessions}. Alias: Appliance.Examples
Example 1: Configure NTP serversOutput
HPEOneView.Appliance.ApplianceLocaleDateTime
Returns the updated date/time configuration object after the change is applied.