Make sure that the site.master attribute is an ip address of hostname that will be resolvable during the install. The usual problem is the node cannot contact the MN to tell it, it is finished. On the node you can look at the /tmp/mypostscript file. It should look something like the following. The last line is important, because that is the we are finished line. But it cannot be sent to the MN unless $MASTER is an address that is resolvable on the node at that point. If this file is empty, it is a pretty good sign that the node could not contact the MN after install.
# subroutine used to run postscripts
.
.
.
}
# subroutine end
BLADEMAXP='64'
export BLADEMAXP
DOMAIN='cluster.com'
export DOMAIN
FSPTIMEOUT='0'
export FSPTIMEOUT
.
.
MASTER=10.16.0.103
export MASTER
.
# postscripts-start-here
run_ps remoteshell
run_ps syncfiles
run_ps syslog
run_ps new_set
run_ps setbootfromnet
# postscripts-end-here
# postbootscripts-start-here
run_ps otherpkgs
# postbootscripts-end-here
updateflag.awk $MASTER 3002 "installstatus booted"
Lissa K. Valletta
2-3/T12
Poughkeepsie, NY 12601
(tie 293) 433-3102
From: Antoine Tabary <[email protected]>
To: xCAT Users Mailing list <[email protected]>
Date: 11/15/2011 05:45 AM
Subject: [xcat-user] Node keeps reinstalling
Hello,
We are tryoing to install an iDataplex cluster with SLES11 nodes.
The /tftpboot/xcat/xnba/nodes/n001 is not reset during installation so the
node keeps reinstalling itself. unless we type "nodeset n101 boot" before
it reboots. Any suggestion on what we have not configured ?
It does not run postscripts nor postbootscripts either.
We are running xcat 2.6.8 with xcat-dep-201111041626
Thank you for your help. Best regards,
Antoine 17 Avenue De L'europe (Embedded
Tabary image moved
to file:
pic40165.gif)
Certified Bois Colombes Cedex,
HPC I/T 92275
Specialist
0233AA France
ITS
Phone: +33-1-5875-5072
Mobile: +33-6.0769.7453
e-mail: [email protected]
Sauf indication contraire ci-dessus:/ Unless stated otherwise above:
Compagnie IBM France
Siège Social : 17 avenue de l'Europe, 92275 Bois-Colombes Cedex
RCS Nanterre 552 118 465
Forme Sociale : S.A.S.
Capital Social : 639.291.962.10 €
SIREN/SIRET : 552 118 465 03644 - Code NAF 6202A
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
<<attachment: pic40165.gif>>
------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
