<?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: cifsmount problem ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217648#M169744</link>
    <description>Ivan.. have you tried the syntax I suggested? &lt;BR /&gt;&lt;BR /&gt;No. You do not need CIFS/9000 Server (aka Samba) for CIFS Client to work. It works independently from the SAMBA piece.&lt;BR /&gt;&lt;BR /&gt;After you added domain="sys_adm" in the cfg file (try lower case btw), have you restarted cifsclient? (cifsclient stop /cifsclient start)?&lt;BR /&gt;&lt;BR /&gt;On another Windows machine, can you actually mount the share you are serving from that NT server?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Mar 2004 19:56:40 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2004-03-12T19:56:40Z</dc:date>
    <item>
      <title>cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217644#M169740</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;I'm trying to mount drives (Ej. e:\temp) from nt servers to my Unix box, iÂ´m using CIFS/9000.&lt;BR /&gt; &lt;BR /&gt;# uname -a' returns:&lt;BR /&gt;HP-UX a_inb_00 B.11.00 U 9000/800 63714506 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep cifsclient&lt;BR /&gt;&lt;BR /&gt;root  9614     1  0 13:46:59 pts/ti    0:00 /opt/cifsclient/sbin/cifsclientd&lt;BR /&gt; -f /etc/opt/cifsclient/cifs&lt;BR /&gt;&lt;BR /&gt;My cifsmount command line is:&lt;BR /&gt;&lt;BR /&gt;# cifsmount //130.10.16.250/test_samba /samba_depot -U username&lt;BR /&gt;&lt;BR /&gt;where "test_samba" is the name of my share directory on nt server, and "samba_depot" is the mount point in the Unix box.&lt;BR /&gt;&lt;BR /&gt;But i returns the following (after my entering a password):&lt;BR /&gt;Connecting Server: UNIX: Connection refused&lt;BR /&gt;&lt;BR /&gt;The target machine is running Win NT4 SP6.&lt;BR /&gt;&lt;BR /&gt;I've noticed that the 'Connection refused' comes back very quickly.&lt;BR /&gt;&lt;BR /&gt;The only change I've made to the /etc/opt/cifsclient/cifsclient.cfg file is to uncomment the 'domain=""' line thus:&lt;BR /&gt;&lt;BR /&gt;domain = "SYS_ADM"&lt;BR /&gt;&lt;BR /&gt;where SYS_ADM is the name of the domain in which 130.10.16.250 resides.&lt;BR /&gt;&lt;BR /&gt;Somebody have an idea ?, I can provide further information as required.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ThankÂ´s in advan</description>
      <pubDate>Fri, 12 Mar 2004 15:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217644#M169740</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2004-03-12T15:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217645#M169741</link>
      <description>Is your UNIX server's SAMBA service a member of the domain?&lt;BR /&gt;&lt;BR /&gt;Also, -U "username" .. is username a valid NT account? You might want to try for "username" -- SYS_ADM\username&lt;BR /&gt;&lt;BR /&gt;Or :&lt;BR /&gt;&lt;BR /&gt;cifsmount ////130.10.16.250//test_samba /samba_depot -U SYS_ADM\username&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2004 16:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217645#M169741</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-03-12T16:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217646#M169742</link>
      <description>You need a valid user name on the NT system in many instances to make this work.&lt;BR /&gt;&lt;BR /&gt;Alternately to make a HP machine function properly within the domain there needs to be a name for it on the Primary Domain Controller.&lt;BR /&gt;&lt;BR /&gt;One or both of these issues could be preventing  You from making the connection.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 12 Mar 2004 17:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217646#M169742</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-12T17:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217647#M169743</link>
      <description>The account "administrator" already exist in the NT server. The hostname and IP of my unix box was added to the hosts and lmhosts files in the NT server.&lt;BR /&gt;&lt;BR /&gt;The Unix Host was added to the PDC "SYS_ADM", but i receive the same message about the "Connection refused".&lt;BR /&gt;&lt;BR /&gt;I probed more valid accounts in my NT server but the message is the same.&lt;BR /&gt;&lt;BR /&gt;Is necesary had a samba server defined for make the succesfull connection to one windows , or i can establish connections between unix and windows systems with the CIFS client only ?</description>
      <pubDate>Fri, 12 Mar 2004 19:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217647#M169743</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2004-03-12T19:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217648#M169744</link>
      <description>Ivan.. have you tried the syntax I suggested? &lt;BR /&gt;&lt;BR /&gt;No. You do not need CIFS/9000 Server (aka Samba) for CIFS Client to work. It works independently from the SAMBA piece.&lt;BR /&gt;&lt;BR /&gt;After you added domain="sys_adm" in the cfg file (try lower case btw), have you restarted cifsclient? (cifsclient stop /cifsclient start)?&lt;BR /&gt;&lt;BR /&gt;On another Windows machine, can you actually mount the share you are serving from that NT server?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2004 19:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217648#M169744</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-03-12T19:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217649#M169745</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;Please check these links:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=425307" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=425307&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=222528" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=222528&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Sat, 13 Mar 2004 00:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217649#M169745</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-03-13T00:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217650#M169746</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;I tryied the next commands:&lt;BR /&gt;&lt;BR /&gt;#cifsmount //130.10.16.250/ivan /samba_depot -U administrator&lt;BR /&gt;Remote user administrator's password: &lt;BR /&gt;Connecting Server: UNIX: Connection refused&lt;BR /&gt;&lt;BR /&gt;# cifsmount \\130.10.16.250\ivan /samba_depot -U administrator        &lt;BR /&gt;Remote user administrator's password: &lt;BR /&gt;Connecting Server: UNIX: Host is down&lt;BR /&gt;&lt;BR /&gt;I verify the configuration on my NT server and in theory everything is ok, but i canÂ´t make the mounting on the unix server!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ThankÂ´s in advan</description>
      <pubDate>Mon, 15 Mar 2004 19:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217650#M169746</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2004-03-15T19:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217651#M169747</link>
      <description>Hi Ivan&lt;BR /&gt;&lt;BR /&gt;Can you mount the share with a "normal" mount?&lt;BR /&gt;&lt;BR /&gt;mount -F cifs 130.10.16.250/test_samba /samba_depot&lt;BR /&gt;&lt;BR /&gt;Do you add the NT4 Server to you hosts file?&lt;BR /&gt;&lt;BR /&gt;Lars</description>
      <pubDate>Tue, 16 Mar 2004 07:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217651#M169747</guid>
      <dc:creator>Lars Blumenthal</dc:creator>
      <dc:date>2004-03-16T07:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217652#M169748</link>
      <description>If you are using SERVER security in the smb.conf file, you can use a mapfile to translate NT user names to unix users.  I use it daily and it works a treat.&lt;BR /&gt;&lt;BR /&gt;I hope this helps</description>
      <pubDate>Tue, 16 Mar 2004 08:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217652#M169748</guid>
      <dc:creator>The Real MD</dc:creator>
      <dc:date>2004-03-16T08:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217653#M169749</link>
      <description>Try&lt;BR /&gt;&lt;BR /&gt;#cifsmount //130.10.16.250/test_samba /samba_depot -U username -P password&lt;BR /&gt;&lt;BR /&gt;My mountpoint has permissions 755 root:sys&lt;BR /&gt;&lt;BR /&gt;Maybe put the hostname and ip in /etc/hosts and use the hostname rather than the ip address in the cifsmount command. &lt;BR /&gt;&lt;BR /&gt;This works ok here.&lt;BR /&gt;&lt;BR /&gt;You could try using the Asminstrator account and password to prove it isn't an access rights problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Tue, 16 Mar 2004 09:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217653#M169749</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2004-03-16T09:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217654#M169750</link>
      <description>My problem continuos: &lt;BR /&gt;&lt;BR /&gt;This is my actual configuration:&lt;BR /&gt;&lt;BR /&gt;a)ON UNIX BOX:&lt;BR /&gt;&lt;BR /&gt;- My CIFS version is:&lt;BR /&gt;&lt;BR /&gt;CIFS-Client           A.01.04        HP CIFS/9000 Client &lt;BR /&gt;  CIFS-Development      A.01.04        CIFS/9000 server source code files &lt;BR /&gt;  CIFS-Server           A.01.04        CIFS/9000 (Samba) File and Print Services&lt;BR /&gt;&lt;BR /&gt;Note: I only have the cifsclient configured. &lt;BR /&gt;&lt;BR /&gt;- Status of cifsclient:&lt;BR /&gt;&lt;BR /&gt;# cifsclient status&lt;BR /&gt;Path:     /opt/cifsclient/sbin/cifsclientd&lt;BR /&gt;Version:  FILESET HP CIFS CLIENT: Version: A.01.04&lt;BR /&gt;          Compiled on HP-UX B.11.00, s800/R390, 00/09/13 14:49:43&lt;BR /&gt;          cifsclientd: ver_id=3978115621&lt;BR /&gt;cksum:    2706385565&lt;BR /&gt;Status:   CIFS Client daemon is up; process id 8245, started 13:23:18.&lt;BR /&gt;&lt;BR /&gt;Changes:&lt;BR /&gt;&lt;BR /&gt;- I Modified the "/etc/opt/cifsclient.cfg" configuration file as.&lt;BR /&gt;&lt;BR /&gt;# Values other than sums of the above should NEVER be used!&lt;BR /&gt;    linkModeMask = 0x07;    // take read-only, hidden and system into account&lt;BR /&gt;    linkMode = 0x06;        // set both: system and hidden, but not read-only&lt;BR /&gt;    linksAreUnicode = yes;  // whether links are stored in Unicode&lt;BR /&gt;    enableFakeLinks = no;   // set this to "yes" if you need faked softlinks&lt;BR /&gt;    domain = SYS_ADM    // domain name sent to server&lt;BR /&gt;&lt;BR /&gt;where SYS_ADM is the name of my Primary Domain Controler, also added the name of my NT server "ADMON01" in the /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;- I made a directory named "depotsmb" as the mount point.&lt;BR /&gt;&lt;BR /&gt;b) NT 4.0 SERVER:&lt;BR /&gt;&lt;BR /&gt;- I added the "hostname" of my unix box to the "hosts" and "lmhosts" files on Windows. &lt;BR /&gt;- I added the unix box to the NT server using the Server Manager utilitie of WinNT.&lt;BR /&gt;- I shared a directory on the NT server with the name of "samba" with all permissions.&lt;BR /&gt;- I added a new user on my NT server named "cifsuser" like a test.&lt;BR /&gt;&lt;BR /&gt;c) UTILIZED COMMANDS:&lt;BR /&gt;&lt;BR /&gt;#cifsmount //130.10.16.250/samba /depotsmb -U administrator&lt;BR /&gt;Remote user administrator's password: &lt;BR /&gt;Connecting Server: UNIX: Connection refused&lt;BR /&gt;&lt;BR /&gt;# cifsmount //130.10.16.250/samba /depotsmb -U cifsuser     &lt;BR /&gt;Remote user cifsuser's password: &lt;BR /&gt;Connecting Server: UNIX: Connection refused&lt;BR /&gt;&lt;BR /&gt;Note: The -P option is useless.&lt;BR /&gt;&lt;BR /&gt;I donÂ´t find where is the problem</description>
      <pubDate>Wed, 17 Mar 2004 15:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217654#M169750</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2004-03-17T15:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217655#M169751</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To be honest - you're running a very old version of CIFS!  The first step would be to upgrade to the latest revision as it's highly likely that this type of problem may have been fixed in the many versions in between.&lt;BR /&gt;&lt;BR /&gt;The client and server s/w are available from &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt; The latest server release is A.01.11 and the client is A.01.09.01.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Thu, 18 Mar 2004 04:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217655#M169751</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2004-03-18T04:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: cifsmount problem !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217656#M169752</link>
      <description>Try using&lt;BR /&gt;&lt;BR /&gt;#mount -F cifs -o username=&lt;USERNAME&gt;,password=&lt;PASSWORD&gt; NTserver:/&lt;SHARE&gt; /&lt;MOUNT-POINT&gt;&lt;/MOUNT-POINT&gt;&lt;/SHARE&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Thu, 18 Mar 2004 04:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifsmount-problem/m-p/3217656#M169752</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-03-18T04:44:42Z</dc:date>
    </item>
  </channel>
</rss>

