7    Configuring the System For General Use After a Full Installation

This chapter describes which system management applications to use to set up services on a system after a Full Installation. The following topics are discussed:

7.1    Graphical Interface: The System Setup Application

To make a newly installed system able to communicate with other systems and users, network services, printers, software licenses, and mail delivery must be configured. Initial system configuration tasks are performed from the Quick Setup application or the Custom Setup application (in the previous releases, this application was called the Checklist).

Note

Cluster configuration is described in Cluster Administration.

When you log in to a newly-installed system as the user root for the first time, and your system has graphics capabilities, the System Setup window shown in Figure 7-1 is displayed:

Figure 7-1:  The Tru64 UNIX System Setup Window

The System Setup window is the launch point for the following configuration tools:

7.1.1    The Quick Setup Application

If your system does not use an asynchronous transfer mode (ATM) adapter for network connections, you quickly can set up your system for general use by using the Quick Setup application. As shown in Figure 7-2, Quick Setup requires you to answer a few simple questions about basic system configuration items. Quick Setup is a task-oriented application that leads you step by step through basic system configuration tasks. If your system configuration needs are not complicated, using Quick Setup is a way to quickly get your system up and running on the network. Quick Setup also has online help if you need assistance. If you need to configure additional items, you have the option to use the Custom Setup application later.

Figure 7-2:  The Quick Setup Application

7.1.2    The Custom Setup Application

The Custom Setup application is shown in Figure 7-3 and is the launch point for additional SysMan configuration applications. Use Custom Setup if your system requires additional configuration or if you want to perform additional system administration tasks such as adding users or groups. In previous releases of the operating system, the Custom Setup application was known as the Checklist.

Figure 7-3:  The Custom Setup Application

The applications on the Custom Setup application are listed in the approximate order in which it is recommended they be run. For instance, if you plan to connect or add the system to a network, the first task you should perform is to set up the network by using the Network Configuration application followed by the DNS(BIND)Configuration application, NIS - Network Information Service, and the NFS Configuration application. If you do not want to set up networking, the first task you should perform is to load and register your Product Authorization Keys (PAKs) by using the License Manager application.

After you open and exit an application, a check mark appears in the box to the left of the icon. The date and time you last opened an application is shown under the application name. The time stamp does not mean that the application was executed; it only indicates that the application was opened. If an application is dimmed, it cannot be opened.

Online help is available for each application by clicking on the Help button or Help menu in the application. The online help describes the tasks that can be performed from the application and provides a description of all fields, buttons, and menus in each window or dialog box.

7.2    Invoking the System Setup Application After the Initial Configuration

Use one of the following methods to invoke the System Setup application after the initial system configuration:

7.3    Text-Based Interface: The System Setup Application

When you log in to a newly-installed system as the user root for the first time, and your system does not have graphics capabilities, the System Setup window shown in Example 7-1 is displayed.

Example 7-1:  The Text-Based System Setup Application

                Tru64 UNIX: System Setup
 
Tru64 UNIX System Setup helps you set up your system.
To run Quick Setup, press return, or enter one of the 
numbered choices and press return.
 
Quick Setup leads you through a set of steps to set up 
a typical UNIX system. This includes networking, user services,
time services, printers,and other basics.
 
Custom Setup examines your system and lists the relevant tasks
for configuring your computer. These tasks are listed in the 
order most frequently performed.
 
You can run Quick Setup to get a basic configuration and then
use Custom Setup for any custom configuration settings.
 
Click on Cloning Information to read how to clone an existing
system setup onto other systems or save a setup for cloning.
 
1) Quick Setup
2) Custom Setup
3) Cloning Information
4) Exit
 
Please enter your selection [1]:

Refer to Section 7.1 for a description of the choices on this menu.

7.4    System Management and Monitoring

This section provides overview information about the SysMan tools that are available to monitor and manage a system after it is installed and configured:

Section 7.5 provides pointers to system administration and configuration documents.

7.5    System Administration and Configuration Documents

If you need more information about configuring, administering, or monitoring your system, read the relevant sections of these manuals in the documentation set:

To view the documentation set on line on a system that is capable of graphical display, mount the documentation CD-ROM as described in Chapter 8, then use Netscape or Acrobat Reader to view the manuals. If your system does not have online viewing capabilities, use the order sheet in the back of this manual or contact your support representative to order a printed copy of the documentation set.

7.6    Reconstructing the /etc/fdmns Directory

If your system was running a previous version of the operating system and was using the Advanced File System (AdvFS) type, the Full Installation overwrote the /etc/fdmns directory, which contained important AdvFS configuration data.

To reconstruct this directory, you must run the advscan utility with the -r flag for each disk on the system. Because of the device naming conventions that were introduced in Version 5.0, simply restoring the directory from a backup copy is not sufficient. Refer to the AdvFS Administration for more information about using the advscan utility.

7.7    Enabling Realtime Preemption

The operating system kernel provides options to enhance the performance of realtime applications conforming to POSIX 1003.1b-1993 (formerly 1003.4 Draft 14). The realtime kernel makes it possible for the operating system to guarantee that an application has access to resources in a timely and predictable manner.

The realtime kernel that supports kernel preemption was previously an option during an installation. Now, the POSIX 1003.lb portions are included in the kernel automatically and a separate kernel is not needed. Preemption capabilities are disabled by default but can be selected and enabled when the kernel is configured and built.

To enable realtime preemption capabilities, follow this procedure to modify the /etc/sysconfigtab file:

  1. Use the text editor of your choice to add the following lines to a temporary file (such as /tmp/stanza):

    generic:
                     rt_preempt_opt=1
    

  2. Use the sysconfigdb command to merge the temporary file with the existing /etc/sysconfigtab file:

    # sysconfigdb -m -t /etc/sysconfigtab -f /tmp/stanza generic
    

    Note

    Never use a text editor to directly modify the /etc/sysconfigtab file.

7.8    Enabling Unattended Reboots on Multiprocessor Systems

To reduce system down time due to a processor failure on a multiprocessor system, an unattended reboot feature is available for multiprocessor platforms.

To enable unattended reboot functionality, log in as the user root and set the following console variables:


# consvar -s boot_osflags a
# consvar -s boot_reset off
# consvar -s auto_action restart 
# consvar -a

When processor failures are detected on a multiprocessor platform, the system marks the faulting processor as failed, and the entire system is rebooted without any operator intervention. The faulting processor will not be restarted when the reboot occurs. To restart the faulting processor, corrective action must be taken. The system will not try to restart the failed processor until the power has been recycled on the system or the console init command is issued at the console prompt ( >>> ).

7.9    Enabling Automatic Reboot on Single Systems

If you want your system to automatically reboot after a processor or power failure, shut down the system to console mode and set the following console variable:

# set auto_action restart
 
 

This console variable should be valid on most system types. If this variable is not valid for your system type, refer to your hardware owner's guide for a list of supported console environment variables.