From f34350fd51391a28db281f3b233ae41b3c3c4c82 Mon Sep 17 00:00:00 2001 From: nott Date: Wed, 9 May 2012 15:12:16 +0000 Subject: [PATCH] add force option git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12587 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/rmnimimage.1.pod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/rmnimimage.1.pod b/xCAT-client/pods/man1/rmnimimage.1.pod index 28fbd1d5c..901ef9e07 100644 --- a/xCAT-client/pods/man1/rmnimimage.1.pod +++ b/xCAT-client/pods/man1/rmnimimage.1.pod @@ -6,7 +6,7 @@ B - Use this xCAT command to remove NIM resources specified in an xC B -B +B =head1 DESCRIPTION @@ -26,6 +26,8 @@ If you wish to remove NIM resources on the management node only, you can specify If you wish to also remove the xCAT osimage definition you must specify the "-x" option. +This command will not remove NIM resources if they are currently being used in another xCAT osimage definition. To see which resources are common between osimages you can specify the "-V" option. You can override this check by specifying the "-f" option. + This command will not remove NIM resources if they are currently allocated. You must deallocate the resources before they can be removed. See the B and B commands for information on how to deallocate and remove NIM machine definitions for standalone and diskless nodes. See the AIX NIM documentation for additional details on how to deallocate and remove unwanted NIM objects. @@ -42,6 +44,10 @@ Display usage message. Delete any files or directories that were left after the "nim -o remove" command was run. This option will also remove the lpp_source resouce and all files contained in the lpp_source directories. When this command completes all definitions and files will be completely erased so use with caution! +=item B<-f|--force> + +Override the check for shared resources when removing an xCAT osimage. + =item B<-M|--managementnode> Remove NIM resources from the xCAT management node only.