Hello,
Thanks for your anwer,

Seems that I am doing changes and re run nodeset node install is not reading 
this file at all.

Any other thoughts? Which trigger is it needed to re-run anaconda.pm file?

Thanks
Denis

____________________________
Denis Brodsky
Engineering Compute dept.
Freescale Semiconductor Israel
Shenkar 1, Herzlia Pituah, Israel
phone: +972-9-9522264
mobile: +972-52-6132264
[email protected]<mailto:[email protected]>
[fs_anilogo]

From: Xiao Peng Wang [mailto:[email protected]]
Sent: יום ה 22 ספטמבר 2011 11:44
To: xCAT Users Mailing list
Cc: xCAT Users Mailing list
Subject: Re: [xcat-user] wrong IP address at /tftpboot/pxelinux.cfg/<host>


If you'd like to change the IP or protocol of 'ks=http://10.0.0.1', get into 
the anaconda.pm->mkinstall() and refer to the code as following and relace the 
$ent->{nfsserver} with IP of master.
my $kcmdline =
"nofb utf8 ks=http://";
. $ent->{nfsserver}
. "/install/autoinst/"
. $node;

Thanks
Best Regards
----------------------------------------------------------------------
Wang Xiaopeng (王晓朋)
IBM China System Technology Laboratory
Tel: 86-10-82453455
Email: [email protected]
Address: 28,ZhongGuanCun Software Park,No.8 Dong Bei Wang West Road, Haidian 
District Beijing P.R.China 100193

[Inactive hide details for Brodsky Denis-RM08520 ---2011-09-21 16:32:37---Hello 
Lissa, Thank for your answer.]Brodsky Denis-RM08520 ---2011-09-21 
16:32:37---Hello Lissa, Thank for your answer.

From: Brodsky Denis-RM08520 <[email protected]>
To: xCAT Users Mailing list <[email protected]>
Date: 2011-09-21 16:32
Subject: Re: [xcat-user] wrong IP address at /tftpboot/pxelinux.cfg/<host>

________________________________



Hello Lissa,
Thank for your answer.

This change making me trouble at other place, I am using different NFS server 
than XCAT server it self.

So I would like to configure at following way:

Kickstart template as well as first boot kernel can be gotten from XCAT master 
server by http
Once the node came up, it should get rpms from NFS server.

The change I did as you proposed, changing the IP address at the template as 
well, so now it will try to mount /install directory from XCAT master, that’s 
is not good in my case.

Any other thoughts?

Do you know which file building the pxe boot configuration file per host?

____________________________
Denis Brodsky
Engineering Compute dept.
Freescale Semiconductor Israel
Shenkar 1, Herzlia Pituah, Israel
phone: +972-9-9522264
mobile: +972-52-6132264
[email protected]


-----Original Message-----
From: Lissa Valletta [mailto:[email protected]]
Sent: יום ג 20 ספטמבר 2011 16:47
To: xCAT Users Mailing list
Subject: Re: [xcat-user] wrong IP address at /tftpboot/pxelinux.cfg/<host>

Your nfsserver is your http server,  you need to change to the address you want 
for your http server and run nodeset

chdef -t node <noderange> nfsserver=192.168.1.1

I will update the description of nfsserver attribute,   which should have
covered (HTTP,or NFS).


Lissa K. Valletta
2-3/T12
Poughkeepsie, NY 12601
(tie 293) 433-3102





From: Brodsky Denis-RM08520 <[email protected]>
To: xCAT Users Mailing list <[email protected]>
Date: 09/20/2011 08:43 AM
Subject: Re: [xcat-user] wrong IP address
           at /tftpboot/pxelinux.cfg/<host>



Hi Lissa,

Lsdef output:
Object name: lc305-zwg18
   arch=x86_64
   bmc=oder-ilom
   cons=ipmi
   currchain=boot
   currstate=install rhels533-x86_64-ks-server_cle533
   groups=all
   initrd=xcat/rhels533/x86_64/initrd.img
   interface=eth0
   kcmdline=nofb utf8 ks=http://10.0.0.1/install/autoinst/lc305-zwg18
ksdevice=bootif noipv6
   kernel=xcat/rhels533/x86_64/vmlinuz
   mac=00:14:4f:28:27:68
   mgt=ipmi
   monserver=192.168.1.1
   netboot=pxe
   nfsdir=/vol/svol1/xcat/install
   nfsserver=10.0.0.1
   os=rhels533
   postbootscripts=otherpkgs
   postscripts=syncfiles
   power=ipmi
   profile=ks-server_cle533
   provmethod=install
   status=installing
   statustime=09-14-2011 06:38:22
   termserver=ipmi
   tftpserver=192.168.1.1

"master","192.168.1.1",,

xCAT-2.6.7-snap201108301116
xCAT-server-2.6.7-snap201108301157

Please advice
Denis

-----Original Message-----
From: Lissa Valletta [mailto:[email protected]]
Sent: יום ג 20 ספטמבר 2011 15:10
To: xCAT Users Mailing list
Cc: xCAT Users Mailing list
Subject: Re: [xcat-user] wrong IP address at /tftpboot/pxelinux.cfg/<host>

Give us an lsdef <nodename> for one of the nodes you are trying to install.
Sounds like the database is not setup quite right.  Also what do you have 
master set to in the site table and the level of xCAT you are running.

Lissa K. Valletta
2-3/T12
Poughkeepsie, NY 12601
(tie 293) 433-3102





From:  Brodsky Denis-RM08520 <[email protected]>
To:  xCAT Users Mailing list <[email protected]>
Date:  09/20/2011 07:55 AM
Subject:  [xcat-user] wrong IP address
at /tftpboot/pxelinux.cfg/<host>



Hello guys,

I have a problem that the IP that appear at host file at 
/tftpboot/pxelinux.cfg/ is the IP of NFS server and it’s trying to get the 
kickstart template via HTTP.

How I can change the IP of NFS server to IP of Xcat master or change from http 
to NFS and different directory ? in which file I can do it?


Example:

#install rhels533-x86_64-ks-server_cle533 DEFAULT xCAT LABEL xCAT KERNEL 
xcat/rhels533/x86_64/vmlinuz APPEND initrd=xcat/rhels533/x86_64/initrd.img nofb 
utf8
ks=http://10.0.0.1/install/autoinst/lc305-zwg18 ksdevice=bootif noipv6
 IPAPPEND 2

10.0.0.1 is my NFS server
192.168.1.1 is my Xcat master

Thanks
Denis

------------------------------------------------------------------------------


All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security threats, 
fraudulent activity and more. Splunk takes this data and makes sense of it. 
Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
------------------------------------------------------------------------------

All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security threats, 
fraudulent activity and more. Splunk takes this data and makes sense of it. 
Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
------------------------------------------------------------------------------

All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security threats, 
fraudulent activity and more. Splunk takes this data and makes sense of it. 
Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security threats, 
fraudulent activity and more. Splunk takes this data and makes sense of it. 
Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

<<inline: image001.gif>>

<<inline: image002.gif>>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to