- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- where did file /usr/tmp/rdskGKAa05924 come from?
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-11-2002 11:29 AM
04-11-2002 11:29 AM
After our last reboot, I had a couple of new special files on our system (V2500, HP-UX 11.0):
crw------- 1 root root 203 0x016000 Apr 8 19:06 /usr/tmp/rdskGKAa05924
crw------- 1 root root 203 0x016000 Apr 8 19:06 /var/tmp/rdskGKAa05924
We had not added any new hardware, or applied any patches, or installed any new software, so I'm just curious as to where they might have come from. I could not find any info on special files with major numbers of "203". Any ideas???
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 11:41 AM
04-11-2002 11:41 AM
SolutionYou can do an lsdev (no args) to find the drivers associated with 203. It's actually the sctl (SCSI Control Pass-thru) driver. I suspect those are simply temporary device nodes left over from device scan. SAM will occasionally leave temp files like that when attempting to 'Diagnose Missing Devices'.
You can delete those device nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 11:41 AM
04-11-2002 11:41 AM
Re: where did file /usr/tmp/rdskGKAa05924 come from?
# lsdev|grep 203
Character Block Driver Class
203 -l sctl ctl
scsi controller I suppose. The other part of yr question ... "where did they come from".. I'm not sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 11:53 AM
04-11-2002 11:53 AM
Re: where did file /usr/tmp/rdskGKAa05924 come from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 11:57 AM
04-11-2002 11:57 AM
Re: where did file /usr/tmp/rdskGKAa05924 come from?
# cd /usr/tmp
# rmsf rdskGKAa05924
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:00 PM
04-11-2002 12:00 PM
Re: where did file /usr/tmp/rdskGKAa05924 come from?
Check this thread too:
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=62c87a890294e14acb/screen=ckiDisplayDocument?docId=200000048595125
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 06:38 AM
04-12-2002 06:38 AM