Applicable to:
- SolusVM
Question
How to change the name of a SolusVM node?
Answer
-
Connect to Master node over SSH.
-
Execute
# php /usr/local/solusvm/scripts/node.php --type=force --comm=name --nodeid=NODE_ID --name=NEWNAME
Where NODE_ID - actual ID of the required node, can be seen in SolusVM > Nodes > ID column.
In the example below NODE_ID is 29.NEWNAME - new name of the node.
SVM_WARN: The node name must be between 2 & 30 characters and contain no spaces and special symbols.
Comments
0 comments
Please sign in to leave a comment.