- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: LANCP DLL fails to downline load DECserver boo...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 05:43 AM
02-09-2009 05:43 AM
LANCP DLL fails to downline load DECserver boot file
I've got following problem:
I enabled a device for all DLL requests, but DECserver can't download boot file.
$ MC LANCP SHOW DLL:
...
LLB0 enabled in selective mode for all requests, data size 246 bytes
No messages appear in OPCOM (REPLY/ENA=NETWORK),
Number of loads does not change (MC LANCP SHOW DLL)
In order to get it working, I have to define the decserver with address to allow the DECserver to boot.
MC LANCP DEFINE NODE DS0001 /ADDRESS=08-00-2b-12-34-56 /BOOT=OTHER
MC LANCP SET NODE DS0001 /PERM
This is in contradiction with "for all requests" on the LLB0 device.
MC LANCP SHOW NODE
Node Listing, volatile database (9-FEB-2009 14:29:56.69):
(Catchall entry):
DS001 (08-00-2B-12-34-56):
I'm running OpenVMS 7.3-2, Sysupd 16.
Anyone any clue?
Thnx,
Bob Kortlandt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 06:11 AM
02-09-2009 06:11 AM
Re: LANCP DLL fails to downline load DECserver boot file
But study the "help def node/file" in lancp. You need to specify the file to load (in my case sys$sysroot:[decserver]wweng2.sys.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 06:20 AM
02-09-2009 06:20 AM
Re: LANCP DLL fails to downline load DECserver boot file
Problem is that ALL DECservers should be able to upload, they'll ask themselves for the file they need.
I don't want to specify every DECserver's MAC address.
Grtz,
Bob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 06:23 AM
02-09-2009 06:23 AM
Re: LANCP DLL fails to downline load DECserver boot file
Check that DECnet isn't "stealing" the request.
Have you MOP via DECnet enabled ?
Hakan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 06:25 AM
02-09-2009 06:25 AM
Re: LANCP DLL fails to downline load DECserver boot file
You want to boot all your DECservers via LANCP instead of DECnet, right ?
Hakan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 06:45 AM
02-09-2009 06:45 AM
Re: LANCP DLL fails to downline load DECserver boot file
>>
No messages appear in OPCOM (REPLY/ENA=NETWORK),
Number of loads does not change (MC LANCP SHOW DLL)
>>
To me this indicates no request is coming in at all, otherwise You would see an error message from lanacp.
So there must be some lower level problem: decservers not in same (brigded-)LAN ?
MOP protocol not enabled in bridges ?
Filters in switches ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 06:53 AM
02-09-2009 06:53 AM
Re: LANCP DLL fails to downline load DECserver boot file
indicates if OPCOM is given or not. You can also enable other useful stuff.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 07:00 AM
02-09-2009 07:00 AM
Re: LANCP DLL fails to downline load DECserver boot file
will show if only known clients are accepted and if mop is enabled for the (network card) device.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 07:02 AM
02-09-2009 07:02 AM
Re: LANCP DLL fails to downline load DECserver boot file
LANCP> show dev llb0 /dll
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 07:29 AM
02-09-2009 07:29 AM
Re: LANCP DLL fails to downline load DECserver boot file
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 08:46 AM
02-09-2009 08:46 AM
Re: LANCP DLL fails to downline load DECserver boot file
I wonder if it would work if you remove the entry from the db. You created a KNOWN entry and that would not search the directory.
fwiw
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2009 05:22 PM
02-09-2009 05:22 PM
Re: LANCP DLL fails to downline load DECserver boot file
So normally, you do have to define the node.
But the idea is that packets that would not otherwise be delivered to another user should also be processed by the 'catch all' definition. I am not sure, but I think there is a bug in the handling of 'selective mode' in the LAN common routines.
If you can, escalate the problem. This is on my list of things to address, and I'll get to it sometime. Meanwhile, define the node explicitly.
- Dick Stockdale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2009 01:31 AM
02-10-2009 01:31 AM
Re: LANCP DLL fails to downline load DECserver boot file
@Hakan: I just use LANCP, DECnet is not used for DLL.
@Joseph + @Wim: If I define (and set) a DECserver MAC address in the database, DECserver loads it's boot file, I get OPCOM messages, and I can see that the # of loads increases. Network is OK, I guess...
@Ian: Problem is that if I set NoKnownClientsOnly, I expect that undefined DECserver will load as well, but they don't. It seemes that it doesn't matter what I set, I still have to define the DECserver and MAC address.
@Dick: I'm afraid you're right.
For the record: OpenVMS 7.3-2, Sysupd 16, LANCP 5.0
I will try and setup a test on a Sysupd 13 system...
Grtz, Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2009 01:58 AM
02-13-2009 01:58 AM
Re: LANCP DLL fails to downline load DECserver boot file
I will try and escalate this problem...
Thnx to all for help.
Bob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2009 01:59 AM
02-13-2009 01:59 AM