Overview |
---|
1. Equipment Required
Anchor | ||||
---|---|---|---|---|
|
The listed hardware items are necessary for the Avatar system to function
TP- Link PoE Switch
HDMI Encoder
USB Flash Drive (5GB Min)
Avatar Hardware
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Hardware Requirements: a. Processor (CPU):
b. Memory (RAM):
c. Storage Configuration:
d. Graphics Processing Unit (GPU):
Storage Calculation Based on Camera Quantity: To estimate the storage needs based on the number of cameras and their streams, follow these calculations:
Calculations:
|
2. Download the latest ISO Image File
Anchor | ||||
---|---|---|---|---|
|
3. Create a bootable flash drive
Anchor | ||||
---|---|---|---|---|
|
Windows
Use Rufus to create a bootable flash drive
Select USB Device
Select ISO file from File Explorer
Once READY, press START to begin transfer to the USB Flash Drive
Mac OS
Use Balena Etcher to create a bootable flash drive
Click "Select Image" and choose the downloaded Link OS ISO file.
Select your USB drive under "Select Target."
Click "Flash" to create the bootable drive.
4. Link OS Installation
Anchor | ||||
---|---|---|---|---|
|
The Link OS installation process is fully automated. It covers disk partitioning, network configuration, and software installation, and it does not require any user input.
The installation supports both single and dual-disk configurations. For dual-disk installations, the smallest disk is selected as the system drive, and storage is configured on the second disk. Other disks are ignored during the installation but can be mounted later.
Default Ubuntu network configuration is used, typically involving dynamic IP address assignment via DHCP.
During installation, a user named 'sos' is created with the password 's.o.s.'
The installer will automatically generate a hostname based on the MAC address of the first Ethernet adapter.
5. After Successful Installation - Login and Commands
Anchor | ||||
---|---|---|---|---|
|
After a successful Link OS installation, you can log in to the installed OS via the command line interface (CLI).
User name: sos
Password: s.o.s. (It is highly recommended to change this password for security purposes).
From Command Line:
Open a terminal
Login as “sos” user
Run a superuser (root) shell using the following command:
Code Block language none sudo -i
Use the following commands to interact with the system:
To register the device to a server cluster, use the command: Example:
Code Block /user/bin/vnlk -rx "link register test1.vsaas.videonext.net"
To check the status of the device's link, use the command:
Code Block /usr/bin/vnlk -rx "link show status"
The output of the above commands should reflect:
Version: 4.1…xxxx
GUIID: xxxxxxx-xxxxxxxx-xxxxxxxx (a unique ID for your edge device)
Endpoint: Server Cluster Where the Device Is Registered
Connected: Yes/No (registration status)
6. Avatar Deactivation
Anchor | ||||
---|---|---|---|---|
|
Note |
---|
Only use these steps if the avatar configuration is unresponsive or needs to be reset. |
Login as Root: Log in to the Avatar as the "root" user.
Stop vnlk Service: Execute the command to stop the vnlk service, which is responsible for Avatar operations.
Code Block systemctl stop vnlk
Remove Configuration: Delete the Avatar's configuration files by running
Code Block rm -rf /etc/vnlk/vnlk.conf*
Start vnlk Service: Restart the vnlk service with the bellow command. This action clears the Avatar's configuration and prepares it for reactivation
Code Block systemctl start vnlk