Commands === # Message History `mth <messageId>` # Node logs ```nfsq <interface name>``` output: * interface config (Queue stuff) * log files (yesterday & today) `cd logyesterday` for yesterday's logs `cd log` for todays logs `cd logbackupgz` for (Month logs) `more <log file name>` __IF GZ FILE THEN__ `zmore <log file name>` # Bounce node `bounces <node name>` __NB__ : Check logs and Keepalives (For QA and Preprod, they will be send to DEV Email group) after bouncing for errors # Rerun message `cd support` `echo "msgID" >> hourlyreroute.txt` `bounces reroute_messages` The reroute_messages node will check the hourlyreroute.txt file and process each message ID in the file line by line - reprocess the message # Rerun Archived Message If your message is not on the online table - i.e. has already been archived then do this first before above: `cd bin/batch` `MessageRestore.sh -iMessageID` __Then just everythin in the Rerun message section__