Activating the Connector
To activate the connector, after the virtual machine boots and finishes its initial setup, complete the following steps:
- Login to the virtual machine console using the connector provisioning credentials.
- Use the
sudo passwd axiscommand to change the password. - Use the
sudo kubectl get pods -Acommand to verify that all connector services are running. - Provision the connector as follows:
- In the management console, in the Settings -> Connectors page, click New Connector.
- Enter a name and select a connector zone from the related drop-down menu.
- Click Next.
- Copy the displayed code snippet and clock Ok.
- Paste and run the script in the virtual machine's terminal.
- Verify that the connector status is displayed as Connected in the Settings -> Connectors page.
Additional Configurations for a Static Network
If your environment requires static IP configuration instead of DHCP, complete the following steps:
- Login to the virtual machine's console and run the
nmtuicommand to open the Network Manager UI. - Select Edit a Connection and click Wired Connection 1.
- Change the IPv4 Configuration to Manual and enter your static IP, gateway, and DNS settings.
- Activate the connection.
- Enable and start the connector service with the following commands:
systemctl enable axis-connector.servicesystemctl start axis-connector.servicesystemctl status axis-connector.service
- Activate the connector using the steps in the previous section.
Updated about 7 hours ago
