From d9c34c49e1d8a48d894d07e5b0cd55e9abe1f09d Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 18 Mar 2008 12:57:51 +0000 Subject: [PATCH] renamed git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@804 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man1/updteSNimage.1.pod | 64 ++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 xCAT-client-2.0/pods/man1/updteSNimage.1.pod diff --git a/xCAT-client-2.0/pods/man1/updteSNimage.1.pod b/xCAT-client-2.0/pods/man1/updteSNimage.1.pod new file mode 100644 index 000000000..003cadaec --- /dev/null +++ b/xCAT-client-2.0/pods/man1/updteSNimage.1.pod @@ -0,0 +1,64 @@ +=head1 NAME + +B - Adds the needed Service Node configuration files to the install image. + +=head1 SYNOPSIS + +I + +I + +I + +=head1 DESCRIPTION + +This command is used to add the Service Node configuration files to the install image. It will either copy them locally or scp them to a remote host. + +=head1 OPTIONS + + +B<-h |--help> Display usage message. + +B<-v |--version> Display xCAT version. + + +B<-n | --node> A remote host name or ip address that contains the install image to be updated. + + +B<-p |--path> Path to the install image. + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To update the image on the local host. + +I + + +2. To update the image on a remote host. + +I + + +=head1 FILES + +$XCATROOT/bin/chdef + +(The XCATROOT environment variable is set when xCAT is installed. The +default value is "/opt/xcat".) + + +=head1 NOTES + +This command is part of the xCAT software product. +When going to a remote host, the command uses scp. It is best to have ssh keys setup so you will not be prompted for a password on each copy. + + + +