Core Node Deployment
Node requirements:
| Item | Requirement |
|---|---|
| Operating system | Ubuntu 22.04 or RedHat 8 |
| vCPU | >= 8, x86 architecture |
| Memory | >= 32 GB |
| Disk | >= 80 GB |
The FCP-Core management node can be deployed on common virtualization platforms such as ESXi and KVM.
Network requirements:
- Required open ports: FCP Product Network Planning
- The installation script relies on the default gateway to detect the node IP address, which avoids manual IP configuration. Make sure the management node has a default gateway configured, otherwise the installation will fail. If the deployment node has multiple NICs, the platform automatically selects the NIC that has the default gateway as the interface to use.
Prepare dependencies with the following commands:
# Ubuntu
sudo apt install -y nfs-common unzip netfilter-persistent
sudo systemctl enable nfs-client.target
# 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:
- Contact Fastone staff to obtain the installation package.
- Upload the package to the
/optdirectory on the management node, then run:
cd /opt
tar -zxvf fastone-fcp-{VERSION}.tgz
cd fastone-{VERSION}/install
./install-fcp.sh [-s ssh_port]
The installation usually takes 10 to 30 minutes. The installation log is stored in install-fcp.log in the same directory.
Expected result: The installation completes successfully and displays the service IP address, usernames (admin and deploy), and initial passwords. You can also view the usernames and passwords in install-fcp.log.
- These passwords can only be used for the initial login. Change the default passwords for both the administrator account and the configuration account the first time you log in.
- Reconfiguration does not reset the initial passwords. Store the updated passwords securely after changing them.