Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created February 4, 2013 17:40
Show Gist options
  • Save icaoberg/4708235 to your computer and use it in GitHub Desktop.
Save icaoberg/4708235 to your computer and use it in GitHub Desktop.
[PBS] Retrieve the list of node names that are currently down
#!/bin/bash
pbsnodes | grep -B 1 "state = down" | grep "compute"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment