HPlogo Communicator e3000 MPE/iX Release 7.0 (Software Release C.70.00) > Appendix E CD-ROM Resources

Adding a CD-ROM Drive

MPE documents

Complete PDF
Table of Contents
Glossary
Index

This section describes how to configure HP-IB and SCSI CD-ROM drives as disk devices to an MPE/iX system. It describes software configuration only. Refer to the documentation supplied with your CD-ROM drive for information about the hardware. If you need further assistance, contact your HP representative.

Prerequisites


This section describes connecting the CD-ROM drives to an existing MPE/iX system. You need to know how to use SYSGEN to configure devices on your MPE/iX system. Complete information about system configuration is provided in the System Start-up, Configuration and Shutdown Reference Manual. You also need to be familiar with the specific configuration of your system.

To connect a CD-ROM drive to an HP 3000 computer, you need to have the appropriate card installed. This Appendix makes the following assumptions:
  • You have contacted your HP representative to verify that the CD-ROM drive you have can be connected to the specific computer system.

  • You have the appropriate cables to connect the CD-ROM drive to your system.

  • The appropriate card or cards are installed and configured on your HP 3000. HP-IB devices require HP-IB cards; SCSI devices require SCSI cards.

Connecting and Configuring a CD-ROM Disk Drive


Generally, connecting and configuring a CD-ROM disk drive involves the following steps:
  • Determining where to install the CD-ROM drive

  • Using SYSGEN to configure the drive

  • Power Off

  • Connecting the drive

  • Power On

  • Rebooting the system

