Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

for i in {7..8} ; do chtab node=vclh3-$i mp.mpa=bch3 mp.id=$i ; done

chtab node=vclh3-7  hosts.ip=10.10.1.53

chtab node=vclh3-8  hosts.ip=10.10.1.54 

 

Retrieve the blade MAC addresses

getmacs blade -i $NODE_MGT_NIC 

 

Configure DHCP

makedhcp -n

...

service dhcpd start

makedhcp /vcl-n.*

ddns-update-style none;

 

 

Configuring DNS

rndc-confgen -a -r /dev/urandom

makedns

 makedns -n

Download a CentOS ISO image

#wget wget -N -P /install/software $CENTOS_ISO_BASE_URL/$CENTOS_ISO_FILENAME  ftp://distro.ibiblio.org/centos/6/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1.iso

Import the CentOS image

copycds /install/software/$CENTOS_ISO_FILENAMECentOS-6.5-x86_64-bin-DVD1.iso

 

Configure blades to install the image

...