HPlogo Performing System Operation Tasks: 900 Series HP 3000 Computer Systems > Chapter 10 Shutting Down the System

Shutting Down the System

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Shutting down the system's activity consists of several steps, including the following:

  • Notifying everyone a week in advance of a planned shutdown.

  • Warning everyone a few minutes before the shutdown.

  • Preventing anyone from starting a new job or session, or printing new reports.

  • Suspending or aborting any jobs and aborting any remaining sessions.

  • Entering the SHUTDOWN command.

The following section briefly describes the shutdown procedure.

To shut down the system

To shut down the computer system:

  1. Send a TELL message to your users 15 minutes before the shutdown. Enter:

       TELL @S;SHUTDOWN IN 15 MINUTES.  PLEASE LOG OFF.
    

    This message reaches all active terminals, except those in quiet mode. One way to inform all users is to repeat the TELL message a few minutes later with an extra note. Enter:

       TELL @S;SHUTDOWN IN 10 MINUTES.
    
       PLEASE TELL YOUR QUIET NEIGHBORS.
    

    If you cannot conveniently contact the quiet users, you can send them a WARN message. For example:

       WARN #S123;SHUTDOWN IN 10 MINUTES
    
  2. Prevent anyone from starting a new job, session, or printing new reports.

    In addition to asking users to quit using the computer, you also must make sure that nobody starts any new work. About 10 minutes before the shutdown, enter:

       LIMIT 0,0 Return
    
    
    
       JOBFENCE 14 Return
    

    The command LIMIT 0,0 limits the number of concurrently running jobs and sessions. The two parameters, in this case, 0,0 define the allowed number of jobs and sessions, respectively.

    The command JOBFENCE 14 defines the minimum input priority a job or session must have to execute. The parameter 14 raises the jobfence to the highest level.

  3. Close any open communication lines.

    Close any of the system's open communication lines. Enter both of the following to deactivate the NS3000/XL product:

       NSCONTROL STOP
    
       NETCONTROL STOP
    

    Consult the manuals of any other communications products for instructions on deactivating them.

  4. Shut down the system.

    To shut down the system, enter:

       CTRL A
    

    At the = prompt, enter:

       SHUTDOWN
    

    The console responds by listing shutdown messages similar to the following:

    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.  (Shut 16)
    
    Shutdown of system processes begins.  (Shut 4)
    
    Shutdown of system managers begins.  (Shut 5)
    
    Shutdown of operating system complete.  (Shut 6)
    

Note that depending on your system the Shutdown of operating system complete message may take a while to appear.

Feedback to webmaster