HP3000-L Archives

June 1998, Week 4

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:
Wendell E Gragg <[log in to unmask]>
Reply To:
Date:
Fri, 26 Jun 1998 08:08:11 -0600
Content-Type:
TEXT/PLAIN
Parts/Attachments:
TEXT/PLAIN (135 lines)
I was asked by the author to forward this reply to my query to the list.

Wendell E. Gragg                 Socorro Independent School District
HP Library Systems Specialist    El Paso Tx
[log in to unmask]

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
^Back up my hard drive?  How do I put it in reverse?                     ^
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

---------- Forwarded message ----------
Date: Fri, 26 Jun 1998 09:44:22 +0200
From: [log in to unmask]
To: [log in to unmask]
Subject: Re: Creating SLT tape

Hi Wendell,

we run the following jobs once a week per box during midday.
Creation of a SLT is possible while users on the system but requires some
CPU time.
You may add NET, PUB, DIAG.SYS but parts of these groups are accessed as
long as users are there.
These three groups are recommended to be stored for patches because they
are essential to bring a system back in case of ...

In our job you will see:
* we store a special group only. In this group we copy the CONFIG.SYS of
the backup/contingency box for this CPU.
* we perform a SLT verify.
* we check the success of this verify and send messages to IT/O OpC if
needed.

Hope that will help, best regards, Andreas Schmidt, CSC, Germany

!JOB SLTJ,MANAGER.SYS,OPS;OUTCLASS=,1;HIPRI
!
!COMMENT Create and Verify System Load Tape
!COMMENT ----------------------------------
!COMMENT written by A.Schmidt / M.Kreis
!COMMENT version A.02.60 from 15FEB98
!
!SETJCW JCW=OK
!SETJCW CIERROR=0
!IF HPSYSNAME="XENBH8" THEN
!   COMMENT For Contingency, we store the XENBH1 configuration.
!   COMMENT This reside in CONFNBH1.SYS and must be updated
!   COMMENT from time to time.
!   CONTINUE
!   SYSGEN
TA MODE=VERBOSE STORE="@.CONFNBH1.SYS"
E
!ELSE
!   CONTINUE
!   SYSGEN
TA MODE=VERBOSE
E
!ENDIF
!
!IF CIERROR = 0  AND JCW = OK
!OPCMSG normal,SLTJ,SLT_tape,Job,Creation of SYSTEM LOAD TAPE O.K.
!ELSE
!   SHOWJCW
!OPCMSG minor,SLTJ,SLT_tape,Job,SLTJ   F A I L E D   - Inform OpsSup NOW !
!   EOJ
!ENDIF
!
!OPCMSG warning,SLTJ,SLT_tape,Tape_Request,&
!For SLT Verify, please mount the tape again, write protect.
!
!RUN CHECKSLT.MPEXL.TELESUP;PARM=1
!
!SHOWVAR CHECKSLT@
!
!IF CHECKSLT_ERROR_FOUND > 0 THEN
!OPCMSG minor,SLTJ,SLT_tape,Job,&
!SLT VERIFY   F A I L E D   - Rerun SLTJ, use new Tape!
!   EOJ
!ENDIF
!
!IF CHECKSLT_WARN_FOUND > 0 THEN
!OPCMSG warning,SLTJ,SLT_tape,Job,&
!SLT VERIFY has   W A R N I N G S   - Inform OpsSup NOW !
!ENDIF
!
!IF CHECKSLT_MEDIA_WARN > 0 THEN
!OPCMSG minor,SLTJ,SLT_tape,Job,&
!SLT VERIFY has Media-Warnings - Rerun SLTJ, but use new Tape!
!ENDIF
!
!IF CHECKSLT_DUPFILE_FOUND > 0 THEN
!OPCMSG warning,SLTJ,SLT_files,Job,&
!SLT VERIFY found duplicate files - Inform OpsSup NOW !
!ENDIF
!
!IF CHECKSLT_OFF_LDEV1 > 0 THEN
!OPCMSG warning,SLTJ,SLT_files,Job,&
!SLT VERIFY found files off LDEV1 - Inform OpsSup NOW !
!ENDIF
!
!EOJ





[log in to unmask] on 06/25/98 11:15:27 PM

Please respond to [log in to unmask]

To:   [log in to unmask]
cc:    (bcc: Andreas Schmidt/HI/CSC)
Subject:  Creating SLT tape




In my meanderings through the mess my predecessor left me, I have found
that the last SLT tape made was two years ago!  Considering the fact that
I need to make a new one, I have two questions:
1.  Can I make it while users are on the system?
2.  Are there any files that I should include on the tape besides what the
generic command in the sysgen tape command would provide?
Just thought of a third.  The Performing System Management Tasks manual
states on page 2-8 that the SLT tape does not include the system
directory.  Is that significant?
Thanks,
Wendell
Wendell E. Gragg                 Socorro Independent School District
HP Library Systems Specialist    El Paso Tx
[log in to unmask]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
^Back up my hard drive?  How do I put it in reverse?                     ^
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

ATOM RSS1 RSS2