|
|
|
|
|
|
| Author |
Message |
prep@prep.synonet.com *nix forums Guru Wannabe
Joined: 28 Jul 2005
Posts: 190
|
Posted: Wed Feb 09, 2005 7:11 pm Post subject:
Re: Serving a different boot disk
|
|
|
"Stanley F. Quayle" <squayle@insight.rr.com> writes:
| Quote: | But when I attempt to boot, I get:
%%%%%%%%%%% 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
It's not in the cluster. Of course, it doesn't boot, either...
|
I HAS booted, and loaded LAA as well. LAA loooked at the world and
told you it sucks...
The load parameter you pass is the local root that THAT node sees,
from that node, not from the boot server. LAA uses MSCP btw so you
have to have an MSCP server or a local attacked drive.
--
Paul Repacholi 1 Crescent Rd.,
+61 (0 9257-1001 Kalamunda.
West Australia 6076
comp.os.vms,- The Older, Grumpier Slashdot
Raw, Cooked or Well-done, it's all half baked.
EPIC, The Architecture of the future, always has been, always will be. |
|
| Back to top |
|
 |
Stanley F. Quayle *nix forums Guru Wannabe
Joined: 22 Jul 2005
Posts: 158
|
Posted: Wed Feb 09, 2005 11:28 am Post subject:
Re: Serving a different boot disk
|
|
|
On 8 Feb 2005 at 21:41, Keith A. Lewis wrote:
| Quote: | 4 parameters, including 2 executables.
|
Okay, I have the system set up as follows:
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:<SYS11.>
But when I attempt to boot, I get:
%%%%%%%%%%% 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
It's not in the cluster. Of course, it doesn't boot, either...
--Stan Quayle
Quayle Consulting Inc.
----------
Stanley F. Quayle, P.E. N8SQ +1 614-868-1363
8572 North Spring Ct., Pickerington, OH 43147 USA
stan-at-stanq-dot-com http://www.stanq.com |
|
| Back to top |
|
 |
Keith A. Lewis *nix forums Guru Wannabe
Joined: 18 May 2005
Posts: 103
|
Posted: Tue Feb 08, 2005 9:41 pm Post subject:
Re: Serving a different boot disk
|
|
|
"Stanley F. Quayle" <squayle@insight.rr.com> writes in article <4204A802.4376.D5DC9DE@localhost> dated Sat, 05 Feb 2005 11:03:30 -0500:
| Quote: | I have a VAX running VMS V5.5. I have a second system disk that I'd
like to "serve" to another VAX so it can network boot. But I don't
want it to cluster with the boot server.
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).
|
Under VMS 7.x Alpha, DECnet IV, it's
$ mc ncp
set node x hard add 08-00-02-xx-xx-xx
set node x load file APB.EXE
set node x load assist agent SYS$SHARE:NISCS_LAA.EXE
set node x load assist param DISK2:<SYS0.>
def node x hard add 08-00-02-xx-xx-xx
def node x load file APB.EXE
def node x load assist agent SYS$SHARE:NISCS_LAA.EXE
def node x load assist param DISK2:<SYS0.>
$!
4 parameters, including 2 executables.
--Keith Lewis klewis {at} mitre.org
The above may not (yet) represent the opinions of my employer. |
|
| Back to top |
|
 |
Hans Vlems *nix forums beginner
Joined: 07 Feb 2005
Posts: 13
|
Posted: Sat Feb 05, 2005 4:36 pm Post subject:
Re: Serving a different boot disk
|
|
|
"Stanley F. Quayle" <squayle@insight.rr.com> schreef in bericht
news:4204A802.4376.D5DC9DE@localhost...
| Quote: | I have a VAX running VMS V5.5. I have a second system disk that I'd
like to "serve" to another VAX so it can network boot. But I don't
want it to cluster with the boot server.
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).
--Stan Quayle
Quayle Consulting Inc.
|
I can't even remember whether there was LANCP in V5.5 ....
However NCP has similar capabilities, for a VXT1200 the entry is:
$ mc ncp -
set node indium service circuit ewa0 hardware address 08-00-2b-xx-xx-xx -
load file VXT$LIBRARY:VXT.SYS
Can't remember the proper incantations for a VAX but this should get you
going.
IIRC a VAX also nees a secondary loader (VMB.EXE), right?
Hans |
|
| Back to top |
|
 |
Stanley F. Quayle *nix forums Guru Wannabe
Joined: 22 Jul 2005
Posts: 158
|
Posted: Sat Feb 05, 2005 3:03 pm Post subject:
Serving a different boot disk
|
|
|
I have a VAX running VMS V5.5. I have a second system disk that I'd
like to "serve" to another VAX so it can network boot. But I don't
want it to cluster with the boot server.
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).
--Stan Quayle
Quayle Consulting Inc.
----------
Stanley F. Quayle, P.E. N8SQ +1 614-868-1363
8572 North Spring Ct., Pickerington, OH 43147 USA
stan-at-stanq-dot-com http://www.stanq.com |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Thu Jan 08, 2009 4:38 am | All times are GMT
|
|
Unblock Myspace | Final Fantasy | Loans | Internet Advertising | Bad Credit Mortgages
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|