diff --git a/xCAT-client/pods/man1/mknimimage.1.pod b/xCAT-client/pods/man1/mknimimage.1.pod index 08e853a9e..a472cb653 100644 --- a/xCAT-client/pods/man1/mknimimage.1.pod +++ b/xCAT-client/pods/man1/mknimimage.1.pod @@ -111,7 +111,8 @@ The name of a NIM mksysb resource. =item B -One or more comma separated installp or rpm packages. The rpm packages must have a prefix of 'R:', (ex. R:foo.rpm) +One or more comma separated installp, emgr, or rpm packages. The packages must +have prefixes of 'I:', 'E:', or 'R:', respectively. (ex. R:foo.rpm) =item B @@ -155,7 +156,10 @@ The alternate flags to be passed along to the AIX installp command. (The default =item B -The alternate flags to be passed along to the AIX rpm command. (The default for rpm_flags is "-Uvh --replacepkgs".) +The alternate flags to be passed along to the AIX rpm command. (The default for +rpm_flags is "-Uvh ".) The mknimimage command will check each rpm to see if +it is installed. It will not be reinstalled unless you specify the appropriate +rpm option, such as '--replacepkgs'. =item B @@ -169,10 +173,6 @@ The maximum size for a single dump image the dump resource will accept. Space is The maximum number of archived dumps for an individual client. The default is one. -=item B - -An administrator supplied script that will be invoked when a new dump is captured, or when a dump error occurs on the client. - =item B Indicates that after a dump is collected then snap data should be collected. The snap data will be collected in the clients dump resource directory. Values are "yes" or "no". The default is "no". @@ -187,7 +187,7 @@ Value Specifies the security method required for NFS access. =back -Note that you may specify multiple "script", "otherpkgs", and "installp_bundle" resources by using a comma seperated list. (ex. "script=ascript,bscript"). RPM names may be included in the "otherpkgs" list by using a "R:" prefix(ex. "R:whatever.rpm"). epkg (AIX interim fix package) file names may be included in the "otherpkgs" too(ex. "otherpkgs=IZ38930TL0.120304.epkg.Z"). +Note that you may specify multiple "script", "otherpkgs", and "installp_bundle" resources by using a comma seperated list. (ex. "script=ascript,bscript"). RPM names may be included in the "otherpkgs" list by using a "R:" prefix(ex. "R:whatever.rpm"). epkg (AIX interim fix package) file names may be included in the "otherpkgs" using the 'E:' prefix. (ex. "otherpkgs=E:IZ38930TL0.120304.epkg.Z"). =item B<-b mksysbfile> @@ -319,7 +319,7 @@ B 10) Create a diskless image and update it with additional software using rpm flags and configuration files. -B +B The xCAT osimage definition created by this command will include the "otherpkgs" and "synclists" values. The NIM SPOT resource associated with this osimage will be updated with the additional software using rpm flags "-i --nodeps" and configuration files.