Trusted Solaris 8 Roadmap

Trusted Solaris 8 Roadmap

This purpose of this document is to help you get started understanding and installing the Trusted SolarisTM operating environment. It provides:

Trusted Solaris 8 Materials

The Trusted Solaris 8 package includes the following materials:

Documentation Overview

Since the Trusted Solaris 8 operating environment is based on the Solaris 8 operating environment, you need access to the complete Solaris 8 documentation set in addition to the Trusted Solaris 8 documentation. The Trusted Solaris documentation set focuses on the those aspects of the environment that are different from Solaris 8. The manuals are available in both printed and online versions.

Trusted Solaris 8 Documentation Set

The Trusted Solaris documentation set consists of:

Trusted Solaris 8 Printed Documentation

Four printed Trusted Solaris 8 documents are shipped with the software: Trusted Solaris 8 Release Notes, Trusted Solaris Installation and Configuration, Trusted Solaris 8 Transition Guide, and this guide, Trusted Solaris 8 Roadmap. The Trusted Solaris 8 Installation and Configuration on the Sun Enterprise 10000 (SPARC only) is shipped with the Trusted Solaris Supplemental Software for the Sun Enterprise 10000. Since the Trusted Solaris operating environment is based on the Solaris environment, Trusted Solaris customers who rely on Trusted Solaris documentation are expected to have access to the Solaris documentation as well. The Solaris documentation can be ordered from http://www1.fatbrain.com/documentation/sun.

Online Documentation and Man Pages

All Trusted Solaris manuals are available in online format from the Trusted Solaris 8 AnswerBook CD-ROM (704-7506-10) and at the Sun website: http://www.sun.com/docs and can be printed from these sources if desired.

In addition to the online documentation, online help is provided in the Trusted Solaris operating environment through the Front Panel help icon, help menus, and help buttons.

An extensive library of man pages for the Trusted Solaris 8 operating environment is available in the Trusted Solaris 8 Reference Manual mentioned above and from the command line using the man(1) command.


Note -

If a man page is in both the Solaris and the Trusted Solaris reference manuals, refer to the man page in the Trusted Solaris 8 Reference Manual, since it includes the differences unique to the Trusted Solaris operating environment.


For an overview of the Trusted Solaris environment with a complete listing of available commands, see the following introductory man pages for each section of the reference manual:

Accessing Trusted Solaris Man Pages

The man pages for the Trusted Solaris environment reside in three different directories. For the man command to find all the Trusted Solaris man pages, your man page path needs to be set to find the three directories in the following list, along with any other directories where man pages are installed at your site.

For C shell users, the MANPATH variable can be set individually by users in their shell initialization files or globally by administrators in site-wide shell initialization files in /etc/skel (or alternate skeleton directory) to be copied into the home directories for all users. To set the MANPATH variable, enter:


trusted% setenv MANPATH="/usr/dt/man:/usr/openwin/man:/usr/man:$MANPATH"

To check a system's current MANPATH setting, enter:


echo $MANPATH

This should display the three paths mentioned above and any other paths to man pages at your site.

Specifying Man Pages by Section Number

To check whether different versions of a topic exist in different sections, enter man with the -l option:


trusted% man -l topic

To specify man pages by section, use the man with the -s option:


trusted % man -s sectionnumber topic

The following example shows the results of using the -l option to find all the Intro man pages.


trusted% man -l Intro
Intro (1)   -M /usr/man
Intro (1m)  -M /usr/man
Intro (2)   -M /usr/man
Intro (3)   -M /usr/man
Intro (9f)  -M /usr/man
Intro (9s)  -M /usr/man
Intro (9e)  -M /usr/man
Intro (9)   -M /usr/man
Intro (4)   -M /usr/man
Intro (5)   -M /usr/man
Intro (7)   -M /usr/man
Intro (6)   -M /usr/man

By default, if you enter man topic in the Trusted Solaris environment without specifying the section and there are multiple sections containing man pages with the same name, the man page for the lowest numbered section displays, for example:


trusted% man Intro 
Trusted Solaris User Commands                                Intro(1)
NAME
     Intro, intro - Introduction to commands and application programs

DESCRIPTION
  ...

The following example illustrates specifying a section number:


trusted% man -s7 intro
Trusted Solaris Device and Network Interfaces              Intro(7)

NAME
     Intro, intro - Introduction to special files

DESCRIPTION
      ...

Installing the Trusted Solaris Operating Environment

Installation and configuration of the Trusted Solaris environment involves more than loading executable files, entering your site's data, and setting configuration variables; it requires considerable background for making decisions related to your site's security policies. Trusted Solaris provides a unique environment based on the following concepts:

