3.1 Linux system installation and registration

Download installation package:

root@debian:/soft# wget http://10.10.4.153:7480/packages/linux/V6.0.0/avs_client_server_linux_x64_install_20240723.tar.gz
--2024-07-27 11:07:07--  http://10.10.4.153:7480/packages/linux/V6.0.0/avs_client_server_linux_x64_install_20240723.tar.gz
正在连接 10.10.4.153:7480... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:238538532 (227M) [application/octet-stream]
正在保存至: “avs_client_server_linux_x64_install_20240723.tar.gz”

avs_client_server_linux_ 100%[==================================>] 227.49M   112MB/s  用时 2.0s

2024-07-27 11:07:10 (112 MB/s) - 已保存 “avs_client_server_linux_x64_install_20240723.tar.gz” [238538532/238538532])

Unzip:

root@debian:/soft# tar zxvf avs_client_server_linux_x64_install_20240723.tar.gz
avs_client_server_linux_x64_install.sh
root@debian:/soft#

Installation, please copy your activation code first.

root@debian:/soft# ./avs_client_server_linux_x64_install.sh
----------------------------------------------------------------------------------
Welcome to Install AvatarStor Client Server for Linux-x64 System
----------------------------------------------------------------------------------
Do you want to Install Client to the default path(/usr/local/).[Y/N]?
y
Client Service will be Installed To The Directory:"/usr/local/"
Unpacking the AvatarStor Client Server Install Packet...
----------------------------------------------------------------------------
Installing...
User mysql already exists.
Created symlink /etc/systemd/system/multi-user.target.wants/avsbackup.service  /lib/systemd/system/avsbackup.service.
Do you want to register this client now?.[Y/N]?
y
Please Enter The Authorization Code:eyJyZG0iOjUwNzI3MSwidXNlcm5hbWUiOiJqYWNraWUifQ==
Login Successful.
Starting MySQL...
Starting the Avatar Client daemon
Starting the Avatar Storage daemon
Starting the Avatar Master daemon
Starting the Avatar Agent daemon
----------------------------------------------------------------------------
AvatarStor Client Service has been installed!

If you don't want to activate it during the installation process, you can also activate it later.

You can also directly run the one-click installation command under the Shell.

Access http://demo.rongzai.com:19009/#/client/downloads copy linux installation package one-click installation command

Execute by pasting as root user under Shell.

It will automatically download the installation package and register the verification code.

Need wget. If your linux system does not have the wget package, please install it.

Debian/Ubuntu

apt install wget

CentOS/RHEL

yum install wget(for 7/8)dnf install wget(for 8/9)For other published versions of linux, it is usually sudo < package-manager > install wget, and replace < package-manager > with the package manager name used by your published version, such as apt , yum , dnf , pacman , zypper , etc.After installation, you can run wget --version to determine if the installation was successful.

After installation, you can run wget --version to determine if the installation was successful.

Start and stop the Linux system service, execute [installdir] scripts/avs.sh:

Last updated