<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CIFS client configuration HP-UX 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223256#M467263</link>
    <description>Hi Oscar,&lt;BR /&gt;&lt;BR /&gt;Check the links:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-2814/ch06s03.html" target="_blank"&gt;http://www.docs.hp.com/en/5991-2814/ch06s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
    <pubDate>Sat, 06 Feb 2010 06:07:37 GMT</pubDate>
    <dc:creator>Kranti Mahmud</dc:creator>
    <dc:date>2010-02-06T06:07:37Z</dc:date>
    <item>
      <title>CIFS client configuration HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223252#M467259</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have configured a samba server in a Suse 10 box and managed to share the home directories in WinXP after a long battle.&lt;BR /&gt;Now I want to mount those home shares into a hpux 11.23 server. I have installed CIFS client, started up and issue the command &lt;BR /&gt;#mount -F cifs 192.168.1.10:/home/tamal /home/tamal &lt;BR /&gt;However I am getting the permission denied messsage when trying to use the share. I have not done any other configuration (like joining AD) but it seems I am missing something important.&lt;BR /&gt;&lt;BR /&gt;Any help is really appreciated.&lt;BR /&gt;&lt;BR /&gt;I am using samba 3.0.28-0.5.1657</description>
      <pubDate>Wed, 03 Feb 2010 17:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223252#M467259</guid>
      <dc:creator>Oscar Garcia</dc:creator>
      <dc:date>2010-02-03T17:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client configuration HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223253#M467260</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You should consider using cifs/9000 from &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is a depot install and eliminates other issues.&lt;BR /&gt;&lt;BR /&gt;Permission denied could be due to actual file permission problems on the Samba Server. Take a look and see if they are correct.&lt;BR /&gt;&lt;BR /&gt;Samba also has a number of log files, which might provide more detail.&lt;BR /&gt;&lt;BR /&gt;sbm.conf has a log level command which can allow you to increase the amount of detail in the log.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 03 Feb 2010 21:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223253#M467260</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-03T21:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client configuration HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223254#M467261</link>
      <description>you need to authenticate to the Samba server.  Dunno what kind of "security =" you have in smb.conf on the server, but your CIFS Client needs a "cifslogin //sambaserver/share /mountpoint -U username".  Then you can "cd /mountpoint".&lt;BR /&gt;&lt;BR /&gt;Eric Roseme</description>
      <pubDate>Wed, 03 Feb 2010 22:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223254#M467261</guid>
      <dc:creator>eric roseme</dc:creator>
      <dc:date>2010-02-03T22:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client configuration HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223255#M467262</link>
      <description>Thanks for your replies!&lt;BR /&gt;&lt;BR /&gt;This is the smb.conf in the server side:&lt;BR /&gt;&lt;BR /&gt;[global]&lt;BR /&gt;        workgroup = ABC0000&lt;BR /&gt;        realm = ABC0000.CO.UK&lt;BR /&gt;        server string = Suse 10 Development Server&lt;BR /&gt;        security = ADS&lt;BR /&gt;        auth methods = winbind&lt;BR /&gt;        null passwords = Yes&lt;BR /&gt;        password server = 192.168.1.2&lt;BR /&gt;        username map = No&lt;BR /&gt;        syslog = 0&lt;BR /&gt;        log file = /var/log/samba/log.%U&lt;BR /&gt;        max log size = 100000&lt;BR /&gt;        smb ports = 139&lt;BR /&gt;        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192&lt;BR /&gt;        load printers = No&lt;BR /&gt;        set primary group script = /usr/local/sbin/smbldap-usermod -g '%g' '%u'&lt;BR /&gt;        preferred master = No&lt;BR /&gt;        local master = No&lt;BR /&gt;        domain master = No&lt;BR /&gt;        wins support = Yes&lt;BR /&gt;        ldap ssl = no&lt;BR /&gt;        ldap timeout = 5&lt;BR /&gt;        idmap uid = 10000-20000&lt;BR /&gt;        idmap gid = 10000-20000&lt;BR /&gt;        hosts allow = 192.168.1.&lt;BR /&gt;        vfs objects = recycle&lt;BR /&gt;        ldap admin dn =&lt;BR /&gt;        ldap suffix =&lt;BR /&gt;        passdb backend = smbpasswd&lt;BR /&gt;&lt;BR /&gt;[homes]&lt;BR /&gt;        read only = No&lt;BR /&gt;        browseable = No&lt;BR /&gt;&lt;BR /&gt;I do not what to do next, as last time I ended up overcomplicating things with kerberos.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Fri, 05 Feb 2010 11:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223255#M467262</guid>
      <dc:creator>Oscar Garcia</dc:creator>
      <dc:date>2010-02-05T11:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client configuration HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223256#M467263</link>
      <description>Hi Oscar,&lt;BR /&gt;&lt;BR /&gt;Check the links:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-2814/ch06s03.html" target="_blank"&gt;http://www.docs.hp.com/en/5991-2814/ch06s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Sat, 06 Feb 2010 06:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223256#M467263</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2010-02-06T06:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client configuration HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223257#M467264</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check below link,&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B8725-90143/B8725-90143.pdf" target="_blank"&gt;http://docs.hp.com/en/B8725-90143/B8725-90143.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;taifur</description>
      <pubDate>Sat, 06 Feb 2010 06:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223257#M467264</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2010-02-06T06:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client configuration HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223258#M467265</link>
      <description>Following the suggestion of Eric, I have proceeded to configure kerberos client in the server, following some instructions from other threads.&lt;BR /&gt;Now I have reached another dead end. I am getting:&lt;BR /&gt;# /opt/samba/bin/net ads join -U administrator&lt;BR /&gt;administrator's password:&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: krb5_cc_close (code)  from /opt/samba/bin/net&lt;BR /&gt;Abort(coredump) &lt;BR /&gt;&lt;BR /&gt;Some information:&lt;BR /&gt;# what /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl:&lt;BR /&gt;         SMART_BIND&lt;BR /&gt;        92453-07 dld dld dld.sl B.11.67 081208&lt;BR /&gt;&lt;BR /&gt;# what /opt/samba/bin/net&lt;BR /&gt;/opt/samba/bin/net:&lt;BR /&gt;        $Revision: 92453-07 linker linker crt0.o B.11.37 030623 $&lt;BR /&gt;         HP CIFS Server: A.02.04 based on Samba 3.0.30&lt;BR /&gt;&lt;BR /&gt;# swlist -l product | grep -i krb&lt;BR /&gt;  KRB5-Client           B.11.23        Kerberos V5 Client Version 1.0&lt;BR /&gt;  PHSS_34991            1.0            KRB5-Client Version 1.0 Cumulative patch&lt;BR /&gt;&lt;BR /&gt;# swlist | grep J4269AA&lt;BR /&gt;  J4269AA                       B.04.00.03     LDAP-UX Integration&lt;BR /&gt;&lt;BR /&gt;# swlist | grep CIFS&lt;BR /&gt;  B8724AA                       A.02.02.02     HP CIFS Client&lt;BR /&gt;  B8725AA                       A.02.04        HP CIFS Server&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Mon, 15 Feb 2010 17:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223258#M467265</guid>
      <dc:creator>Oscar Garcia</dc:creator>
      <dc:date>2010-02-15T17:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client configuration HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223259#M467266</link>
      <description>I had open another thread as no one replied to my last post.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1416221" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1416221&lt;/A&gt;</description>
      <pubDate>Fri, 09 Apr 2010 14:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-hp-ux-11-23/m-p/5223259#M467266</guid>
      <dc:creator>Oscar Garcia</dc:creator>
      <dc:date>2010-04-09T14:43:26Z</dc:date>
    </item>
  </channel>
</rss>

