How to configure a new network interface for Acura's instance
Challenge
Hystax Acura is based on Ubuntu 20.04, and there is a predefined scope of allowed sudo commands that are needed to set up a new network interface.
Please refer to the KB article below if you are looking to perform this operation for an Acura deployment in VMware :
Solution
List of the allowed commands:
sudo reboot | halt | shutdown
sudo /etc/init.d/networking restart
sudo ifconfig <ens6> down | up
nano /etc/network/interfaces
1. Establish an ssh connection to the Acura's instance using a key pair that should have been created in advance during the installation.
2. Review the existing network configuration by executing:
$ nano /etc/network/interfaces
3. To bring up the new interface, execute:
$ sudo /sbin/ifconfig <name, e.g. ens6> up
4. To check its current parameters, execute :
$ ifconfig <name, e.g. ens6>
5. Restart the networking service for the changes to take effect:
$ sudo /etc/init.d/networking restart
Related Articles
How to change network settings of an Acura instance in VMware
Challenge Hystax Acura for VMware is deployed as a virtual machine to a source ESXi host. It uses DHCP for its NIC by default. However, these default settings might not work in case the source VMware infrastructure doesn't have DHCP enabled or ...
How to continue using Acura after changing its public IP address
Challenge Acura requires a new public IP, and the replications should continue working as before. Solution This article covers the process from the start, so skip to #2 if you have already configured a new IP. #1 To change Acura's public IP: ...
How to configure custom replication agent settings when adding a new customer in the ACP
Task When a replication agent is downloaded from the ACP, it is injected with the current network information vital for connecting to the Acura instance and discovering machines for the given customer. Depending on the actual layout, Acura may be ...
How to change network settings of an Agent in VMware
Challenge Hystax VMware Agent (HVRAgent) is deployed as a virtual machine to a source ESXi host. It uses DHCP for its single NIC by default. However, these default settings might not work in case the source VMware infrastructure doesn't have DHCP or ...
How to change the name of the cloud agent image
Task Change the name of the cloud agent image Solution "Hystax_CATI" is the default Cloud Agent image name used while we deploy Hystax Acura. To let Acura use a different image name for an existing deployment, you can do the following: 1. Rename the ...