Versions Compared

Key

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

...

¿Qué está haciendo el Nodo, con qué Datos está respondiendo?

NODE=YOURNOMBRE_NODEDEL_NAME_HERENODO
/usr/local/nmis9/bin/nmis-cli act=schedule job.type=collect job.verbosity=2 job.output=/tmp/$NODE-Collect job.node=$NODE job.force=1
 
# to find the output files.
ls /tmp/$NODE*
echo "Timestamp is about: `date +%s`" 
# Select the files that match similar timestamp

...