Operating System - HP-UX
1837011 Members
2081 Online
110111 Solutions
New Discussion

How to auto-start Samba Daemons

 
Tamer Shaalan
Regular Advisor

How to auto-start Samba Daemons

Hi all,

I have installed HP CIFS Server(2.2j) on an HP-UX 11.11 box and configured it as domain member. The issue is that the processes smbd & nmbd don't start automatically with system start up and I should start them manully after every reboot. How to fix this?

Thanks in advace.

Tamer.
Success is a journey, not a destination
2 REPLIES 2
Slawomir Gora
Honored Contributor

Re: How to auto-start Samba Daemons

Hi,

modify file /etc/rc.config.d/samba. There must be:
RUN_SAMBA=1
Cesare Salvioni
Trusted Contributor

Re: How to auto-start Samba Daemons

hi
Check also to have the start/kill links in the rc directories.
You should have something like
/sbin/rc3.d/S900samba linked to /sbin/init.d/samba
and
/sbin/rc1.d/K100samba linked to /sbin/init.d/samba

hope it helps