Re: [xcat-user] xCAT ignoring my otherpkgdir setting

2014-01-20 Thread Xiao Peng Wang
Good for you! Thanks Best Regards -- Wang Xiaopeng (王晓朋) IBM China System Technology Laboratory Tel: 86-10-82453455 Email: w...@cn.ibm.com Address: 28,ZhongGuanCun Software Park,No.8 Dong Bei Wang West Road, Haidian District

Re: [xcat-user] Bad performance with 70 nodes requesting nextdestiny

2014-01-20 Thread Xiao Peng Wang
How long it takes to finish a 'nodeset osimage> command? From the syslog, did you see all the nodes get hanging in nextdestiny for a while before getting into deployment process (10 minutes?)? Or you saw the nodes got into deployment process one by one with a fixed interval (what was the interval

Re: [xcat-user] Bad performance with 70 nodes requesting nextdestiny

2014-01-20 Thread Russell Jones
There is just 2 tasks, a runimage and an osimage. chain.currchain=osimage, and chain.currstate=runimage=http://master/install/script.tgz. The image is available to be downloaded. A nodeset on a single node completed immediately. On 1/20/2014 7

Re: [xcat-user] xCAT ignoring my otherpkgdir setting

2014-01-20 Thread Russell Jones
Thanks! It is working fine now that I figured out what the issue is. We will gain a lot better performance with site.precreatemypostscripts enabled, so we wish to keep it on. This is a cluster with ~6000 nodes. On 1/20/2014 7:32 PM, Xiao Peng Wang

Re: [xcat-user] Frustrating time with sequential node discovery

2014-01-20 Thread Xiao Peng Wang
xCAT is using genesis (an xCAT customized pxe tool) to function the discovery process. The configuration for genesis is put in /tftpboot/xcat/xnba/nets/ for a specific network. Could you check your specific xnba configuration file for your deployment network has been put in /tftpboot/xcat/xnba/nets

Re: [xcat-user] Bad performance with 70 nodes requesting nextdestiny

2014-01-20 Thread Xiao Peng Wang
How many tasks in your chain list? What's the value of chain.currchain and chain.currstate for nodes when you saw that a lot of processes hang in 'nextdestiny' request? What I can think of is the 'nextdestiny' will try to check the http download path of 'runimage', could you check the path is acce

Re: [xcat-user] xCAT ignoring my otherpkgdir setting

2014-01-20 Thread Xiao Peng Wang
The answer is yes, xCAT does support the otherpkgdir. But the prerequisite is the 'otherpkglist' must be set otherwise 'otherpkgdir' does not make sense. Thanks Best Regards -- Wang Xiaopeng (王晓朋) IBM China System Technology La

Re: [xcat-user] xCAT ignoring my otherpkgdir setting

2014-01-20 Thread Xiao Peng Wang
The question turns to whether to use the site.precreatemypostscripts. This site attribute is used to improve the performance of postscript mechanism in a big cluster. If site.precreatpostescripts is enabled, the mypostscript for the node will be generated by nodeset command on xCAT MN. When bootin

Re: [xcat-user] Way to change default /tmp partition size for a diskless image?

2014-01-20 Thread Linda Mellor
The xCAT genimage command is used to create the diskless image, using an osimage definition to specify how the image is created. Typically, to change the /tmp partition size, you would write a postinstall script for your osimage that genimage would call to change your /etc/fstab in the image.

Re: [xcat-user] xCAT ignoring my otherpkgdir setting

2014-01-20 Thread Russell Jones
Thanks Lisa. I figured out what my problem was (see other reply I sent earlier). However, there's code in the otherpkgs postscript that is not following what the script header states: #OTHERPKGDIR is set only when the provmethod is the os image name

Re: [xcat-user] xCAT ignoring my otherpkgdir setting

2014-01-20 Thread Lissa Valletta
Took a look at the otherpkgs postscript which runs when you run updatenode. Look at the header #=head1 otherpkgs - only runs on Linux #=head2 It gets the extra rpms and install/update them. #The environment variable OTHERPKGS contains the rpms to be installed/updated. #On MN,

Re: [xcat-user] Determine which otherpkgs.pkglist file is being used

2014-01-20 Thread Lissa Valletta
You should also have a diskfull service node image centos6.4-x86_64-install-service. Normally the service nodes are diskfull but they can be diskless. Lissa K. Valletta 8-3/B10 Poughkeepsie, NY 12601 (tie 293) 433-3102 From: Josh Nielsen To: xCAT Users Mailing list , Date: 01/17/2

Re: [xcat-user] Define node object with 2 names ?

2014-01-20 Thread Lissa Valletta
The easiest is just define a node group on the nodes for their rack location. Then you can use racklocation group names. Lissa K. Valletta 8-3/B10 Poughkeepsie, NY 12601 (tie 293) 433-3102 From: Yaron Daniel To: xcat-user@lists.sourceforge.net, Date: 01/19/2014 04:55 PM Subject:

[xcat-user] Way to change default /tmp partition size for a diskless image?

2014-01-20 Thread Yang BR Yan
Dear All, We have a customer using PCM 4.1.1.1 and they have some issues with the size of the default /tmp partition size created by diskless image. (500MB by default) There are some scripts that requires larger /tmp size. May I ask if it's possible to change the the default size from xCat perspe