Applicable to:
- SolusVM
Question
How to add slave SolusVM node to a Master SolusVM node?
Answer
-
Access SolusVM slave node over SSH.
-
Get ID Key:ID Password pair from
/usr/local/solusvm/data/solusvm.conf
file:# cat /usr/local/solusvm/data/solusvm.conf
DIHOhOJkQfhk7iDkFS2w2PgBpgo4niLj7yr2VS9vq4LmbiwxTi:wXEonrxjek7fTbVTxOHVTPqY7wUjgZyLKRb37XkhhFNTaSybGPIn the example above DIHOhOJkQfhk7iDkFS2w2PgBpgo4niLj7yr2VS9vq4LmbiwxTi is ID Key, wXEonrxjek7fTbVTxOHVTPqY7wUjgZyLKRb37XkhhFNTaSybGP is ID Password.
SVM_WARN: In case the node was previously connected to another SolusVM master, remove
/usr/local/solusvm/data/allow.dat
:
rm -f /usr/local/solusvm/data/allow.dat -
Log in to SolusVM admin interface and depending on virtualization type:
-
Open SolusVM > Nodes > Add node.
-
Fill in the required settings:
Type - OpenVZ
Node Name - anything necessary, however, it must be alphanumeric characters only
License Type - depending on what license addon was purchased possible options are:
- Standard (unlimited number of VPS)
- Mini (up to 5 VPS)
- Micro (up to 2 VPS)
IP address of the OpenVZ slave node
SSH port used on OpenVZ slave node
ID Key from step 2
ID Password from step 2
OpenVZ VSwap - has to be checked
-
Click on Add Node.
-
Open SolusVM > Nodes > Add node.
-
Fill in the required settings:
Type - KVM
Node Name - anything necessary, however, it must be alphanumeric characters only
License Type - depending on what license addon was purchased possible options are:
- Standard (unlimited number of VPS)
- Mini (up to 5 VPS)
- Micro (up to 2 VPS)
IP address of the KVM slave node
SSH port used on KVM slave node
ID Key from step 2
ID Password from step 2
KVM Bridge - bridge interface configured on KVM slave node
VG (Logical Volume Group) - volume group configured on KVM slave node
-
Click on Add Node.
-
Open SolusVM > Nodes > Add node.
-
Fill in the required settings:
Type - Xen
Node Name - anything necessary, however, it must be alphanumeric characters only
License Type - depending on what license addon was purchased possible options are:
- Standard (unlimited number of VPS)
- Mini (up to 5 VPS)
- Micro (up to 2 VPS)
IP address of the Xen slave node
SSH port used on Xen slave node
ID Key from step 2
ID Password from step 2
VG (Logical Volume Group) - volume group configured on Xen slave node
HVM - check this option if you plan to use Xen slave node for full hardware virtualization
-
Click on Add Node.
Comments
0 commentsPlease sign in to leave a comment.