Collections
This page contains generic operations developed as part of the Mytinydc.com.
“automation-cli” features an operation import command.
To use an operation from this collection, download the operation of your choice, then import the file by running :
OPS=[OPSDirectory] automation-cli importop -f [Full path of downloaded file]
Presence
This operation is used with the command “listen”.
Description | This operation installs the “presence” service on the remote server. |
Explanations | This service sends the server’s $(hostname) value to the network’s “Broadcast” address every 15 seconds. |
Download link | presence |
checksum sha256 | sha256sum |
Execution command | OPS=[OPSDirectory] automation-cli run -op "presence" -h [target host] |
Usage | From the control node, run : automation-cli listen . All servers on the same network equipped with “presence” will be listed. |