- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- srtxxxxx files /var/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
05-09-2004 11:42 PM
05-09-2004 11:42 PM
srtxxxxx files /var/tmp
These files are owned by one of the baan erp user. I dont know why they have appeared. Any idea?
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 11:47 PM
05-09-2004 11:47 PM
Re: srtxxxxx files /var/tmp
You could check with the file command if it is a asci file and cat the file
# file /var/tmp/srtxxxx
# cat /var/tmp/srtxxxx
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 11:52 PM
05-09-2004 11:52 PM
Re: srtxxxxx files /var/tmp
srt17537.{m: data
these are ascii files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 11:58 PM
05-09-2004 11:58 PM
Re: srtxxxxx files /var/tmp
can you "more" or "cat" on of the files ?
RJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 12:04 AM
05-10-2004 12:04 AM
Re: srtxxxxx files /var/tmp
strings /var/tmp/srt17537.{m
-----
100SCN200000120
401106
1675.67
809 4992 86
NE6 3PF
--------
I can guess these are generated by baan erp. but dont know why they have appeared in /var/tmp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 12:05 AM
05-10-2004 12:05 AM
Re: srtxxxxx files /var/tmp
# ps -ef |grep 17537
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 12:09 AM
05-10-2004 12:09 AM
Re: srtxxxxx files /var/tmp
#ps -ef | grep 17537
root 19560 18486 0 13:09:24 pts/tb 0:00 grep 17537
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 12:10 AM
05-10-2004 12:10 AM
Re: srtxxxxx files /var/tmp
like most if not all erp or software application, /var/tmp tend to serve as a temporary output directory for these application because the allocated temporary directory may not be created.
if you are sure this file is no longer needed, by all means, delete them.
baan should have some knowledge base which you may check on the significance (if any) of this file.
regards.