I have followed the setup instructions to the letter on
http://www.e-smith.org/docs/howto/contrib/SME_High_Availability_How-To.htm and have hit a problem early on.
Notably at Section A step 3.
I am trying to ;
Expand the new template by executing:
/sbin/e-smith/expand-template /etc/sysconfig/network-scripts/ifcfg-eth1
But the error produced is;
The /etc/e-smith/templates-custom/etc/sysconfig/network-scripts/ifcfg-eth1/ifcfg-eth1 file is exactly as shown on the 'how-to' page i.e.
DEVICE=eth1
USERCTL=no
ONBOOT=yes
BOOTPROTO=none
IPADDR=10.0.0.1
NETMASK=255.255.255.0
NETWORK=10.0.0.0
BROADCAST=10.0.0.255
In /etc/e-smith/templates/etc/sysconfig/network-scripts/ifcfg-eth1/template-begin:USe of unintialized value in pattern match (m//) at /usr/lib/perl5/site/perl/esmith/util.pm line 152.
In /etc/e-smith/templates//etc/sysconfig/network-scripts/ifcfg-eth1/template-begin: Use of uninitialized value in concatenation (.) or string at /etc/smith/templates//etc/sysconfig/network-scripts/ifcfg-eth1/template-begin line 38.
This puts the correct /etc/sysconfig/network-scripts/ifcfg-eth1 file there but has not all completed data i.e.
the IPADDR= and NETWORK= are blank and the BROADCAST=0.0.0.255
Have you any ideas as this is causing me an issue.
N.B. the NICs are both supported and the SME is configured as Server Only, as stated in the documentation.