Initial System Loader

As mentioned earlier, the Initial System Loader (ISL) is run after the PDC. You would normally just run an “autoboot” sequence from ISL; however, there are a number of commands that you could run from the ISL prompt.


Picking up where we left off in the previous example, we have chosen to BOot off device p0 and interact with IPL as shown in the following example:

Main Menu: Enter command or menu > bo p0
Interact with IPL (Y, N, or Cancel)?> y

Booting...
Boot IO Dependent Code (IODC) revision 1


HARD Booted.

ISL Revision A.00.38  OCT 26, 1994

ISL> ?

    HELP          Help Facility
    LS            List ISL utilities
    AUTOBOOT      Set or clear autoboot flag in stable storage
    AUTOSEARCH    Set or clear autosearch flag in stable storage
    PRIMPATH      Modify primary boot path in stable storage
    ALTPATH       Modify alternate boot path in stable storage
    CONSPATH      Modify system console path in stable storage
    DISPLAY       Display boot and console paths in stable storage
    LSAUTOFL      List contents of autoboot file
    FASTSIZE      Sets or displays FASTSIZE
    800SUPPORT    Boots the s800 Support Kernel from the boot device
    700SUPPORT    Boot the s700 Support Kernel from the boot device
    READNVM       Displays contents of one word of NVM
    READSS        Displays contents of one word of stable storage
    LSBATCH       List contents of batch file
    BATCH         Execute commands in batch file
    LSEST         List contents of EST (Extended Self Test) file
    EST           Execute commands in EST (Extended Self Test) file

Enter 'LS' to see a list of the ISL utilities.

ISL>

Issuing a ? produces a list of ISL commands that we could issue. Issuing the DISPLAY command shows the boot and console paths and LS lists the ISL utilities available, as shown in the following example:


ISL> display

    Fastsize value is 0000000F

    Autoboot is ON (enabled)

    Autosearch is ON (enabled)

    Primary boot path is 0/0/1/1.2.0.0.0.0.0
    Primary boot path is (hex) 0/0/1/1.2.0.0.0.0.0

    Alternate boot path is 0/0/2/0.2.0.0.0.0.0
    Alternate boot path is (hex) 0/0/2/0.2.0.0.0.0.0

    System console path is 0/0/4/0.0.0.0.0.0.0
    System console path is (hex) 0/0/4/0.0.0.0.0.0.0

ISL>  ls


    Utilities on this system are:

filename   type   start   size     created
====================================================
ODE        -12960 584    1216    00/01/21 16:45:48
HPUX       -12928 3480   800     99/10/28 15:23:53

ISL>

DISPLAY produced the information we expected based on what we had seen in the previous section produced by PDC. LS produced two utilities available to us: ODE and HPUX. ODE is the Offline Diagnostics Environment. The following example shows listing the ODE utilities available on the system by running ODE, the HELP command, to see what commands are available, and LS to list the ODE utilities:

ISL> ode



***************************************************************************
******                                                               ******
******             Offline Diagnostic Environment                    ******
******                                                               ******
******  (C) Copyright Hewlett-Packard Co 1993-2000                   ******
******                    All Rights Reserved                        ******
******                                                               ******
******  HP shall not be liable for any damages resulting from the    ******
******  use of this program.                                         ******
******                                                               ******
******                TC  Version A.02.20                            ******
******                SysLib Version A.00.74                         ******
******                Loader Version A.00.59                         ******
******                Mapfile Version A.01.23                        ******
******                                                               ******
***************************************************************************

Type HELP for command information.
ODE> help

ODE Help

    Basic Commands
    --------------
    HELP -- Prints detailed information to the screen, when "help <command>"
            or "help <var>" is typed
    LS -- List modules available on boot medium
    <Module_Name> -- Load and initialize a module by typing its name
                     (For more help, type "help module_name")
    MENU -- Launch ODE's ease-of-use interface
    RUN -- Run a module (after setting desired environment variables)
    Control-Y|Control-C -- Abort an ODE command; pause a module run
    RESUME -- Restart a paused module
    DISPLOG -- After running a module, display contents of a log
    EXIT -- Return to next higher level prompt

    Environmental Variables
    -----------------------
    SHOWSTATE -- Display the value of the following environment variables:
        LOOP -- Run a test this many times
        ERRPRINT [ON|OFF] -- Print low-level error messages to console
                             (primarily for manufacturing use)
        ERRNUM [ON|OFF] -- Print one-line, numbered errors to the console

Continue ([y]/n)? y

        ERRPAUSE [ON|OFF] -- Pause module upon error detection
        ERRONLY [ON|OFF] -- Print ONLY error messages; disable non-error
                            and isolation message printing
        INFOPRINT [ON|OFF] -- Print informational messages to the console
        ISOPRINT [ON|OFF] -- Print fault isolation messages to the console
        ISOPAUSE [ON|OFF] -- Pause module when isolation message is generated
    LOGSIZE -- Set the size of a message log
    DEFAULT -- Reset environment variables to default state

ODE> ls

          Modules on this boot media are:

filename    type    size     created   description
-----------------------------------------------------------------------------
MAPPER2     TM      126      00/01/21  64 bit version of the system mapping ut
IOTEST2     TM      88       00/01/21  64 bit version that runs ROM-based self
PERFVER2    TM      124      00/01/21  64 bit version that runs ROM-based self

ODE>

When we ran ODE in this example and issued LS the three utilities at the end of the example were listed. I always load ODE as a part of system installations to help in the event of a possible system hardware problem that an HP CE may need to diagnose.

Next we'll proceed with the boot process by running the HPUX utility:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.2.78