Re: OpenVMs Cluster
neale.hunt_at_hispeed.ch
Date: 05/25/04
- Next message: JF Mezei: "Re: TCPIP Services for OpenVMS V5.4 ECO1 anti spam feature"
- Previous message: Bob Koehler: "Re: CSWS 2.0 Source Code?"
- In reply to: jutta: "Re: OpenVMs Cluster"
- Next in thread: jutta: "Re: OpenVMs Cluster"
- Reply: jutta: "Re: OpenVMs Cluster"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 May 2004 22:29:43 +0200
Hi again,
additional info from the Cluster doucumentation:
Satellite’s LAN hardware
address
Address has the form xx-xx-xx-xx-xx-xx. You must include the hyphens
when you
specify a hardware address. Proceed as follows:
• ‡On Alpha systems, enter the following command at the satellite’s console:
>>> SHOW NETWORK
Note that you can also use the SHOW CONFIG command.
You can modify the address by running @sys$manager:cluster_config and
select option "3 CHANGE a cluster member’s characteristics."
Then select option "9 Change <node> satellite’s Ethernet or
FDDI"hardware address.
enter your nodename an dthe ethernet address as shown below.
What is the node’s DECnet node name? ARIEL
What is the new hardware address [XX-XX-XX-XX-XX-XX]? 08-00-3B-05-37-78
Updating network database...
The configuration procedure has completed successfully.
That hopefully will help with the booting.
For reference:
http://h71000.www7.hp.com/doc/731FINAL/DOCUMENTATION/PDF/OVMS_731_CLUSTER_SYSTEMS.PDF
principles are same for your version of VMS
This is VMS 7.3-1 but Example 8–8 Sample Interactive CLUSTER_CONFIG.COM
Session to Change a Satellite’s Hardware Address should explain all you
need.
Long time since I did booting over LAN, so maybe the flags will be 0,0
the system root is supplied by the network database.
section 9.4.1 Booting from a Single LAN Adapter
Hope this get's you further ...
-- Neale
__ Neale
jutta wrote:
> Hallo Neale,
>
> the os-version is : OpenVMS V.6.2.1H3
>
>
>> boot -flags 11,20000
>> or boot -flags 11,20001 (for a conversational boot)
>
> It is the same: I got the message: .... bootstrap failure.
> On the other client: boot_osflags 0,0 and it works.
>
>
>>As regards firmware version, depends on the version of VMS, later
>>versions do need a minimum level of firmware. It may be possible to
>>email you a "CD image" if you are able to burn it onto CD.
>
> I'm able to burn something onto CD
>
>
> Best of luck
> Jutta
>
>
> neale.hunt@hispeed.ch wrote in message news:<c8tgl6$ili$1@newshispeed.ch>...
>
>>The personal workstation should not present a problem, I had one running
>>VMS prior to swapping to an Alphastation 500.
>>
>>As regards firmware version, depends on the version of VMS, later
>>versions do need a minimum level of firmware. It may be possible to
>>email you a "CD image" if you are able to burn it onto CD.
>>
>>use "show sys /noproc" to determine the version.
>>
>>Part of the problem will be
>>
>> "boot_osflags 0,0",
>>
>> the hint here is
>>
>>Load Assist Parameter = POALF2$DKA0:<SYS11.>
>>
>>So the root you need to boot is "11" not "0"
>>
>>so set boot_osflags 11,0
>>
>>to see what is going on in detail try the following:
>>
>> >
>>You get a blow by blow account of the boot, but I'm not sure what you
>>will see if you get bootstrap failure.
>>
>>Best of luck
>>
>>-- Neale
>>
>> VMS System Specialist
>>
>>jutta wrote:
>>
>>>Thanks for the answer.
>>>
>>>I Think we have DECnet
>>>$ mc ncp list known node characteristics :
>>>
>>>Remote node = 2.32 (POALF4)
>>>Hardware address = 00-00-F8-75-6C-7F
>>>Load file = APB.EXE
>>>Load Assist Agent = SYS$SHARE:NISCS_LAA.EXE
>>>Load Assist Parameter = POALF2$DKA0:<SYS11.>
>>>
>>>Remote node = 2.33 (POALF5)
>>>Hardware address = 00-00-F8-21-E3-F4
>>>Load file = APB.EXE
>>>Load Assist Agent = SYS$SHARE:NISCS_LAA.EXE
>>>Load Assist Parameter = POALF2$DKA0:<SYS12.>
>>>
>>>poalf4 is the new node.
>>>
>>>$ mc lancp sho client *
>>>%LANCP-E-NORSPACP, No response from LANACP, LANACP process apparently
>>>not running
>>>%LANCP-E-CMDERROR, Error executing command
>>>
>>>The new Client is a digital personal workstation 433au . Perhaps it is
>>>not the right hardware for OpenVMS?
>>>
>>>Jutta
>>>
>>>"Hans Vlems" <hvlems.dotweg@zonnet.nl> wrote in message news:<2h1q9oF853dlU1@uni-berlin.de>...
>>>
>>>
>>>>"jutta" <jutta.reichel@gmx.de> schreef in bericht
>>>>news:ec7e473.0405190622.77145268@posting.google.com...
>>>>
>>>>
>>>>>We have a OpenVMS (Alpha) Cluster with 4 Satellites.
>>>>>One of them is defect. We took another Client with Operating System
>>>>>DEC UNIX. We changed the Hardware Address on the Server with
>>>>>Cluster_config.
>>>>>The boot parameter on the new Client:
>>>>>
>>>>>
>>>>>>>>os_type OpenVMS
>>>>>>>>ew0_protocols MOP
>>>>>>>>boot_dev ewa0.0.0.14.0
>>>>>>>>boot_osflags 0,0
>>>>>>>>ewa0_inet_init bootp
>>>>>>>>pal VMS PALcode V1.20-14
>>>>>>>>version V6-9-7
>>>>>
>>>>>We try to boot the new Client and we got the message:
>>>>>
>>>>>
>>>>>>>>b
>>>>>
>>>>>boot ewa0.0.0.3.0 -flags 0,0
>>>>>Trying MOP boot
>>>>>.... bootstrap failure
>>>>>
>>>>>
>>>>>one of the other clients:
>>>>>
>>>>>>>>pal VMS PALcode V5.65.2
>>>>>>>>version V6.9-4
>>>>>
>>>>>Do we need to do somethings more on the server ?
>>>>>Is the firmware the wrong one?
>>>>>
>>>>>Who can help us?
>>>>>
>>>>>Jutta
>>>>>Jutta
>>>>
>>>>There are two ways to boot a satellite, DECnet or LANCP.
>>>>The MAC address of the satellite is used to figure out what SYS$SYSROOT is
>>>>used to boot from. The MAC address is either in LANCP:
>>>>Have a look at the output of this command:
>>>>
>>>>$ mc lancp sho client *
>>>>
>>>>or in a DECnet database, for phase IV that would be
>>>>
>>>>$ mc ncp list known node char
- Next message: JF Mezei: "Re: TCPIP Services for OpenVMS V5.4 ECO1 anti spam feature"
- Previous message: Bob Koehler: "Re: CSWS 2.0 Source Code?"
- In reply to: jutta: "Re: OpenVMs Cluster"
- Next in thread: jutta: "Re: OpenVMs Cluster"
- Reply: jutta: "Re: OpenVMs Cluster"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|