How to add new nodes: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Adding new nodes ===
=== Adding new nodes ===


Copy from one of the existing folders of /nfsroot to the new node's name, p.e. copy /nfsroot/tekla001 to /nfsroot/tekla060 ("060" number of node to add). Be sure it copy all the links and keep permissions as source.
From [[TEKLA]] copy from one of the existing folders of /nfsroot to the new node's name, p.e. copy /nfsroot/tekla001 to /nfsroot/tekla060 ("060" number of node to add). Be sure it copy all the links and keep permissions as source.


Edit /etc/dhcp3/dhcpd.conf and add the MAC address and ip for the new node like:
Edit /etc/dhcp3/dhcpd.conf and add the MAC address, hostname and ip for the new node p.e.:




Line 10: Line 10:
         hardware ethernet 00:15:C5:61:07:38;
         hardware ethernet 00:15:C5:61:07:38;
         }
         }
{{tl|H:title}}

Latest revision as of 15:38, 15 May 2007

Adding new nodes[edit]

From TEKLA copy from one of the existing folders of /nfsroot to the new node's name, p.e. copy /nfsroot/tekla001 to /nfsroot/tekla060 ("060" number of node to add). Be sure it copy all the links and keep permissions as source.

Edit /etc/dhcp3/dhcpd.conf and add the MAC address, hostname and ip for the new node p.e.:


host tekla048{
       fixed-address 10.3.20.48;
       hardware ethernet 00:15:C5:61:07:38;
       }