How to stop samba on solaris 10?


 
Thread Tools Search this Thread
Operating Systems Solaris How to stop samba on solaris 10?
# 1  
Old 11-26-2009
MySQL How to stop samba on solaris 10?

Hello to everybody from Argentina.
I need to stop samba because i need to fsck a filesystem
How can i do this?
I presume that the version is higher than 3.0.

/usr/sfw/sbin/smbd -D This is the out of ps -ef | grep smbd.

Thank you very much for your time i am a litle lost.


The solaris version is 5.10.(Solaris 10)
# 2  
Old 11-26-2009
Code:
svcs -a | grep samba

and then

svcadm diasabe <output from svcs -a | grep samba>

check

Code:
svcs -x samba

and shout write

status:disabled
reason: temporally disabeld by system administrator
# 3  
Old 11-27-2009
# 4  
Old 11-28-2009
Hi,

To stop samba in Solaris 10,
Code:
#/etc/init.d/samba stop

To start it again,
Code:
#/etc/init.d/samba start

Thanks,
Deepak
# 5  
Old 11-30-2009
Thank you

I forgot that solaris 10 handle the services with svcs and svcadm. Thank you very much if you come to Capital Federal we drink fernet con coca cola

Good luck to everybody
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Stop/start script problem on Solaris-10

I have Big brother script, which start/stop Big Brother processes. Something got change on server and now I am not able to start/stop it. There is no change in script, as I compared it from other server. This service is being managed by bb user (group is also bb). root@tsazdq04:/#... (6 Replies)
Discussion started by: solaris_1977
6 Replies

2. UNIX and Linux Applications

Stop samba from querying trusted domain servers

Hi, We've got a samba server running in our DMZ. Our users drag & drop files on it for vendors. Everything was working perfectly until the powers that be decided to build a trust between a couple of internal domains. Samba is now querying each server in the trust. When a user browses... (5 Replies)
Discussion started by: mph
5 Replies

3. Solaris

stop solaris 8 sendmail from running on startup

sorry i got this already... (3 Replies)
Discussion started by: itik
3 Replies

4. Solaris

solaris 8/9 sendmail stop

Hi All, I need to stop sendmail from running on boot-up. How can I do this on Solaris 8 and 9 sparc? Please help and that you in advance. (2 Replies)
Discussion started by: itik
2 Replies

5. Solaris

stop rsh in solaris

dear all Please suggest how to stop rsh on Solaris 10 Thanks murad jaber (2 Replies)
Discussion started by: murad.jaber
2 Replies

6. Solaris

Stop DHCP in Solaris 10

Can any one tell me how to stop DHCP service on Solaris 10 so that it should not start nextime when the system is rebooted. (2 Replies)
Discussion started by: shabu
2 Replies

7. Solaris

how to stop rsh on solaris 10

Hi Guys, Please suggest how to stop rsh on Solaris 10 Thanks Manu (1 Reply)
Discussion started by: b_manu78
1 Replies

8. UNIX for Dummies Questions & Answers

how to start and stop the network in Solaris 9??

Hi how do I start or stop the network interfaces in Solaris 9 I have tried "/etc/init.d/network stop" but it doesn't work thanks (1 Reply)
Discussion started by: eldiego
1 Replies

9. Solaris

Help: how to start/stop FTP server in solaris?

As the title. Thanks (1 Reply)
Discussion started by: eddsos
1 Replies
Login or Register to Ask a Question