You could remove/unset "managedaddressmode" and use a postscript to change the 
nic config from dhcp to static. We used to use a combination of "confignics" 
and "hardeths".
You would need to be running dhcpd on the master node for that to work.

-----Original Message-----
From: Dr. Markus Hillenbrand [mailto:hille...@rhrk.uni-kl.de] 
Sent: Friday, May 20, 2016 1:32 AM
To: xCAT Users Mailing list <xcat-user@lists.sourceforge.net>
Subject: Re: [xcat-user] SL7.2 and ifcfg-bootnic

Hi,

managedaddressmode is set to static because the default value is dhcp 
which we do not want to use.


Markus


On 04.05.2016 02:53, Xiao Peng Wang wrote:
> Did you use the 'managedaddressmode' attribute in site table? If yes,
> you may not need to use it. Try to run without set this attribute.
>
> 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 Beijing P.R.China 100193
>
>
>
>     ----- Original message -----
>     From: "Dr. Markus Hillenbrand" <hille...@rhrk.uni-kl.de>
>     To: xCAT Users Mailing list <xcat-user@lists.sourceforge.net>
>     Cc:
>     Subject: Re: [xcat-user] SL7.2 and ifcfg-bootnic
>     Date: Tue, May 3, 2016 3:57 PM
>
>     Yes, I did.
>     Can I somehow disable naming the file and device "bootnic"?
>
>
>     Markus
>
>
>
>     On 03.05.2016 04:19, Xiao Peng Wang wrote:
>     > Not sure why SL7.2 has this strange behaviour since we did not see this
>     > in rh7.2
>     >
>     > Did you copied the correct template and pkglist file from rh to SL?
>     >
>     > 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 Beijing P.R.China 100193
>     >
>     >
>     >
>     >     ----- Original message -----
>     >     From: "Dr. Markus Hillenbrand" <hille...@rhrk.uni-kl.de>
>     >     To: xCAT Users Mailing list <xcat-user@lists.sourceforge.net>
>     >     Cc:
>     >     Subject: Re: [xcat-user] SL7.2 and ifcfg-bootnic
>     >     Date: Mon, May 2, 2016 2:53 PM
>     >
>     >     Here you are:
>     >
>     >
>     >     root@node802 [~] cat /etc/sysconfig/network-scripts/ifcfg-bootnic
>     >     # Generated by parse-kickstart
>     >     UUID=c8ec5532-bb3b-4ee9-b307-24f925e282fc
>     >     DNS2=131.246.1.116
>     >     DNS1=131.246.9.116
>     >     BOOTPROTO=none
>     >     DEVICE=bootnic
>     >     ONBOOT=yes
>     >     IPV6INIT=yes
>     >     TYPE=Ethernet
>     >     IPADDR=10.255.8.102
>     >     PREFIX=16
>     >     GATEWAY=10.255.3.234
>     >     DEFROUTE=yes
>     >     IPV4_FAILURE_FATAL=no
>     >     IPV6_AUTOCONF=yes
>     >     IPV6_DEFROUTE=yes
>     >     IPV6_PEERDNS=yes
>     >     IPV6_PEERROUTES=yes
>     >     IPV6_FAILURE_FATAL=no
>     >     NAME="System bootnic"
>     >
>     >     root@node802 [~] ifup bootnic
>     >     ERROR    : [/etc/sysconfig/network-scripts/ifup-eth] Device bootnic 
> does
>     >     not seem to be present, delaying initialization.
>     >
>     >     When I set DEVICE=eth0 in the file, it works.
>     >
>     >     Additional info: I have set 
> "addkcmdline=net.ifnames=0,biosdevname=0"
>     >     because we have software that relies on traditional interface names.
>     >
>     >
>     >     Markus
>     >
>     >     On 28.04.2016 08:48, Xiao Peng Wang wrote:
>     >     > I have not SL7.2 server, but the cfg file ifcfg-bootnic might 
> also be a
>     >     > valid name. Could you cat this file?
>     >     >
>     >     > On the compute node, what's the output of 'ifup ifcfg-bootnic'?
>     >     >
>     >     > 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 Beijing P.R.China 100193
>     >     >
>     >     >
>     >     >
>     >     >     ----- Original message -----
>     >     >     From: "Dr. Markus Hillenbrand" <hille...@rhrk.uni-kl.de>
>     >     >     To: "xcat-user@lists.sourceforge.net" 
> <xcat-user@lists.sourceforge.net>
>     >     >     Cc:
>     >     >     Subject: [xcat-user] SL7.2 and ifcfg-bootnic
>     >     >     Date: Wed, Apr 27, 2016 3:48 PM
>     >     >
>     >     >     Hi,
>     >     >
>     >     >     when deploying a compute node with SL7.2, xCAT generates
>     >     >     /etc/sysconfig/network-scripts/ifcfg-bootnic instead of
>     >     >     /etc/sysconfig/network-scripts/ifcfg-eth0. After the first 
> reboot of the
>     >     >     machine, the network is not working because it looks for a 
> device named
>     >     >     "bootnic" that does not exists. How can I tell xCAT to create
>     >     >     /etc/sysconfig/network-scripts/ifcfg-eth0 instead?
>     >     >
>     >     >     I have set the kernel parameters "net.ifnames=0 
> biosdevname=0" because
>     >     >     we need the old style network device names.
>     >     >
>     >     >
>     >     >     Markus
>     >     >
>     >     >
>     >     >     
> ------------------------------------------------------------------------------
>     >     >     Find and fix application performance issues faster with 
> Applications
>     >     >     Manager
>     >     >     Applications Manager provides deep performance insights into
>     >     >     multiple tiers of
>     >     >     your business applications. It resolves application problems 
> quickly and
>     >     >     reduces your MTTR. Get your free trial!
>     >     >     https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>     >     >     _______________________________________________
>     >     >     xCAT-user mailing list
>     >     >     xCAT-user@lists.sourceforge.net
>     >     >     https://lists.sourceforge.net/lists/listinfo/xcat-user
>     >     >
>     >     >
>     >     >
>     >     >
>     >     > 
> ------------------------------------------------------------------------------
>     >     > Find and fix application performance issues faster with 
> Applications Manager
>     >     > Applications Manager provides deep performance insights into 
> multiple tiers of
>     >     > your business applications. It resolves application problems 
> quickly and
>     >     > reduces your MTTR. Get your free trial!
>     >     > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>     >     >
>     >     >
>     >     >
>     >     > _______________________________________________
>     >     > xCAT-user mailing list
>     >     > xCAT-user@lists.sourceforge.net
>     >     > https://lists.sourceforge.net/lists/listinfo/xcat-user
>     >     >
>     >
>     >     --
>     >
>     >
>     >     
> ------------------------------------------------------------------------
>     >     Dr.-Ing. Markus Hillenbrand             E-Mail:  
> hille...@rhrk.uni-kl.de
>     >     Technische Universität Kaiserslautern   Telefon: 0631/205-4173
>     >     Regionales Hochschulrechenzentrum       Telefax: 0631/205-3056
>     >     Postfach 3049
>     >     67653 Kaiserslautern                    http://www.rhrk.uni-kl.de
>     >     
> ------------------------------------------------------------------------
>     >
>     >
>     >     
> ------------------------------------------------------------------------------
>     >     Find and fix application performance issues faster with Applications
>     >     Manager
>     >     Applications Manager provides deep performance insights into
>     >     multiple tiers of
>     >     your business applications. It resolves application problems 
> quickly and
>     >     reduces your MTTR. Get your free trial!
>     >     https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>     >     _______________________________________________
>     >     xCAT-user mailing list
>     >     xCAT-user@lists.sourceforge.net
>     >     https://lists.sourceforge.net/lists/listinfo/xcat-user
>     >
>     >
>     >
>     >
>     > 
> ------------------------------------------------------------------------------
>     > Find and fix application performance issues faster with Applications 
> Manager
>     > Applications Manager provides deep performance insights into multiple 
> tiers of
>     > your business applications. It resolves application problems quickly and
>     > reduces your MTTR. Get your free trial!
>     > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>     >
>     >
>     >
>     > _______________________________________________
>     > xCAT-user mailing list
>     > xCAT-user@lists.sourceforge.net
>     > https://lists.sourceforge.net/lists/listinfo/xcat-user
>     >
>
>     --
>
>
>     ------------------------------------------------------------------------
>     Dr.-Ing. Markus Hillenbrand             E-Mail:  hille...@rhrk.uni-kl.de
>     Technische Universität Kaiserslautern   Telefon: 0631/205-4173
>     Regionales Hochschulrechenzentrum       Telefax: 0631/205-3056
>     Postfach 3049
>     67653 Kaiserslautern                    http://www.rhrk.uni-kl.de
>     ------------------------------------------------------------------------
>
>
>     
> ------------------------------------------------------------------------------
>     Find and fix application performance issues faster with Applications
>     Manager
>     Applications Manager provides deep performance insights into
>     multiple tiers of
>     your business applications. It resolves application problems quickly and
>     reduces your MTTR. Get your free trial!
>     https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>     _______________________________________________
>     xCAT-user mailing list
>     xCAT-user@lists.sourceforge.net
>     https://lists.sourceforge.net/lists/listinfo/xcat-user
>
>
>
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>
>
>
> _______________________________________________
> xCAT-user mailing list
> xCAT-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xcat-user
>

-- 


------------------------------------------------------------------------
Dr.-Ing. Markus Hillenbrand             E-Mail:  hille...@rhrk.uni-kl.de
Technische Universität Kaiserslautern   Telefon: 0631/205-4173
Regionales Hochschulrechenzentrum       Telefax: 0631/205-3056
Postfach 3049
67653 Kaiserslautern                    http://www.rhrk.uni-kl.de
------------------------------------------------------------------------



------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to