Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CommandDescriptionExample
loginNode <nodename | nodeid> <username> <password>Logs in to remote node (specified by name or id) with specified username and password. Needed to execute other commands remotely at that node. 
logoutNode <nodename | nodeid>Logs out from the specified remote node. 
listLoggedInNodesLists all remote nodes which are logged in to own local node 
lsLoggedInNodesSee listLoggedInNodes 
listLoggedToNodesLists all remote nodes which the own local node is logged in 
lsLoggedToNodesSee listLoggedToNodes 
revokeLogin <nodename | nodeid>Remove login of remote node 
loginStatuslistLoggedInNodes and listLoggedToNodes 
executeCommand <nodename | nodeid> <command>Remotely executes a console command at the specified remote nodeexecuteCommand MyRemoteNode1 restartNode
execCommand <nodename | nodeid> <command>See executeCommand 
execCmd <nodename | nodeid> <command>See executeCommand 
execCmdAll <username> <password> <command>Tries to login to all connected nodes, execute the specified command remotely and finally logout. 
remoteUpdate <nodename | nodeid>Remotely updates the specified node. Remote node must allow this (see Configuration). 
remoteUpdateAllRemotely updates all connected nodes. Remote nodes must allow this (see  Configuration). 
remoteReinstall <nodename | nodeid>Remotely reinstalls the specified node. Remote node must allow this (see  Configuration). 
remoteReinstallAllRemotely resinstalls all connected nodes. Remote nodes must allow this (see  Configuration). 
remoteRestart <nodename | nodeid>Remotely restarts the specified node. Remote node must allow this (see  Configuration). 
remoteRestartAllRemotely restarts all connected nodes. Remote nodes must allow this (see  Configuration). 

 

Resource management

CommandDescriptionExample
resourceStatusPrints information about current resource status (like processor load, memory) 

...