Just a small legato cluster (on Linux in my case) commands reference guide.
to list resources in legato cluster:
$FT_DIR/bin/ftcli -cmd lrg (lists the legato resource groups)
$FT_DIR/bin/ftcli -cmd lip (lists ip numbers in legato cluster)
$FT_DIR/bin/ftcli -cmd ln (lists legato cluster nodes)
$FT_DIR/bin/ftcli -cmd lp (lists all the processes in legato cluster)
to start a legato cluster resource group:
$FT_DIR/bin/ftcli -cmd "bgo resource_group_name node"
to stop a legato cluster resourse group:
$FT_DIR/bin/ftcli -cmd "tgo resource_group_name"
to start a legato cluster monitored application:
$FT_DIR/bin/ftcli -cmd "start application node"
to stop a legato cluster monitored application:
$FT_DIR/bin/ftcli -cmd "stop application"
Provided by:SiQ systems, Cloud experts
Subscribe to:
Post Comments (Atom)
solving error: Your current user or role does not have access to Kubernetes objects on this EKS cluster.
Trying to access EKS cluster with kubectl you might get an error similar to: Your current user or role does not have access to Kubernetes ob...
-
General Information PGPool can run on same server along with PostgreSQL DB or on stand alone server(recommended). In this article we wil...
-
Following information is intended for bash shell only. The system variable TMOUT can be set to specify the amount of time the user is ina...
-
login to mysql as a root: mysql -uroot -p end execute: mysql> show processlist; will show you list of processes running in MySQL a...
No comments:
Post a Comment