From 60a2d36b37e171393a51344580f10e3854db386a Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 1 Mar 2010 13:45:38 +0000 Subject: [PATCH] Add support for diskless dump. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5322 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/mkdsklsnode.1.pod | 8 ++ xCAT-client/pods/man1/mknimimage.1.pod | 111 +++++++++++++++++++++++- 2 files changed, 115 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man1/mkdsklsnode.1.pod b/xCAT-client/pods/man1/mkdsklsnode.1.pod index 240baf3ed..09c78fa3f 100644 --- a/xCAT-client/pods/man1/mkdsklsnode.1.pod +++ b/xCAT-client/pods/man1/mkdsklsnode.1.pod @@ -47,6 +47,14 @@ Specifies the speed setting (optional). Used when defining the NIM machine. This Specifies the size in Megabytes of the paging space for the diskless node.(optional) Used when initializing the NIM machine. The minimum and default size is 64 MB of paging space. (ex. "psize=64") +=item B + +The tcpip port number to use to communicate dump images from the client to the dump resource server. Normally set by default. This port number is used by a dump resource server. + +=item B + +Specifies the type dump to be collected at the client. The values are "selective", "full", and "none". If the configdump attribute is set to "full" or "selective" the client will automatically be setup to dump to an iSCSI Target device. The "selective" memory dump will avoid dumping user data. The "full" memory dump will dump all the memory of the client partition. Selective and full memory dumps will be collected in the dump resource allocated to the client. Only POWER6 clients an dump to the dump resource. + =back =item B<-f |--force> diff --git a/xCAT-client/pods/man1/mknimimage.1.pod b/xCAT-client/pods/man1/mknimimage.1.pod index f0f339fdf..979174e0f 100644 --- a/xCAT-client/pods/man1/mknimimage.1.pod +++ b/xCAT-client/pods/man1/mknimimage.1.pod @@ -8,7 +8,7 @@ B B -B +B =head1 DESCRIPTION @@ -48,7 +48,104 @@ To remove specific NIM resource definitons use the AIX nim command. =item B -Specifies one or more "attribute equals value" pairs, separated by spaces. Attr=val pairs must be specified last on the command line. These are used to specify additional or different information to use when creating the the xCAT osimage definition. 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"). Valid attribute names include any of the attributes of the xCAT osimage object plus "installp_flags". (The default for installp_flags is "-agQX".) +Specifies one or more "attribute equals value" pairs, separated by spaces. Attr=val pairs must be specified last on the command line. + +Currently supported attributes: + +=over 3 + +=item B + +The name of a NIM bosinst_data resource. + +=item B + +The name of the NIM dump resource. + +=item B + +The name of a NIM fb_script resource. + +=item B + +The name of the NIM home resource. + +=item B + +One or more comma separated NIM installp_bundle resources. + +=item B + +The name of the NIM lpp_source resource. + +=item B + +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) + +=item B + +The name of the NIM paging resource. + +=item B + +The name of the NIM resolv_conf resource. + +=item B + +The name of the NIM root resource. + +=item B