config network node with "confignics --script configbr-ex" and get following error message.
root@dx360m3n02:~# updatenode x3550m2n02 -P "confignics --script configbr-ex" -V
Running command on dx360m3n02: /bin/hostname 2>&1
Running command on dx360m3n02: ifconfig -a| grep "inet" 2>&1
Running command on dx360m3n02: /bin/hostname 2>&1
Running command on dx360m3n02: ifconfig -a| grep "inet" 2>&1
Running command on dx360m3n02: chmod -R u+x,a+r /install/postscripts 2>&1
dx360m3n02: Internal call command: xdsh x3550m2n02 --nodestatus -s -v -e /install/postscripts/xcatdsklspost 1 -m 10.1.0.232 'confignics --script configbr-ex' --tftp /tftpboot --installdir /install --nfsv4 no -c -F -V
Running command on dx360m3n02: /bin/hostname 2>&1
Running command on dx360m3n02: ifconfig -a| grep "inet" 2>&1
Running command on dx360m3n02: hostname 2>&1
Running command on dx360m3n02: /opt/xcat/bin/pping x3550m2n02 2>&1
x3550m2n02: Wed Nov 13 07:18:18 EST 2013 Running postscript: confignics --script configbr-ex
x3550m2n02: confignics on x3550m2n02: config install nic:0, remove: 0, iba ports:
x3550m2n02: #XCAT_CONFIG
x3550m2n02: configeth on x3550m2n02: os type: debian
x3550m2n02: configeth on x3550m2n02: paramters error currently is br-ex 9.114.xxx.xxx
x3550m2n02: Postscript: confignics --script configbr-ex exited with code 255
x3550m2n02: Running of postscripts has completed.
root@dx360m3n02:~#
login network node and run "ip a" get following information. br-ex is not configured.
9: br-int: <broadcast,multicast> mtu 1500 qdisc noop state DOWN
link/ether fa:40:d7:e6:c9:4a brd ff:ff:ff:ff:ff:ff
12: br-tun: <broadcast,multicast> mtu 1500 qdisc noop state DOWN
link/ether fa:58:63:34:7d:41 brd ff:ff:ff:ff:ff:ff
13: br-ex: <broadcast,multicast> mtu 1500 qdisc noop state DOWN
link/ether 00:21:5e:db:26:46 brd ff:ff:ff:ff:ff:ff</broadcast,multicast></broadcast,multicast></broadcast,multicast>
The configbr-ex was depended on the confignics. Some of the code was changed in the confignics, but the configbr-ex was not updated. I updated the code, and did an enhancement on the error message.
I checked the code into xCAT master. After xCAT 2.8.3 is release, I will check it into xCAT 2.8 branch.
I attached the e-fixed here. If you use xCAT 2.8.3, you need to download the e-fix file(configbr-ex), and put it in the /install/postscripts/ directory.
attach the new configbr-ex file.