HP3000-L Archives

September 2001, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"S.Shashikala" <[log in to unmask]>
Reply To:
S.Shashikala
Date:
Tue, 11 Sep 2001 01:45:24 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (565 lines)
--------------18F794FC49A5C6DC65D21132
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi All,

We in CSY Lab are investigating the feasibility of providing a
SHUTDOWN command on the CI prompt in MPE/iX. As part of this
investigation we would like to know customer's expectations and
requirements regarding this command.

We have attached a brief description of what we think is essential
for this command. Please spend some time to review this command
and send us your comments/suggestions either directly to us through
email or to the 3000-L mailing list.

Thanks

shashi ([log in to unmask])

-------------------------------------------------------------------------

OBJECTIVE:
=========
Presently MPE/iX supports the =SHUTDOWN with console interrupt
([CTRL][A]).
The =SHUTDOWN command performs an implicit =LOGOFF of all sessions,
including the session logged at the system console. The CPU halts,
and console interrupt ([CTRL][A]) is ineffective .

The objective of this enhancement is to provide shutdown mechanism with
a
reboot option similar to HP-UX.

The enhancement provides a :SHUTDOWN command on the CI prompt, with
a RESTART option which shuts down the system completely and reboots
automatically.

EXISTING FUNCTIONALITY:
======================
 =SHUTDOWN

     Initiates a shutdown of MPE/iX.

 syntax

      =SHUTDOWN [system  ]
               [terminal]
               [dtc     ]
               [tape    ]
               [disk    ]
               [network ]
               [other   ]

   The machine will be completely shutdown. It needs operator
   intervention. CTRL-B ,TC or RS is needed to boot the system.

New CI Command :
================

 :SHUTDOWN

     Initiates a shutdown of MPE/iX.

 syntax

 :SHUTDOWN [system  ];RESTART
                           [terminal]
                           [dtc     ]
                           [tape    ]
                           [disk    ]
                           [network ]
                           [other   ]

 :SHUTDOWN
     will shutdown the system completely.

 :SHUTDOWN;RESTART

     will shutdown the system completely and reboot the system
     automatically to ISL> prompt.

     This command can be issued only by users with system manager (SM)
     or system supervisor (OP) capability.

     This RESTART option is not applicable to other types of
     devices such as terminal, dtc, tape etc.

With AUTOBOOT:

 With this :SHUTDOWN ;RESTART option, we are also proposing to
 give AUTOBOOT functionality as part of the solution. Currently
 AUTOBOOT is available only with AUTORESTART product.

 With AUTOBOOT configuration, the system can be restarted automatically.

 In simple terms, AUTOBOOT configuration file specifies the command
 to be RUN in ISL> prompt when the control transfers to ISL prompt.
Hence,
 when :SHUTDOWN ;RESTART results in ISL, it automatically executes the
 command in AUTOBOOT file (typical command is :START -R NORECOVERY ...).

 Before executing the AUTOBOOT sequence, there exists a 10 seconds
window
 to abort the AUTOBOOT sequence, in case operator/manager wants to
perform
 some other operation.


Sample steps for creating the Autoboot file and configuration
=============================================================

1. :SHUTDOWN;RESTART with AUTOBOOT feature
------------------------------------------
 The AUTOBOOT feature provides a FORMAT utility that enables user to
create
 a specially formatted file that contains the  special sequence of
startup
 commands. The system automatically executes these commands in sequence
 during system startup if this feature is activated.

 Building a AUTOBOOT file
 -------------------------
 * Create a file called AUTOIN which contains  the
   "START -R NORECOVERY" command .

 * Run FORMAT.PUB.SYS. Output will be in a file called  AUTOOUT
   in the same group.

 * Copy AUTOOUT,AUTOBOOT.MPEXL.SYS

 * Set the autoboot file with the SYSGEN  utility.
   :SYSGEN
    >sy
    >aa file=autoboot.mpexl.sys;type=disc
    >hold
    >exit
    >keep
    >tape verbose

 * Perform a configuration UPDATE to your system with the CSLT tape
   created under SYSGEN

 * After UPDATE is done, use the ISL AUTOBOOT command to
   enable the autoboot feature.
   At the ISL prompt enter:

   ISL> AUTOBOOT ON

 * Use the START command with the -R option, to start the system.
   At the ISL prompt enter:

   ISL> START -R start_options

   If the -R option is not used with the START command the autoboot
