Applicable to:
- SolusVM
Question
Is it possible to set a domain instead of an IP address for a SolusVM node?
Answer
This is not possible through the web interface, however it is possible to edit the SolusVM database directly:
-
Access SolusVM Master node over SSH.
-
Execute
# echo "update nodes set ip='domain' where nodeid=node_id;" | awk -F: '{ system("MYSQL_PWD='"'"'" $3 "'"'"' mysql -u " $2 " "$1) }' /usr/local/solusvm/includes/solusvm.conf
where domain - the necessary domain.
node_id - ID of the necessary node from SolusVM > Nodes.
How to find ID of a node
Comments
0 commentsPlease sign in to leave a comment.