- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: upgrade vms 7.3-2 to 8.3 problems
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
03-26-2010 03:51 AM
03-26-2010 03:51 AM
Re: upgrade vms 7.3-2 to 8.3 problems
there must be some LAN protocol, which changes the MAC address to the 'OLD' DECnet MAC address.
What does MC NCP LIS EXE CHAR report ?
Look at all the LAN protocols with:
$ ANAL/SYS
SDA> SHOW LAN
Consider to put an EXIT at the beginning of SYSTARTUP_VMS.COM and see whether you're then running with the hardware address as the current MAC address. Then look thorugh your startup and start individual products until the MAC addresses changes...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 03:54 AM
03-26-2010 03:54 AM
Re: upgrade vms 7.3-2 to 8.3 problems
find out your current SCSSYSTEMID via:
$ MC SYSGEN
SYSGEN> SHOW SCSSYSTEMID
SYSGEN> EXIT
SYSGEN> WRITE CURRENT changes the modification date of ALPHAVMSSYS.PAR !
How did you run AUTOGEN ? Did you look into SYS$SYSTEM:AGEN$PARAMS.REPORT for any errors ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 03:58 AM
03-26-2010 03:58 AM
Re: upgrade vms 7.3-2 to 8.3 problems
show scssytemid is showing
65534
so yes definitely still holding the wrong value as should be 65533
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 04:01 AM
03-26-2010 04:01 AM
Re: upgrade vms 7.3-2 to 8.3 problems
then again: HOW are you running AUTOGEN ? Leave the SYSTARTUP_VMS.COM checking until we've figured out, why AUTOGEN does not work the way you think...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 04:09 AM
03-26-2010 04:09 AM
Re: upgrade vms 7.3-2 to 8.3 problems
I ran autogen by doing
$ set def sys$update
$ @autogen
this didnt ask me any other questions
just eventually returned me to the $ prompt
I have subsequently used
$ MCR SYSGEN
set scssystemid 65533
write current
and the nrebooted which has changed the mac address to AA-00-04-00-FE-FF
But I agree with you that there is something not write with the AUTOGEN phase?
I notice that a file created called setparams.dat still contains the old scssystemid 65534!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 04:12 AM
03-26-2010 04:12 AM
Re: upgrade vms 7.3-2 to 8.3 problems
*** No Changes will be done by AUTOGEN **
The values given in this report are what autogen would have set the parameters to.
why is this not doing doing changes live.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 04:13 AM
03-26-2010 04:13 AM
Re: upgrade vms 7.3-2 to 8.3 problems
you need to run:
$ @SYS$UPDATE:AUTOGEN GETDATA SETPARAMS
Then everything should be fine !
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 04:16 AM
03-26-2010 04:16 AM
Re: upgrade vms 7.3-2 to 8.3 problems
thanks
I'll try that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 04:16 AM
03-26-2010 04:16 AM
Solutionjust running @SYS$UPDATE:AUTOGEN without ANY parameters just runs the GENPARAMS phase and does NOT write the system parameters, which would be done in the SETPARAMS phase.
Now everything should have been explained and you're ready to re-connect the network cable.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 04:36 AM
03-26-2010 04:36 AM
Re: upgrade vms 7.3-2 to 8.3 problems
You are a STAR!
Superb everything looks like its working now
UPGRADE back on network
no problems so far!
Thanks you very much indeed
Regards
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 08:13 AM
03-26-2010 08:13 AM
Re: upgrade vms 7.3-2 to 8.3 problems
one possible culprit for changing the MAC address to the DECnet MAC address - even if NOT running DECnet itself - may be LAT.
When LAT creates a LINK on a LAN adapter, LATCP will - by default - use an implied CREATE LINK/DECNET and change the MAC address to the value specified in SCSSYSTEMID.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 08:22 AM
03-26-2010 08:22 AM
Re: upgrade vms 7.3-2 to 8.3 problems
We are going to upgrade our LIVE box at some point so we may encounter the same type of problems.
We will see.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 01:13 AM
08-16-2010 01:13 AM
Re: upgrade vms 7.3-2 to 8.3 problems
I am now planning to upgrade my system OVMS 7.3-2 to V8.3 on Alpha server, could you kindly help to confirm the update kits(UPDATE-1200 ):
is it "SYS FAcility Patch Kit for OpenVMS Alpha V7.3-2 VMS732_SYS-V1200 " or "UPDATE Consolidated Patch Kit for OpenVMS Alpha V8.3 VMS83A_UPDATE-V1200 "
Thank you very much in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 01:19 AM
08-16-2010 01:19 AM
Re: upgrade vms 7.3-2 to 8.3 problems
cheers
robert
- « Previous
-
- 1
- 2
- Next »