xcat-core/xCAT-client/pods/man1/chkosimage.1.pod
nott 0aa4ff02e4 add chkosimage command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6507 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-17 13:58:43 +00:00

81 lines
1.2 KiB
Plaintext

=head1 NAME
B<chkosimage> - Use this xCAT command to check an xCAT osimage.
=head1 SYNOPSIS
B<chkosimage [-h | --help ]>
B<chkosimage [-V] osimage_name>
=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<osimage_name>
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<chkosimage -V 61dsklsimage>
=back
=head1 FILES
/opt/xcat/bin/chkosimage
=head1 NOTES
This command is part of the xCAT software product.
=head1 SEE ALSO
L<mknimimage(1)|mknimimage.1>