Re: [xcat-user] confignetwork and localhost hostname

2019-05-23 Thread Yuan Y Bai
i Wang West Road, Haidian District,> Beijing P.R.China 100193>> IBM环宇大厦> 北京市海淀区东北旺西路8号,中关村软件园28号楼> 邮编:100193>  >  >>     - Original message ->     From: "Roosen, Nicolas" >     To: "xcat-user@lists.sourceforge.net" >     Cc:>     Subje

Re: [xcat-user] confignetwork and localhost hostname

2019-05-23 Thread Roosen, Nicolas
ei Wang West Road, Haidian District, > Beijing P.R.China 100193 > > IBM环宇大厦 > 北京市海淀区东北旺西路8号,中关村软件园28号楼 > 邮编:100193 >   >   > > ----- Original message - > From: "Roosen, Nicolas" > To: "xcat-user@lists.sourceforge.net" > Cc: > Subjec

Re: [xcat-user] confignetwork and localhost hostname

2019-05-23 Thread Yuan Y Bai
Hi Nicolas   Based on your log, you use `confignics`. `confignics` cannot configure bond.   Could you try to use like the following command to configure bond?     chdef cn1  postbootscripts="otherpkgs,confignetwork -s" postscripts="syslog,remoteshell,syncfiles"       Best Regards-

Re: [xcat-user] confignetwork and localhost hostname

2019-05-22 Thread Roosen, Nicolas
On 5/22/19 8:52 AM, Yuan Y Bai wrote: > Hi Roosen, >   > Could you try to use `confignetwork -s` instead of `confignetwork` in > your postscripts? >   > You can use this command to change your postscripts:  chdef node1 > postscripts="syslog,remoteshell,syncfiles,confignetwork -s" >   > I think you

Re: [xcat-user] confignetwork and localhost hostname

2019-05-21 Thread Yuan Y Bai
Hi Roosen,   Could you try to use `confignetwork -s` instead of `confignetwork` in your postscripts?   You can use this command to change your postscripts:  chdef node1 postscripts="syslog,remoteshell,syncfiles,confignetwork -s"   I think you use install NIC as one of bond slaves. `confignetwork -s

Re: [xcat-user] confignetwork and localhost hostname

2019-05-21 Thread Roosen, Nicolas
On 5/21/19 2:33 PM, Roosen, Nicolas wrote: > Hello, on xCAT 2.14.6 w/ RHEL 7.6, I have this weird issue: after > provisioning the hostname is not correctly set, it stays to "localhost". > > This happened since I added the "confignetwork" script to the node > definition (to setup bonded interfaces)