mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
fix examples
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9339 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -80,13 +80,20 @@ B<tabdump> I<site>
|
||||
|
||||
To display the contents of the nodelist table where the groups attribute is compute :
|
||||
|
||||
B<tabdump> I<-w groups==compute> I<nodelist>
|
||||
B<tabdump> I<-w 'groups==compute'> I<nodelist>
|
||||
|
||||
=item *
|
||||
|
||||
To display the contents of the nodelist table where the groups attribute is comput% where % is a wildcard and can represent any string and the status attribute is booted :
|
||||
|
||||
B<tabdump> I<-w groups=~comput%> I<-w status==booted> I<nodelist>
|
||||
B<tabdump> I<-w 'groups=~comput%'> I<-w 'status==booted'> I<nodelist>
|
||||
|
||||
=item *
|
||||
|
||||
To display the records of the auditlog before date 2011-04-18 11:30:00 :
|
||||
|
||||
B<tabdump> I<-w 'audittime>2011-04-18 11:30:00'> I<auditlog>
|
||||
|
||||
|
||||
=item *
|
||||
|
||||
|
Reference in New Issue
Block a user