To familiarize yourself with the Trusted Solaris environment, you should at a minimum read the Trusted Solaris User's Guide and the Trusted Solaris Administration Overview. You should also be familiar with the rest of the documentation set, which is described in the "Trusted Solaris 8 Documentation Set". It is highly recommended that you attend a "Trusted Solaris for System Administrators" course, available from Sun Educational Services at http://suned.sun.com/catalog/index.html. Ask your Sun account representative to help you schedule it.

Before installing, you should read Trusted Solaris Installation and Configuration thoroughly so that you can devise an installation strategy. Other useful information for the installation process is contained in the Solaris 8 Installation Collection. The manual, Solaris 8 Sun Hardware Platform Guide, contains important information in the following chapters:


Note -

Do not use "Alternate Pathing 2.3 on the Sun Enterprise 10000 Server" and "Solaris 8 on the Sun Enterprise 10000 Server." Instead, follow the instructions in Trusted Solaris 8 Installation and Configuration on the Sun Enterprise 10000.


Although there are a lot of similarities between installing the Trusted Solaris 8 and Solaris 8 operating environments there are major differences as well, such as:

The additional procedures required for a trusted system are provided in Trusted Solaris Installation and Configuration with pointers to other relevant documentation.

Installing and Using the Online Documentation Viewer

This section contains the following topics:

Viewing AnswerBook2 Documents

AnswerBook2 is an online documentation system from Sun Microsystems, Inc. It consists of SGML source documentation and AnswerBook2 server software. The documents can be viewed using any web browser that supports HTML 3.2, by entering the name of the server host, followed by a colon (:) and the port number. For example, to access documentation displayed on a remote documentation server at the default port, enter http://doc_server_name:8888.

For a complete description of AnswerBook2 features, see "Introduction to the AnswerBook2 Product" in Solaris 8 (SPARC Platform Edition) Installation Library or "Introduction to the AnswerBook2 Product" in Solaris 8 (Intel Platform Edition) Installation Library. For information on viewing documentation using AnswerBook2, see "Getting Started" in Solaris 8 (SPARC Platform Edition) Installation Library or "Getting Started" in Solaris 8 (Intel Platform Edition) Installation Library.

AnswerBook2 server software can be installed in either the Solaris or Trusted Solaris operating environment. If the server host is running the Solaris 8 operating environment, use the version of the AnswerBook2 server software provided on the Solaris 8 Documentation CD and follow the instructions in "Installing Documentation Server Software" in Solaris 8 (SPARC Platform Edition) Installation Library or "Installing Documentation Server Software" in Solaris 8 (Intel Platform Edition) Installation Library.

If the server host is running in the Trusted Solaris 8 operating environment, install the AnswerBook2 server software from the Trusted Solaris Documentation CD and follow the instructions in the next section.

To install the Trusted Solaris AnswerBook2 documentation server, you must be running the Trusted Solaris 8 operating environment on either a SPARCstation 5 or higher or an Intel-based personal computer. You need approximately 36 Megabytes of hard disk space available for the server software plus approximately 55 megabytes for the Trusted Solaris-related collections, and up to 600 megabytes for all available collections.


Note -

You cannot install the AnswerBook packages in the Trusted Solaris environment using WebStart. You cannot run the AnswerBook server or the AnswerBook2 server from the CD.


To Install the AnswerBook2 Server Software


Caution - Caution -

You cannot install the server software from the Solaris Documentation CD in the Trusted Solaris environment or install the server software from the Trusted Solaris Documentation CD in the Solaris environment.


In the Trusted Solaris environment, install the AnswerBook2 server software from the Trusted Solaris Documentation CD only. This procedure describes how to install the AnswerBook2 server. For installing the server software from the Solaris Documentation CD in the Solaris environment, see "Accessing Online Documentation" in Solaris 8 (SPARC Platform Edition) Installation Library

  1. Assume the administrator role and go to an ADMIN_LOW workspace.

    See "Assuming a Role and Working in a Role Workspace" in Trusted Solaris Administrator's Procedures, if needed.

  2. Allocate the CD-ROM device.

    See "Device Management Procedures" in Trusted Solaris Administrator's Procedures for how to allocate the device, if needed.

    1. Move the device to the Allocated Devices list.

    2. Open the CD-ROM device when prompted and insert the Trusted Solaris 8 Documentation CD.

    3. Click OK to confirm the insertion.

    4. Click OK to mount the CD-ROM.

  3. Open a terminal and change to the directory where the documentation server packages are located.

    Use the following path on a SPARC system:


    $ cd /cdrom/trusted_sol_8_doc/Solaris_8_Doc/sparc/Product
    

    Use the following path on an Intel architecture system:


    $ cd /cdrom/trusted_sol_8_doc/Solaris_8_Doc/i386/Product
    
  4. Run pkgadd(1M) and select the three server software packages.


    $ pkgadd -d .
    

    Select these server software packages:

    • SUNWab2r - Installs in root partition and provides configuration and start-up files.

    • SUNWab2s - Provides shared files for performing document processing.

    • SUNWab2u - Provides executable and back-end processing files for server and administration functions.

  5. Using the Device Allocation Manager, deallocate the CD-ROM, remove the CD, and click OK to dismiss the dialog.

  6. Install the document collections as described in "To Install AnswerBook2 Document Collections".

    You will reboot the system after the document collections are installed.

