- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Strange file in /var/adm/crash
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-05-2005 01:33 AM
04-05-2005 01:33 AM
I was doing some cleanup on a HP-UX 11i box, when I went to the /var/adm/crash directory and I saw a file named CDCLS.001 that occupy about 700 mo on my filesystem.
I did this with the result:
root@aeiprd01 /var/adm/crash # ll
total 1443804
-rw-r----- 1 root sys 739219456 Oct 20 2003 CDCLS.001
drwxr-xr-x 2 root root 96 Oct 15 2003 lost+found
root@aeiprd01 /var/adm/crash # file CDCLS.001
CDCLS.001: awk program text
root@aeiprd01 /var/adm/crash #
When I do a "more" or a "strings" on that file, I only receive ASCII code, there is nothing readable that I see...
Is anyone here have already see that?? I'm sure I can delete it, but I would like to ask if anyone had already seen this!?
Thanks
Jonathan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 02:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 02:10 AM
04-05-2005 02:10 AM
Re: Strange file in /var/adm/crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 02:39 AM
04-05-2005 02:39 AM
Re: Strange file in /var/adm/crash
:-}
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 05:26 AM
04-05-2005 05:26 AM
Re: Strange file in /var/adm/crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 09:56 AM
05-03-2005 09:56 AM
Re: Strange file in /var/adm/crash
it sounds like a puzzle to me, and i guess i have an idea what's going on on your system.
Is it possible that you are running
or at least used this server in the past for a pretty large productive SAP-R/3-System named "AEI"?
It further looks like there was a system-migration or a system-copy running in October 2003.
The file CDCLS.001 sounds familiar to me.
"CDCLS" is a large table within the database of an SAP-System.
In case of changing the plattform (HP-UX<->Windows) or changing the database (e.g. Oracle<->SAP-DB) you have to do a migration of the system.
Exporting all tables with SAP-Tools to a plattfom-independent format is the first task to be done.
To fasten the process. big tables can be exported ´by a single process creating a file e.g. CDCLS.xxx . Depending on the max-file-size and the size of the table you will get CDCLS.001 and maybe CDCLS.002, .003, ...
Uuups, getting to much into detail.
Back to your question:
The file is a compressed export of a database-table and except the import-tool "R3load" no other Standard-Unix-tool might find the content useful.
Guess someone missed to clean up the system after the migration.
Deleting the file was a good decision.
Best regards
Christian