How to install AcrServe Backup Agent on Linux Centos 7 and Centos 8
Change working directory to Linux on DataMoverAgent (you need to upload / mount the agent directory first, you can find it on your ArcServe installation ISO)
[root@backup tmp]# cd DataMoverandAgent/
[root@backup DataMoverandAgent]# ls
ARCserve.ico autorun.inf Browser Linux readme.txt SD PACKAGES setup.exe setup.ini vmware
[root@backup DataMoverandAgent]# cd Linux/
[root@backup Linux]# ls
abagtux.deb abcmagt.deb abhanabaim.rpm absap.rpm install_response install.txt readme.txt rpmdepedensi
abagtux.rpm abcmagt.rpm abhana.rpm IngresDBDump.sh install_sdo misc redist sdo.rsp
abbaim.rpm abdatmov.rpm abora.rpm install install_silent nls reginfo uninstall
[root@backup Linux]#
Install the ABcmagt.rpm
[root@backup Linux]# yum install abcmagt.rpm
Loaded plugins: fastestmirror, langpacks
Examining abcmagt.rpm: ABcmagt-17.5-1.i386
Marking abcmagt.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package ABcmagt.i386 0:17.5-1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
======================================================================================================================================
Package Arch Version Repository Size
======================================================================================================================================
Installing:
ABcmagt i386 17.5-1 /abcmagt 12 M
Transaction Summary
======================================================================================================================================
Install 1 Package
Total size: 12 M
Installed size: 12 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : ABcmagt-17.5-1.i386 1/1
Verifying : ABcmagt-17.5-1.i386 1/1
Installed:
ABcmagt.i386 0:17.5-1
Complete!
[root@backup Linux]#
Install the ABagntux.rpm[root@backup Linux]# ls
abagtux.deb abcmagt.deb abhanabaim.rpm absap.rpm install_response install.txt readme.txt rpmdepedensi
abagtux.rpm abcmagt.rpm abhana.rpm IngresDBDump.sh install_sdo misc redist sdo.rsp
abbaim.rpm abdatmov.rpm abora.rpm install install_silent nls reginfo uninstall
[root@backupaol Linux]# yum install abagtux.rpm
Loaded plugins: fastestmirror, langpacks
Examining abagtux.rpm: ABagntux-17.5-1.i386
Marking abagtux.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package ABagntux.i386 0:17.5-1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
======================================================================================================================================
Package Arch Version Repository Size
======================================================================================================================================
Installing:
ABagntux i386 17.5-1 /abagtux 1.7 M
Transaction Summary
======================================================================================================================================
Install 1 Package
Total size: 1.7 M
Installed size: 1.7 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : ABagntux-17.5-1.i386 1/1
Verifying : ABagntux-17.5-1.i386 1/1
Installed:
ABagntux.i386 0:17.5-1
Complete!
[root@backup Linux]#
Check the status of ArcServe backup agent service
[root@backupaol Linux]# caagent list all
Object_type Name Version Status
0 LinuxAgent 17.5 ENABLED
[root@backup Linux]# uagent status
Arcserve Backup Client Agent is enabled and running
[root@backup Linux]#
If the service stop and not enable, you can run following command
[root@backup Linux]# caagent enable all
All sub-agents are enabled.
[root@backup Linux]#
[root@backup Linux]# caagent status all
Checking the Arcserve Backup Universal Agent process... It is RUNNING (pid=16828).
[root@backup Linux]# uagent status
Arcserve Backup Client Agent is enabled and running
[root@backup Linux]#
Check the listen port, agent use 6051 port on tcp and udp
[root@Backup Linux]# netstat -puntl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 891/sshd
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 7929/haproxy
tcp 0 0 0.0.0.0:6051 0.0.0.0:* LISTEN 24213/caagentd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 7929/haproxy
tcp6 0 0 :::22 :::* LISTEN 891/sshd
tcp6 0 0 :::6556 :::* LISTEN 903/xinetd
udp 0 0 0.0.0.0:6051 0.0.0.0:* 24213/caagentd
udp 0 0 0.0.0.0:123 0.0.0.0:* 22832/chronyd
udp 0 0 127.0.0.1:323 0.0.0.0:* 22832/chronyd
udp 0 0 0.0.0.0:37273 0.0.0.0:* 914/haproxy
udp 0 0 0.0.0.0:41524 0.0.0.0:* 24213/caagentd
udp6 0 0 ::1:323 :::* 22832/chronyd
[root@Backup Linux]#
Allow listen port both 6051 tcp and udp on firewall
[root@backup ~]# firewall-cmd --add-port=6051/tcp --permanent
success
[root@backup ~]# firewall-cmd --add-port=6051/udp --permanent
success
[root@backup ~]#
[root@backup ~]# firewall-cmd --reload
success
[root@backup ~]#
Tidak ada komentar :
Posting Komentar