T.R | Title | User | Personal Name | Date | Lines |
---|
29.1 | Even more goodies | RDGE21::MORRIS | | Fri Aug 29 1986 11:19 | 6 |
| Oh , by the way if you do put up V1.0 you will be able to use ENOTES
which provides a "batch mode" callable interface into Vax Notes.
This makes notewatching far more productive . I have have the kit
if you are interested.
|
29.2 | Coming soon | RDGE28::KEW | Jerry built systems | Fri Aug 29 1986 12:33 | 9 |
| Check RDGE28::TOOLBOX, hit kp7 etc, it's already installed on U28 in TBX:
well worth using and speeds up notes update considerably, apparently
someones even written a tpu section which allows you to 'walk' through your
notes extractions just like you're in notes for real. The issue of the
notes v1.1 upgrade has already been discussed in this conference. It'll all
be well next week. You're not still running v1.0 are you Chris?? :-)
Jerry
|
29.3 | And there it was installed | RDGE21::MORRIS | | Fri Aug 29 1986 12:47 | 7 |
| Never let it be said that we dont accept the challenge.
The EUC cluster is running T1.1 as of 11:40 today.
So the answer is no Jerry !!
Cheers Chris...
|
29.4 | Just to make thinks easier for you | RDGE21::MORRIS | | Fri Aug 29 1986 12:52 | 112 |
| $! * * * FOR INTERNAL USE ONLY * * *
$!
$! NOTES_INSTALL.COM
$!
$! This procedure will copy and install the current SDC or the current
$! FT version of VAX NOTES.
$
$ ON CONTROL_Y THEN GOTO Finish
$ ON ERROR THEN GOTO Finish
$ ASK = "READ/END=FINISH SYS$COMMAND ANS /PROMPT:"
$ SAY = "WRITE SYS$OUTPUT"
$ Complete = "incomplete"
$ CrLf = ""
$ CrLf[0,16] = 13 + (256*10)
$
$! Ask which version to install
$
$ TYPE SYS$INPUT
VAX NOTES Network Installation
This procedure allows you to select which version of VAX NOTES you
want to install. The available versions are:
T1.1 Field test of VAX NOTES (VAX/VMS V4.2 or later)
V1.0 The current SDC release (VAX/VMS V4.2 or later)
$ Vms_version = F$EDIT(F$EXTRACT(1, 7, F$GETSYI("VERSION")), "COMPRESS,TRIM")
$ IF Vms_version .GES. "4.2" THEN GOTO Get_version
$ TYPE SYS$INPUT
You don't have the prequisite version of VMS, so VAX NOTES can't be
installed on your system.
$ GOTO Finish
$
$Get_version:
$
$ ASK "Which version do you wish to install [<RET> to EXIT] "
$ Version = F$EDIT(Ans, "COMPRESS,TRIM,UPCASE")
$ IF Version .EQS. "" THEN GOTO Finish
$ IF (Version .EQS. "V1.0") .OR. (Version .EQS. "T1.1") THEN GOTO Got_version
$
$ SAY "You have not specified one of the versions listed",CrLf
$ GOTO Get_version
$
$Got_version:
$
$ Kit_location = "2085::NOTES$KIT:"
$ Kit_version = "010"
$ IF Version .EQS. "T1.1" THEN Kit_version = "011"
$
$! Copy savesets to local disk
$
$ ON WARNING THEN GOTO Copy_failure
$
$ SAY CrLf,"%NOTES-I-COPY, copying VAX NOTES ''Version' saveset to SYS$UPDATE"
$
$ COPY = "COPY/NOLOG/NOCONFIRM"
$ COPY 'Kit_location'NOTES'Kit_version'.A SYS$UPDATE:
$
$ SET NOON
$
$! Notify VAX NOTES Development of installation
$
$ Nodename = F$GETSYI("NODENAME")
$ IF Nodename .EQS. "" THEN GOTO non_CLUSTER
$ Nodeid = Nodename + " (" + F$STRING(F$GETSYI("NODE_AREA")) -
+ "." + F$STRING(F$GETSYI("NODE_NUMBER")) + ")"
$ GOTO NOTIFY
$
$non_CLUSTER:
$ Nodename = F$TRNLNM("SYS$NODE","LNM$SYSTEM") - "::" - "_"
$ Nodeid = Nodename
$
$NOTIFY:
$ Where = F$EDIT(Nodeid + " VAX/VMS " + F$GETSYI("VERSION") -
+ " (" + F$STRING(F$GETSYI("CPU")) + ")", "COMPRESS,TRIM")
$ Whom = F$EDIT(Nodename + "::" + F$GETJPI(0, "USERNAME"), "TRIM")
$ MAIL = "MAIL/NOEDIT/NOSELF"
$ MAIL _NLA0: 2523::NOTESQA -
/SUBJ="VAX NOTES ''Version' installed on ''where' by ''whom'"
$
$ ON ERROR THEN GOTO Finish
$
$ SAY CrLf,"%NOTES-I-INSTALL, installing VAX NOTES ''Version'"
$
$ @SYS$UPDATE:VMSINSTAL NOTES'Kit_version' SYS$UPDATE:
$
$ IF $STATUS THEN Complete = "complete"
$ GOTO Finish
$
$Copy_failure:
$
$ SAY CrLf,"%NOTES-E-COPYERR, installation failed due to error copying saveset"
$
$Clean_up:
$
$ SET NOON
$ IF F$SEARCH("SYS$UPDATE:NOTES''Kit_version'.A;") .EQS. "" THEN GOTO Finish
$
$! Delete saveset
$
$ DELETE = "DELETE/NOLOG/NOCONFIRM"
$ DELETE SYS$UPDATE:NOTES'Kit_version'.A;
$
$Finish:
$
$ SAY CrLf,"%NOTES-I-NETDONE, network installation ''Complete'"
$
$ EXIT 1
|
29.5 | | RDGE28::TLINDE | Tony Linde @RYO, 830-4941, Reading | Fri Aug 29 1986 13:08 | 5 |
| I think Vicky might be a little busy at the moment. I suggest we wait
until next week for upgrading!
Tony.
|
29.6 | Rebounded on me, huh? | RDGE28::KEW | Jerry built systems | Wed Sep 03 1986 15:14 | 8 |
| > The EUC cluster is running T1.1 as of 11:40 today.
Rats! ;-)
Jerry
|
29.7 | Soon | RDGE00::SYSTEM | | Thu Sep 11 1986 09:31 | 6 |
| Sorry to let you down guys!! As soon as all the nitty gritty's are
sorted out I will make sure we have all the latest goodies on the
cluster!! Lets hope it doesn't stop development work
Regards
Vicky
|
29.8 | Reason for upgrade | RDGE43::KEW | Jerry built systems | Tue Sep 30 1986 15:02 | 4 |
| It appears that ther are known bugs in notes 1.0 which causes ENOTES
(the batch extractor, v fast, which we should all use :-) ), to hang.
Upgrade to v1.1 clears this, and there is a network wide request for all
systems to update to v1.1. Could we upgrade ??
|
29.9 | VAXnotes V1.1 please? | RDGE43::KERRELL | Do not disturb | Thu Oct 02 1986 16:53 | 5 |
| Another bug in V1.0 causes your unseen count to be zapped.
Howsabout it then?
Dave.
|
29.10 | VAXnotes V1.1 pretty please? | RDGE28::KERRELL | Do not disturb | Thu Oct 23 1986 14:16 | 0 |
29.11 | VAXnotes T1.1 now installed on ADG Cluster | RDGE00::DRAPER | Steve Draper | Wed Nov 05 1986 14:36 | 17 |
| Well Brothers and Sisters,
We now got VAXnotes Version T1.1 installed on the ADG cluster.
Note (ha ha) that the version is T1.1 - not V1.1 (i.e. this is a
field test version; as yet there is no released V1.1).
As well as fixing some old and loved bugs, this release creates
some new (and soon to be loved) ones. I strongly suggest you read
the files
NOTES011.RELEASE_NOTES
NOTES_SHORTGUIDE.MEM
both in SYS$HELP:
Happy scribbling,
steve
|
29.12 | Thanx Steve. | RDGE43::KERRELL | Do not disturb | Wed Nov 05 1986 15:30 | 0
|