From cd82e2ed40e3aa2a803e5d5711d4b5fe860335d5 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 10 Dec 2012 13:52:36 +0000 Subject: [PATCH] fix osimage example git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14603 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/sinv.1.pod | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/xCAT-client/pods/man1/sinv.1.pod b/xCAT-client/pods/man1/sinv.1.pod index 4ed55ae69..5f0a3bf80 100644 --- a/xCAT-client/pods/man1/sinv.1.pod +++ b/xCAT-client/pods/man1/sinv.1.pod @@ -241,17 +241,18 @@ as an admin generated template. =item * -To execute B on the Linux osimage defined for cn1. This uses cn1 as -the seed node, to generate the sinv.template, -using the exact match option, generating one additional template, enter: +To execute B on the Linux osimage defined for cn1. First build a template from the /etc/hosts on the node. Then run sinv to compare. +B I /tmp/sinv2/template" -B I<-c "xdsh -i /install/netboot/rhels6/ppc64/test_ramdisk_statelite/rootimg cat /etc/hosts" -s cn1 -e -t1 -p /tmp/sinv.template -o /tmp/sinv.output> +B I<-c "xdsh -i /install/netboot/rhels6/ppc64/test_ramdisk_statelite/rootimg cat /etc/hosts" -e -t1 -p /tmp/sinv.template -o /tmp/sinv.output> =item * To execute B on the AIX NIM 611dskls spot and compare /etc/hosts to compute1 node, run the following: -B I<-c "xdsh -i 611dskls cat /etc/hosts" -s compute1 -e -t1 -p /tmp/sinv.template -o /tmp/sinv.output> +B I /tmp/sinv2/template" + +B I<-c "xdsh -i 611dskls cat /etc/hosts" -e -t1 -p /tmp/sinv.template -o /tmp/sinv.output> =back