Marc Boris Dombrowa
Marc Boris Dombrowa
I take that back. I redefined the node and ran updatenode confignetwork again and it passed creating two bridges as expected starting from one using "System ens3", the other ens4
Well, I reproduced it. Installed RHEl8.2.0 with `precreatepostscripts=0` ``` [root@netsres-xcat work]# lsdef netsres46 Object name: netsres46 addkcmdline=inst.sshd kernel.watchdog_thresh=30 arch=x86_64 cons=ipmi currchain=boot currstate=boot groups=all,vm ip=172.16.17.46 mac=52:54:00:4b:2e:38 mgt=kvm netboot=xnba nicdevices.br_blue=ens4 nicdevices.br_green=ens3 nichostnamesuffixes.br_blue=-blu...
Yes, br_green is the sama as the management/ netboot network. It is using DHCP but set to static in the nodedef. I did not find how to specify DHCP for...
I did not get to run this: Does this run as `updatenode confignetwork -s ` (just the added -s arg?)
Yes, master is defined: ``` [root@netsres-xcat ~]# tabdump site | grep -i master "master","172.16.16.1",, ``` Output from xcatprobe: ``` [root@netsres-xcat ~]# xcatprobe xcatmn -i eth1 [mn]: Checking all xCAT daemons...
None of my nodes has xcatmaster defined: ``` netsres01: xcatmaster= netsres02: xcatmaster= netsres03: xcatmaster= netsres04: xcatmaster= netsres05: xcatmaster= netsres06: xcatmaster= netsres07: xcatmaster= netsres08: xcatmaster= netsres09: xcatmaster= netsres10: xcatmaster= netsres11: xcatmaster=...
Why would RHEl 7.7 install properly with all vars and postboot/postscripts included after firstboot in /xcatpost/mypostscript but not RHEL8*
``` [root@netsres-xcat ~]# lsdef -t osimage rhels8.2.0-x86_64-install-netsres Object name: rhels8.2.0-x86_64-install-netsres imagetype=linux osarch=x86_64 osdistroname=rhels8.2.0-x86_64 osname=Linux osvers=rhels8.2.0 otherpkglist=/install/custom/rhels8.2.0-x86_64-install-netsres/pkglist-other pkgdir=/install/rhels8.2.0/x86_64 pkglist=/install/custom/rhels8.2.0-x86_64-install-netsres/pkglist postbootscripts=custom/rhels8.2.0-x86_64-install-netsres/compute.postboot postscripts=custom/rhels8.2.0-x86_64-install-netsres/compute.postinstall profile=netsres provmethod=install synclists=/install/custom/rhels8.2.0-x86_64-install-netsres/synclist template=/install/custom/rhels8.2.0-x86_64-install-netsres/compute.rhels8.tmpl ```
The file /install/autoins/ shows MASTER_IP. There is no /install/autoinstall dir on my xcat server ``` [root@netsres-xcat ~]# grep MASTER_IP /install/autoinst/netsres46|head export MASTER_IP="172.16.16.1" msgutil_r "$MASTER_IP" "info" "============deployment starting============" "/var/log/xcat/xcat.log" "$log_label" msgutil_r...
I notice that the curl command below does not find the mypostscript. Note: precreatemypostscripts has not been set in the site table (which always worked for other osimages) ``` [root@netsres-xcat...