- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: DECnet proxy files converted during upgrade to...
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
12-09-2004 11:09 PM
12-09-2004 11:09 PM
DECnet proxy files converted during upgrade to 7.3-2?
I've come across a rather strange problem when upgrading a couple of Alphas from 7.2-1 to 7.3-2.
For operational reasons, we use a pre-built upgraded "image" then copy various config files and run procedures from the existing systems, then boot off the new image to achieve the upgrade. Two of the files copied are NETPROXY.DAT and NET$PROXY.DAT. On two particular systems, after the upgrade, doing a SHOW/PROXY * or SHOW/PROXY/OLD * results in a "%RMS-W-RTB, 298124 byte record too large for user's buffer" error and the OPCOM message "%SECSRV-W-NORDPROXYREC, proxy record is internally inconsistent; cannot read it".
We've done this procedure lots of time before, and I've never seen this problem, and can find no info on it anywhere! Have we just been lucky up to now with copying the "old" proxy files?
(Needless to say there's no problems with proxies prior to the upgrade on these systems).
Any ideas greatfully received!
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 11:52 PM
12-09-2004 11:52 PM
Re: DECnet proxy files converted during upgrade to 7.3-2?
I am pretty convinced that your copy somehow blew up
"%RMS-W-RTB, 298124 byte record
the file with this info is DEFINITELY not kosher.
RMS does not do well on records over 32767 bytes.
First thing to do is check DIR/FULL on copy source & target, and compare.
My guess would be that you used FTP for the copy, and your record format got corrupted.
I DO hope that is the case, it would be the easiest thing to correct.
I have NO knowledge of any change in them. And, since we did rolling upgrades from 7.2-1 to 7.3-1, and 7.3-1 to 7.3-2, during which times ONE AND THE SAME file was SHARED (using Logical Name) between the systems running old and those running upgraded VMS, I am quite convinced that the same file is unchanged accessible from the different versions.
hth
Proost.
Have one on me.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 12:03 AM
12-10-2004 12:03 AM
Re: DECnet proxy files converted during upgrade to 7.3-2?
Even if I subseuqntly copy the files again after the upgrade (and restart the security server), the problem presists - i.e. it's as if the 7.3-2 system can't read the 7.2-1 proxy files!
Having experimented a little more, I've been able to reproduce the problem on three different systems. However, one point of note - on systems I've tried where the proxy data files (and SYSUAF) are not on the system disk, the problem doesn't occur!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 12:34 AM
12-10-2004 12:34 AM
Re: DECnet proxy files converted during upgrade to 7.3-2?
A very strange phenomenon indeed.
I just did the test (copied over NETPROXY.DAT & NET$PROXY.DAT from a 7.2-1 system to a 7.3-2 system) and everything keeps on working. The Security Server restarts like a charm. So I think that the format of the files wasn't altered.
How did you copy them (COPY or BACKUP)?
I used BACKUP/IGNORE=INTERLOCK (I know, also not save, since NET$PROXY is held open by the Security Server).
Greetz,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 01:02 AM
12-10-2004 01:02 AM
Re: DECnet proxy files converted during upgrade to 7.3-2?
NETPROXY.DAT and NET$PROXY.DAT are simple index-sequential files with 2 resp. 1 key(s). You can check them with ANAL/RMS and dump their records with DUMP/REC.
Did you check HELP/MESS NORDPROXYREC ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 02:17 AM
12-10-2004 02:17 AM
Re: DECnet proxy files converted during upgrade to 7.3-2?
Kris wrote "I used BACKUP/IGNORE=INTERLOCK (I know, also not save, since NET$PROXY is held open by the Security Server."
You really don't want to do that, or at least validate the resulting file.
I suggest convert/share to copy this file, and others like it (vmsmail_profile, sysuaf, rightslist,...)
It might be somewhat interesting to find the corruption point. Suggestions:
- anal/rms [/int]
- search/num/forn=non (just to get the last record number before the corruption
- dump/reco=star=n (from search). This will give an rfa to look at.
maybe you can recognize the data corruption pattern, maybe not.
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2004 01:18 AM
12-13-2004 01:18 AM
Re: DECnet proxy files converted during upgrade to 7.3-2?
The procedure used for transferring the files was copying them from SYS$COMMON, not SYS$SPECIFIC, and there were spurious versions in the common area - don't know where these came from (perhaps pre-format change?) but they were causing the problem.
So, nothing to do with the upgrade, or the copying mechanism as sych, just a dodgy configuration of our systems.
Regards,
Chris (with a red face)