Not able to find samba client service in Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Not able to find samba client service in Solaris 10
# 1  
Old 10-11-2013
Not able to find samba client service in Solaris 10

Hi

I am new to samba & I need to configure samba client on Solaris 10 machine where I need to mount/share window folder (Window 2008 machine is configured as samba server).

I am following below mention link to mount this window's folder.

https://blogs.oracle.com/gerhardhofw...ectory_between

but I am not able to find "svcadm enable smb/client" service. Please let me what need to be done to on my solaris machine(147440-01)
# 2  
Old 10-11-2013
How you start the Samba client depends on which version of Solaris 10 you have installed.

What is the output of:
Code:
# /usr/sfw/sbin/smbd -V

# 3  
Old 10-12-2013
Thank for the response fpmurphy

I am using solaris 10 having kernel level is 147440-01


Please find the output of smbd -V

Code:
 
bash-3.2# type smbd
smbd is /usr/sbin/smbd
bash-3.2#
bash-3.2# smbd -V
Version 3.5.8
bash-3.2#

# 4  
Old 10-12-2013
Quote:
Originally Posted by sb200
I am using solaris 10 having kernel level is 147440-01
There are 12 versions of solaris 10... Check /etc/relase for version infos.
# 5  
Old 10-12-2013
If you have an /etc/init.d/samba script, you can start Samba that way
Code:
# /etc/init.d/samba start

Otherwise you could do something like:
Code:
# /usr/sfw/sbin/smbd -s /etc/sfw/smb.conf -D

assuming /etc/sfw/smb.conf is the location of your Samba configuration file.
# 6  
Old 10-14-2013
HI DukeNuke2

Please find the release date

Code:
 
bash-3.2# cat /etc/release
                   Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
  Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
                            Assembled 23 August 2011
bash-3.2#



Hi fpmurphy

There is no samba script in /etc/init.d folder & I think the command you have mention is related to starting the samba server not the samba client


More over when I am running below command I am getting error please find the output

Code:
 
bash-3.2# /usr/sbin/smbd -s /etc/sfw/smb.conf -D
bash-3.2#
bash-3.2#
bash-3.2# ps -ef|grep smdb
    root  4998  4918   0 21:08:38 pts/3       0:00 grep smdb
bash-3.2#
bash-3.2# mount -F smbfs //192.168.11.34/abc  /mnt
mount: Operation not applicable to FSType smbfs
bash-3.2#
bash-3.2# svcs -a|grep samba
disabled       21:09:59 svc:/network/samba:default
bash-3.2#

For your information

//192.168.11.34/abc

folder on window machine acting as a samba server

Please let me know how to proceed

Last edited by sb200; 10-14-2013 at 07:15 AM..
# 7  
Old 10-17-2013
First confirm that its installed. It should be as it ships with solaris 9 and 10. But just confirm it.

Code:
# pkginfo | grep samba
system      SUNWsmbac                samba - A Windows SMB/CIFS fileserver for UNIX (client)
system      SUNWsmbar                        samba - A Windows SMB/CIFS fileserver for UNIX (Root)
system      SUNWsmbau                        samba - A Windows SMB/CIFS fileserver for UNIX (Usr)


If it exist query the package information.
Code:
pkginfo -l SUNWsmbac
   PKGINST:  SUNWsmbac
      NAME:  samba - A Windows SMB/CIFS fileserver for UNIX (client)
  CATEGORY:  system
      ARCH:  i386
   VERSION:  11.10.0,REV=2005.01.08.01.09
   BASEDIR:  /
    VENDOR:  Sun Microsystems, Inc.
      DESC:  samba - A Windows SMB/CIFS fileserver for UNIX (client)
    PSTAMP:  sfw10-patch-x20090718075958
  INSTDATE:  Feb 22 2013 08:44
   HOTLINE:  Please contact your local service provider
    STATUS:  completely installed
     FILES:        3 installed pathnames
                   3 shared pathnames
                   3 directories

you can also pkgchk to try and locate the directory.
Code:
# pkgchk -l -P samba

or even the find command.
Code:
# find / -name samba | more

Over all you want to confirm the client package is installed and find out where its located.

Last edited by Scott; 10-17-2013 at 08:09 PM.. Reason: Please use code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

solaris samba configuration without wins service from authentication window server/Active directory

Hi All, We are using solaris samba server for our company project to provide access to code to our development team.Recently our ICT has disabled wins service on Active directory due which user are not able to connect to samba share and they are getting error "No logon server available" as samba... (2 Replies)
Discussion started by: sahil_shine
2 Replies

2. Red Hat

Samba Client for RHEL 4

I am looking for a Samba Client for a redhat 4 installation. I can't find it anywhere on the web. Does anyone have a link where i can find a working version ? This is my version: Red Hat Enterprise Linux AS release 4 (Nahant Update 7) /usr/bin/file: ELF 32-bit LSB executable, Intel... (5 Replies)
Discussion started by: guidovans
5 Replies

3. Solaris

Samba service in maintenance mode ???

I have a Solaris 10 SunFire v880 machine and I'm having trouble with Samba. Samba has worked on this machine but since the machine has been re-booted Samba has not worked. Machine details are: cat /etc/release Solaris 10 10/08 s10s_u6wos_07b SPARC Copyright 2008... (2 Replies)
Discussion started by: KenLynch
2 Replies

4. Solaris

NFS client service restart

Can any one please tell me the command for NFS client service restart.This is to resolve, NFS mount slowness issue.Mount is very slow for both read and write operations.The below commands are not helping out in this situation. ---------- Post updated at 08:59 AM ---------- Previous update was... (1 Reply)
Discussion started by: ksvaisakh
1 Replies

5. Solaris

how to find out that how many users are in samba server in solaris 10

what is the command to find out that how many samba users accounts are in samba server in solaris 8.and also about samba users home directoris and samba users permissions (1 Reply)
Discussion started by: tv.praveenkumar
1 Replies

6. Solaris

SFTP Client service information

Hi, How to find out which sftp client is installed in my system? And the UserId and Password used for SFTP service. I am using SunOS 5.8 Please help. Thanks, Raj (1 Reply)
Discussion started by: reeturaj_sunny
1 Replies

7. IP Networking

How to enumerate samba shares with client

I have a samba server node and I want to mount the samba (CIFS) shares from a second (client) unix machine. However, the unix mount command requires I specify the name of the share. What if I don't know the name of the share? How can I enumerate all the shares from the samba client machine? ... (1 Reply)
Discussion started by: siegfried
1 Replies

8. Shell Programming and Scripting

(perl) Microsoft SQL Server client for solaris. cant find it...

let me save everyone the pain that it caused me. This is all free. And make sure it is in this order 1) make sure you have the latest version of perl installed 2) make sure you have NET:aemon installed 3) make sure you have RPC::PlServer & PlClient (the bundle has both) 4) make sure... (3 Replies)
Discussion started by: Optimus_P
3 Replies
Login or Register to Ask a Question