[Digital logo]
[HR]

DECnet-Plus for OpenVMS
Applications Installation and Advanced Configuration


Previous | Contents

FTAM is an Open Systems Interconnection (OSI) product that implements the OSI File Transfer, Access, and Management standard ISO 8571 developed by the International Organization for Standards (ISO). Using FTAM, you can copy, append, delete, rename, and inspect the file attributes of local files, remote files, or both.

Virtual Terminal

DECnet-Plus Virtual Terminal is Digital's implementation of the OSI Virtual Terminal standard. Virtual Terminal (VT) enables applications and systems supporting different types of terminals to interoperate with each other. Using VT, you can use your terminal to access any other system running VT, regardless of the type of system. You can also use the VT gateways for access to and from non-OSI systems.

OSAK

Open System Application Kernel (OSAK) is Digital's implementation of the OSI upper layers. It provides OSI Session, Presentation and Application services. These services are used by OSI applications such as FTAM, VT, X.400, and X.500. In addition, by using the OSAK programming interfaces which provide access to OSI Session, Presentation and Application layers, users can develop applications that layer on Digital's implementation of the OSI stack.

9.2 Required Hardware

The OSI applications installation procedure requires the following hardware:

9.3 Required Software

You must use the POLYCENTER Software Installation utility to install the OSI applications installation kit. This utility is provided as part of the operating system software.

To install FTAM and VT, you must first install DECnet-Plus, and then install OSAK.

To run the VT/Telnet gateways, you must have the Digital TCP/IP Services for OpenVMS installed on your system.

9.4 Kit Location

To obtain the directory location of the OSI applications kit on the CD, refer to the OpenVMS Layered Products Compact Disc User's Guide that accompanies the CD distribution kit, or before starting installation, complete the following steps:

  1. To determine whether the CD drive is already mounted, enter the following command:
    $ show device device-name [Return]
    
  2. If it is not mounted, enter the appropriate MOUNT command to mount the CD.
  3. To obtain the save-set name, use a DIRECTORY command specifying the device name from the previous command. For example:
    $ directory DKA400:[kits]*.pcsi [Return]
    

If you are installing from a TK50 or magnetic tape drive, refer to the appropriate user guide for further instructions.

9.5 Time Required to Install

The time required to install the OSI applications depends on the media type, the CPU type, and your system configuration. In general, the procedure should require less than 15 minutes.


Chapter 10
Preparing to Install the OSI Applications

This chapter details the tasks you need to complete or consider before attempting to install the OSI applications.

10.1 Inspecting the Distribution Kit

The software bill of materials (BOM) included with your distribution kit shows the components of the kit. Compare the items you received against the BOM. Report any damaged or missing components to Digital before continuing with the installation.

10.2 Logging In to a Privileged Account

To install the OSI applications, you must be logged in to an account that has the following privileges:

For FTAM and VT:

For OSAK:

