Operating System - OpenVMS
1828655 Members
6437 Online
109983 Solutions
New Discussion

Decserver 200 on Itanium OpenVMS

 
SOLVED
Go to solution
Shift Support
Occasional Advisor

Decserver 200 on Itanium OpenVMS

Anybody know how to get Decservers to downline load from Itanium Openvms? I can't find the decserver200 install kit anywhere
5 REPLIES 5
Ian Miller.
Honored Contributor

Re: Decserver 200 on Itanium OpenVMS

You could configure the LANCP download service and copy the DECserver 200 file from a working alpha/vax system.
____________________
Purely Personal Opinion
Martin Vorlaender
Honored Contributor
Solution

Re: Decserver 200 on Itanium OpenVMS

In more detail:

The file to look for (or to extract from any DECserver 200 kit) is PR0801ENG.SYS.

The following LANCP commands should do it:

LANCP> SET DEVICE /DLL=(ENABLE,NOEXCLUSIVE,SIZE=1482,[NO]KNOWNCLIENTSONLY)

and, if you specify KNOWNCLIENTSONLY above:

LANCP> DEFINE NODE /ADDRESS= /FILE=PR0801ENG.SYS
LANCP> SET NODE /PERMANENT_DATABASE

If you don't specify a to the file, or if you specified NOKNOWNCLIENTSONLY,
the file is assumed to reside in LAN$DLL:

HTH,
Martin
Anton van Ruitenbeek
Trusted Contributor

Re: Decserver 200 on Itanium OpenVMS

@Martin,

I thought is was MOM$LOAD where the default is for MOP files.

AvR
NL: Meten is weten, maar je moet weten hoe te meten! - UK: Measuremets is knowledge, but you need to know how to measure !
Karl Rohwedder
Honored Contributor

Re: Decserver 200 on Itanium OpenVMS

sho log lan$dll,mom$load
"LAN$DLL" = "CNC_DISK:[DECSERVER]" (LNM$SYSTEM_TABLE)
= "SYS$SYSROOT:[SYSTEM]"
= "SYS$SYSROOT:[DECSERVER]"
= "SYS$SYSROOT:[MOM$SYSTEM]"

"MOM$LOAD" = "CNC_DISK:[DECSERVER]" (LNM$SYSTEM_TABLE)
= "SYS$SYSROOT:[SYSTEM]"
= "SYS$SYSROOT:[DECSERVER]"
= "SYS$SYSROOT:[MOM$SYSTEM]"

It looks quite the same.

regards Kalle
Shift Support
Occasional Advisor

Re: Decserver 200 on Itanium OpenVMS

Solution as per comments in thread.