Monitor Node Deployment
tip
Advanced monitoring and analytics are available only in FCP-Suite and FCP-SE. This feature requires a Monitor node.
Node requirements:
| Item | Requirement |
|---|---|
| Operating system | Ubuntu 22.04 or RedHat 8 |
| CPU | >= 4 |
| Memory | >= 16 GB |
| Disk | >= 80 GB |
Network requirements:
See FCP Product Network Planning > FCP-Suite > Monitor Node.
Prepare dependencies with the following commands:
# Ubuntu
sudo apt install -y nfs-common unzip netfilter-persistent
# RedHat 8
sudo dnf install -y iptables-services iptables-utils
sudo systemctl start iptables && sudo systemctl enable iptables
# Reboot the node after installation
sudo reboot
Deployment and installation:
- Download the installation package to the node.
Contact Fastone staff to obtain the package.
- Extract the package.
tar -zxvf fastone-fcp-xxx.tgz
- Run the installation script.
cd fastone-{VERSION}/install
# `-r` specifies the role as `monitor`
./install-fcp.sh -r monitor [-s ssh_port]
# The installation log is `install-fcp.log` in the same directory