feature
   wil not be enabled.

   Once the above steps are complete & the autoboot feature is enabled,
the
   commnd :SHUTDOWN;RESTART will completely shutdown the system and the
   startup needs no operator intervention.

   (See the sample output 1)

SAMPLE OUTPUT
==============
1.With the AUTOBOOT feature enabled:
------------------------------------
:SHUTDOWN;restart

     Shutdown of operating system begins. (Shut 1)
     Shutdown of user processes begins. (Shut 2)
     Shutdown of jobs & sessions begins. (Shut 3)
     Spoolers notified of a shutdown. (Shut16)
     Shutdown of system processes begins. (Shut 4)
     Shutdown of system managers begins. (Shut 5)
     Shutdown of operating system complete. (Shut 6)

     ---------------------------------------------------------------
     PDC - Processor Dependent Code - Version   1.2
     (c) Copyright 1990-1993, Hewlett-Packard Company, All rights
reserved
     ---------------------------------------------------------------
      64 MB of memory configured and tested.
     Primary boot path:    56/52.4   (dec)
     Alternate boot path:  56/52.0   (dec)

     Processor is starting autoboot process.

     To discontinue, press any key within 10 seconds.

     10 seconds expired.
     Proceeding...

     Trying Primary Boot Path
     ..
     ..
     Booting...
     ..
     ..

2.With the DUMP-TO-DISK and AUTOBOOT feature enabled:
--------------------------------------------------
:SHUTDOWN;restart

     Shutdown of operating system begins. (Shut 1)
     Shutdown of user processes begins. (Shut 2)
     Shutdown of jobs & sessions begins. (Shut 3)
     Spoolers notified of a shutdown. (Shut16)
     Shutdown of system processes begins. (Shut 4)
     Shutdown of system managers begins. (Shut 5)
     Shutdown of operating system complete. (Shut 6)

     ------------------------------------------------------------
     PDC - Processor Dependent Code - Version   1.2
     (c) Copyright 1990-1993, Hewlett-Packard Company, All rights
reserved
     ---------------------------------------------------------------
     64 MB of memory configured and tested.
     Primary boot path:    56/52.4   (dec)
     Alternate boot path:  56/52.0   (dec)
     Processor is starting autoboot process.

To discontinue, press any key within 10 seconds.

10 seconds expired.
Proceeding...

Trying Primary Boot Path
------------------------

Booting..
..
...


ISL booting  DUMP
MPE/iX launch facility
................
DDump of memory save area complete.


Main memory dump complete.

Dump completed - autoboot in progress.

 Checking for Autorestart/iX product to be active.
Autorestart/iX product active, Hard booting the system.

------------------------------------------------------------------------------

   PDC - Processor Dependent Code - Version   1.2
   (c) Copyright 1990-1993, Hewlett-Packard Company, All rights reserved

------------------------------------------------------------------------------

  64 MB of memory configured and tested.
   Primary boot path:    56/52.4   (dec)
   Alternate boot path:  56/52.0   (dec)

Processor is starting autoboot process.

To discontinue, press any key within 10 seconds.

10 seconds expired.
Proceeding...

Trying Primary Boot Path
------------------------

Booting...
..
...
...

ISL booting
     START -R NORECOVERY
MPE/iX launch facility
----------------------------end of sample output ----------------




--
----------------------------------------------------------------------
S Shashikala                        Email: [log in to unmask]
HEWLETT PACKARD - ISO,              Tel  : 91-80-2251554.extn:1175
30C, Cunningham Road.
Bangalore-560052. INDIA.
----------------------------------------------------------------------



