Sunday, January 19, 2025

[Virtuozzo] Thêm Node vào PVA Magament Node

-

Mình có 1 node với hostname là vnpt110.matbao.io như dưới

$ hostname
vnpt110.matbao.io

Bạn nên đổi mật khẩu root trước khi thêm node mới vào PVA Magament Node

$ passwd root
Changing password for user root.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.

Có thể sử dụng lệnh sau để thay đổi mật khẩu root, thay thế password bằng mật khẩu của bạn

echo "password" | passwd --stdin root

Cài đặt va-agent bằng lệnh dưới

wget http://repo.virtuozzo.com/va-agent/deploy-va-agent/deploy-va-agent
chmod 755 deploy-va-agent
./deploy-va-agent

Sau khi triển khai xong bạn hãy enable và khởi động va-agent

systemctl start va-agent.service
systemctl enable va-agent.service

Kiểm tra lại va-agent để chắc chắn va-agent đã hoạt động

$ systemctl status va-agent.service
● va-agent.service - VA Agent service.
   Loaded: loaded (/usr/lib/systemd/system/va-agent.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2022-11-03 20:34:18 +07; 12s ago
 Main PID: 64355 (pvaagentd)
    Tasks: 40
   CGroup: /system.slice/va-agent.service
           ├─64355 pvaagent [gend] /opt/pva/agent/bin/pva.conf
           ├─64395 pvaagent [alertm] /opt/pva/agent/bin/pva.conf
           ├─64396 pvaagent [authm] /opt/pva/agent/bin/pva.conf
           ├─64397 pvaagent [backup_subscriber] /opt/pva/agent/bin/pva.conf
           ├─64398 pvaagent [env_event_mon] /opt/pva/agent/bin/pva.conf
           ├─64399 pvaagent [license_event_monitor] /pva/agent/bin/pva.conf
           ├─64400 pvaagent [logdb_subscriber] /opt/pva/agent/bin/pva.conf

Kiểm tra ip node, node mình có nhiều ip nhưng để bảo mật mình sẽ sử dụng ip local để kết nối vào PVA Magament Node, ip local của mình là 192.168.89.141

$ ifconfig br2
br2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.89.141  netmask 255.255.255.128  broadcast 192.168.89.255
        inet6 fe80::ea9:7344:a722:d669  prefixlen 64  scopeid 0x20<link>
        ether ac:1f:6b:ac:d3:4a  txqueuelen 1000  (Ethernet)
        RX packets 39148  bytes 2329090 (2.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 65  bytes 4034 (3.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Hãy chắc chắn node của bạn có kết nối đên PVA Magament Node (192.168.89.254)

$ ping 192.168.89.254
PING 192.168.89.254 (192.168.89.254) 56(84) bytes of data.
64 bytes from 192.168.89.254: icmp_seq=1 ttl=64 time=0.302 ms
64 bytes from 192.168.89.254: icmp_seq=2 ttl=64 time=0.173 ms
64 bytes from 192.168.89.254: icmp_seq=3 ttl=64 time=0.137 ms
64 bytes from 192.168.89.254: icmp_seq=4 ttl=64 time=0.154 ms

--- 192.168.89.254 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 0.137/0.191/0.302/0.066 ms

Để thêm node mới bạn hãy bấm vào thêm Hardware Node

Hãy khai báo thông tin node của bạn cho PVA Magament Node và bấm Register

Sau khi thực hiện xong các bước trên, node mới đã được thêm vào cluster

Chúc các bạn thành công

LEAVE A REPLY

Please enter your comment!
Please enter your name here

4,956FansLike
256FollowersFollow
223SubscribersSubscribe
spot_img

Related Stories