- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- AAAaNNNNN files in /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
06-29-2004 02:06 AM
06-29-2004 02:06 AM
AAAaNNNNN files in /tmp
root@openview:/tmp-> ls AA*
AAAa02524 AAAa13793 AAAa20824 AAAa22342 AAAa22912 AAAa23466 AAAb19985 AAAb26976
AAAa04562 AAAa19640 AAAa21326 AAAa22365 AAAa23006 AAAa23529 AAAb21075 AAAc17391
AAAa06346 AAAa19879 AAAa21484 AAAa22418 AAAa23221 AAAa23864 AAAb21832 AAAc21775
AAAa07928 AAAa19981 AAAa21939 AAAa22528 AAAa23406 AAAb12355 AAAb23933
AAAa09584 AAAa20086 AAAa22178 AAAa22845 AAAa23443 AAAb19577 AAAb24068
Most of the files are empty, but the ones that aren't are showing:
root@openview:/tmp-> cat AA*
LOGIN
LOGIN
LOGIN
LOGIN
Does anyone have any idea where these would be coming from?
TIA and points for all responses.
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 02:19 AM
06-29-2004 02:19 AM
Re: AAAaNNNNN files in /tmp
You might be able to try running a little script regularly that runs an 'fuser' and then parses the PID/PPID and then 'ps' on those to see if you can track down the culprit.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 02:19 AM
06-29-2004 02:19 AM
Re: AAAaNNNNN files in /tmp
Are you running either of those software products?
From the looks of the data, looks like login files for CDE or terminal sessions. They should go away when the login is terminated.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 03:54 AM
06-29-2004 03:54 AM
Re: AAAaNNNNN files in /tmp
Owner/group of these files??
How long a file is existing???
What are the critical application running on this server? like mail (+antivirus), webserver or anything specific....
That should give a much better picture
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 07:05 AM
06-29-2004 07:05 AM
Re: AAAaNNNNN files in /tmp
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 09:39 AM
07-06-2004 09:39 AM
Re: AAAaNNNNN files in /tmp
The files exist indefinitely and accumulate rapidly. On the more heavily used servers it's not unusual for several hundred a day to be created.
The servers run the gamute from basic web servers, to oracle servers to app servers. All seem to get it.
I can add that they seem to have started *around* the time that I deployed the OVO OSSPI to the unix machines. I can't say that it happened exactly then, but at around the same time these began to appear.
Bill, it's unlikely that these are x-windows related as there are no x-windows apps on any of the servers other than Openview, and I'm pretty much the only one that fires that up. However it seems like they correspond to login's to the box of any sort (telnet, ssh, xwindows).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 09:44 AM
07-06-2004 09:44 AM
Re: AAAaNNNNN files in /tmp
Your comments on the owner/group of these files, please
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 09:02 PM
07-06-2004 09:02 PM
Re: AAAaNNNNN files in /tmp
I have seen these kind of files generated for NDM software jobs.Probably you may check wiuth your NDM folks whether they have changed their working driectory to /tmp
may be my 2 cents
regards
wip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 12:22 AM
07-07-2004 12:22 AM
Re: AAAaNNNNN files in /tmp
# cat /etc/rc.config.d/clean_tmps
#!/sbin/sh
# @(#)B.11.11_LR
# List and/or clear temporary files
#
# LIST_TEMPS: Set to 1 to produce a listing of temporary files at startup.
#
# CLEAR_TMP: Set to 1 to remove all files from /tmp at startup.
#
LIST_TEMPS=1
CLEAR_TMP=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 03:42 AM
07-07-2004 03:42 AM
Re: AAAaNNNNN files in /tmp
I'll get that to you the next time I'm at the client.
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 05:55 AM
07-12-2004 05:55 AM
Re: AAAaNNNNN files in /tmp
-rw-r--r-- 1 root sys 60 Jul 12 12:48 AAAa21694
-rw-r--r-- 1 root sys 56 Jul 12 12:50 AAAa22075
-rw-r--r-- 1 root sys 53 Jul 4 15:28 AAAa29562
-rw-r--r-- 1 root sys 51 Jun 30 13:10 AAAa29586
-rw-r--r-- 1 root sys 53 Jun 28 00:36 AAAa29645
-rw-r--r-- 1 root sys 53 Jul 4 15:29 AAAa29715
-rw-r--r-- 1 root sys 55 Jul 11 03:07 AAAb23564
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2004 03:26 AM
07-16-2004 03:26 AM
Re: AAAaNNNNN files in /tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2004 05:40 AM
07-16-2004 05:40 AM
Re: AAAaNNNNN files in /tmp
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 06:33 AM
07-21-2004 06:33 AM