--------------18F794FC49A5C6DC65D21132
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi All,
<p>We in CSY Lab are investigating the feasibility of providing a
<br>SHUTDOWN command on the CI prompt in MPE/iX. As part of this
<br>investigation we would like to know customer's expectations and
<br>requirements regarding this command.
<p>We have attached a brief description of what we think is essential
<br>for this command. Please spend some time to review this command
<br>and send us your comments/suggestions either directly to us through
<br>email or to the 3000-L mailing list.
<p>Thanks
<p>shashi ([log in to unmask])
<p>-------------------------------------------------------------------------
<br>OBJECTIVE:
<br>=========
<br>Presently MPE/iX supports the =SHUTDOWN with console interrupt ([CTRL][A]).
<br>The =SHUTDOWN command performs an implicit =LOGOFF of all sessions,
<br>including the session logged at the system console. The CPU halts,
<br>and console interrupt ([CTRL][A]) is ineffective .
<p>The objective of this enhancement is to provide shutdown mechanism with
a
<br>reboot option similar to HP-UX.
<p>The enhancement provides a :SHUTDOWN command on the CI prompt, with
<br>a RESTART option which shuts down the system completely and reboots
<br>automatically.
<p>EXISTING FUNCTIONALITY:
<br>======================
<br>&nbsp;=SHUTDOWN
<p>&nbsp;&nbsp;&nbsp;&nbsp; Initiates a shutdown of MPE/iX.
<p>&nbsp;syntax
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =SHUTDOWN [system&nbsp; ]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[terminal]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[dtc&nbsp;&nbsp;&nbsp;&nbsp; ]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[tape&nbsp;&nbsp;&nbsp; ]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[disk&nbsp;&nbsp;&nbsp; ]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[network ]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[other&nbsp;&nbsp; ]
<p>&nbsp;&nbsp; The machine will be completely shutdown. It needs operator
<br>&nbsp;&nbsp; intervention. CTRL-B ,TC or RS is needed to boot the system.
<p>New CI Command :
<br>================
<br>&nbsp;
<br>&nbsp;:SHUTDOWN
<p>&nbsp;&nbsp;&nbsp;&nbsp; Initiates a shutdown of MPE/iX.
<p>&nbsp;syntax
<p>&nbsp;:SHUTDOWN [system&nbsp; ];RESTART
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[terminal]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[dtc&nbsp;&nbsp;&nbsp;&nbsp; ]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[tape&nbsp;&nbsp;&nbsp; ]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[disk&nbsp;&nbsp;&nbsp; ]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[network ]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[other&nbsp;&nbsp; ]
<p>&nbsp;:SHUTDOWN
<br>&nbsp;&nbsp;&nbsp;&nbsp; will shutdown the system completely.
<p>&nbsp;:SHUTDOWN;RESTART
<br>&nbsp;
<br>&nbsp;&nbsp;&nbsp;&nbsp; will shutdown the system completely and reboot
the system
<br>&nbsp;&nbsp;&nbsp;&nbsp; automatically to ISL> prompt.
<p>&nbsp;&nbsp;&nbsp;&nbsp; This command can be issued only by users with
system manager (SM)
<br>&nbsp;&nbsp;&nbsp;&nbsp; or system supervisor (OP) capability.
<p>&nbsp;&nbsp;&nbsp;&nbsp; This RESTART option is not applicable to other
types of
<br>&nbsp;&nbsp;&nbsp;&nbsp; devices such as terminal, dtc, tape etc.
<p>With AUTOBOOT:
<br>&nbsp;
<br>&nbsp;With this :SHUTDOWN ;RESTART option, we are also proposing to
<br>&nbsp;give AUTOBOOT functionality as part of the solution. Currently
<br>&nbsp;AUTOBOOT is available only with AUTORESTART product.
<p>&nbsp;With AUTOBOOT configuration, the system can be restarted automatically.
<br>&nbsp;In simple terms, AUTOBOOT configuration file specifies the command
<br>&nbsp;to be RUN in ISL> prompt when the control transfers to ISL prompt.
Hence,
<br>&nbsp;when :SHUTDOWN ;RESTART results in ISL, it automatically executes
the
<br>&nbsp;command in AUTOBOOT file (typical command is :START -R NORECOVERY
...).
<<p>&nbsp;Before executing the AUTOBOOT sequence, there exists a 10 seconds
window
<br>&nbsp;to abort the AUTOBOOT sequence, in case operator/manager wants
to perform
<br>&nbsp;some other operation.
<br>&nbsp;
<p>Sample steps for creating the Autoboot file and configuration
<br>=============================================================
<p>1. :SHUTDOWN;RESTART with AUTOBOOT feature
<br>------------------------------------------
<br>&nbsp;The AUTOBOOT feature provides a FORMAT utility that enables user
to create
<br>&nbsp;a specially formatted file that contains the&nbsp; special sequence
of startup
<br>&nbsp;commands. The system automatically executes these commands in
sequence
<br>&nbsp;during system startup if this feature is activated.
<p>&nbsp;Building a AUTOBOOT file
<br>&nbsp;-------------------------
<br>&nbsp;* Create a file called AUTOIN which contains&nbsp; the
<br>&nbsp;&nbsp; "START -R NORECOVERY" command .
<p>&nbsp;* Run FORMAT.PUB.SYS. Output will be in a file called&nbsp; AUTOOUT
<br>&nbsp;&nbsp; in the same group.
<p>&nbsp;* Copy AUTOOUT,AUTOBOOT.MPEXL.SYS
<p>&nbsp;* Set the autoboot file with the SYSGEN&nbsp; utility.
<br>&nbsp;&nbsp; :SYSGEN
<br>&nbsp;&nbsp;&nbsp; >sy
<br>&nbsp;&nbsp;&nbsp; >aa file=autoboot.mpexl.sys;type=disc
<br>&nbsp;&nbsp;&nbsp; >hold
<br>&nbsp;&nbsp;&nbsp; >exit
<br>&nbsp;&nbsp;&nbsp; >keep
<br>&nbsp;&nbsp;&nbsp; >tape verbose
<p>&nbsp;* Perform a configuration UPDATE to your system with the CSLT
tape
<br>&nbsp;&nbsp; created under SYSGEN
<p>&nbsp;* After UPDATE is done, use the ISL AUTOBOOT command to
<br>&nbsp;&nbsp; enable the autoboot feature.
<br>&nbsp;&nbsp; At the ISL prompt enter:
<p>&nbsp;&nbsp; ISL> AUTOBOOT ON
<p>&nbsp;* Use the START command with the -R option, to start the system.
<br>&nbsp;&nbsp; At the ISL prompt enter:
<p>&nbsp;&nbsp; ISL> START -R start_options
<p>&nbsp;&nbsp; If the -R option is not used with the START command the
autoboot feature
<br>&nbsp;&nbsp; wil not be enabled.
<br>&nbsp;
<br>&nbsp;&nbsp; Once the above steps are complete &amp; the autoboot feature
is enabled, the
<br>&nbsp;&nbsp; commnd :SHUTDOWN;RESTART will completely shutdown the
system and the
<br>&nbsp;&nbsp; startup needs no operator intervention.
<br>&nbsp;
<br>&nbsp;&nbsp; (See the sample output 1)
<p>SAMPLE OUTPUT
<br>==============
<br>1.With the AUTOBOOT feature enabled:
<br>------------------------------------
<br>:SHUTDOWN;restart
<p>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of operating system begins. (Shut
1)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of user processes begins. (Shut 2)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of jobs &amp; sessions begins. (Shut
3)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Spoolers notified of a shutdown. (Shut16)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of system processes begins. (Shut
4)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of system managers begins. (Shut
5)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of operating system complete. (Shut
6)
<p>&nbsp;&nbsp;&nbsp;&nbsp; ---------------------------------------------------------------
<br>&nbsp;&nbsp;&nbsp;&nbsp; PDC - Processor Dependent Code - Version&nbsp;&nbsp;
1.2
<br>&nbsp;&nbsp;&nbsp;&nbsp; (c) Copyright 1990-1993, Hewlett-Packard Company,
All rights reserved
<br>&nbsp;&nbsp;&nbsp;&nbsp; ---------------------------------------------------------------
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 64 MB of memory configured and tested.
<br>&nbsp;&nbsp;&nbsp;&nbsp; Primary boot path:&nbsp;&nbsp;&nbsp; 56/52.4&nbsp;&nbsp;
(dec)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Alternate boot path:&nbsp; 56/52.0&nbsp;&nbsp;
(dec)
<p>&nbsp;&nbsp;&nbsp;&nbsp; Processor is starting autoboot process.
<p>&nbsp;&nbsp;&nbsp;&nbsp; To discontinue, press any key within 10 seconds.
<p>&nbsp;&nbsp;&nbsp;&nbsp; 10 seconds expired.
<br>&nbsp;&nbsp;&nbsp;&nbsp; Proceeding...
<p>&nbsp;&nbsp;&nbsp;&nbsp; Trying Primary Boot Path
<br>&nbsp;&nbsp;&nbsp;&nbsp; ..
<br>&nbsp;&nbsp;&nbsp;&nbsp; ..
<br>&nbsp;&nbsp;&nbsp;&nbsp; Booting...
<br>&nbsp;&nbsp;&nbsp;&nbsp; ..
<br>&nbsp;&nbsp;&nbsp;&nbsp; ..
<p>2.With the DUMP-TO-DISK and AUTOBOOT feature enabled:
<br>--------------------------------------------------
<br>:SHUTDOWN;restart
<p>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of operating system begins. (Shut
1)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of user processes begins. (Shut 2)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of jobs &amp; sessions begins. (Shut
3)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Spoolers notified of a shutdown. (Shut16)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of system processes begins. (Shut
4)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of system managers begins. (Shut
5)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Shutdown of operating system complete. (Shut
6)
<p>&nbsp;&nbsp;&nbsp;&nbsp; ------------------------------------------------------------
<br>&nbsp;&nbsp;&nbsp;&nbsp; PDC - Processor Dependent Code - Version&nbsp;&nbsp;
1.2
<br>&nbsp;&nbsp;&nbsp;&nbsp; (c) Copyright 1990-1993, Hewlett-Packard Company,
All rights reserved
<br>&nbsp;&nbsp;&nbsp;&nbsp; ---------------------------------------------------------------
<br>&nbsp;&nbsp;&nbsp;&nbsp; 64 MB of memory configured and tested.
<br>&nbsp;&nbsp;&nbsp;&nbsp; Primary boot path:&nbsp;&nbsp;&nbsp; 56/52.4&nbsp;&nbsp;
(dec)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Alternate boot path:&nbsp; 56/52.0&nbsp;&nbsp;
(dec)
<br>&nbsp;&nbsp;&nbsp;&nbsp; Processor is starting autoboot process.
<p>To discontinue, press any key within 10 seconds.
<p>10 seconds expired.
<br>Proceeding...
<p>Trying Primary Boot Path
<br>------------------------
<p>Booting..
<br>..
<br>..
<br>&nbsp;
<p>ISL booting&nbsp; DUMP
<br>MPE/iX launch facility
<br>................
<br>Dump of memory save area complete.
<br>&nbsp;
<p>Main memory dump complete.
<p>Dump completed - autoboot in progress.
<p>&nbsp;Checking for Autorestart/iX product to be active.
<br>Autorestart/iX product active, Hard booting the system.
<p>------------------------------------------------------------------------------
<br>&nbsp;&nbsp; PDC - Processor Dependent Code - Version&nbsp;&nbsp; 1.2
<br>&nbsp;&nbsp; (c) Copyright 1990-1993, Hewlett-Packard Company, All
rights reserved
<br>------------------------------------------------------------------------------
<br>&nbsp; 64 MB of memory configured and tested.
<br>&nbsp;&nbsp; Primary boot path:&nbsp;&nbsp;&nbsp; 56/52.4&nbsp;&nbsp;
(dec)
<br>&nbsp;&nbsp; Alternate boot path:&nbsp; 56/52.0&nbsp;&nbsp; (dec)
<p>Processor is starting autoboot process.
<p>To discontinue, press any key within 10 seconds.
<p>10 seconds expired.
<br>Proceeding...
<p>Trying Primary Boot Path
<br>------------------------
<p>Booting...
<br>..
<br>..
<br>..
<p>ISL booting
<br>&nbsp;&nbsp;&nbsp;&nbsp; START -R NORECOVERY
<br>MPE/iX launch facility
<br>----------------------------end of sample output ----------------
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<pre>--&nbsp;
----------------------------------------------------------------------
S Shashikala&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Email: [log in to unmask]
HEWLETT PACKARD - ISO,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tel&nbsp; : 91-80-2251554.extn:1175
30C, Cunningham Road.
Bangalore-560052. INDIA.
----------------------------------------------------------------------</pre>
&nbsp;</html>

--------------18F794FC49A5C6DC65D21132--

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2