Plug RP- into PC
(A)Program:
Run UPD.bat under DOS
(B)Erase:
Run DisgPXE.bat under DOS
4.3 gPXE booting
Server
1. Install OS : XenServer 5.6.0 for example (RP- NIC built-in
already)
Version : 1.4.2 (Sep 24 2009)
Description : Mellanox ConnectX HCA Ethernet driver
2. Install DHCP Server : dhcp-4.2.0.tar.gz for example
DHCP Server Config File
Subnet 192.168.5.0 netmask 255.255.255.0{
Range 192.168.5.100 192.168.5.150; #IP range for client
Next-server 192.168.5.10; #Tftp server IP address
Filename “pxelinux.0”; #First file from Tftp server
} #to client
3. Install TFTP Server : opentftpmtV1.63.tar.gz for example
TFTP Server Config File
[HOME]
/root/PXEServer #Add this line,TFTP home directory will be here
#Relative files will be saved here
4. Disable firewall : iptables –F
5. Verify Driver Installed or not
lsmod | grep mlx_*
If successed, “mlx4_en” and “mlx4_core” will be shown.
Client
1. BIOS Configure : Boot Sequence
Æ
1
st
Network Interface Card
2. Make sure that client is connected to the server.
3. If RP- is configured correctly, it will display the gPXE ROM code
version (iPXE 1.0.0+) and start to link-up.