- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What is sfd
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
03-28-2002 08:48 PM
03-28-2002 08:48 PM
What is "/sbin/sfd" daemon on HP-UX 11i?
I don't see the sfd daemon in "ps -ef" list, before HP-UX 11i(11.0, 10.20 etc.)
* What is the role of sfd?
* Can I stop sfd without any side-effect?
Regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 09:16 PM
03-28-2002 09:16 PM
Re: What is sfd
sfd:123456:respawn:/sbin/sfd
I think it is some kind of a daemon that is use to create device file. The reason why I say that is because if you do a strings on the file you can kinnda guess basically what it does.
# strings /sbin/sfd | more
One more thing I noticed is the file /etc/sfd.pid which contain the PID of the sfd process. Since sfd is started from inittab file, killing it would be no used as it will be restarted from /etc/inittab. My advice is to leave it alone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 09:42 PM
03-28-2002 09:42 PM
Re: What is sfd
Patch Name: PHCO_23920
Patch Description: s700_800 11.11 sfd(1M) patch
Creation Date: 01/11/06
Post Date: 01/11/16
Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Products: N/A
Filesets:
OS-Core.UX-CORE,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical:
Yes
PHCO_23920: OTHER
The "sfd" daemon may fail to start without this patch resulting in device special files not to be created for dynamically installed remote disks. As a result these dynamically installed remote disks
will not be accessible from user space commands and applications.
Category Tags:
defect_repair general_release critical
Path Name: /hp-ux_patches/s700_800/11.X/PHCO_23920
Symptoms:
PHCO_23920:
1. JAGad37868 / SR 8606168590
/sbin/sfd fails to start and logs the error message "sfd[]: pstat failed: Value too large to be stored in data type." to syslog.log.
Defect Description:
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 10:32 PM
03-28-2002 10:32 PM
Re: What is sfd
Thanks for your information.
> I think it is some kind of a daemon that is
> use to create device file. The reason why I
> say that is because if you do a strings on
> the file you can kinnda guess basically what > it does.
> # strings /sbin/sfd | more
mmm...
It seems
* install special file using "insf"
* "edisk", "ectl", "eautoch", "etape"
... driver name??
TYPO or alternative driver of
sdisk, sctl, autoch, stape ???
* Look or Modify "/etc/ioconfig" file
through "/dev/config"?
I have a question (once more :-)
Q: WHO(application or command) use /sbin/sfd,
directory or indirectory?
> I found more information .. apparently there
> is a patch for sfd and in that patch it
> mentioned about creating device file for
> remote disk (in SAN environment for
-------------------------------
Like a "CommandView SDM"?
# or SAN Manager?
> example). Hope this clarify you're question
> about side effects of disabling it.
> Patch Name: PHCO_23920
>
> Patch Description: s700_800 11.11 sfd(1M) patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 11:06 PM
03-28-2002 11:06 PM
SolutionFor your 2nd question, yes I would think SDM relies on sdf (on the clients end) to manage the creation of these remote device files. I hope my explanation is clear to you :)