- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File sdlogs
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-04-2002 06:40 AM
11-04-2002 06:40 AM
File sdlogs
I have a file in the directory / , It's called sdlogs and It has the folowing permissions:
lrwxrwxrwx 1 root root 20 Nov 1 12:07 sdlogs
I tried eliminate it, with : rm, rm -f, rm -Rf, unlink; but I don't have success, because It's returning me Device Busy.
Can you help me with this?????
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 06:39 AM
11-04-2002 06:39 AM
Re: File sdlogs
The 'l' in the first position indicates that you are looking at a symlink. Probably the file that it is symlinked to is held open by another process. Try 'fuser sdlogs' and you can see the processes that are holding it open, and then you can do 'ps -fp
What does a full 'ls -l sdlogs' look like? That should show you the symlink.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 06:45 AM
11-04-2002 06:45 AM
Re: File sdlogs
I would guess this is a symlink someone/something has created to the Software Distributor log area. Can you show what the link is pointing to?
Rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 07:18 AM
11-04-2002 07:18 AM
Re: File sdlogs
'sdlogs: stat: Permission denied
fuser: could not find or access file sdlogs'
It's very estrange, because the symbol link don't appear.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 07:25 AM
11-04-2002 07:25 AM
Re: File sdlogs
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 07:49 AM
11-04-2002 07:49 AM
Re: File sdlogs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 08:06 AM
11-04-2002 08:06 AM
Re: File sdlogs
It might be time for an 'fsck' on the / filesystem, which is pretty tough to do when the system is running. You could reboot the system and get the 'fsck' on / for free. Some of the other real wizards here might have a better idea for getting the filesystem checked. I hate doing reboots just to fix strange problems, but this might be one of those problems where it is justified.
JP