PXE Server/Client Configuration (open)
[
Front page
] [
New
|
Page list
|
Search
|
Recent changes
|
Help
|
Log in
]
Start:
* PXE Server Configuration [#v0c99d93]
- Would you like to configure a PXE Server? Then please s...
-- http://flex.phys.tohoku.ac.jp/english/pukiwiki-e/index...
* PXE Client Configuration [#a2bc3294]
- In order to configure a PXE client stay on here and re...
# Turn on the computer (Client)
# press Del or (F2) for to access BIOS
# Advanced -> PCI configuration ->
# Onboard GLAN1/Onboard GLAN2 (Gigabit- LAN) OPROM (Set ...
# The above configuration allows the system to boot from...
# BIOS -> BOOT -> Network booting
# Save and Exit
# Press Pause/Break key to pause booting in order to tak...
** Do the following in Server machine [#k6b6a01b]
# mkdir /nfsboot/root
# rsync -v -a \
--exclude='/proc/*' --exclude='/sys/*' --exclude='/dev/*'\
--exclude='/media/*' --exclude='/tmp/*' --exclude='/mi...
--exclude='/nfsboot/*' / /nfsboot/root
(the above command will copy all system files and all ap...
# mkdir /nfsboot/snapshot
# system-config-netboot or GNOME System - Administration...
# Click Diskless button for the first time
# Diskless identifier windows starts
# Give any name of your system (say Fedora64)
# Write relevant description
# Click Next button (forward button)
# Click on NEW button of this window
# Give an IP address of client (say 192.168.2.31)
# Select OS name as Fedora64 from drop-down menu
# Click OK
# emacs /etc/hosts
# Add a line to give the host name of your Client
# 192.168.2.31 tube31 sys31 (any of the names will be ...
# Save and quite
# emacs /etc/dhcp.config b(add the para in this file
# host tube31 or sys31 { ...
hardware ethernet 00:30:48:d4:a9:7c; (this ...
fixed-address 192.168.2.31; (Client's IP ad...
filename "/linux-install/pxelinux.0";
}
End:
* PXE Server Configuration [#v0c99d93]
- Would you like to configure a PXE Server? Then please s...
-- http://flex.phys.tohoku.ac.jp/english/pukiwiki-e/index...
* PXE Client Configuration [#a2bc3294]
- In order to configure a PXE client stay on here and re...
# Turn on the computer (Client)
# press Del or (F2) for to access BIOS
# Advanced -> PCI configuration ->
# Onboard GLAN1/Onboard GLAN2 (Gigabit- LAN) OPROM (Set ...
# The above configuration allows the system to boot from...
# BIOS -> BOOT -> Network booting
# Save and Exit
# Press Pause/Break key to pause booting in order to tak...
** Do the following in Server machine [#k6b6a01b]
# mkdir /nfsboot/root
# rsync -v -a \
--exclude='/proc/*' --exclude='/sys/*' --exclude='/dev/*'\
--exclude='/media/*' --exclude='/tmp/*' --exclude='/mi...
--exclude='/nfsboot/*' / /nfsboot/root
(the above command will copy all system files and all ap...
# mkdir /nfsboot/snapshot
# system-config-netboot or GNOME System - Administration...
# Click Diskless button for the first time
# Diskless identifier windows starts
# Give any name of your system (say Fedora64)
# Write relevant description
# Click Next button (forward button)
# Click on NEW button of this window
# Give an IP address of client (say 192.168.2.31)
# Select OS name as Fedora64 from drop-down menu
# Click OK
# emacs /etc/hosts
# Add a line to give the host name of your Client
# 192.168.2.31 tube31 sys31 (any of the names will be ...
# Save and quite
# emacs /etc/dhcp.config b(add the para in this file
# host tube31 or sys31 { ...
hardware ethernet 00:30:48:d4:a9:7c; (this ...
fixed-address 192.168.2.31; (Client's IP ad...
filename "/linux-install/pxelinux.0";
}
Page: