Login to Admin Panel by default admin
repeat step 10.1. Login to Admin Panel by default admin
Open "DevOps" in the Admin Panel
...
Pay attention to the information on system nodes, their up-time and statuses.
Nodes can contain one/several services.
Note: The perfect maximum status of memory usage for each service is less than 60%.
Overview all nodes in terminal to check it statuses/work
Connect to the VM again (in case you exit or loose connection):
Code Block |
---|
ssh root@<IP address> |
where - the address of the VM for deploy
Enter to the directory marionette/tool on your VM (the path where you’ve cloned repo):
Code Block |
---|
cd /root/marionette/ |
Run next command to enter the marionette command line interface (cli):
Code Block |
---|
./marionette cli |
...
Type inside marionette cli:
Code Block |
---|
nodes |
and you'll get the list of the nodes (the same visualized on the Dashboard in the Admin Panel above):
...
For exit the marionette cli run:
Code Block |
---|
q |