HP3000-L Archives

August 2001, Week 1

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:
"Simonsen, Larry" <[log in to unmask]>
Reply To:
Simonsen, Larry
Date:
Wed, 1 Aug 2001 14:35:58 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (92 lines)
No. it must be on ldev 1.

-------------------------------------------------
Larry Simonsen                Phone: 801-489-2450
Flowserve Corporation     Fax: 801-491-1750
PO Box 2200                    http://www.Flowserve.com
Springville, UT 84663      e-mail: [log in to unmask]
-------------------------------------------------
All opinions expressed herein are my own and reflect, in no way, those of my
employer.

-----Original Message-----
From: Larry Barnes [mailto:[log in to unmask]]
Sent: Wednesday, August 01, 2001 2:33 PM
To: [log in to unmask]
Subject: Re: SYSSTART file not sysstarting

If I'm not mistaken, it doesn't matter which ldev it's on as long as the
ldev the file is on is part of the system volume set.??

Larry A. Barnes
Systems Administrator - HP3000
Coldwater Creek Inc.
751 W. Hanley Ave.
Couer d'Alene, ID  83815-3213
http://www.coldwatercreek.com




-----Original Message-----
From: Patrick Santucci [mailto:[log in to unmask]]
Sent: Wednesday, August 01, 2001 1:27 PM
To: [log in to unmask]
Subject: Re: [HP3000-L] SYSSTART file not sysstarting


I just checked and found our SYSSTART file on LDEV 3 on our 989. That's not
something I've *ever* checked before, and we haven't had a problem with it
running. Seems to me your SYSSTART file would only have to be on LDEV 1 if
you were coming up in SINGLE-DISK mode, and when was the last time you did
that? And in that case most of the jobs in our SYSSTART file wouldn't stream
anyway, so I'd probably say NOSYSSTART.

Having said that, it's probably a good idea to keep it on LDEV 1, since if
you ever *did* have to boot into single-disk mode you might want to check
and or edit the SYSSTART file before booting into multi-disk mode.

So what do you do if you're unfortunate enough not to have a copy of MPEX to
do what 'd' does so elegantly?

> !if finfo("sysstart","ldev") <> 1
> !  main.pub.vesoft;info='altfile sysstart;dev=1'
> !endif

You could accomplish the same thing this way (lower case used for
compatibility with donna's jcl ;-)

...
!if finfo("sysstart","ldev") <> 1
!  if finfo("sscopy","exists")
!    purge sscopy
!  endif
!  copy sysstart,sscopy
!  purge sysstart
!  build sysstart;rec=-72,,f,ascii;dev=1;disc=![finfo("sscopy","eof")],1,1
!  fcopy from=sscopy;to=sysstart
!endif
...

The above builds a new SYSSTART file the same size as your old one (and
reserves the space for it) on LDEV 1, then FCOPYs the contents from your
original SYSSTART file (now in SSCOPY) into it. Oh, and you should still do
the ALTSEC stuff, that's a great idea.

Just proof that MPEX can do it in fewer lines, I guess... :-)

Patrick
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Patrick Santucci
HPe3000 Systems Administrator
Cornerstone Brands, Inc.

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

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

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

ATOM RSS1 RSS2