- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Missing files
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
09-01-2008 06:25 AM
09-01-2008 06:25 AM
Missing files
I think no, but i put for your consideration the question.
Is there anyway to list the files in the file system before they get deleted. There are some missing files and i want to get a list of the files that were in file system before they get deleted.
Any sugestion :)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2008 06:28 AM
09-01-2008 06:28 AM
Re: Missing files
Essentially, no. Some help might be offered if the files in question were catalogsd in the IPD (Installed Product Database) as a consequence of being managed by 'swinstall'. THen:
# severify -F \*
...will offer information for those, only.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2008 06:38 AM
09-01-2008 06:38 AM
Re: Missing files
Suppose I have a file system /var/mar. i want to list all files before deleting.Use below command
cd /var/mar; find ./ | xargs ls -ld > /temp/mar.bak
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2008 06:55 AM
09-01-2008 06:55 AM
Re: Missing files
I think you miss the question.
Someone deleted the files, and i want a list of all files including the deleted files before this happens.
I think this is not possivel, but never know ;)
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2008 07:03 AM
09-01-2008 07:03 AM
Re: Missing files
Only option is u can check the from backup which is taken on that day.there is no way to check the files after deleting. Its not like window we can restore from recycle bin
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2008 07:08 AM
09-01-2008 07:08 AM
Re: Missing files
Sorry, a typo: the command should have been:
# swverify \*
Note the spelling correction. You also don't need the '-F' switch since there is nothing to "fix". All you can do is report.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2008 07:11 AM
09-01-2008 07:11 AM
Re: Missing files
Backup comparison can be carried here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2008 07:17 AM
09-01-2008 07:17 AM
Re: Missing files
Thanks all by the reply.
Regards,