4.6 NFS service settings
Edit the NFS service configuration file as follows.
# vi /etc/exports
(setting value)
/nfsroot 192.168.2.11(rw,sync,no_root_squash,no_all_squash)
/nfsroot/ydlinstaller 192.168.2.11(rw,sync,no_root_squash,no_all_squash)
Restart the NFS services after editing the configuration file.
# service nfs restart
4.7 DHCP service settings
Edit the DHCP configuration file as follows.
# cp /usr/share/doc/dhcp-*/dhcpd.conf.sample /etc/dhcpd.conf
# vi /etc/dhcpd.conf
(setting value)
ddns-update-style ad-hoc;
subnet 192.168.2.0 netmask 255.255.255.0 {
host ga180 {
hardware ethernet 01:23:45:67:89:A0; ← GigaAccel 180 eth0 MAC address
fixed-address 192.168.2.11;
next-server 192.168.2.10;
filename "ppc64.img";
}
}
GigaAccel 180 eth0 MAC address is printed on the side of GigaAccel 180 as "1ST
MAC:--- ".
Set the DHCP service start up option as follows.
# vi /etc/sysconfig/dhcpd
(setting value)
DHCPDARGS=eth0
Restart the DHCP service after editing the configuration file.
# service dhcpd restart
4.8 TFTP service settings
Edit the xinetd configuration file as follows so that the TFTP service will start
automatically.
Copyright © Fixstars Corporation. All rights reserved.
← IP address assigned to GigaAccel 180
← IP address of TFTP server
← Boot image file name
10
Need help?
Do you have a question about the GigaAccel 180 and is the answer not in the manual?