To configure a CD-ROM disk drive:
  1. Determine where to attach the CD-ROM disk drive by identifying where the HP-IB or SCSI card is located. Note that you can daisy-chain an HP-IB CD-ROM onto an HP-IB tape drive or disk drive.

  2. Determine the device number (also called HP-IB or SCSI address) for the CD-ROM drive. (The number must be unique for the cable to which it is attached.)

  3. Set the device number on the back of the CD-ROM drive.

  4. Log on to the system as MANAGER.SYS:

    
      :HELLO MANAGER.SYS
    
    
  5. Invoke the IO configurator in SYSGEN to modify the configuration:

    
      :SYSGEN
      sysgen>IO
    
    
    Add the device:
    
      io>AD LDEV= ldev PATH= path ID= prod#
    
    
    where:
    ldev

    logical device number of the CD-ROM drive.

    path

    hardware path to the CD-ROM drive (e.g., 36.1.3 or 52.4).

    prod#

    identification number of the CD-ROM drive (i.e., for HP-IB: HPC1707A; for HP SCSI: HPA1999A; for Toshiba 3401 SCSI: CD-ROM-XM-3401TA or CD-ROM-XM-4101TA).

    SCSI Example:
    
      :SYSGEN
      sysgen> IO
         (first verify that path 52 has SCSI-DAM as PMGR)
      io> LPATH 52    ***SAMPLE DATA***
         (Add the path for the CD-ROM with a pseudo manager as
         the ID)
      io> APATH PATH=52.3 ID=PSEUDO PMGR=TRANSPARENT_MGR
         (If you have a second CD-ROM to configure, then do
         the same for the other path:)
      io> APATH PATH=52.4 ID=PSEUDO PMGR=TRANSPARENT_MGR
         (then add the devices; '.0' is appended to path
         identifier)
      io> ADEVICE LDEV=11 PATH=52.3.0 CLASS=DISC ID=HPA1999A
         LMGR=LOGICAL_DEVICE_MANAGER PMGR=SCSI_DISC_DM
         (then do the same for LDEV 12)
      io> ADEVICE LDEV=12 PATH=52.4.0 CLASS=DISC ID=HPA1999A
         LMGR=LOGICAL_DEVICE_MANAGER PMGR=SCSI_DISC_DM
    
    
  6. Hold the changes you just made, exit the IO configurator, keep the new configuration, and exit SYSGEN:

    
      io> HOLD
      io> EXIT
      sysgen> KEEP CONFIG
             (Keep the changes to the current config group.
              This assumes the group name is CONFIG.SYS.)
      sysgen> EXIT
    
    
  7. Shut down the computer system:

    
      CTRL A
      =SHUTDOWN
    
    
    After you see the message SHUT 6, power off the computer.

  8. Connect the CD-ROM drive to the card using the path you configured.

  9. Set the voltage selector switch, if necessary, on the back of the CD-ROM drive. It should be set correctly.

  10. If installing a SCSI CD-ROM drive, be sure that the SCSI bus is terminated properly at each end of the bus.

  11. Power on the CD-ROM drive.

  12. Power on the computer and boot the system from the primary path. The boot message varies depending on the system model.

    If you system asks you to enter the boot path, enter the primary boot path.

    If your system asks "Boot from primary path?" respond Y.

    Enter Y to Interact with IPL (or ISL)? if it appears on your screen.

  13. Verify the I/O configuration using ODE:

    • If you are on a 5.0 or greater system:

      
        ISL>ODE
        ODE>RUN MAPPER
      
      
      Refer to "5.3 Listing the System Configuration" in Chapter 5 "Modifying Your System" for procedural information. Also refer to the Offline Diagnostics Environment (ODE) User's Manual.

      The system displays the I/O configuration for the system. You need to check whether the CD-ROM drives have been configured correctly by seeing whether MPE/iX recognizes them. Example hardware configuration paths for HP-IB CD-ROM drives are shown below. Note the paths for your drives are likely to have different values, but the paths listed in your MAPPER output need to match the paths you entered with the AD command in the SYSGEN IO configurator.

      
                                      Type
        Path     Component Name        ID
        ----------------------------- ------
        52.3.0    CD-ROM Drive       HPA1999A
        52.4.0    CD-ROM Drive       HPA1999A
      
        ODE>EXIT
      
      
    • If you are on a 4.0 or 4.5 system:

      • Please ensure that all peripherals are powered on before you run IOMAP. If a peripheral is not powered on, it will not appear on IOMAP as an I/O component.

      • If you need information about hardware device IDs, print the file IODFAULT.PUB.SYS to your screen. This file contains ID numbers and associated parameters for hardware devices. You can display this file when the system is up and you have the system prompt.

      
        ISL>IOMAP
      
      
      The system a screen similar to:
      
        IOMAP Revision 2817 April 26, 1988
        IOMAP Running:  ce81
        
        This program has the capability to identify the configuration of
        the system and its I/O paths and devices.  Many of the components
        of the I/O system can be tested with selftest and loopback
        diagnostics.
                 .
                 .
                 .
        Do you wish to modify any program parameters? N
      
      
      Record or print the I/O configuration table displayed on the screen.

      This display shows all path names of the I/O components. These pathnames will be needed later to add to the SYSGEN I/O configuration. This screen is a sample of an IOMAP from an HP 3000 Series 950 system. The IOMAP display on your screen may differ significantly from the one below.

      
       Identify: Loop 1: All I/O components are being....
        Processor Identification:
                .
                .
                .
                                              Type    SW  Rev        Tests
        Path      Component Name               ID     Mod Hdwr Firm  Avail
       ______    ___________________________  ___     ___ ___  ___     ___
       8         A1700-50005 Channel Adapter  8H      5H  10H    0     0 ST LB
       12        28640-60001-802.3-LAN        2H      4H  52H    0     0 ST LB
       16        HP-PB SCSI Card              4H      4H  39H    0     0 ST LB
                      SCSI bus address for host adapter is 7
       17     HP-PB Centronics Parallel Port  5H      4H  3AH    0     0
       52         HP-PB SCSI Card             4H     14H  39H    0     0 ST LB
                      Resetting SCSI Bus (Approx. 10 seconds) ....
                      SCSI bus address for host adapter is 7
       52.0.0         Unknown SCSI device type (C1533A          )
       52.6.0         HPC2474S disc drive      -    -    -    -  0B11 ST
       56  A1703-60003 HP-PB Console/LAN Card 2H     14H  60H    0     0 ST LB
                      System Console is connected to this card
       62         Native Processor            0H
       63  Memory Controller (192 M bytes)    1H     14H   9H    0     0    LB
                      Slot 1A - 32M
                      Slot 1B - 32M
                      Slot 2A - 32M
                      Slot 2B - 32M
                      Slot 3A - 32M
                      Slot 3B - 32M
           Identify Loop 1 (1H) complete
      
      
      Respond YES to the prompt.
      
        Do you want to exit this program and return to ISL? Y
        
        IOMAP Exiting.
        ISL>
        
      
  14. Start the system:

    
      ISL>START NORECOVERY
    
    
You can now proceed to use the CD-ROM drives on your system.




Copying Tapes for Distribution


Appendix F HP Patch/iX Reference