- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- OpenVMS Analyze/disk/repair : marked for deletion
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-29-2008 06:58 AM
тАО05-29-2008 06:58 AM
OpenVMS Analyze/disk/repair : marked for deletion
Aparently we have somme inconsistancies problems on a disk, when we execute analyze/disk we have the following output :
%ANALDISK-W-DELHEADER, file (5903,6,0) beqlsnr0.com;1
marked for delete
%ANALDISK-W-DELHEADER, file (8833,17,0) beqlsnr0.com;1
marked for delete
But evenif we execute analyze/disk/repair we the same output.
There is a way to repair those errors ?
If we still have those error, there's some risks ?
BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2008 07:01 AM
тАО05-29-2008 07:01 AM
Re: OpenVMS Analyze/disk/repair : marked for deletion
Try a SHO DEVICE xxx /FILES and search the output for the filename to get the processes.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2008 08:06 AM
тАО05-29-2008 08:06 AM
Re: OpenVMS Analyze/disk/repair : marked for deletion
http://www.openvms.compaq.com/openvms/freeware/
Use the command:
DFU UNDELETE disk:/MARKED/FILE=beqlsnr0.com;1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2008 08:13 AM
тАО05-29-2008 08:13 AM
Re: OpenVMS Analyze/disk/repair : marked for deletion
http://www.digiater.nl/dfu.html
I expect something has those files open.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2008 09:19 AM
тАО05-29-2008 09:19 AM
Re: OpenVMS Analyze/disk/repair : marked for deletion
DELHEADER alone is entirely harmless, and does not imply a corruption.
Here, I'd *guess* that some command procedure has deleted itself, or there's a temporary file in use somewhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2008 09:29 AM
тАО05-29-2008 09:29 AM
Re: OpenVMS Analyze/disk/repair : marked for deletion
Those are no errors, just warnings.
As the others replied, the file is probably still open. No risk with that.
If the name is for real, then this certainly looks like a potentially temporary file generated by ORACLE to fire up the LISTENER.
On my system I get:
$ pipe show dev/file disk$oracle | search sys$pipe beq
ORA_2600075110 20400399 [ORACLE.10g2.network]beqlsnr0_HEINA.com;1
ORA_2600075110 20400399 [ORACLE.10g2.bin]BEQLSNR.EXE;1
For Oracle 10.2, on OpenVMS Alpha 8.3 this file is not pre-deleted, and ANAL/DISK does no rat it out.
But I suppose I could be pre-deleted on earlier version. I never needed to look into it. It is a generated file according to the contents and date stamps:
"$! CREATED by CREATE_BEQLSNR.COM on ..."
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2008 11:11 AM
тАО05-30-2008 11:11 AM
Re: OpenVMS Analyze/disk/repair : marked for deletion
The one thing I didn't see mentioned are
files still open but marked for delete.
After rebooting, re-running the utility
will get rid of these files.
There are often a lot created when on upgrades
a system or product.
Bob C