2015-09-17 08:53:08,335 WARN [P2P message reader for quotes(vRealize Ops Analytics-<UUID>:4918)<v4>:10002 on port 34,625 ] com.vmware.vcops.analytics.gemfire.GemfireCommunicator.beforeCreate - FORWARD_DATA_ALT_REGION region exceed the maximum number of entries. Rejecting put in region FORWARD_DATA_ALT_REGION
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.
VMware Aria Operations 8.x (formerly vRealize Operations)
Workaround to update the /etc/localtime file to the correct city in the desired time zone.
Before making changes, verify the current system time and timezone on all nodes in the cluster:
Establish an SSH session to each VMware Aria Operations node using root credentials.
Check the current system date and time: date
View detailed timezone configuration: timedatectl
Step 2: Standardize Node Time Zones.
/etc/localtime
cp /etc/localtime /etc/localtime.bak5. Delete the current localtime file by running this command:
rm /etc/localtime6. Get a list of the time zone locations and cities by running the following command, and noting the desired timezone location and city:
ls -l /usr/share/zoneinfo/7. Set the time zone by running this command. Replace location and city with the location and city noted in step 6.
ln -s /usr/share/zoneinfo/location/city /etc/localtimeln -s /usr/share/zoneinfo/America/city /etc/localtime8. Reboot the node for the changes to take effect.
9. Repeat steps 3-7 on all desired nodes in the cluster.
10. Log into the VMware Aria Operations admin UI as the local admin user.
11. Click Bring Online under Cluster Status.