Determine your account privileges as follows:

  1. Determine the default privileges of the installing account. Log in and enter the DCL command:
    $ show process/privileges [Return]
    

    If the account lacks the SETPRV privilege, proceed to Step 2.
  2. Do either of the following:
  3. To activate the change in privileges, log out and then log in again.

    10.3 Accessing the Online Release Notes

    The release notes for the OSI applications are provided as part of the DECnet-Plus release notes. You should review these release notes prior to installation because they describe new features and differences among multiple versions, as well as changes to the installation procedure.

    To access the release notes, issue the command:

    $ product extract release_notes - 
        decnet_osi/source=DKA400:[kits]/file=filename [Return]
    

    Note that in this example, the directory on the CD in which the installation kit is located is referred to as DKA400:[kits]. You should substitute this directory name with the actual directory location of your DECnet-Plus kit.

    The product selected is displayed and you are prompted whether to continue with the extraction.

    To extract the release notes, type YES and press Return. The release notes are written to the specified file, which you can display or print.

    To cancel the extraction, type NO and press Return.


    Note

    After DECnet-Plus is installed, the release notes file is located in:
    • SYS$HELP:DECNET_PLUS-V#_#.RELEASE_NOTES

    #_# is the version number of the DECnet-Plus version you are installing.


    10.4 Memory Requirements

    To install and run the OSI applications, you must have sufficient free global memory. Table 10-1 shows the global memory requirements:

    Table 10-1 Required Global Pages, Global Pagelets and Sections
    Software Alpha VAX
    FTAM 5068 global pagelets 4402 global pages
    24 global sections 19 global sections
    VT 1136 global pagelets 422 global pages
    8 global sections 14 global sections
    OSAK 3296 global pagelets 1344 global pages
    6 global sections 13 global sections

    You must first find out your available system resources, and then use the AUTOGEN utility if you need to increase the global pages, global pagelets, or global sections system parameters. Do this as follows:

    1. Use the WRITE command with the F$GETSYI lexical function to find the number of free global pages and global sections. The following example shows how to get this information at your terminal (the default for SYS$OUTPUT):
      $ write sys$output f$getsyi("contig_gblpages") [Return]
      15848 
      $ write sys$output f$getsyi("free_gblsects") [Return]
      24 
      
    2. Compare the values displayed with those required for the OSI applications.
      • If the values displayed by the system are greater than the values required for the OSI applications, you do not need to change the system parameter settings.
      • If one of the values is less than the value required for OSI applications, you must increase the system parameter setting using the AUTOGEN utility. Proceed to the next section.

      10.4.1 Changing System Parameter Values with AUTOGEN

      Use the AUTOGEN command procedure to change system parameters. AUTOGEN automatically adjusts values for parameters that are associated with the values you reset manually.

      For more information about using the AUTOGEN utility, refer to your OpenVMS system management documentation.

      10.5 Process Quotas

      The POLYCENTER Software Installation utility requires that the installation account has as a minimum the quotas shown in Table 10-2.

      Table 10-2 Process Quotas for the Installing Account
      Quota Value
      ASTLM 24
      BIOLM 18
      BYTLM 32768
      DIOLM 18
      ENQLM 200
      FILLM 100

      The number of available global sections on the system limits the number of simultaneous connect requests that the OSAK software can support. OSAK buffers store each connect request in a global section until the intended application has either accepted or rejected it, or does not accept an inbound connection within a given period, in which case the OSAK software rejects the connection on behalf of the application. The process running the OSAK software, OSAK$SERVER_V3, is started automatically by the installation procedure. Therefore, the installing account requires the process quotas shown in Table 10-2, as does the SYSTEM account if you start OSAK$SERVER_V3 in SYSTARTUP_VMS.COM.

      Table 10-3 summarizes the required process account quotas for the OSAK$SERVER_V3 process.

      Table 10-3 OSAK$SERVER_V3 Process Account Quotas
      Quota Value
      ASTLM 2 units for each global section + 10
      ENQLM 1 unit for each OSI process
      TQELM 2 units for each global section + 10

      OSAK$SERVER_V3 Process Account Calculation Example

      The following calculations determine the correct process account quota values for 20 global sections:

      • For ASTLM: 20 global sections multiplied by 2 units + 10 = 50
      • For TQELM: 20 global sections multiplied by 2 units + 10 = 50

      Table 10-4 summarizes the minimum process account quotas required for processes that use the OSAK software.

      Table 10-4 Account Quotas for Processes that use OSAK Software
      Quota Value
      ASTLM 10
      ENQLM 2
      TQELM 10

      Users of the OSI applications also need a minimum TMPMBX and NETMBX privileges.

      Use the OpenVMS Authorize utility to verify and change process quotas and user privileges for the installation and user accounts in the user authorization file (SYSUAF.DAT). (Some sites may restrict the use of the OpenVMS Authorize utility to certain accounts or users.)

      After you have changed the quotas for the installation account, log out of the installation account and log in again for the new quotas to take effect.

      For more information on modifying account quotas, refer to the description of the Authorize utility in the OpenVMS system management documentation subkit.

      10.6 Determining Disk Space

      Table 10-5 shows the approximate minimum disk space required to install the individual OSI applications.

      Table 10-5 Minimum Disk Space Requirements
      Software Alpha VAX
      FTAM 28,000 blocks 12,000 blocks
      VT 4,000 blocks 2,000 blocks
      OSAK 6,900 blocks 6,000 blocks
      TOTAL 38,900 blocks 20,000 blocks

      To determine the number of free disk blocks on the current system disk, enter the following command at the DCL prompt:

      $ show device sys$sysdevice [Return]
      

      If necessary, create enough free disk space to accommodate the installation of the OSI applications.

      Chapter 7 describes options the POLYCENTER Software Installation utility provides, if there is insufficient disk space to complete the OSI applications installation.

      10.7 Notifying Users

      You may want to notify the users on the system that you are installing the OSI applications. Log in to an account that has OPER privileges.

      The command is:

      $ reply/all/bell "Now installing the OSI applications" [Return]
      


      Chapter 11
      Installing the OSI Applications

      This chapter describes how to install the optional OSI applications. These applications are:

      • FTAM
      • Virtual Terminal (VT)
      • OSAK

      It also includes how to list the files installed on your system during the OSI applications installation. See Section 11.11 for the list of commands.

      You install these optional components using the POLYCENTER Software Installation utility. For information about how to run the this utility, refer to DECnet-Plus for OpenVMS Installation and Basic Configuration, Appendix A.

      11.1 Prerequisite Steps

      Install the OSI applications only after you have installed DECnet-Plus for OpenVMS, rebooted, and configured the DECnet-Plus for OpenVMS base components.

      11.2 Register the OSI Applications Software License

      If you are installing prerequisite or optional software along with OSI applications, review the PAK status and install the PAKs for any prerequisite or optional software before you install the OSI applications.

      The DVNETEND PAK is required to install DECnet-Plus. This PAK also allows you to install and run the base FTAM, VT, and OSAK applications.

      To use the FTAM and VT gateways, you need the extended function license. The PAK names are:

      • For Alpha: DVNETEXT
      • For VAX: DVNETRTG

      11.3 Starting the Installation of the OSI Applications

      You install the OSI applications using the POLYCENTER Software Installation DCL interface.

      For a description of all the features you can request when starting an installation (such as purging files and using a product configuration file), refer to DCL help for the product install command.

      To install the OSI applications, choose from the following commands.

      For OSAK only:

      $ product install osak /source=DKA400:[kits] 
      

      For FTAM and VT:

      $ product install ftam,vt /source=DKA400:[kits] 
      

      For FTAM only:

      $ product install ftam /source=DKA400:[kits] 
      

      For VT only:

      $ product install vt /source=DKA400:[kits] 
      

      If you do not use the /SOURCE qualifier, the default is to read the installation kit from PCSI$SOURCE:.

      Note that in the above example, the directory on the CD in which the installation kit is located is referred to as DKA400:[kits]. You should replace this directory name with your actual directory location of the OSI applications kit.

      Details on determining the directory location of the OSI applications kit are provided in Section 9.4.

      11.4 Installing the OSI Applications

      To install the OSI applications, log into the SYSTEM account and perform the following steps:

      1. If you have previously installed the OSI applications on your system, be sure to shut down any FTAM, VT, or OSAK processes currently running by executing the appropriate shutdown procedures(s).
        You must shut down FTAM and VT first, before shutting down OSAK.
        • $ @sys$startup:osif$stop
        • $ @sys$startup:vt_stop
        • $ @sys$startup:osak$stop
      2. De-install the OSI applications.
        If you have previously installed the OSI applications on your system, then de-install the applications, using the product remove command:
        $ product remove application [Return]
        

        application is FTAM, VT, or OSAK.
        Note that you must de-install FTAM and VT before de-installing OSAK.
      3. Mount the software CD--ROM.

        Note

        Refer to the OpenVMS Layered Products Compact Disc User's Guide for instructions on mounting and removing a compact disc.

      4. Decide which products to install. You must install OSAK before installing FTAM or VT. You can install FTAM and VT either together or separately.
        See Section 11.3 for the FTAM, VT, and OSAK installation commands.
      5. To install FTAM and VT together, type:
        $ product install ftam,vt/source=device:[directory] [Return]
        

        device:[directory] is the location of the files on the distribution media.

        Note

        The following code examples are from an Alpha installation. A VAX installation varies slightly in the PAK name and in disk space requirements.

      6. The POLYCENTER Software Installation utility displays the selected products and requests confirmation. Press Return to continue, or enter NO to exit.
        The following products have been selected: 
        DEC AXPVMS FTAM V3.2 
        DEC AXPVMS VT V2.1 
         
        Do you want to continue? [YES] [Return]
        
      7. The POLYCENTER Software Installation utility displays the pre-installation messages for FTAM including the copyright notice, license notice, and OSAK notice, and asks if you want to continue.
        *** DEC AXPVMS FTAM V3.2: DECnet-Plus for OpenVMS OSI File Transfer, 
        Access, and Management (FTAM) 
         
            Copyright (c) Digital Equipment Corporation 1995. All rights reserved. 
         
            This product uses the PAKS: DVNETEND and the Gateway requires DVNETEXT. 
         
            The DECnet-Plus OSAK software must be installed and started before 
         continuing this installation. 
            Do you want to continue? [YES] [Return]
        
      8. The POLYCENTER Software Installation utility displays the pre-installation messages for VT including the copyright notice, license notice, OSAK notice, and gateway notice, and asks if you want to continue.
        *** DEC AXPVMS VT V2.1: DECnet-Plus for OpenVMS Virtual Terminal 
         
            Copyright (c) Digital Equipment Corporation 1994. All rights reserved. 
         
            VT requires the PAK DVNETEND, and the VT Gateways require DVNETEXT also. 
            
            OSAK must be installed and started before continuing this installation. 
         
            Do you want to continue? [YES] [Return]
         
            VT Gateways startup requires LAT and DEC TCP/IP Services started first. 
            Do you want to continue? [YES] [Return]
        
      9. The POLYCENTER Software Installation utility enters the execution phase, in which it installs the products, executes the startup command files, and runs the VT installation verification procedure (IVP). Note that the FTAM IVP is not run during this installation, and must be run separately.
        %PCSIUI-I-DONEASK, execution phase starting 
        The following products will be installed: 
        DEC AXPVMS FTAM V3.2 
        DEC AXPVMS VT V2.1 
        %PCSI-I-VOLINFO, estimated space information for volume DISK$OVMSSYSTEM 
        -PCSI-I-VOLSPC, 31060 required; 484479 available; 453419 net 
        Portion Done: 0%...10%...20%...30%...40%...70%...80%...90%...100% 
        The following products have been installed: 
        DEC AXPVMS FTAM V3.2 
        DEC AXPVMS VT V2.1 
        %PCSI-I-EXETSTSTART, start of test procedure 
        %PCSI-I-EXETSTOK, end of test procedure; completed with no errors 
        
      10. The POLYCENTER Software Installation utility displays the post-installation messages for FTAM and lists required system resources, configuration and IVP tasks you must complete, release notes location, and completion message.
        *** DEC AXPVMS FTAM V3.2: DECnet-Plus for OpenVMS OSI File Transfer, 
        Access, and Management (FTAM) 
         
            Insert the following lines in SYS$MANAGER:SYSTARTUP_VMS.COM: 
                @SYS$STARTUP:OSIF$STARTUP.COM 
            Insert the following lines in SYS$MANAGER:SYSHUTDWN.COM: 
                @SYS$STARTUP:OSIF$STOP.COM 
         
            The following messages are informational and indicate the amount of 
        each resource used by FTAM. 
         
            This product requires the following SYSGEN parameters: 
                GBLSECTIONS add 24 
         
            This product requires the following SYSGEN parameters: 
                GBLPAGES add 5068 
         
            After installing DECnet-Plus FTAM you must do 
        "$ @SYS$STARTUP:OSIF$CONFIGURE.COM" to setup necessary accounts. 
         
            The DECnet-Plus FTAM IVP may be run at any time by doing 
        "$ @SYS$TEST:OSIF$IVP.COM" 
         
         
            Release notes are available in SYS$HELP:DECNET*.RELEASE_NOTES 
         
            DECnet-Plus for OpenVMS FTAM Installation Completed 
        
      11. The POLYCENTER Software Installation utility displays the VT post-installation messages and lists release notes location, and completion message.
        *** DEC AXPVMS VT V2.1: DECnet-Plus for OpenVMS Virtual Terminal 
         
            Insert the following lines in SYS$MANAGER:SYSTARTUP_VMS.COM: 
                @SYS$STARTUP:VT_START.COM 
            Insert the following lines in SYS$MANAGER:SYSHUTDWN.COM: 
                @SYS$MANAGER:VT_STOP.COM 
         
            Previous VT_SYSTART.COM changes are in SYS$STARTUP:VT_SYSTART.COM_OLD 
         
            Release notes are available in SYS$HELP:DECNET*.RELEASE_NOTES 
         
            DECnet-Plus for OpenVMS Virtual Terminal Installation Completed 
        

        11.5 Starting Up and Shutting Down OSI Applications

        The installation procedure for each OSI application executes the startup procedure automatically.

        To enable automatic restart of the applications once you have installed them on your system, edit the system startup file (sys$manager:systartup_vms.com) and add the following command lines to the file, beginning with the OSAK command:

        $ @sys$startup:osak$start.com ! OSAK startup command file 
        $ @sys$startup:osif$startup.com ! FTAM startup command file 
        $ @sys$startup:vt_start.com ! VT startup command file 
        

        See Section 11.4, Step 1, for instructions on shutting down the OSI applications.

        11.6 The OSAK Installation Verification Procedure

        The OSAK installation verification procedure (IVP) is run automatically during the installation. However, you can run it at any time by entering the following command:

        $ @sys$test:osak_ivp 
        

        If the IVP runs successfully, you see the following:

        Starting OSAK Installation Verification Procedure ... 
        OSAK Installation Verification Procedure completed successfully 
        

        If the IVP finishes with errors, you see a message similar to this:

        OSAK Installation Verification Procedure completed with errors 
        

        In both cases, the OSAK software produces a log file called OSAK$IVP.LOG in the default directory, SYS$TEST. If the IVP fails during installation, you can check the log file to help you identify the source of the problem. You can also forward the log file to Digital to assist you when discussing the problem.

        When you have finished running the IVP and you are sure that the OSAK software is properly installed, back up the system disk. Save the distribution kit for future installations.

        11.7 Running the OSIF$CONFIGURE.COM Procedure

        Following the FTAM POLYCENTER Software Installation utility installation, you should execute the osif$configure.com procedure located in SYS$STARTUP. This procedure first verifies the existence of the OSIT$DEFAULT and OSIGTWY accounts, then asks whether you want to run the installation verification procedure (IVP).

        If the procedure finds that either of the OSIT$DEFAULT and OSIGTWY accounts are not present, the procedure creates the account(s) and prompts for user input. The IVP question is asked whether or not it was necessary to create accounts.

        Following is an example of running the script on a system where the accounts already exist:

        $ @sys$startup:osif$configure.com 
          This setup procedure will verify the existence of the OSIT$DEFAULT 
          and OSIGTWY accounts.  If these accounts are not present, you will 
          be asked some questions about UIC and default device, as well as 
          being required to choose passwords from a computer generated list. 
         
          Do you wish to continue with this procedure [Yes] : 
         
         
         
          The OSIT$DEFAULT and OSIGTWY accounts are present.  The OSIT$DEFAULT 
          account is useful as an account to specify when running the DECnet-Plus 
          FTAM IVP.  The OSIGTWY account is the mechanism by which users may access 
          the DAP/FTAM Gateway.  For more information about this Gateway, see the 
          FTAM Use and Management Guide. 
         
         
          DECnet-Plus FTAM setup complete. 
         
         
          Would you like to run the IVP [Yes] : No 
        

        11.8 The FTAM Installation Verification Procedure

        You can verify the FTAM installation by running the FTAM installation verification procedure (IVP). The IVP is an internal test of the FTAM initiator and responder using the underlying OSI layers of the local system through the Network layer. This testing verifies that your installation can set up and accept an application association and its underlying presentation and session connections. The IVP tests the FTAM DCL commands on the local system and also exercises the DAP-FTAM Gateway.


        Previous | Next | Contents | [Home] | [Comments] | [Ordering info] | [Help]

        [HR]

          PROFILE_011.HTML
          OSSG Documentation
           2-DEC-1996 12:33:40.22
        

        Copyright © Digital Equipment Corporation 1996. All Rights Reserved.

        Legal