From 0aa4ff02e46a3d54a0b86b96c47bec0b16c59127 Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 17 Jun 2010 13:58:43 +0000 Subject: [PATCH] add chkosimage command git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6507 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/chkosimage.1.pod | 80 ++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 xCAT-client/pods/man1/chkosimage.1.pod diff --git a/xCAT-client/pods/man1/chkosimage.1.pod b/xCAT-client/pods/man1/chkosimage.1.pod new file mode 100644 index 000000000..94f2fd7a3 --- /dev/null +++ b/xCAT-client/pods/man1/chkosimage.1.pod @@ -0,0 +1,80 @@ +=head1 NAME + +B - Use this xCAT command to check an xCAT osimage. + +=head1 SYNOPSIS + +B + +B + +=head1 DESCRIPTION + +This command will is currently supported for AIX osimages only. + +Use this command to verify if the lpp_source directories contain all the +software that is specified in the "installp_bundle" and "otherpkgs" +attributes of the osimage definition. + +This command should be run before using the osimage to install any +AIX cluster nodes. + +=head1 OPTIONS + +=over 3 + +=item B<-h |--help> + +Display usage message. + +=item B + +The name of the xCAT for AIX osimage definition. + +=item B<-V |--verbose> + +Verbose mode. + +=back + +=head1 RETURN VALUE + +=over 3 + +=item 0 + +The command completed successfully. + +=item 1 + +An error has occurred. + +=back + +=head1 EXAMPLES + +=over 3 + +=item 1 + +Check the XCAT osimage called "61dsklsimage" to verify that the lpp_source +directories contain all the software that is specified in the +"installp_bundle" and "otherpkgs" attributes. + +B + +=back + +=head1 FILES + +/opt/xcat/bin/chkosimage + +=head1 NOTES + +This command is part of the xCAT software product. + +=head1 SEE ALSO + +L + +