- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: directory disappears
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
04-08-2004 03:35 PM
04-08-2004 03:35 PM
directory disappears
Saw this happen. Scheduled report. Saw the directory and output. Went back (with in a few minutes), and both the output and its directory were GONE. I was the only one on the machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 03:44 PM
04-08-2004 03:44 PM
Re: directory disappears
cd /directory1/
cd dir2
cd dir3
rm -rf *
and the one amond dir3 doesn't exist and dir3 gets removed???
regds
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 03:49 PM
04-08-2004 03:49 PM
Re: directory disappears
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 06:48 PM
04-08-2004 06:48 PM
Re: directory disappears
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 08:47 PM
04-08-2004 08:47 PM
Re: directory disappears
at job? Do you manually create it all the times or are you talking about a crontab job?
Could you post the script as attachment?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 08:56 PM
04-08-2004 08:56 PM
Re: directory disappears
Post your script if possible.
It may help in understanding what caused the removal of the directories.
The command which might has removed is "rm -rf
Check for this in the script or some other script which might have executed during that time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2004 01:30 AM
04-09-2004 01:30 AM
Re: directory disappears
If you have script for purge files or directory automatically.
Check rm or mv commands.
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2004 01:47 AM
04-09-2004 01:47 AM
Re: directory disappears
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.70
and run it in the background starting just prior to when the job in question runs and then let it go 5-10 minutes, routing the output to a file.
Either method should point you to the process removing the file and directory.
mark