Adding a client with the network information from the command line when client machine is running (method B)
Follow these steps to add a client with the network information from the command line when the client machine is running.
Example 1:
To
add the machine with host name
machine1
with the following
configuration: host name=machine1
NIM master's host name=master_mac
primary interface adapter=en0
platform=chrp
kernel=up
cable type=bnc
network boot capability=yes (no emulation needed)
enter
the following command sequence:
# niminit -a name=machine1 -a master=master_mac \
-a pif_name=en0 -a platform=chrp -a netboot_kernel=up \
-a cable_type1=bnc
Example 2:
To add the machine with host name
machine2
with
the following configuration: host name=machine2
NIM master's host name=master_mac
primary interface adapter=tr0
platform=chrp
netboot_kernel=up
ring speed1=16
enter the following command sequence:
# niminit -a name=machine2 -a master=master_mac \
-a pif_name=tr0 -a platform=chrp -a netboot_kernel=up \
-a ring_speed1=16