CIFS/SMB Client on Solaris 11

I am fairly new to Solaris and I am attempting to mount a cifs share. I have already installed the system/file-system/samba or whatever it was but I still cannot mount with smbfs. I am told that the filesystem type is not available because it is not installed.
Any thoughts?
Thanks,
Dan

in the past before oracle, when there was a large community, there were many docs on it, look at:
[http://www.genunix.org/wiki/index.php/Getting_Started_With_the_Solaris_CIFS_Service]
i retrieved this (2008!):
[https://blogs.oracle.com/timthomas/entry/solaris_cifs_in_workgroup_mode]
and here are some notes i used on my home machine:
ultra20-root% svcadm enable -r smb/server
svcadm: svc:/milestone/network depends on svc:/network/physical, which has multiple instances.
ultra20-root% smbadm join -w WORKGROUP
Successfully joined workgroup 'WORKGROUP'
ultra20-root% zfs set sharesmb=on data/export/home
ultra20-root% sharemgr show -vp
default smb=() nfs=()
zfs
zfs/data/export/home nfs=() smb=()
data_export_home=/export/home
data_export_home_jdsuser=/export/home/jdsuser smb=()
hope this help,

Similar Messages

  • SMB Client for Mac

    Hello there. I have my mac setup for SMB. I have a file that I would like to access on a windows computer, and I was wondering if there was a client that is Cross-Platform compatible. I know that Finder can do it, but I am wondering of there are any 3rd Party Clients that can do this on Mac and Windows. Also, can the Mac run Linux (Ubuntu, Fedora, etc) apps?
    CB223

    Hello there. I have my mac setup for SMB. I have a file that I would like to access on a windows computer, and I was wondering if there was a client that is Cross-Platform compatible. I know that Finder can do it, but I am wondering of there are any 3rd Party Clients that can do this on Mac and Windows.
    Mac OS X has a built in CIFS/SMB client.  You can use Finder -> Go -> Connect to Server... -> smb://workgroup;username:[email protected]/sharename
    Windows should be able to access volumes that you have enabled via System Preferences -> Sharing -> File Sharing.
    Also, can the Mac run Linux (Ubuntu, Fedora, etc) apps?
    Not native.  Mac OS X is NOT Linux and does not use the same executable file format.
    However, many Linux apps can be compiled for Mac OS X, or you can use a package manager to install pre-built open source packages.
    And you can run a virtual machine (VMware Fusion, Parallels, VirtualBox) and then install a Linux OS into the virtual machine and run your stuff there.
    Also many Linux apps use X11 for their gui display, and you can install XQuartz on Mac OS X then arrange for your Linux DISPLAY environment variable to point back to the Mac (the best approach is to ssh -X or ssh -Y from your Mac to the Linux system and that will automatically redirect your DISPLAY environment variable back to your Mac).

  • Can't open Office 2011 files on CIFS/SMB shares.

    I can't open Excel or Word documents if they are opened from a network CIFS/SMB share.  Excel returns something like "could not open because some content is unreadable" and offers to repair the document.  Word just questions if the document is corrupt and errors out too.  If I drag the same document to my desktop, it opens just fine.  Is something broken with SMB?  I'm running the latest Yosemite (10.10) upgraded from Mavericks 10.9.5.  Office 2011 is completely updated too.

    I am having what I think is a intimately related problem, but which is somewhat more aggravated. I have a server set up using FreeNAS 9.3, which is configured as Windows+CIFS (SMB) in order to facilitate for Windows-based computers to join. Permissions are consequently set-up with a Windows client (a MBP running Win7 in Bootcamp). Everything works fine as far as access and file transfer goes, but using any application changes the experience.
    Just to be explicit, my problem is not only related to MS Office files, but also to PDFs and PNGs (I assume it is related to ALL files, but those are the ones I have tested). The problem arises, as for you other, when I try to save from within the application after I have altered the file's content. I get different messages depending on the application, but they all share the problem of not being able to save and that they after showing that error message, change the filename on the server (in the case of Word, it becomes 'Word work file L_2.tmp').
    I have tried connecting to the server using Win7 and changing the same file and that works just as intended. I have also tried setting up a dataset (folder) on the server with only AFP and Mac settings and that works fine, but as Apple shifted to SMB from Mavericks it is not that enticing to set up a server with a dying technology, which is why I insist on getting the Windows/SMB share to work.
    I have also tried the tips provided in this thread:
    http://arstechnica.com/civis/viewtopic.php?f=19&t=1253789
    1. smb://FreeNAS
    2. cifs://FreeNAS (should force SMB1)
    3. smb://FreeNAS:139 (should force connection over Netbios instead of TCP/IP)
    None works.
    I have checked the log files /var/log/samba4/log.smbd and /var/log/messages on the server, but they do not provide any error messages in this respect.
    Based on declure's suggestion, I have copied a new Word file to the server -> disconnected from the server -> reconnected using 'cifs://servername' -> opened the Word file and tried to save it -> same error message ("Word cannot save this document due to a naming or permissions error on the destination volume."). As this works in Win7 it seems as the real problem resides not with the application (or is Office for mac faulty?), but with OSX.
    Any constructive suggestions would be appreciated as I really would want this to work using SMB.

  • 10.5 CIFS/SMB and illegal Characters - Again

    http://docs.info.apple.com/article.html?artnum=107032 states that the following characters "? [ ] / \ = + ; : " , | *" cannot be used on CIFS/SMB shares with 10.4. However I can successfully use them with 10.5 on CIFS/SMB shares.
    Can some one advise me if there is a way to default back to 10.4 restriction with 10.5 on CIFS/SMB shares.

    Is your server bound to AD, and your PC clients as well (probably) ?
    First, stop SMB.
    Then, backup /etc/smb.conf
    Then edit it (use nano or vi or emacs via the Terminal. If you must use the GUI then use TextWrangler.
    Make sure the file permissions are preserved.
    under the [global] section of /etc/smb.conf, make the following modifications (add the entry if it's not there):
    security = ads
    windbind separator = +
    ; auth methods = guest opendirectory
    ie: comment out "auth methods" via the ";"
    Start smb and compare. Anytime you make a change in the GUI tools, verify your edits are preserved.

  • 10.5 CIFS/SMB and illegal Characters

    Greetings All,
    http://docs.info.apple.com/article.html?artnum=107032 states that the following characters "? [ ] / \ = + ; : " , | *" cannot be used on CIFS/SMB shares with 10.4. However I can successfully use them with 10.5 on CIFS/SMB shares.
    Can some one advise me if there is a way to default back to 10.4 restriction with 10.5 on CIFS/SMB shares.

    Is your server bound to AD, and your PC clients as well (probably) ?
    First, stop SMB.
    Then, backup /etc/smb.conf
    Then edit it (use nano or vi or emacs via the Terminal. If you must use the GUI then use TextWrangler.
    Make sure the file permissions are preserved.
    under the [global] section of /etc/smb.conf, make the following modifications (add the entry if it's not there):
    security = ads
    windbind separator = +
    ; auth methods = guest opendirectory
    ie: comment out "auth methods" via the ";"
    Start smb and compare. Anytime you make a change in the GUI tools, verify your edits are preserved.

  • Creating a CIFS/SMB share

    I am looking for a way to implement a java program as a cifs share - much the way Alfresco does. I have found JCIFS and JLAN, but I am not sure if this is what I need or if there are any other packages/libraries that do the same thing. Essentially, I need/want a package the defines the protocol and allows me to tie in my own code to the function calls. We have this service with an api that allows us to list files in a directory, download them, upload them, etc. I want to map these function calls to a cifs/smb interface. I have googled and havent found much, other than JCIFS and JLAN, and from what I have read, these are full implementations of the protocol and are not customizable in the manner I need it to be. I have found books that I can purchase to learn about the CIFS protocol; however, any online references would be preferable and a package that has already been developed would be ideal.
    Thanks in advance for any help

    As far as I know JCIFS is a client implementation and doesn't implement the server part.
    JLAN sounds exactly like what you are searching.
    Note that the "customizing" to "call your methods" will be rather hard, because of the nature of the beast.
    Providing non-file resources as if they were files is not as trivial a task as it sounds. There are many, many tiny border cases that you need to think about and it will be hard.
    But anyway: JLAN sounds as if it provides exactly what you want (and it seems that it is what Alfresco used to implement that feature in the first place).

  • Error in installation of 64 bit 11g client on solaris sparc64 bit

    hi,
    i am getting below error while installing the 11g 64 bit client on solaris sparc 64 bit machine.
    following error is occurred while installing 64 bit oracle 11.2 client on Solaris 64-bit sparcv9 OS:
    Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile
    kindly assist.
    Thanks,
    -Shubhen

    user12052679 wrote:
    hi,
    i am getting below error while installing the 11g 64 bit client on solaris sparc 64 bit machine.
    following error is occurred while installing 64 bit oracle 11.2 client on Solaris 64-bit sparcv9 OS:
    Pl read the Install Guide to ensure you meet all of the pre-installation requirements - http://docs.oracle.com/cd/E11882_01/install.112/e24347/pre_install.htm#CIHFICFD
    Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile
    kindly assist.
    Thanks,
    -ShubhenHTH
    Srini

  • SMB client URL works in 10.4.10, breaks in 10.5 -- password not accepted

    Hi,
    The SMB client URL (Finder Command-K) that was working under 10.4.10 breaks under 10.5:
    smb://DOMAIN-name;userid@Fully-qualified-DN-for-WinServer/PrivateSharename$
    The symptom is that the Mac does connect to the WinServer, as I do get the userid/password prompt, with the userid already prefilled as DOMAIN-name\userid. But when I add my Windows password and submit, I get a delay and then a message my userid or password is invalid.
    I know my userid and password are valid as they work from my PC, as well as from my Mac as far as establishing a Mac to PC screensharing session using MS Remote Desktop Connection.
    I know that it's not a network, DNS, or WINS name resolution problem as I do get as far as the initial connection to the PC -- i.e. the userid/password prompt. As well I've tried using the Windows Server's IP address directly in the URL.
    I've read the threads here and tried these variants of the URL:
    smb://DOMAIN-name;userid@IP-of-WinServer/PrivateSharename$
    smb://DOMAIN-name;userid:win-password@IP-of-WinServer/PrivateSharename$
    I've tried the Ruby script to escape any funny characters in my win-password; but there are none anyways, and the output from the Ruby script mentioned in another thread are the same as my inputted password.
    I've also gone into /etc/smb.conf and added the line suggested in another thread:
    client NTLMv2 auth = Yes
    ...and rebooted. But that line is for Windows clients trying to connect to a samba server running on the Mac. I'm doing the opposite: trying to run a Samba client connection to a PC server.
    Bottom line:
    OS X 10.4.10 : no problem connecting to Windows server
    OS X 10.5 : cannot
    suggestions welcome,
    ...b

    OK, so this SMB client URL (in the Finder, press Command-K) that was working under 10.4.10 breaks under 10.5:
    smb://domain;[email protected]/share
    so I added my domain name and WINS servers into the WINS tab of the Networking Preference Pane, and I was then able to browse our windows network in the Finder, find the above Win2003 PC server name, and connect! Yay!
    So I went back and tried variations on the SMB URL above. Until finally this variation worked:
    smb://domain;userid@server/share
    Hmm. So server.domain.company.com which does resolve to the PC server's IP, no longer works under OS X 10.5 -- even though the same SMB URL worked in OS X 10.4.
    Worse, while smb://domain;userid@server/share now works on the company LAN, smb://domain;userid@server/share fails over the company (cisco) VPN.
    I speculate it's because OS X 10.5 is using the PC servers NetBIOS name above and therefore relying on various PC WINS server ports, whose packets can flow unimpeded over my LAN. But when I'm VPN'ing, the company LAN I land on blocks these packets and ports.
    So after much tinkering, I returned to the Terminal.app and started reading the man pages about Samba, the open source Windows networking software used by OS X:
    man -k smb <-- to look up all the terminal commands for samba
    one of the entries this returned was:
    nsmb.conf(5) - configuration file for SMB requests
    Hmm, that sounds promising.
    man nsmb.conf
    returned a sample configuration file. I edited the sample file to include our windows "domain" name, and to map our "server" name to it's fully-qualified DNS name: "server.domain.company.com", and put this updated file, as per the man pages, in ~/Library/Preferences/nsmb.conf, and volia:
    smb://domain;userid@server/share
    now works for me to connect from OS X 10.5 to the "server" over our LAN and over our VPN!
    This was a lot of work and not a general solution. OS X 10.4 was definitely better, but this is the only PC server I need to connect to, so I'm very happy that I don't have to uninstall Leopard and re-install Tiger.
    ...b

  • The SMB client failed to resume a handle on a file share with continuous availability

    Hi.
    We have a 2-node WS2012 cluster that has a file server role with couple shares configured.
    We're however constantly getting spammed by the following errors in the eventlog:
    1) event 1002, source: SmbServer, message: "RKF failure - SRV2 failed to get acknowledgement from Resume Key filter for persistent handle request."
    2) SCOM has an alert opened with this description: "SMB client failed to resume Continuously Available (CA) handle as Resume Key Filter is not acknowledging the handle." Per the alert knowledge, we've inspected ResumeKeyFilter eventlog, but it
    contains only informational message and warnings and none of those are from the time the alert was created.

    Hi,<o:p></o:p>
    Please try applying the following hotfixes.<o:p></o:p>
    Update that improves cloud service provider resiliency in Windows Server 2012<o:p></o:p>
    http://support.microsoft.com/kb/2870270
    <o:p></o:p>
    Physical Disk resource move during the backup of a Cluster Shared Volume (CSV) may cause resource outage<o:p></o:p>
    http://support.microsoft.com/kb/2869923
    <o:p></o:p>
    Can't access a resource that is hosted on a Windows 8 or Windows Server 2012-based failover cluster<o:p></o:p>
    http://support.microsoft.com/kb/2838043
    <o:p></o:p>
    Best regards,
    Vincent Wu
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Is Oracle 11.1.0.7 client for solaris relaesed or not?

    Just want to know if 11.1.0.7 client for solaris is releaseed or not. I only can find 11.1.0.6 client for solaris on OTN download site. I plan to upgrade my server to 11.1.0.7.
    Thanks
    Edited by: user6432683 on Mar 13, 2009 8:20 AM

    11.1.0.7 is a patchset,not complete software. As usual patchsets are available on metalink,not on OTN. You need a valid account.
    Werner

  • Samba client in solaris 8

    Sorry for asking  this question in Solaris 9 group.
    We would like to mount Windows cifs to Soalris 8 server.  Could you give some directions if there are the way to do it?
    Thank you in advance

    You can also do it in the other direction, but in Solaris with the bundle softwares we can only mount a CIFS file system in Solaris 11.x

  • How do I disable NFS client in Solaris 10

    I am trying to disable NFS client in Solaris 10. In Solaris 9 I would simply rename /etc/rc2.d/S73nfs.client to /etc/rc2.d/s73nfs.client
    Since /etc/rc2.d/nfs.client does not seem to exist in 10 I'm wondering how to do this.
    Thanks in advance for the help.
    Max

    Since /etc/rc2.d/nfs.client does not seem to exist in
    10 I'm wondering how to do this.Read up on the new Solaris 10 service management faciities. Info at http://docs.sun.com/ There are a couple of tutorial doc's at bigadmin

  • Installing Oracle Virtual Directory Manager client on Solaris 10

    Hi,
    While installing Oracle Virtual Directory Client on solaris 10, I am getting
    "ovidm1014.bin : /tmp/install.dir.<number>/linux/resource/jre/bin/java: cannot execute" error while initiating the installer.
    Can someone look into the message and advice me in overcoming the issue as we are held up on this for three days?
    Earliest reply is favoured
    Thanks

    Hi,
    Thanks once again for reply!!
    If you already installed Oracle Virtual Directory Manager on Sun SPARC, can you brief us pre-requisite setting and installation steps, so that we can follow the same.
    Because, we are getting error in the initialization of installation process itself. So, I think there must be some configuration settings to be made.
    We already raised SR (Service Request) with Oracle, bu there is no reply from their side till now.
    I am waiting for your reply ASAP
    Regards

  • Instant client for Solaris AMD x64

    Hi,
    I am desperately looking for OCI instant client for solaris AMD x64. I tried instant client download page (http://www.oracle.com/technology/software/tech/oci/instantclient/index.html) but it is not listed there. I have no idea who to contact within Oracle or Oracle tech support.
    Any help is greatly appreciated.
    Thank you,
    Boris

    I've just downloaded the basic and sqlplus zip files and sqlplus works fine. sqlplus is linked to libclntsh.so.10.1, so I doubt that file is corrupt.
    instantclient_10_2> ls -l
    total 225992
    -r--r--r--   1 oracle   dba      1594191 May 19  2006 classes12.jar
    -r--r--r--   1 oracle   dba         1525 May 19  2006 glogin.sql
    -rwxr-xr-x   1 oracle   dba      29618728 May 19  2006 libclntsh.so.10.1
    -rwxr-xr-x   1 oracle   dba      7860792 May 19  2006 libnnz10.so
    -rwxr-xr-x   1 oracle   dba      1404480 May 19  2006 libocci.so.10.1
    -rwxr-xr-x   1 oracle   dba      70141168 May 19  2006 libociei.so
    -rwxr-xr-x   1 oracle   dba       146640 May 19  2006 libocijdbc10.so
    -rwxr-xr-x   1 oracle   dba      1913800 May 19  2006 libsqlplus.so
    -rwxr-xr-x   1 oracle   dba      1437952 May 19  2006 libsqlplusic.so
    -r--r--r--   1 oracle   dba      1540457 May 19  2006 ojdbc14.jar
    -rw-rw-r--   1 oracle   dba         6690 Apr 28 14:43 sqlnet.log
    -rwxr-xr-x   1 oracle   dba        11536 May 19  2006 sqlplus
    instantclient_10_2> ldd sqlplus
            libsqlplus.so =>         /tmp/ic/instantclient_10_2/libsqlplus.so
            libclntsh.so.10.1 =>     /tmp/ic/instantclient_10_2/libclntsh.so.10.1
            libnnz10.so =>   /tmp/ic/instantclient_10_2/libnnz10.so
            libkstat.so.1 =>         /lib/64/libkstat.so.1
            libnsl.so.1 =>   /lib/64/libnsl.so.1
            libsocket.so.1 =>        /lib/64/libsocket.so.1
            libgen.so.1 =>   /lib/64/libgen.so.1
            libdl.so.1 =>    /lib/64/libdl.so.1
            libsched.so.1 =>         /usr/lib/64/libsched.so.1
            libc.so.1 =>     /lib/64/libc.so.1
            librt.so.1 =>    /lib/64/librt.so.1
            libaio.so.1 =>   /lib/64/libaio.so.1
            libm.so.2 =>     /lib/64/libm.so.2
            libthread.so.1 =>        /lib/64/libthread.so.1
            libmp.so.2 =>    /lib/64/libmp.so.2
            libmd.so.1 =>    /lib/64/libmd.so.1
            libscf.so.1 =>   /lib/64/libscf.so.1
            libdoor.so.1 =>  /lib/64/libdoor.so.1
            libuutil.so.1 =>         /lib/64/libuutil.so.1
    instantclient_10_2> ./sqlplus /nolog
    SQL*Plus: Release 10.2.0.2.0 - Production on Tue Apr 28 14:47:04 2009
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    SQL> exit
    instantclient_10_2> uname -a
    SunOS xxxx 5.10 Generic_120012-14 i86pc i386 i86pc

  • Need sftp client on Solaris 8

    I need to implement an automated ftp process where I pull some binaries from an sftp server over to my local SOlaris 8 box. I do not have the sftp executable, and need to know how to get a secure ftp client for SOlaris 8.
    Thanks - Jesse ([email protected])

    I need to implement an automated ftp process where I
    pull some binaries from an sftp server over to my
    local SOlaris 8 box. I do not have the sftp
    executable, and need to know how to get a secure ftp
    client for SOlaris 8.
    Thanks - Jesse ([email protected])
    www.openssh.org has the server and the client. You need gcc to compile it or you can download the "package"-version.
    ps. You have to generate keys to automate sftp jobs, you can't use a password construction.

Maybe you are looking for

  • Custom Tag not evaluating expression in attribute

    I have a custom tag that needs to take dynamic values in the attributes, but I can't seem to get the values "interpreted" correctly. I have the <rtexprvalue> tag set to "true" in my .tld file, which I thought was the only thing that was needed in ord

  • How export result in sybase in SQL Developer 2.1 ?

    Hi, I cant find any option to export from the result grid when i query on a sybase database, how can i export the result in excel or csv in SQL Developer 2.1? This option was available in SQL Developer 1.5

  • Adding new rows after displaying subtotals in an ALV report by using OOABAP

    Dear All, I am creating an ALV report, displaying subtotals and total by using Classes. I have used classes CL_SALV_AGGREGATIONS (Method : add_aggregation) and CL_SALV_AGGREGATIONS (Method : add_sort) for sorting and doing subtotals. Output of my rep

  • Vbap-kdmat

    hi i need to get this field. here is what i have written but i am not getting it. SELECT *        FROM vbrk          INNER JOIN vbrp ON vbrkvbeln = vbrpvbeln          INNER JOIN kna1 ON vbrkkunag = kna1kunnr           INTO corresponding fields of TAB

  • Custom portal service not running ni NW 04

    Hello! We are about to migrate from EP6 SP2 to NW04 and I'm currently testing the results of the first test run. One special problem I encountered is one of my custom portal services no longer running. It did without flaws back in EP6, so something s