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
11-16-2004 10:31 AM
11-16-2004 10:31 AM
I'm using a third party speedware. Each occurence of their tools create to file that can only be seen by typing ff -usF vxfs /dev/vgeva8/lvoleva2. The result of the command is ./(null) 1000 500000. Where ./(null) is the filename and 1000 inode of the file. Is there a way to display the containt of the file or know why those files are created. The reason behind that is every instance of speedware creates 600Kb, I'm trying to start 2000 users in a few minutes, that cause 1,6gb to be written to disk. A lot of io.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 10:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 11:02 AM
11-16-2004 11:02 AM
Re: inode
seems to me that this software, or maybe the way you use it, is not completly right. What i mean is that it looks like it is creating a file without linking it to a name. If the file does not disappear after the end of the running i would be very worry: this should ABSOLUTELY not happen.
If, on the contrary, after the run the disk space is back, it's just a temporary file that is written without being completly created: that's pretty normal.
Anyway, in my opinion, there is nothing to do but ask the programmer to modify the code if you think is not efficient.
not much, but hope it helps :-)
buy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 07:35 PM
11-16-2004 07:35 PM
Re: inode
I think that when you rm somefile you just remove name from inod after that any new file can replace data from that file.
Unix treat files without name as a deleted file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 01:05 AM
11-17-2004 01:05 AM
Re: inode
Thank you for your answer, I try it, but still unable to see the contain. Just to let you know when the application log off, those files are gone.
Thanks,