<?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 Set up CIFS Client in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/set-up-cifs-client/m-p/3769304#M546773</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a windows share that I want to mount on an HP-UX box. The following is the data:&lt;BR /&gt;&lt;BR /&gt;CIFS client ver. 2.01&lt;BR /&gt;Windows server: yyzwinfs1&lt;BR /&gt;Windows share: yyzwinfs/data/groups/itdallfiles&lt;BR /&gt;HP-UX mount point: /itdallfiles&lt;BR /&gt;user name: canweb&lt;BR /&gt;&lt;BR /&gt;When I do:&lt;BR /&gt;&lt;BR /&gt;# cifsmount //yyzwinfs1/yyzwinfs/data/groups/itdallfiles /itdallfiles -U canweb&lt;BR /&gt;Password: &lt;BR /&gt;&lt;BR /&gt;I enter the correct password.&lt;BR /&gt;&lt;BR /&gt;But this is what I get:&lt;BR /&gt;&lt;BR /&gt;"DOS: Share not exported by server". Although this share is exported.&lt;BR /&gt;&lt;BR /&gt;Any help will be appreciated.&lt;BR /&gt;</description>
    <pubDate>Mon, 10 Apr 2006 12:49:43 GMT</pubDate>
    <dc:creator>Kurt_32</dc:creator>
    <dc:date>2006-04-10T12:49:43Z</dc:date>
    <item>
      <title>Set up CIFS Client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-up-cifs-client/m-p/3769304#M546773</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a windows share that I want to mount on an HP-UX box. The following is the data:&lt;BR /&gt;&lt;BR /&gt;CIFS client ver. 2.01&lt;BR /&gt;Windows server: yyzwinfs1&lt;BR /&gt;Windows share: yyzwinfs/data/groups/itdallfiles&lt;BR /&gt;HP-UX mount point: /itdallfiles&lt;BR /&gt;user name: canweb&lt;BR /&gt;&lt;BR /&gt;When I do:&lt;BR /&gt;&lt;BR /&gt;# cifsmount //yyzwinfs1/yyzwinfs/data/groups/itdallfiles /itdallfiles -U canweb&lt;BR /&gt;Password: &lt;BR /&gt;&lt;BR /&gt;I enter the correct password.&lt;BR /&gt;&lt;BR /&gt;But this is what I get:&lt;BR /&gt;&lt;BR /&gt;"DOS: Share not exported by server". Although this share is exported.&lt;BR /&gt;&lt;BR /&gt;Any help will be appreciated.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Apr 2006 12:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-up-cifs-client/m-p/3769304#M546773</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-04-10T12:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set up CIFS Client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-up-cifs-client/m-p/3769305#M546774</link>
      <description>With the following mount command line I am able to mount it:&lt;BR /&gt;&lt;BR /&gt;# mount -F cifs yyzwinfs1:/yyzwinfs/data/groups/itdallfiles /itdallfiles&lt;BR /&gt;&lt;BR /&gt;But it says:&lt;BR /&gt;&lt;BR /&gt;"bdf: /itdallfiles: Permission denied" when I do a bdf on it.</description>
      <pubDate>Mon, 10 Apr 2006 12:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-up-cifs-client/m-p/3769305#M546774</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-04-10T12:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set up CIFS Client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-up-cifs-client/m-p/3769306#M546775</link>
      <description>Hello, Kurt,&lt;BR /&gt;&lt;BR /&gt;Eric from the HP CIFS Client lab here.  Here are the answers to your questions.&lt;BR /&gt;&lt;BR /&gt;In your first case, using "cifsmount", the syntax for the object you are trying to mount is:&lt;BR /&gt;&lt;BR /&gt;  //server/share&lt;BR /&gt;&lt;BR /&gt;where "share" is not a full path, but only the share name specified on the Windows system.  From what you've shown, this is probably "itdallfiles".&lt;BR /&gt;&lt;BR /&gt;In the second case, where you are using "mount -F cifs", the reason you are denied access is that you have not logged in.  When you use "mount", instead of "cifsmount", and do not specify a login name and password, you have to follow it with "cifslogin".  This is one of the cornerstones of the CIFS protocol: after the remote CIFS filesystem is mounted, any local user on the HP-UX CIFS client has to login to the server in order to access the share.&lt;BR /&gt;&lt;BR /&gt;The "cifsmount" command expects a username and password, so it mounts and logs you in in one step, but any other user on the system will have to do "cifslogin" to access the share.  That is the CIFS authentication model.&lt;BR /&gt;&lt;BR /&gt;You can also specify login arguments with "mount".  Examples are given in the CIFS Client Administrator's Guide, available here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B8724-90067/B8724-90067.pdf" target="_blank"&gt;http://www.docs.hp.com/en/B8724-90067/B8724-90067.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please post a reply if you encounter further obstacles getting access to the Windows share with the CIFS Client.&lt;BR /&gt;&lt;BR /&gt;-Eric</description>
      <pubDate>Tue, 11 Apr 2006 03:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-up-cifs-client/m-p/3769306#M546775</guid>
      <dc:creator>Eric Raeburn</dc:creator>
      <dc:date>2006-04-11T03:21:06Z</dc:date>
    </item>
  </channel>
</rss>

