The JOIN Client

Installing the JOIN client software

The JOIN client software is intended to enable configuration of dataless hosts (those with a local disk having only a root partition), as well as those with both root and user file systems. JOIN client software is exclusive to UNIX based operating systems.

  1. Login as root on the client computer.
  2. Select a partition with at least 2 MB of free disk space.
  3. Create a temporary directory to use for extracting and decompressing the server files.
  4. Insert the Client disk into the disk drive of the server.
  5. Change to the temporary directory.
  6. Extract the contents of the Client disk using tar xvf:

    Platform Command
    SUN OS 4.x tar xvf /dev/fd0
    Solaris 2.x volcheck -v
    tar xvf /vol/dev/diskette0/unlabeled
    Digital UNIX tar xvf /dev/rfd0a
    HP-UX tar xvf /dev/rfloppy/c20Ad1s0

  7. Enter
              # ./install_join_client
    
    to continue the installation.
The install script backs up your existing installation (if one exists), and prompts you for installation directories.

Running the JOIN client software

The JOIN client software consists of primarily two components:

Start the DHCP client:

  1. Start the joinc DHCP client:
           # joinc -b
    
  2. Activate the client by starting dhcpconf:
           # dhcpconf <interface> start
    
    For example, if you want to run DHCP client on the interface le0:
           # dhcpconf le0 start
    

Stop the DHCP client:

  1. Release the IP address granted to the client:
           # dhcpconf <interface> release
    
  2. Stop the joinc process
           # kill <pid-of-joinc>
    
Both joinc and dhcpconf have a number of command line options. For more information about these utilities, read the joinc(1) and dhcpconf(1) man pages.

Changing client behavior:

You can modify various aspects of the client's behavior by changing the client policy file, /etc/join/client.pcy. Some of the configurable parameters are:

For more information, refer to the client.pcy(5) man page.


Last Modified: 11:32am , November 11, 1996