- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Error in deleting file ESS$LAST_STARTUP.TMP
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
10-15-2006 08:27 PM
10-15-2006 08:27 PM
Error in deleting file ESS$LAST_STARTUP.TMP
I have a VAX system that has been running good for long time but today I got some problems as described below.
When system was rebooted, the Vax did not come up properly. There were several error messages:
% delete - W- file not deleted. It was indicating that the file:
SYS$SYSROOT:[SYS$STARTUP]ESS$LAST_STARTUP.TMP could not be deleted.
I understand that this file is used by pathwork according to the flow given below.
SYSTARTUP_V5.COM
-> LAD_STARTUP.COM
->ESS$LAD_STARTUP.COM ->ESS$LAST_STARTUP.COM -> create/delete ESS$LAST_STARTUP.TMP
-> PCFS.COM
->ESS$LAST_STARTUP.COM -> create/delete ESS$LAST_STARTUP.TMP
So when the secocnd time ESS$LAST_STARTUP.TMP file is deleted it creates the problem .
I couldn't be able to figure out the what causes the system to delete the file ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 08:39 PM
10-15-2006 08:39 PM
Re: Error in deleting file ESS$LAST_STARTUP.TMP
Welcome to the ITRC OpenVMS Forum.
First, what version of OpenVMS are you running? Among other ways, the SHOW SYSTEM command will display the version.
Also as a precaution, check the amount of free space on your system drive. The command SHOW DEVICE SYS$SYSDEVICE will display the amount of free space on the system drive.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 08:39 PM
10-15-2006 08:39 PM
Re: Error in deleting file ESS$LAST_STARTUP.TMP
The failing deletion should not cause any problems, so I assume, that there were other error messages before. Are there accompanying messages to the delete message?
What does happen, if you call the precedure manually?
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 12:08 AM
10-16-2006 12:08 AM
Re: Error in deleting file ESS$LAST_STARTUP.TMP
Tell us the result of
directory/owner/security ESS$LAST_STARTUP.TMP
My suspicion is the owner of the file created by systartup is SYSTEM, and that of PCFS is some pathwork account, right ?
So, since a system does not suddenly change its behaviour in such a way, there must have been a change in the system boot sequence, or a service have been added which is executing PCFS , and now conflicts with ess$lad/last_startup,
Or the ESS startup has been executed "by hand" and was abortet, leaving the .TMP file with the wrong protection.
If PCFS is conflicting with LAD_startup, then simply remove LAD_STARTUP from systartup.
Anyhow, delete the temporary file(s) by hand, and the next startup should succeed normally.
And a tip: if the error causes the startup to end prematurely: add a SET NOON at the beginning, or an "ON ERROR then continue" before each call of a procedure to avaoid it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 08:01 PM
10-16-2006 08:01 PM
Re: Error in deleting file ESS$LAST_STARTUP.TMP
Thanks for your suggesstion.
Actually the tmp file is created,used & deleted by Pathwork during the boot process.When the problem occurred first time, I noticed that the protection of the file :ESS$LAST_STARTUP.TMP was (RWED,RWED,RE,RE).I changed it to (RWED,RWED,RWED,RWED).On the next reboot, the Vax system came up normally.
So still I am trying to understand why only changing protection resolved it?
Any way I will apply the SET NOON option for future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 08:03 PM
10-16-2006 08:03 PM
Re: Error in deleting file ESS$LAST_STARTUP.TMP
ess$startup does a check if the _last driver is already started, and calls ess$last_startup only if necessary.