- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can't read /etc/sfd.pid: No such device or add...
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
01-27-2010 02:36 AM
01-27-2010 02:36 AM
I have been getting this message for quite sometime:
INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id: sfd "/sbin/sfd"
And, the SYSLOG repeatedly reads:
sfd[7959]: can't read /etc/sfd.pid: No such device or address.
Also the - MCA[0]:MCA occured -twice recently.
I did not/have not hashed the /etc/inittab entry:
sfd:123456:respawn:/sbin/sfd
Any guidance is appreciated.
Thank You.
SNS
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2010 02:09 PM
01-27-2010 02:09 PM
Re: can't read /etc/sfd.pid: No such device or address.
PHCO_23920:
1. JAGad37868 / SR 8606168590
The /sbin/sfd daemon fails to start, when the /etc/sfd.pid file contains a pid that does not correspond to the sfd process. This happens due to improper error handling when a 32 bit sfd daemon is run on a 64 bit OS.
---
For 11.31, the patch is PHCO_39485, and for 11.23 it's PHCO_31567, but neither of those have a pid-related defect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2010 11:08 PM
01-27-2010 11:08 PM
Re: can't read /etc/sfd.pid: No such device or address.
Also, the patch mentioned is already installed.
Can this error be in any remote way linked to a hardware issue?
Any guidance is appreciated.
Thank You.
SNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2010 05:47 AM
02-02-2010 05:47 AM
Re: can't read /etc/sfd.pid: No such device or address.
It's not a hardware issue, given that the sfd daemon is telling you what's wrong: it's trying to read /etc/sfd.pid and failing.
If you can't get it straightened out then you might consider just disabling the sfd process entirely, since all it does is run "insf" periodically on request from the kernel. If you're not adding new hardware to the system, there's nothing for it it do.
http://docs.hp.com/en/5992-2852/ch09s12.html
--
The /sbin/sfd daemon has been deprecated and will be obsolete in HP-UX 11i v3.
---
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 04:08 AM
02-03-2010 04:08 AM
Re: can't read /etc/sfd.pid: No such device or address.
Is sfd daemon running on your system?
# ps -ef | grep sfd
What does that file contain?
# cat /etc/sfd.pid
It should contain the PID of the sfd process running.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 10:35 PM
02-03-2010 10:35 PM
Re: can't read /etc/sfd.pid: No such device or address.
I havent accessed the server yet - will try it out, and accordingly assign points.
Both the strategies should work out- thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2010 03:31 AM
02-04-2010 03:31 AM
Re: can't read /etc/sfd.pid: No such device or address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2010 03:01 AM
02-05-2010 03:01 AM
Re: can't read /etc/sfd.pid: No such device or address.
All you were helpful three were right:
The sfd process is not running.
Also, there was is/etc/sfd.pid (when I tried to cat it "cat: read error: No such file or directory")
I have created an empty file; but the same message is throwing up.
One more thing; since it just runs the insf, would it be because TELNET isnt possible due to its device files missing?
Any suggestions, before simply disabling it?
Thank You,
sns
(I am unable to find where I could assign U guys with points....May be U can point that out for me too)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2010 03:36 AM
02-05-2010 03:36 AM
Re: can't read /etc/sfd.pid: No such device or address.
Here is how to assign points:
http://forums.itrc.hp.com/service/forums/helptips.do?#33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2010 02:01 AM
02-06-2010 02:01 AM
Re: can't read /etc/sfd.pid: No such device or address.
I think it is reverse: the device files for telnet are missing because of the failed/halted sfd daemon.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 04:07 AM
02-16-2010 04:07 AM
Re: can't read /etc/sfd.pid: No such device or address.
The issue remains...
Tried the insf -e to get the telnet drivers back..
Atleast, was able to assign U good folks with points...
Any ideas on why insf doesn't work to get the drivers back?
The issues do have a common culprit..
Any clue is welcomed.
Thanks for the time...
SNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 04:19 AM
02-16-2010 04:19 AM
Re: can't read /etc/sfd.pid: No such device or address.
-n npty Install npty pty special files. This option only
applies to pty0 and pty1 special file installation.
HTH,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 07:12 AM
02-16-2010 07:12 AM
SolutionJohnson has right. The man for insf -n says:
"If this option is omitted, npty defaults to 60 for the ptym and ptys drivers."
So if you issue the insf command without the -n switch it might causes you a problem of not enough device files. Try specifying the number of device files you want. (more than 60)
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2010 12:11 AM
02-19-2010 12:11 AM
Re: can't read /etc/sfd.pid: No such device or address.
The TELNET issue has been resolved - thanks Johnson & Vikrot..
What I did was :
insf -n 90
& then
insf -e
insf installed the special files for the pseudo drivers....
This made telnet working again!!
However, the message:
"INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id: sfd "/sbin/sfd" ----still comes.
The error message is not too pretty, esp. when it repeats every 5mins
Hope to rid the messages soon - many HP Genies out here, I know :-)
Thanks All..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2010 04:56 AM
02-19-2010 04:56 AM
Re: can't read /etc/sfd.pid: No such device or address.
I'm not a genie only a hard-trying apprentice, but maybe you should check your /etc/inittab file for any configuration errors. What did you change on your system right before the first message appeared?
Also try 'cat -v /etc/inittab' and look for nonprinting characters in it. One just never knows...
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2010 05:07 AM
02-19-2010 05:07 AM
Re: can't read /etc/sfd.pid: No such device or address.
sfd:123456:respawn:/sbin/sfd
Another idea: also check the integrity of /sbin/sfd , it might be corrected. Does it work like expected? You could kill manually the sfd process, and try to restart it from command line. Do you get any error message? Did you check syslog? Any suspicious in there?
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2010 02:52 AM
03-19-2010 02:52 AM
Re: can't read /etc/sfd.pid: No such device or address.
Please excuse the delay..
sfd isnt running at all; the /etc/inittab is the same as that in your file.
The syslog shows the same error message
"can't read /etc/sfd.pid: No such device or address"
But the file does exist..
and
file sfd.pid gives--->
sfd.pid: character specia l(100/6)\
& ll sfd.pid
crw-r--r-- 1 root root 100 0x000006 Feb 5 14:38 sfd.pid
The funny part is that this message only crops up when accessing the OS thru MP console :-)...
I dont think its an issue (though syslog keep saying it)...
Shall I close the thread folks?
Thank You again!
Merci/Dunke
SNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2010 01:32 PM
03-21-2010 01:32 PM
Re: can't read /etc/sfd.pid: No such device or address.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2010 11:13 PM
03-22-2010 11:13 PM
Re: can't read /etc/sfd.pid: No such device or address.
What should be done to make this character dev file to an ascii file (yes, the /etc/sfd.pid is ascii)?
Thank you for your time...
SNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 02:23 AM
03-23-2010 02:23 AM
Re: can't read /etc/sfd.pid: No such device or address.
Remove the file. (You may have to use rmsf(1M)?)
Then use vi or even touch to create an empty file. Then make sure it has the right permissions/owners.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 04:09 AM
03-23-2010 04:09 AM
Re: can't read /etc/sfd.pid: No such device or address.
If the sfd daemon doesn't run then you don't even need to thouch the pid file. It will be created next time the daemon starts.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 01:59 AM
03-24-2010 01:59 AM
Re: can't read /etc/sfd.pid: No such device or address.
Let me just tell you what was done, so that my b
1. removed the /etc/sfd.pid file since my server showed if as a character file(which should be ascii having a numerical value)
I used the 'rm -f' command.
Dennis, 'rmsf' didnt work -- "there is no such file or device"
2. then, touch sfd.pid
3. To check the value, cat sfd.pid
5470 was the o/p
4. chmod 600 sfd.pid ; then
ll sfd.pid :
-rw------- 1 root root5 Mar 23 15:49 sfd.pid
And Viktor, I didnt want to wait..the message was so 'touched' the file..
Thank you all, especially Viktor...
Dunke/Merci!!
SNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 02:04 AM
03-24-2010 02:04 AM
Re: can't read /etc/sfd.pid: No such device or address.
Thank You moderators!