<?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: NFS SERVER/CLIENT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-client/m-p/3768160#M546722</link>
    <description>&lt;A href="http://docs.hp.com/en/B2355-90950/ch04s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/ch04s04.html&lt;/A&gt;</description>
    <pubDate>Fri, 07 Apr 2006 14:01:08 GMT</pubDate>
    <dc:creator>Kent Ostby</dc:creator>
    <dc:date>2006-04-07T14:01:08Z</dc:date>
    <item>
      <title>NFS SERVER/CLIENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-client/m-p/3768159#M546721</link>
      <description>Hi team,&lt;BR /&gt;&lt;BR /&gt;I need help!&lt;BR /&gt;&lt;BR /&gt;Steps to setup, client/server of NFS &lt;BR /&gt;Client: Windows (Software Client)&lt;BR /&gt;Server: HPUX &lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Fri, 07 Apr 2006 13:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-client/m-p/3768159#M546721</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-04-07T13:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: NFS SERVER/CLIENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-client/m-p/3768160#M546722</link>
      <description>&lt;A href="http://docs.hp.com/en/B2355-90950/ch04s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/ch04s04.html&lt;/A&gt;</description>
      <pubDate>Fri, 07 Apr 2006 14:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-client/m-p/3768160#M546722</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-04-07T14:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: NFS SERVER/CLIENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-client/m-p/3768161#M546723</link>
      <description>CIFS or Samba is the product you need.&lt;BR /&gt;Install CIFS on HPUX server and clients can be windoze, you cna just map network drive to cifs directory&lt;BR /&gt;&lt;BR /&gt;For more details:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B8725-90093/ch01s04.html" target="_blank"&gt;http://docs.hp.com/en/B8725-90093/ch01s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Fri, 07 Apr 2006 14:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-client/m-p/3768161#M546723</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2006-04-07T14:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: NFS SERVER/CLIENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-client/m-p/3768162#M546724</link>
      <description>Note: The following setup is not intended for use on systems where security is paramount. However, CIFS/9000 Server can be secured through further configuration.&lt;BR /&gt;&lt;BR /&gt;1.  Login as root&lt;BR /&gt;&lt;BR /&gt;2.  Install CIFS/9000 Server with swinstall&lt;BR /&gt;&lt;BR /&gt;3.  Run the configuration script &lt;BR /&gt;&lt;BR /&gt;    # /opt/samba/bin/samba_setup&lt;BR /&gt;     - Select Security Level: User&lt;BR /&gt;     - Set the netbios name of your choice&lt;BR /&gt;     - Enter the hostâ  s domain name or workgroup name&lt;BR /&gt;&lt;BR /&gt;Note: The configuration script should only be run once after installation.&lt;BR /&gt;To make changes to the configuration edit the configuration files directly or&lt;BR /&gt;use the SWAT tool.&lt;BR /&gt;&lt;BR /&gt;4.  Edit /etc/opt/samba/smb.conf and verify that the following fields were set to the values selected during the configuration script:&lt;BR /&gt;&lt;BR /&gt;workgroup = {The selected domain name}&lt;BR /&gt;server string = {The selected netbios name}&lt;BR /&gt;      security = user&lt;BR /&gt;&lt;BR /&gt;5.  Edit /etc/opt/samba/smb.conf and create one or more shared directories.&lt;BR /&gt;    Here is an example:&lt;BR /&gt;    &lt;BR /&gt;#====== Share Definitions ==============&lt;BR /&gt;    [homes]&lt;BR /&gt;       comment = Home Directories&lt;BR /&gt;       browseable = no&lt;BR /&gt;&lt;BR /&gt;#This one is useful for people to share files&lt;BR /&gt;    [tmp]&lt;BR /&gt;       path = /tmp&lt;BR /&gt;&lt;BR /&gt;    [example]&lt;BR /&gt;       path = /test/eg&lt;BR /&gt;    &lt;BR /&gt;The string in the square brackets [] is the name by which the shared directory will be publicly referred to; while the "path" string indicates the fully qualified path of the local directory which will be   shared.&lt;BR /&gt;&lt;BR /&gt;6.  Start CIFS/9000 Server&lt;BR /&gt;    # /opt/samba/bin/startsmb&lt;BR /&gt;&lt;BR /&gt;7.  Start NetBIOS name server. (If you wish the CIFS/9000 Server to be visible on the "Network Neighborhood" view.)&lt;BR /&gt;    # /opt/samba/bin/nmbd -D&lt;BR /&gt;&lt;BR /&gt;8.  The new shared directory can now be found in the "Network Neighborhood" view&lt;BR /&gt;and mapped as a regular  network drive on your Windows system or CIFS/9000 Client.&lt;BR /&gt;&lt;BR /&gt;What to do if the CIFS/9000 Server fails to authenticate the users?&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;While attempting to connect to a share on CIFS/9000 Server, the PC client may receive the following error:&lt;BR /&gt;"The account is not authorized to login from this station" &lt;BR /&gt;&lt;BR /&gt;This can be caused by the client using an encrypted password, and the CIFS Server expecting an unencrypted (or clear text) password. The situation can be resolved by enabling clear text passwords on the client side, or by enabling encrypted passwords on the CIFS/9000 Server.&lt;BR /&gt;&lt;BR /&gt;Here are the steps:&lt;BR /&gt;1.  Edit /etc/opt/samba/smb.conf and add the following entry to the "global" section:&lt;BR /&gt;    encrypt passwords = yes &lt;BR /&gt;2.  Grant access to the desired users by executing the following command to add     them to /var/opt/samba/private/smbpasswd&lt;BR /&gt;    /opt/samba/bin/smbpasswd -a {unix_username} {unix_password}&lt;BR /&gt;3.  The shared directories should now be accessible.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to automatically start the CIFS/9000 Server at boot-up?&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;1.  Edit the /etc/rc.config.d/samba file.&lt;BR /&gt;2.  Change the last line of the file to: RUN_SAMBA=1&lt;BR /&gt;3.  The CIFS server will start at the next boot-up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a link to complete documentation concerning CIFS/9000:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/netcom/index.html#CIFS/9000" target="_blank"&gt;http://www.docs.hp.com/hpux/netcom/index.html#CIFS/9000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Apr 2006 05:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-client/m-p/3768162#M546724</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-04-08T05:07:44Z</dc:date>
    </item>
  </channel>
</rss>

