- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- reason for Analyze/disk "inconsistent highwater"...
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
11-05-2007 11:14 PM
11-05-2007 11:14 PM
reason for Analyze/disk "inconsistent highwater" message
%ANALDISK-I-BADHIGHWATER, file (14,1,0) SWAPFILE.SYS;1
inconsistent highwater mark and EFBLK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 11:56 PM
11-05-2007 11:56 PM
Re: reason for Analyze/disk "inconsistent highwater" message
For that you should use:
$DUMP/BLOCK=COUNT=0/HEAD SWAPFILE.SYS.
Is this the active swapfile such as the name strongly suggests?
$SHOW MEM
Is it just the message which raisesa question, or is there somethign else that is a problem?
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 11:58 PM
11-05-2007 11:58 PM
Re: reason for Analyze/disk "inconsistent highwater" message
I did a restore of a backuped pagefile on a high water volume
I could repair it by doing set file/trunc xxx (but the file was not in use).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 12:24 AM
11-06-2007 12:24 AM
Re: reason for Analyze/disk "inconsistent highwater" message
EFBL (highest block written) was at 0 on the original file and on "alloc blocks" after the restore. And back on 0 with set file/trunc.
Bug in backup ?
Fwiw
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 12:46 AM
11-06-2007 12:46 AM
Re: reason for Analyze/disk "inconsistent highwater" message
to begin with:
WELCOME to the VMS forum!
As SWAPFILE.SYS (just like PAGEFILE.SYS, and DUMPFILE.DMP) normally are MARKED /NOBACKUP, the _contents_ of the file are NOT recorded in a normal Backup, (but the HEADER info is, and is used to allocate the correct amount during restore) this comes as no surprise.
As a further note, the message is just -I-; informational.
Please realise that effectively, PAGEFILE & SWAPFILE "only" are mechanisms to virtually extend the physical memory, and as such the data is as volatile as in-core data. (Well, allow for an exception to this statement for PAGEFILE.SYS if the dump-to-pagefile bit is set in SYSGENs DUMPSTYLE, and a dump was written)
The concept of highwater mark is not really applicable here.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 08:01 AM
11-06-2007 08:01 AM
Re: reason for Analyze/disk "inconsistent highwater" message
Just stepping back again to make sure you know what the error actually means...
The High Water Marking is a security feature intended to prevent a process scavenging deleted data. When you delete a file, the blocks are just placed on a "free" list, and can be reused (to physically erase data use DELETE/ERASE). The file system keeps track of the highest block written to the file, so it can detect attempts to access data above that mark (in which case it returns 0s).
For a normal file we expect the EFBLK (End of File BLocK) to be less than the HWM (High Water Mark). Normally both pointers are maintained by the file system, and therefore cannot be inconsistent.
However, some files are accessed "underneath" the file system, bypassing all the code that maintains pointers. PAGEFILE.SYS, SWAPFILE.SYS and DUMPFILE.SYS are examples of such files. They can therefore wind up with inconsistent EFBLK and HWM. Since they're system files, there is no security issue. I can't remember if ANALYZE/DISK/REPAIR can fix this condition - have you tried it?
Another possibility is to SET VOLUME/NOHIGHWATER. If you don't need high water marking for security, leave it off. If you do need it try turning it back on and repeating the ANALYZE/DISK.
If not, you can safely ignore the condition for system files. Since it's an I (Informational) conditon, it shouldn't affect command procedures.
If you're really offended by the message, you may need to shutdown your system, boot from CD and issue a SET FILE/END against each reported file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 03:33 PM
11-06-2007 03:33 PM
Re: reason for Analyze/disk "inconsistent highwater" message
There is an article on this if you do a search of IT Resource Center (Compaq) using %ANALDISK-I-BADHIGHWATER as the search spec:
[OpenVMS] ANALYZE/DISK Returns %ANALDISK-W-READQUOTA On AXP Or Mixed Cluster
You will also see other articles listed as well, including one forum article similar to this question, that was closed a while ago.
The first article I mentioned above talks about the QUOTA.SYS file, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 12:49 AM
11-07-2007 12:49 AM
Re: reason for Analyze/disk "inconsistent highwater" message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 12:50 AM
11-07-2007 12:50 AM