Size: 2134
Comment:
|
Size: 2258
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Changing host name or IP address for Slave PC = | = Changing host name or IP address for slave machines = |
Line 30: | Line 30: |
1. Change 2 databases in {{{/var/named/chroot/var/named}}} {{{ | 1. Change 2 database filess in {{{/var/named/chroot/var/named}}} {{{ |
Line 45: | Line 45: |
1. {{{ | 1. Log into k1dc0 {{{ |
Line 47: | Line 47: |
1. {{{ | 1. Check the process number (###) of network manager, kill it and restart the survice {{{ |
Line 53: | Line 53: |
=== Others === Modify {{{/diskless/root/etc/rtsystab}}} on k1boot if necessary. |
|
Line 54: | Line 56: |
* Modify /diskless/root/etc/rtsystab if you changed model name. | |
Line 56: | Line 57: |
=== Changing host name for boot PC === | == Changing host name for boot PC == |
Changing host name or IP address for slave machines
Host name
DHCP
log into k1boot
ssh k1boot
該当ホスト名がある2ヶ所を書き換える。
host k1xxx { hardware ethernet xx:xx:xx:xx:xx:xx; fixed-address 192.168.10.xxx }
Restart dhcp
/etc/init.d/dhcpd restart
Dolphin
log into k1dc0
ssh k1dc0
dishost.conf の該当ホスト名がある2ヶ所を書き換える。
emacs /etc/dis/dishosts.conf
cluster.conf の該当ホスト名がある4ヶ所を書き換える。
/etc/dis/cluster.conf
DNS
log into k1gate
$ssh k1gate
Be a superuser
$su
Change 2 database filess in /var/named/chroot/var/named
#cd /var/named/chroot/var/named #emacs 10.68.10.in-addr.arpa.db #emacs kagra.icrr-u.tokyo.ac.jp.db
Restart the service
#/etc/init.d/named restart
Restart the RT machine
Restart the machine
$ssh k1xxx $sudo reboot
Restart Networkmgr
Log into k1dc0
$ssh k1dc0
Check the process number (###) of network manager, kill it and restart the survice
ps -ef | grep networkmgr $kill ### $sudo /opt/DIS/sbin/dis_networkmgr
Others
Modify /diskless/root/etc/rtsystab on k1boot if necessary.
Changing host name for boot PC
- Modify host name in /etc/conf.d/hostname on boot PC.
- Modify host name in /etc/hosts on boot PC.
- Modify IP address in dhcpd.conf
- Modify IP address in /diskless/pxelinx.cfg/default
- Modify host name for the remote computer in /diskless/root/etc/hosts on boot PC.
- Modify host name for the remote computer in /diskless/root/etc/fstab on boot PC.
- Reboot the master machine.
- Modify host name in /etc/hosts on k1dc0, k1nds0, k1nds1, k1fw0, k1fw1.
- Modify host name in /etc/fstab on k1dc0, k1nds0, k1nds1, k1fw0, k1fw1.
- Reboot k1dc0, k1nds0, k1nds1, k1fw0, k1fw1.
- Reboot slave computers.
- Modify host name in /etc/hosts on workstations.
- Modify host name in /etc/fstab on workstations.
- Restart the network service by doing "sudo /etc/init.d/networking restart" on workstations.