From bdf348f0aae9ef3dc4ca434fae5a1e8ab14eed74 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 23 Apr 2008 14:46:48 +0000 Subject: [PATCH] Add pod for xpbsnodes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1160 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man1/xpbsnodes.1.pod | 54 +++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 xCAT-client-2.0/pods/man1/xpbsnodes.1.pod diff --git a/xCAT-client-2.0/pods/man1/xpbsnodes.1.pod b/xCAT-client-2.0/pods/man1/xpbsnodes.1.pod new file mode 100644 index 000000000..607bffa3c --- /dev/null +++ b/xCAT-client-2.0/pods/man1/xpbsnodes.1.pod @@ -0,0 +1,54 @@ +=head1 NAME + +B - PBS pbsnodes front-end for a noderange. + +=head1 SYNOPSIS + +B [{B}] [{B|B|B|B}] + +B [B<-h>|B<--help>] [B<-v>|B<--version>] + + +=head1 DESCRIPTION +B is a front-end to PBS pbsnode but uses xCAT's noderange to specify nodes. + +=head1 OPTIONS + + +B<-h> Display usage message. + +B<-v> Command Version. + +B Take nodes offline. + +B Take nodes online. + +B Display PBS node state. + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To display status of all PBS nodes, enter: + + xpbsnodes all stat + + + +=head1 FILES + +/opt/torque/x86_64/bin/xpbsnodes + + +=head1 NOTES + +This command is part of the xCAT software product. +See noderange, pbsnodes + + +