add policy table examples

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10472 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-09-08 13:03:18 +00:00
parent ac139b78bc
commit 6043b7a74b
2 changed files with 12 additions and 0 deletions

View File

@ -154,6 +154,12 @@ To change the node hwtype, this command will change the value of ppc.nodetype.
chdef -t node -o node1 hwtype=lpar
=item 11.
To change the policy table for policy number 7.0 for admin1
chdef -t policy -o 7.0 name=admin1 rule=allow
=back

View File

@ -140,6 +140,12 @@ To create a dynamic node group definition called SLESNodes containing all the SL
mkdef -t group -o SLESNodes -d -w "os=~^sles[0-9]+$"
=item 10.
To create a entry (7.0) in the policy table for user admin1
mkdef -t policy -o 7.0 name=admin1 rule=allow
=back