Operating System - OpenVMS
1751718 Members
5258 Online
108781 Solutions
New Discussion юеВ

Re: DS200 can't find load image

 
SOLVED
Go to solution
Kirsten Kn├╝ttel
Frequent Advisor

DS200 can't find load image

Hello,

I've got a misterious problem. We have now DECserver for a very long time and everything was O.K. with them.
Now, the last days, some DECServer rebootet and they can't find their Image any more. Until now, the problem was only with the DS200 Servers. The following error message was in the Logfile of the LANCP:

4-JUL-2006 16:58:33.63 Could not respond to load request on EWA0 from DSRZL1,
file not found
Requested file: LAN$DLL:PR0801ENG.SYS
4-JUL-2006 17:02:41.19 Could not respond to load request on EWA0 from DSAR14,
file not found

But the image is there.

the onliest thing I have changed last week (and I think there is the reason for the problem): I have installed TSM (Terminal Server Manager) on my machines. Can it be, that this software has changed something. I've read in older threats, that the images are loaded via MOP over LANCP or over DECNet (by the way, we have OpenVMS 7.3-1 and DECNet Phase V). In the past, the images were loaded over LANCP.
Can somebody help me?

Regards,

Kirsten
16 REPLIES 16
Wim Van den Wyngaert
Honored Contributor

Re: DS200 can't find load image

Some mixup in logicals ?

sh log lan$dll/tab=* should show only 1 value.

Wim
Wim
Kirsten Kn├╝ttel
Frequent Advisor

Re: DS200 can't find load image

Hi Wim,

no:

"LAN$DLL" = "SYS$SYSROOT:[MOM$SYSTEM]" (LNM$SYSTEM_TABLE)
= "SYS$COMMON:[DECSERVER]"

Regards,

Kirsten
Bojan Nemec
Honored Contributor

Re: DS200 can't find load image

Kirsten,

Check the logical name (as Wim suggested),
then you can try:

$ DIR LAN$DLL:PR0801ENG.SYS

If there is no such file, try to find it with:

$ DIR SYS$SYSDEVICE:[*...]PR0801ENG.SYS

After that you can copy the file to the right position (LAN$DLL:PR0801ENG.SYS).

Bojan
Kirsten Kn├╝ttel
Frequent Advisor

Re: DS200 can't find load image

Hi,

the file is there:

dir lan$dll:pr0801eng.sys

Directory SYS$COMMON:[DECSERVER]

PR0801ENG.SYS;3

Total of 1 file.

Regards,

Kirsten
Wim Van den Wyngaert
Honored Contributor

Re: DS200 can't find load image

mc ncl show mop client dsar14 all

mc lancp show node dsar14 (/total shows if requests are arriving).

sh sys/proc=*mop*

Net$mop indicates ncl version running. The other one (don't have it) is lancp.

Also check your operator.log file.

Wim

Wim
Steven Schweda
Honored Contributor

Re: DS200 can't find load image

> then you can try:
>
> $ DIR LAN$DLL:PR0801ENG.SYS

I'd _start_ with the DIR. Around here:

ALP $ show logical LAN$DLL
"LAN$DLL" = "SYS$SYSROOT:[MOM$SYSTEM]" (LNM$SYSTEM_TABLE)

Thus:

ALP $ dire /date /size /prot LAN$DLL

Directory SYS$COMMON:[MOM$SYSTEM]

ETS.SYS;1 1030 29-JAN-2001 21:47:44.97 (RWED,RWED,RE,RE)
PR0801ENG.SYS;1 378 10-DEC-1990 16:27:46.00 (RWED,RWED,RWED,RE)

Total of 2 files, 1408 blocks.


Hmmm. 1990. I guess that these things must
be getting old. (Like me.)
Wim Van den Wyngaert
Honored Contributor

Re: DS200 can't find load image

(soon w'll have files older than our collegeas)
Wim
Kirsten Kn├╝ttel
Frequent Advisor

Re: DS200 can't find load image

Wim:
+++++++++++++++++++++++++++++
mc ncl show mop client dsar14 all

Node 0 MOP Client DSAR14
at 2006-07-04-17:53:48.101+00:00Iinf

Identifiers

Name = DSAR14

Characteristics

Circuit = CSMACD-0
Addresses =
{
08-00-2B-12-CA-1E
}
Secondary Loader =
{
}
Tertiary Loader =
{
}
System Image =
{

SYS$SYSROOT:[DECSERVER]PR0801ENG.SYS
}
Diagnostic Image =
{
}
Management Image =
{
}
Script File =
{
}
Phase IV Host Name =
Phase IV Host Address = 0.0
Phase IV Client Name =
Phase IV Client Address = 0.0
Dump File =
{

SYS$COMMON:[DECSERVER]DS2DSAR14.DMP
}
Dump Address = 0
Verification = '0000000000000000'H
Device Types =
{
}


++++++++++++++++++++++++++++++++
mc lancp show node dsar14 /total

Node Listing, volatile database:

Totals:
Requests received 106
Requests volunteered 4
Successful loads 3
Failed loads 0
Packets sent 2360
Packets received 2489
Bytes sent 592405
Bytes received 9973
Last load DSAR14 at 24-JUN-2006 07:19:54.14
Retries 1
+++++++++++++++++++++
sh sys /proc=*mop*
OpenVMS V7.3-1 on node CAESAR 4-JUL-2006 17:55:08.64 Uptime 55 15:15:20
Pid Process Name State Pri I/O CPU Page flts Pages
29A0041B NET$MOP HIB 6 1970 0 00:00:38.59 255 298
++++++++++++++++++++++

Steven:

dir lan$dll:pr0801eng.sys/date/size/prot

Directory SYS$COMMON:[DECSERVER]

PR0801ENG.SYS;3 378 11-APR-1996 10:51:36.00 (RWED,RWED,RWED,RE)

Total of 1 file, 378 blocks.


Wim Van den Wyngaert
Honored Contributor

Re: DS200 can't find load image

Note the last LANCP load on 24 jun.

The ncl mop process is active. So I don't understand why lan$dll is shown in the error message because it is nowhere in the ncl setup.

Wim@home
Wim