53
Chapter Six Install Operating System
the installation CD. The system would reboot automatically.
20. The system reboots to enter “Welcome” interface; click <Forward> to con-
tinue the installation.
21. The installation program enters “License Agreement” interface. Select “Yes, I
agree to the License Agreement” and click <Forward> to continue the installation.
22. The installation program enters “Set Up Software Updates” interface and click
<Forward> to continue the installation.
23. The installation program enters “Create User” interface. Set user name and
password to add user; click <Forward> to continue the installation.
24. The installation program enters “Date and time” interface, please set the right
time and date, and click <Forward> to continue the installation.
25. The installation program enters Kdump setting interface, please set as needed
and click < Finish > to finish the installation.
26. Input Username and Password to login the system.
27. Install network card driver
After the operating system installation, it will load onboard network card driver.
You can use the machine attached drive disk to update the network card manually.
Because of the different motherboard specifications, some servers just integrate
Intel 82574 network card or Intel 82576 network card and some servers integrate Intel
82574 and 82576, these two kinds of network cards. Please update the network card
driver according to your actual demands and the following instruction.
1. Installation of onboard 82574 network card driver
(1) Insert Inspur system driver CD into the optical drive; click the Terminal menu
in Applications→System Tools; input the following in the windows:
#cd /
#mount /dev/cdrom /mnt
#cd /mnt
#cd driver/nic/linux/82574
#cp e1000e-1.9.5.tar.gz /tmp
#cd /tmp
#tar -zxvf e1000e-1.9.5.tar.gz
#cd e1000e-1.9.5/src
#make install
#cd /