[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 System Management Guide: Communications and Networks

Configuring BNU

The following procedures detail how to configure Basic Network Utilities (BNU) for various types of connections, including hardwired, modem, and Transmission Control Protocol/Internet Protocol (TCP/IP) connections.

Prerequisites

Information to Collect before Configuring BNU

Before configuring BNU, gather the information listed:

Note: If any of the remote systems will call your system, ensure the BNU administrator on each of the remote systems has all the preceding information about your system.

Using the information you collect, make a list of each device you need to connect to a remote system. Following is a sample list for local system morgan :

direct:
hera 9600 tty5
zeus 2400 tty2
ariadne 2400 tty1
hayes modem (tty3):  apollo, athena
TCP/IP:  merlin, arthur, percy

To connect to system hera , a direct connection at a speed of 9600 from port tty5 is used. To connect to system apollo , the hayes modem connected to port tty3 is used. TCP/IP is used to connect to systems merlin , arthur , and percy .

Procedure

For BNU to function correctly at your site, you must configure the remote communications facilities to:

To create these lists, permissions, schedules, and procedures:

You must configure the Systems, Devices, and Permissions files before BNU will run correctly at your site. However, it is not necessary to modify the BNU configuration files in any particular order.

To configure BNU on your system:

  1. Make sure that BNU is installed on your system by running the command:
    lslpp -h bos.net.uucp
    If BNU is installed, you will see bos.net.uucp in the output. If you do not see it, install bosext1 from the install tape.

  2. Set up appropriate login IDs and passwords for remote systems that will call your system, and tell the person responsible for administering BNU or UNIX-to-UNIX Copy Program (UUCP) on each remote system the login and password you have provided. This is done by editing the /etc/passwd, /etc/group, /etc/security/login.cfg, and /etc/security/passwd files. Attention: Allowing remote systems to log into the local system with the uucp login ID seriously jeopardizes the security of your system. Remote systems logged in with the uucp ID can display and possibly modify (depending on the permissions specified in the LOGNAME entry of the Permissions file) the local Systems and Permissions files. It is strongly recommended that you create other BNU login IDs for remote systems and reserve the uucp login ID for the person administering BNU on the local system. For the best security, each remote system that contacts the local system should a have unique login ID with a unique UID number. These login IDs should have GIDs of 5.
    Note: User configuration stanzas in the login.cfg and user files provide configuration information for Web-based System Manager and the System Management Interface Tool (SMIT). The stanza in the login.cfg file is labeled usw . The stanzas in the user file are labeled with the individual user names.

    Before using Web-based System Manager or SMIT to add a new BNU user, add the program name /usr/sbin/uucp/uucico to the usw shells stanza. The new program name should be separated from the last entry by a comma and no blanks; for example:

    /usr/bin/sh,/usr/bin/bsh,/usr/bin/csh,/usr/bin/ksh,
    /usr/sbin/uucp/uucico
    Attention: Web-based System Manager or SMIT will fail when specifying /usr/sbin/uucp/uucico as a user's login shell if the program name is not added to the login.cfg file.
    1. In the /etc/passwd file, add a user uucpadm to the system with the same group and user ID as uucp. This user ID will be helpful for several administration tasks as well as system debugging. Make sure that the uucpadm's shell is not /usr/sbin/uucp/uucico , and make the home directory /usr/sbin/uucp . The suggested entry in /etc/passwd is:
      uucpadm:!:5:5::/usr/sbin/uucp:/bin/ksh
    2. You have the option of maintaining separate logins or having one login for all BNU connections. If you need to maintain complete control over access by each individual machine, you must create separate login IDs, as well as combine the MACHINE and LOGNAME entries in the Permissions file. A few example /etc/passwd entries are shown here:
      Umicrtk:!:105:5:micrtk uucp:/usr/spool/uucppublic:/usr/sbin/uucp/uucico
      Ufloydl:!:106:5:floydl uucp:/usr/spool/uucppublic:/usr/sbin/uucp/uucico
      Uicus:!:107:5:icus uucp:/usr/spool/uucppublic:/usr/sbin/uucp/uucico
      Urisctkr:!:108:5::/usr/spool/uucppublic:/usr/sbin/uucp/uucico
    3. If you want to have one set of permissions and do not want to maintain separate control for any of your UUCP connections, you can have a single login for all machines such as the following:
      nuucp:!:6:5::/usr/spool/uucppublic:/usr/sbin/uucp/uucico
    4. The user ID (the third colon separated field) must be unique to avoid a security risk. The group ID (the fourth separated field) must be 5, the same group as uucp. You can change the home directory (the sixth field) to any valid directory, but the login shell (the seventh field) must be /usr/sbin/uucp/uucico .

    5. Make sure that the /etc/group file contains the new users. An example of such an entry is:
      uucp:!:5:uucp,uucpadm,nuucp,Umicrtk,Uicus,Urisctakr
    6. You may want to add any users to group uucp who will be using modems to dial out with programs other than the cu command.

    7. After editing these files as root, set up a password for the new users with the command passwd UserName .

    8. The login shell of your BNU logins (/usr/sbin/uucp/uucico ) must be added to the list of shells in login.cfg. Look for the shells = stanza and append, /usr/sbin/uucp/uucico to the end of the list.

    9. Sometimes, the default herald with all of its Ctrl-J's, will cause a uucico process that is trying to login to give up. (You may see the message Enough already .) You can avoid that by commenting out (with asterisks) the default stanza, and defining a stanza for your tty something like this:
       /dev/tty0:
                   herald = "\nrisc001 login:"
    10. If you change a password from the root login, the flags entry in the stanza for the user in /etc/security/passwd will contain the following:
      flags = ADMCHG                                 
      Change it to:
      flags =
      Otherwise, when the remote uucico logs in, it will be prompted to enter a new password, which it cannot do. Hence the login will fail.

    11. After logging in as uucpadm , run the following command to read the current crontab for BNU into a temporary file:
      crontab -l > /tmp/cron.uucp
    12. Next, edit /tmp/cron.uucp to uncomment entries. They should look like:
      20,50 * * * * /bin/bsh -c "/usr/sbin/uucp/uudemon.poll > /dev/null"
      25,55 * * * * /bin/bsh -c "/usr/sbin/uucp/uudemon.hour > /dev/null"
      45 23 * * * /bin/bsh -c "/usr/sbin/uucp/uudemon.cleanu > /dev/null"
      48 8,12,16 * * * /bin/bsh -c "/usr/sbin/uucp/uudemon.admin > /dev/null"
      Entries can be changed to suit your needs. Read the edited version into the BNUs crontab with this command:
      crontab /tmp/cron.uucp
    13. Check to make sure your changes took effect by running this command:
      crontab -l
    14. Set up BNU's data files: Systems, Permissions, Devices, Dialers, and Sysfiles. You could use the /usr/sbin/uucp/uucpadm command to initially set up the files and then edit them to suit your exact needs. Note that the Sysfiles file allows you to specify files other than /etc/uucp/Systems, /etc/uucp/Devices, and /etc/uucp/Dialers for BNU configuration. See Sysfiles for more information.

  3. Decide whether to use dial-code abbreviations for telephone numbers (see the Dialcodes file format). If you decide to use dial-code abbreviations in the Systems files, set up the Dialcodes entry for each abbreviation. Refer to Dialcodes File Format for BNU in AIX Version 4.3 Files Reference for details.

    If you are using TCP/IP for your BNU connections, use the netstat command to see whether the uucpd daemon is runnable, by entering:

    netstat -a
    The uucpd daemon is started by the inetd daemon. If the uucpd daemon is not able to run, reconfigure the inetd daemon to start the uucpd daemon.

  4. Using your list of devices, modify the Devices file on your system. Make an entry for each modem and each direct connection. If you are using TCP/IP, make sure you uncomment the TCP/IP entry in the Devices file. You can configure the /etc/uucp/Sysfiles file to specify other files to use for Devices configuration. Refer to the Devices File Format for BNU in AIX Version 4.3 Files Reference for details on the Devices file. Refer to Sysfiles File Format for BNU for details on the Sysfiles file in AIX Version 4.3 Files Reference.

    Also, if you are using TCP/IP, check to see whether the /etc/services file includes:

    uucp        540/tcp          uucpd
    If not, add the line.

  5. Using your information about each remote system, modify the Systems file on your system. Use the commented examples in the Systems file as a guide when specifying your configuration. See the "BNU Systems File Format" in AIX Version 4.3 Files Reference for details. If you are using TCP/IP, ensure the host-name table in the /etc/hosts file includes the name of the remote computer with which you want to connect. You can configure the /etc/uucp/Sysfiles file to specify other files to use for Systems configuration. Refer to Sysfiles File Format for BNU in AIX Version 4.3 Files Reference for more information.

  6. Using your information about devices and modems, make sure the Dialers file on your system contains an entry for each modem. If you are using TCP/IP and direct connections, make sure the TCP/IP entry and direct entries are present in the file. Refer to Dialers File Format for BNU in AIX Version 4.3 Files Reference for details. You can configure the /etc/uucp/Sysfiles file to specify other files to use for Dialers configuration. Refer to Sysfiles File Format for BNU in AIX Version 4.3 Files Reference for more information.

  7. Decide how much access to your system you want to provide to each remote system you call and to each remote system that calls you. Set up appropriate entries for each system and each login name in the Permissions file. Refer to Permissions File Format for BNU in AIX Version 4.3 Files Reference for details.

  8. Issue the uucheck command to verify that everything is in place:
    /usr/sbin/uucp/uucheck -v
    The uucheck command verifies that the directories, programs, and support files are set up properly and that the Permissions file entries are consistent. If the uucheck command reports any errors, fix the errors.

  9. If you wish, set up automatic monitoring of BNU operations and automatic polling of remote systems.

Setting Up Automatic Monitoring of BNU

Prerequisites

Procedure

BNU uses the cron daemon to start BNU daemons and to monitor BNU activity. The cron daemon reads the /var/spool/cron/crontabs/uucp file for instructions about when to start BNU procedures.

  1. Log in as a user with root user authority.
  2. Using an ASCII text editor, edit the /var/spool/cron/crontabs/uucp file.
  3. Uncomment the lines for the BNU maintenance procedures, uudemon.admin and uudemon.cleanup. You can change the times these procedures are run if your system needs maintenance at more or less frequent intervals. It is best, however, to run the uudemon.admin command at least once a day and the uudemon.cleanup command at least once a week.
  4. You can use the crontabs/uucp file to schedule other BNU maintenance commands, such as the uulog, uuclean, or uucleanup commands. In addition, you can use the crontabs/uucp file to instruct the cron daemon to start the uucico, uuxqt, or uusched daemons at specific times.

Setting Up BNU Polling of Remote Systems

Prerequisites

  1. Complete the steps in "Configuring BNU".
  2. You must have root authority to edit the /var/spool/cron/crontabs/uucp file and the /etc/uucp/Poll file.

Procedure

To enable BNU to poll remote systems for jobs, list the systems in the /etc/uucp/Poll file. In addition, run the uudemon.hour and uudemon.poll commands periodically.

  1. Decide which remote systems to automatically poll. Decide how often you want to poll each one. Specify times for each system with the Poll file as seldom as once a day or as often as you wish.

  2. Log in as a user with root authority.

  3. Using an ASCII text editor or the uucpadm command, edit the Poll file. Add an entry for each system your system will poll.
    Note: The systems listed in the Poll file must also be listed in the /etc/uucp/Systems file.
  4. Using an ASCII text editor, edit the /var/spool/cron/crontabs/uucp file. Remove the comment characters (#) from the lines that run the uudemon.hour and uudemon.poll commands. You can change the times these commands are run. However, be sure to schedule the uudemon.poll command approximately five minutes before you schedule the uudemon.hour command.

BNU will now automatically poll the systems listed in the Poll file at the times you have specified.

Using the /etc/uucp/Systems File

The remote systems accessible with BNU commands are identified when the BNU program is installed. They are listed in the /etc/uucp/Systems files. The /etc/uucp/Systems file is the default Systems file. The system administrator can specify additional files in the /etc/uucp/Sysfiles file.

Each entry in a Systems file contains:

Each entry in a Systems file represents one remote system. To establish communications, the remote system must be listed in the local Systems file. A Systems file must be present on every system that uses the BNU facility. Normally, only the root user can read the Systems files. Any user, however, can list the names of remote BNU systems using the uuname command.

Editing Devices Files for Hardwired Connections

Prerequisites

You must have root authority to edit the /etc/uucp/Devices file or another file specified in /etc/uucp/Sysfiles as a Devices file.

Procedure to Set Up a System Name Entry

To set up a hardwired connection specifying a port and a remote system, make an entry as follows:

  1. Enter the name of the remote system to which you want to connect the local computer over the hardwired line in the Type field in the second line of the entry.
  2. Enter the device name appropriate for the hardwired connection used at your site in the Line field in both lines of the entry.
  3. Enter a - (hyphen) for a placeholder in the Line2 field in both lines of the entry.
  4. Enter the transmission rate appropriate for the hardwired connection used at your site in the Class field in both lines of the entry.
  5. Enter direct (all lowercase) in the Dialer-Token Pairs field in both lines of the entry.

Continue adding entries to the Devices file until you have listed each hardwired device connecting the local system to a remote system.

Procedure to Set Up a Direct Entry

To set up a hardwired connection between two systems that use a permanent asynchronous serial connection, make a one-line entry as follows:

  1. Enter the name of the remote system in the first (Type) field.
  2. Enter the name of the tty device in the second (Line) field.
  3. Enter a - (hyphen) for a placeholder in the third (Line2) field.
  4. Enter the transmission rate appropriate for the hardwired connection used at your site in the fourth (Class) field.
  5. Enter direct (all lowercase) in the fifth (Dialer-Token Pairs) field.

Continue adding entries to the Devices file until you have listed each hardwired device connecting the local system to a remote system.

Editing Devices File for Autodialer Connection

Prerequisites

You must have root authority to edit the /etc/uucp/Devices file or another file specified in /etc/uucp/Sysfiles as a Devices file.

Procedure

In telephone-connection entries, the Type field is specified as an automatic calling unit (ACU). Type ACU as the Type field entry in all remote connections established over a phone line. To set up Device file entries for autodialer connections, make a one-line entry for each modem:

  1. Enter ACU in the first (Type) field.

  2. The second (Line) field contains the name of the device that is attached to the modem. Enter the device name appropriate for your site.

  3. Enter a - (hyphen) as a placeholder in the third (Line2) field, unless the autodialer is a standard 801 dialer. If the autodialer is a standard 801 dialer, enter 801 .

  4. In the fourth (Class) field, enter the baud rate appropriate for your modem and line (this can be 300, 1200, 2400, or higher, depending on the modem) or the class of your modem (for example, D2400).
    Note: If the modem can be used at more than one specific rate, make a separate entry in the Devices file for each rate. If the modem can be used at any rate, enter the word Any in the Class field.
  5. Enter the name of the modem as the Dialer field entry in the fifth (Dialer-Token Pair) field. If you are planning to include complete phone numbers in the /etc/uucp/Systems file or another Systems file specifies in /etc/uucpSysfiles, leave the Token field blank. (A blank instructs the BNU program to use the default \D token.) If you are planning to use dialing-code abbreviations specified in the /etc/uucp/Dialcodes file, enter the token \T .

Continue adding entries to the Devices file until you have listed each connection between the local system and a remote system that uses a telephone line and a modem.

Editing Devices File for TCP/IP

Prerequisites

You must have root authority to edit the /etc/uucp/Devices file or another file specified in /etc/uucp/Sysfiles as a Devices file.

Procedure

If your site is using the TCP/IP system, include the relevant TCP/IP entry in the Devices file. To set up the file for use with the TCP/IP system, enter the following line in the Devices file:

TCP - - - TCP

[ Previous | Next | Contents | Glossary | Home | Search ]