- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Network booting V4.7 from a V5.5 server
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-08-2005 05:50 AM
02-08-2005 05:50 AM
I can do this with LANCP in VMS 6.x with DECnet-Plus (pardon the wrap):
$ MCR LANCP
set node X /addr=08-00-02-xx-xx-xx /file=niscs_load.exe
/root=DISK2:[SYS0.]
However, I can't seem to find the corresponding incantation for VMS 5.5 with DECnet (IV, non-Plus).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 06:00 AM
02-08-2005 06:00 AM
Re: Network booting V4.7 from a V5.5 server
LANCP appeared in VMS V6.2. It provides an alternate MOP load mechanism when the customer does not want to run DECnet at all.
DECnet-Plus, by the way, has its own built-in MOP load mechanism that does not depend on LANCP (at least that was the case when I last played with it).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 07:42 AM
02-08-2005 07:42 AM
Re: Network booting V4.7 from a V5.5 server
It's easy to set up a node to boot with @CLUSTER_CONFIG, and I used this as a starting point. I've had a limited success in getting it working -- it will start to boot the alternative operating system, but fail when it doesn't join the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 07:49 AM
02-08-2005 07:49 AM
Re: Network booting V4.7 from a V5.5 server
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 07:56 AM
02-08-2005 07:56 AM
Re: Network booting V4.7 from a V5.5 server
Have you tried with DECnet replacing LANCP:
NCP> SET NODE X HARD ADDR 08-00-02-xx-xx-xx
NCP> SET NODE X LOAD ASSIST AGENT sys$share:niscs_load.exe
NCP> SET NODE X LOAD ASSIST PARAMETER DISK2:[SYS0.]
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 08:31 AM
02-08-2005 08:31 AM
Re: Network booting V4.7 from a V5.5 server
But I can do this with DECnet-Plus and LANCP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 08:36 AM
02-08-2005 08:36 AM
Re: Network booting V4.7 from a V5.5 server
Node Volatile Characteristics as of 8-FEB-2005 16:27:47
Remote node = 1.499 (OFFICE)
Hardware address = 08-00-2B-2A-22-F8
Load Assist Agent = SYS$SHARE:NISCS_LOAD.EXE
Load Assist Parameter = DISK$VMS062:[SYS0.]
---------------------------------------------
Actually, I'm booting a VMS V6.2 image instead of V4.7, but the sequence should be the same.
---------------------------------------------
Here's what shows up on the console:
%%%%%%%%%%% OPCOM 8-FEB-2005 16:28:28.13 %%%%%%%%%%%
Message from user DECNET on SIMH55
DECnet event 0.7, aborted service request
From node 1.400 (SIMH55), 8-FEB-2005 16:28:28.11
Circuit QNA-0, Line open error, File open error, Load file
%SYSTEM-F-ROPRAND, reserved operand fault at PC=0001B0DC, PSL=03C00000
Node = 1.499 (OFFICE), Ethernet address = 08-00-2B-2A-22-F8
The Load Assist Agent is actually run by the boot host. And it can't run the V6.2 image in this case.
So, I tried the following:
NCP>set node office load assist agent sys$library:niscs_load.exe
But it still fails:
%%%%%%%%%%% OPCOM 8-FEB-2005 16:35:55.69 %%%%%%%%%%%
Message from user DECNET on SIMH55
DECnet event 0.7, aborted service request
From node 1.400 (SIMH55), 8-FEB-2005 16:35:55.65
Circuit QNA-0, Line open error, File open error, Load file
%SYSTEM-F-ROPRAND, reserved operand fault at PC=0001B0DC, PSL=03C00000
Node = 1.499 (OFFICE), Ethernet address = 08-00-2B-2A-22-F8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 08:39 AM
02-08-2005 08:39 AM
Re: Network booting V4.7 from a V5.5 server
You'll want to find yourself a copy of the DECnet Phase IV documentation and read up on how to set up a MOP loader and see if you find any further answers there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 09:27 AM
02-08-2005 09:27 AM
Re: Network booting V4.7 from a V5.5 server
Remote node = 1.499 (OFFICE)
Hardware address = 08-00-2B-2A-22-F8
Load file = VMB.EXE
Load Assist Agent = SYS$SHARE:NISCS_LAA.EXE
Load Assist Parameter = DISK$VMS062:
Unfortunately, that fails with:
%%%%%%%%%%% OPCOM 8-FEB-2005 17:22:45.11 %%%%%%%%%%%
Message from user DECNET on SIMH55
DECnet event 0.7, aborted service request
From node 1.400 (SIMH55), 8-FEB-2005 17:22:45.09
Circuit QNA-0, Line open error, File open error, Load file
%LAA-F-RMTNOTCLS, remote node is not a VAXcluster member
Node = 1.499 (OFFICE), Ethernet address = 08-00-2B-2A-22-F8
*sigh*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 09:33 AM
02-08-2005 09:33 AM
Re: Network booting V4.7 from a V5.5 server
Hmmm. The V4.7 system MOP-downloads embedded MicroVAX II's in test equipment. It's quite possible that they're running VAXELN.
At this moment, I don't have access to the system to determine if the MV II's are running VMS or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 09:51 PM
02-08-2005 09:51 PM
Re: Network booting V4.7 from a V5.5 server
_even_ if you wanted those systems to be clustered, NI-clustering was only introduced in V5, so V4.7 will not go.
I strongly agree with Ian: un-coordinated access by two (more) systems to the same disk is _THE_ optimum scenario for disaster!.
Of course the loading WILL start: at first it is only the boot-server that accesses the drive, just to read some files and transfer them over the net.
Now, _IF_ that was a VaxELN (or any other) memory-resident image, that does not require (write) access to the disk, THEN that is OK.
I see no way in which you can MSCP serve a disk to nodes that are not members of the local cluster.
I will follow this thread with a most curious interest!!
Proost.
Have one on me.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 09:58 PM
02-08-2005 09:58 PM
Re: Network booting V4.7 from a V5.5 server
A very simple NI-style clustering with a single boot node was introduced with VMS V4.5c or around that release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 10:01 PM
02-08-2005 10:01 PM
Re: Network booting V4.7 from a V5.5 server
There was a special V4.7A version which introduced the NI-clustering.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 11:03 PM
02-08-2005 11:03 PM
Re: Network booting V4.7 from a V5.5 server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 05:22 AM
02-09-2005 05:22 AM
Re: Network booting V4.7 from a V5.5 server
regarding the RMTNOTCLS error message, this article may help:
http://h18000.www1.hp.com/support/asktima/operating_systems/CHAMP_SRC930603000522.html
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 10:58 PM
02-16-2005 10:58 PM
Re: Network booting V4.7 from a V5.5 server
So, does VMS 4.7 cluster with VMS 5.5-2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 11:22 PM
02-16-2005 11:22 PM
Solutionthe cluster software version (CLU$GB_CLUVER) for V5.1 (or higher) is 6, but for V4.7 it's supposed to be 2. And you can only cluster 2 nodes, if the cluster software version is not more than 1 version number apart.
I don't have a V4.7 system at hand, but you can find out the version with SDA:
$ ANAL/SYS ! example from an E8.2 system
SDA> exa clu$gb_cluver
CLU$GB_CLUVER: 00000000.00000006 "........"
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 01:07 AM
02-17-2005 01:07 AM
Re: Network booting V4.7 from a V5.5 server
Interesting. I checked the value on both V5.5-2H4 and V7.3, and it's 6. But I know that I can't cluster (successfully) these versions. The V5.5-2H4 system joins the cluster and then hangs...
I'll have the client check the version on his V4.7 system...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 01:51 AM
02-17-2005 01:51 AM
Re: Network booting V4.7 from a V5.5 server
the new node should crash itself with a CLUSWVER bugcheck, if the cluster software versions are incompatible with existing nodes in a cluster.
If it 'hangs', something else may be wrong/incompatible. Just force a crash on the hanging node and try to look around with SDA.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 02:05 AM
02-17-2005 02:05 AM
Re: Network booting V4.7 from a V5.5 server
I suppose I *could* have the device have its own system disk, and access everything else via DECnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 09:24 PM
03-06-2005 09:24 PM
Re: Network booting V4.7 from a V5.5 server
re: V5.5-2H4 and V7.3 in same cluster:
I got a chance to try to boot our V5.5-2H4 CHARON-VAX into our mixed version and mixed architecture cluster (VAX V6.2 up to I64 E8.2) and it does not work...
The V5.5-2H4 node is being rejected by the first of the E8.2 systems and crashes with
CLUSWVER - Software version incompatible with existing VMScluster
(R0 = %SYSTEM-F-REJECT, R1=00008106 = CLMDRS$C_VERSION = version mismatch).
Beyond the cluster software version (CLU$GB_CLUVER), which is 6 for all those systems, there are also checks for the cluster protocol version (stored in CSB$B_ECOLVL+1, visible with SDA> SHOW CLUSTER in the CSB of each node:
...
Eco/Version 0/23 ! for V5.5-2H4
...
V7.3 (and higher) includes checks to allow everything up from V6.0 (Protocol version 24.), but won't allow the V5.5-2H4 system, which has 23.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 09:35 PM
03-06-2005 09:35 PM
Re: Network booting V4.7 from a V5.5 server
its intersting to know V6.2, V7.3 and V8.2 will work in the same cluster as I may be doing that next month.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 11:05 PM
03-06-2005 11:05 PM
Re: Network booting V4.7 from a V5.5 server
4.14.2.1 Mixed-Version Incompatibilities
V7.2
A change to the OpenVMS Cluster Version 7.2 software prevents systems running OpenVMS Version 7.2 from participating in a cluster in which one or more nodes are running any of the following software versions:
OpenVMS VAX Version 5.5-2 or earlier versions
OpenVMS Alpha Version 1.5 or OpenVMS Alpha Version 1.0
If you attempt to boot a Version 7.2 node into a cluster containing a node with any of these older versions, the Version 7.2 node cannot join the cluster, and it crashes with a CLUSWVER bugcheck.
Similarly, if you attempt to boot a node running one of these older versions into a cluster in which one or more nodes are running Version 7.2, the older version node cannot join the cluster, and it crashes with the same CLUSWVER bugcheck.
Volker.