Hi Ivan, Here's my 2 cents: Suppose your clients are x1, x2, x3 ... then suppose they have one or two nics and you know the mac addresses of each nic ( ifconfig ..) then make a directory say 'tc' of ifcfg-eth0 ifcfg-eth1 ... within each sub dir x1, x2 and put in in the master nodes client image /var/lib/systemimager/images/oscarimage/etc/sysconfig/network-scripts/tc I use pxe boot so each node boots and then i just reboot the node after copyining say on xn : cd /etc/sysconfig/network-scripts/tc/xn: cp * /etc/sysconfig/network-scripts. This will write over the oscar created ifcfg-ethn with your own from the master node but thats provided you know the mac addresses of each nic. You store this dir tc ( testcluster) on to a flash drive for each time you have to reinstall your cluster( saves you future work for any distro) Thank you, Hope this helps Allan Menezes Ivan Adzhubey wrote:
>Hi, > >Is there an easy way to configure system image to bind client's network >interface to a particular MAC hardware address on boot? With RedHat/Fedora >all I need to do is insert 'HWADDR=<client's NIC MAC address>' line >to /etc/sysconfig/network-scripts/ifcfg-eth0, but how would I figure a >correct MAC for a client? > >--Ivan > >------------------------------------------------------------------------- >This SF.net email is sponsored by DB2 Express >Download DB2 Express C - the FREE version of DB2 express and take >control of your XML. No limits. Just data. Click to get it now. >http://sourceforge.net/powerbar/db2/ >_______________________________________________ >Oscar-devel mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/oscar-devel > > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
