Hello Mark.
The Oracle V2.3 manual is only partly usable for 4.1.4.
The build/install scripts copies a help file to [1,1] and you only need to
add the keyword and reference to the help file in mcr.hlp and dcl.hlp.
Yhos help file is mucht more usefull.
If you used the newsinst.cmd file after the installation, it will create a
demo database (scott/tiger), which has several similarities compared to V2.3.
Main difference for UFI, in v2.3 it is 'ufi personnel scott/tiger'
whereas in V4 it is 'ufi scott/tiger' for the basic demo.
Ed
--
Ik email, dus ik besta 😆
January 2, 2025 4:26 PM, "Mark Matlock" <mark(a)rsx11m.com> wrote:
> Ed,
> Congrats to both you and Johnny on bringing this Oracle software back from extinction!!
>
> I was a big fan of Datatrieve but haven’t worked with Oracle before. I downloaded the V2.3 manuals
> and have started reading them, but I ran into a question. To use the UFI, one needs to login with a
> user name and password. Is there a default one or how do you set one up? I configured my
> installation for two users.
>
> Thanks for this great software archeology development!
> Mark
>
>> On Dec 31, 2024, at 5:59 PM, Ed Groenenberg <ed(a)groenenberg.net> wrote:
>>
>> The wait was long, but it's finally available, Oracle V4.1.4 for RSX-11M+.
>> More at www.oracle-v2.online/oracle414
>>
>> Ed
>> --
>>
>> --
>> You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to
>> pidp-11+unsubscribe(a)googlegroups.com.
>> To view this discussion visit
>> https://groups.google.com/d/msgid/pidp-11/f3fe33a34335d8f9bb9daa30ca0a36f0@….
>
> --
> You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> pidp-11+unsubscribe(a)googlegroups.com.
> To view this discussion visit
> https://groups.google.com/d/msgid/pidp-11/46350799-AC28-4EBD-B890-0955A5083….
Peter,
The command file below is from a SYSGEN driver build of DDDRV from my system but I think it should work for yours. Note that OU: is defined by the SYSGEN process and should be set as a logical to your system disk (DL0:) or perhaps more simply just edited to be SY: Also, note that it uses RSXVEC.STB which should work on the pregenned RL02 RSX11M+.
[200,200]DDDRVBLD.CMD
;
; DDDRVBLD.CMD -- RSX-11M-PLUS loadable DD: driver build command file
;
; Created on 01-NOV-2024 at 14:00:05
;
OU:[1,54]DDDRV/-MM/-HD,SY:[1,34]DDDRV/SH/-SP,OU:[1,54]DDDRV=
SY:[1,24]RSX11M/LB:DDDRV:DDTAB
LB:[3,54]RSXVEC.STB/SS
LB:[1,1]EXELIB/LB
/
STACK=0
PAR=DRVPAR:120000:20000
/
If for some reason you need to assemble the DDDRV driver below is the SYSGEN produced assembly command files.
[200,200]DDDRVASM.CMD
;
; DDDRVASM.CMD -- RSX-11M-PLUS loadable DD: driver assembly command file
;
; Created on 01-NOV-2024 at 12:56:02
;
OU:[11,24]DDDRV,LS:[11,34]DDDRV/-SP=IN:[1,1]EXEMC/ML,[11,10]RSXMC/PA:1,DDDRV
OU:[11,24]DDTAB,LS:[11,34]DDTAB/-SP=IN:[1,1]EXEMC/ML,[11,10]RSXMC/PA:1,DDTAB
Good Luck,
Mark
>
> 1. I need some RSX11M+ TKB help (Peter Ekstrom)
>
> From: Peter Ekstrom <epekstrom(a)gmail.com>
> Subject: [cctalk] I need some RSX11M+ TKB help
> Date: December 29, 2024 at 6:21:46 PM CST
> To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk(a)classiccmp.org>
> Reply-To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk(a)classiccmp.org>
>
> I have RSX11M+ 4.6 BL87 installed and running on my real PDP 11/23+ and
> have gotten DECnet to work as well. But recently a need to access a TU58
> tape has come up, and turns out the DD driver on disk isn't built against
> the correct RSX11M.STB file. So I need to, I guess, recreate the DDDRV.TSK
> file. I have tried some very simplistic TKB commands but keep getting an
> error saying a required file is missing.
>
> I don't have the sysgen stuff on this disk... What I have comes from the
> pregenned RL02 image.
>
> Does anyone know how the TKB command line should look for this? I know, I
> am looking for the easy way out. I have skimmed through some manuals but
> nothing has stood out to me (I'm sure I missed it).
>
> Any help would be greatly appreciated.
>
> - Peter
'FOCAL's history is now highlighted on the Software Preservation Group
web site.
Originally created for the PDP-8 in 1968, this simple, approachable
computer language significantly expanded the use of early DEC
minicomputers into applications not previously possible. It was
embraced by users in an extremely wide range of applications, like
education, psychology, aviation, medicine, to nuclear physics and
process control.
Read about the personal motivations and decisions that shaped this
language and its wide-ranging impact at:
https://www.SoftwarePreservation.org/projects/FOCAL
--
Bruce Ray
Wild Hare Computer Systems, Inc.
Denver, Colorado USA
bkr(a)WildHareComputers.com
...preserving the Data General legacy: www.NovasAreForever.org
Hello everyone,
I am working on a Rainbow 100A which is showing a diagnostic code on the
lights at the back of 0110101. This is supposed to be Message 1 "Main Board
Video".
I have disassembled the 8088 firmware and checked address traces with a
logic analyser and my suspicion is that actually this is something to do
with the interaction with the Z80 because it is reading a status from the
shared memory and then using that to set the status lights.
I have been unable so far to work out where in the ROMs the Z80 code lives
or where in the 8088 code it transfers it to the shared memory to allow the
Z80 to run.
Can anyone tell me where the Z80 firmware is in the ROMs? And does anyone
have any insight into the above error or have details of the interaction
between the Z80 and the 8088? The Technical Manual only goes so far
unfortunately.
Thanks
Rob