Clustering -
General
Can a collector VM be clustered?
No. Clustering of collector VMs is not supported.
Does VMware Aria
Operations for Networks need a load balancer like VMware Aria
Operations for Logs?
VMware Aria
Operations for Networks
need a load balancer like VMware Aria
Operations for Logs
?VMware Aria
Operations for Networks
clustering is a scale-out solution and not an HA
solution. If the primary platform VM/primary node fails, then the whole service
becomes unavailable. What happens if connection between remote
collector & platform goes down?
In case connection between platform and collector VM
is down, collector VM will store data locally (depending on the diskspace) and will
send it whenever it is connected again.
Is VMware Aria
Operations for Logs integrated with VMware Aria
Operations for Networks?
VMware Aria
Operations for Logs
integrated with VMware Aria
Operations for Networks
?Yes,
VMware Aria
Operations for Logs
has been integrated with VMware Aria
Operations for Networks
3.4. The alerts are sent to syslog
which can be VMware Aria
Operations for Logs
. What happens if a node
reboots?
If a node reboots, it
automatically joins the cluster and continues to be operational. If it is the
primary node, then there is a complete loss of service during the time it was
down.
How to change IP of any platform
node or a collector in a cluster?
In a cluster, you can change IP of any
collector or platform node using the CLI commands.
The appliance reboots at the end of
the process. So you must perform these steps on the VM console.
- To change the collector IP, run thechange-network-settingscommand.
- To change the platform IP,
- Run thechange-network-settingscommand to change the IP.Ensure that the platform VM reboots successfully before you run the next command.
- For every platform whose IP is changed, runupdate-IP-changecommand on all the other nodes.For example, for the IP change of platform1 from IP1 to IP2, run theupdate-IP-changecommand on platform2 and platform3 with IP1 and IP2 as the arguments. For the IP change of platform2, run theupdate-IP-changecommand on platform1 and platform3.
- Runfinalize-IP-changecommand on platform1 after step1 and step 2 are completed.
- Run theshow-connectivity-statuscommand on a collector and search forPlatform VM IP/URLto identify if it is associated to this platform.
- Runpair-collectorto reflect new platform IP on associated collectors.ScenariosProcedureIn a 3-Node cluster, only the platform2 IP is changed. No collector shows associated with it.
- Run thechange-network-settingsto change the IP on platform2.Ensure that the platform VM reboots successfully before you run the next command.
- Runupdate-IP-changecommand on all the other nodes, except platform2.For example, for the IP change of platform2, run theupdate-IP-changecommand on platform1 and platform3.
- Runfinalize-IP-changecommand on platform1 after step1 and step 2 are completed.
In a 3-Node cluster, platform1 and platform2 IPs are changed.- Runchange-network-settingson platform1.
- Runchange-network-settingson platform2.Ensure that the platform VM reboots successfully before you run the next command.
- Runupdate-IP-change platform1-oldIP platform1-newIPon platform2 and platform3.
- Runupdate-IP-change platform2-oldIP platform2-newIPon platform1 and platform3.
- Runfinalize-IP-changecommand on platform1.
- Run theshow-connectivity-statuscommand on all the collectors and search forPlatform VM IP/URLto identify the associated platform nodes.
- Runpair-collector set-platform –-ip-or-fqdn platform-newIPon collectors that are associated with platfrom1 and platform2.For example, if the CollectorA is associated to platform2, rest are associated to platform3, runpair-collector set-platform –-ip-or-fqdn platform2-newIP.
- Runpair-collector set-platform –-ip-or-fqdn platform-newIPon collectors that are associated with platfrom1 and platform2.For example, if the CollectorA is associated to platform2, rest are associated to platform3, runpair-collector set-platform –-ip-or-fqdn platform2-newIP.
In a multi-node cluster setup, all the platform and collector IP are changed.- Runchange-network-settingscommand on all platforms to change the IP.Ensure that the platform VM reboots successfully before you run the next command.
- Runupdate-IP-changecommand on all the nodes.For example, in a 3-node cluster, to update IP of platform1 from IP1 to IP2, run theupdate-IP-changecommand on platform2 and platform3 with IP1 and IP2 as the arguments. To update IP of platform2, run theupdate-IP-changecommand on platform1 and platform3.
- Runfinalize-IP-changecommand on platform1.
- To change the collector IP, run thechange-network-settingscommand.
- Run theshow-connectivity-statuscommand on all the collectors and search forPlatform_VM_IP/URLto identify the associated platform nodes.
- Runpair-collector set-platform –-ip-or-fqdn platform-newIPon all collectors.For example, if the CollectorA is associated to platform2, runpair-collector set-platform –-ip-or-fqdn platform2-newIP.
How much disk space is needed on
platform1?
Platform1 requires more disk space compared to other
nodes in cluster as some of the configuration data is stored on Platform1 only.
What happens if any of the node ran out of disk
space?
The UI starts showing error messages when disk space on
any particular platform node reaches a certain threshold. Add more disk space to the
platform node by logging in to
VMware
vCenter
. How many times data is replicated in
cluster?
The data replication mechanism
is depending on the components present in the platform node.
How to change the hostname of a
platform or a collector node?
You can update the hostname of a platform
or a collector VM using the
hostname update
command. Updating the
hostname helps you easily identify the collector VM or the platform VM in your data
center and align the naming convention of the VM with other VMs in your data
center.To change the hostname of platform VMs or
collector VMs, perform these steps:
- Log in to the respective VM console.
- Switch to a Ubuntu user.
- Run thehostname showcommand to view the present hostname ofVMware Aria Operations for Networkscollector or platform VMs.hostname show
- To view the supported options, run the following command:hostname update --helpYou use thehostname updatecommand to update the hostname.OptionDescription--dryrunThis option validates the new hostname without updating the hostname inVMware Aria Operations for Networks.--hostsThis option updates the hostname of your VMs inVMware Aria Operations for Networks.
- Run thehostname update --dryruncommand to validate the new hostname.Syntax:
- To validate the hostname of a platform or a collector VM in a single nodeVMware Aria Operations for Networksinstance, run the following command:hostname update --dryrun --hosts <new_hostname>
- To validate hostnames of platform VMs in a cluster, run the following command:hostname update --dryrun --hosts platform1:<new_hostname1> platform2:<new_hostname2> platform3:<new_hostname3>
- Use the following guidelines for hostnames:
- Use only alphanumeric characters, period ("."), and hyphens("-") in the hostname.
- Use less than 64 characters.
- Do not start or end the hostname with a period or a hyphen.
- Run thehostname update --hostscommand to update the hostname.Syntax:To update the hostname of a platform or a collector VM in a single nodeVMware Aria Operations for Networksinstance, run:hostname update --hosts <new_hostname>To update the hostname of one or more platform VMs in a cluster, run the following command:hostname update --hosts platform1:<new_hostname1> platform2:<new_hostname2> platform3:<new_hostname3>
After changing the hostname, it takes
up to an hour for the hostname to reflect on the
VMware Aria
Operations for Networks
UI.