To Install AnswerBook2 Document Collections

You can install collections from the Trusted Solaris 8 Documentation CD, the Solaris 8 Documentation CD, or from other locations. You can install Trusted Solaris collections in either the Trusted Solaris or Solaris environment, and you can also install Solaris collections in the Trusted Solaris environment. This section describes how to install collections on a Trusted Solaris host. For installing the server software from the Solaris Documentation CD in the Solaris environment, see "Accessing Online Documentation" in Solaris 8 (SPARC Platform Edition) Installation Library.

  1. Assume the administrator role and go to an ADMIN_LOW workspace.

    See "Assuming a Role and Working in a Role Workspace" in Trusted Solaris Administrator's Procedures, if needed.

  2. If installing from a documentation CD, insert the CD into the CD-ROM device and allocate the device as described in the previous section.

  3. Change to the directory where the document packages are located.

    If you are installing from the Trusted Solaris Documentation CD, use the following path.


    $ cd /cdrom/trusted_sol8_doc/Solaris_8_Doc/common/Product
    

    If you are installing from the SolarisTM 8 Documentation CD, use the following path.


    $ cd /cdrom/sol_8_doc/Solaris_8_Doc/common/Product
    
  4. Use the pkgadd(1M) installation utility.


    $ pkgadd -d .
    
  5. For each documentation CD, select collections to install.

  6. When prompted, answer 2 [heavy] installation, Return for AnswerBook location, and y for superuser capabilities during installation.

  7. Deallocate each CD, as described in Step 5.

  8. Reboot the system when all collections and the servers have been installed.

  9. Make sure all collections are available.

    Launch any web browser and enter the name of the host running the server software. For example, on the Netscape browser, you would enter http://server_name:8888 in the Location field.


    Location: http://server_name:8888
    

    All the collections that you have installed should display in the browser window.

CD Contents

The Trusted Solaris 8 Documentation CD includes the following directories:

The following tables show the contents of the AnswerBook collections included on the Trusted Solaris Documentation CD.

Table 1-1 Trusted Solaris (User, Developer, and Administrator) AnswerBook Collection

Package Name/Release Number/Size in Megabytes 

(Part Number) Manual Title 

SUNWtab/175.4/14.8 

(805-8117-10) Trusted Solaris 8 Release Notes 

(805-8113-10) Trusted Solaris 8 Roadmap  

(805-8115-10) Trusted Solaris User's Guide  

(805-8119-10) Trusted Solaris Administration Overview  

(805-8120-10) Trusted Solaris Administrator's Procedures  

(805-8114-10) Trusted Solaris Installation and Configuration  

(805-8121-10) Trusted Solaris Audit Administration  

(805-8122-10) Trusted Solaris Label Administration  

(805-8118-10) Trusted Solaris 8 Transition Guide  

(805-8116-10) Trusted Solaris Developer's Guide  

(805-8123-10) Compartmented Mode Workstation Labeling: Encodings Format  

(805-8125-10) Trusted Solaris 8 Installation and Configuration on the Sun Enterprise 10000 

Table 1-2 Trusted Solaris Reference Manual AnswerBook Collection

Package Name/Release Number/Size in Megabytes 

(Part Number) Manual Title 

SUNWtaman/475.2/14.9 

(835-8001-10) Man Pages (1), (1B): User Commands 

(835-8002-10) Man Pages (1M): System Administration Commands 

(835-8003-10) Man Pages (2): System Calls 

(835-8004-10) Man Pages (3), (3BSM), (3C), (3DOOR), (3KSTAT), (3NSL), (3RESOLV), (3RT), (3SECDB), (3SOCKET), (3TSOL): Library Functions  

(835-8005-10) Man Pages (4): File Formats  

(835-8006-10) Man Pages (5): Standards, Environments, and Macros  

835-8007-10) Man Pages (7), (7D), (7M): Device and Network Interfaces 

(835-8008-10) Man Pages (9): Device Driver Interfaces 

(835-8009-10) Man Pages (9F): Kernel Functions for Device Drivers