<?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 mounting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380966#M348602</link>
    <description>On the NFS server:&lt;BR /&gt;sam =&amp;gt;&lt;BR /&gt;Networking and Communications =&amp;gt;&lt;BR /&gt;Networked File Systems  -&amp;gt; &lt;BR /&gt;Exported Local File Systems =&amp;gt;&lt;BR /&gt;Go to Action Tab =&amp;gt;  Add Exported File System ==&amp;gt; &lt;BR /&gt; Local-Directory Name:  &lt;DIRECTORY name="" to="" be="" exported=""&gt;&lt;BR /&gt;Select &amp;lt;*&amp;gt; Specify UID for Unknown User&lt;BR /&gt;Give  User ID: 0&lt;BR /&gt;On Permission for File Access&lt;BR /&gt;Select " Specify Root-User Access "&lt;BR /&gt;Add the NFS client hostname &lt;BR /&gt;Click OK and Apply.&lt;BR /&gt;&lt;BR /&gt;The /etc/exports file should be:&lt;BR /&gt;cat /etc/exports&lt;BR /&gt;&lt;DIRECTORY exported=""&gt; -anon=0,root=&lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;sam ==&amp;gt; Add Remote File System =&amp;gt; Using NFS&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;ON NFS client: &lt;BR /&gt;sam =&amp;gt;&lt;BR /&gt;Networking and Communications =&amp;gt;&lt;BR /&gt;Networked File Systems  -&amp;gt; &lt;BR /&gt; Mounted Remote File Systems =&amp;gt;&lt;BR /&gt;Go to Action:&lt;BR /&gt;Add Remote File System -&amp;gt;Using NFS...&lt;BR /&gt;&lt;BR /&gt;Local-Directory Name:  Specify the Local directory where it needs to be mounted                                   &lt;BR /&gt;Remote-Server Name: &lt;NFS server=""&gt;                                  &lt;BR /&gt;Remote-Directory Name:  &lt;NFS server=""&gt;             &lt;BR /&gt;&lt;BR /&gt;â  When to Mount:&lt;BR /&gt;â  [X] Now            â  &lt;BR /&gt;â  [X] At System Boot â  &lt;BR /&gt;&lt;BR /&gt;[ Mount Options... ]&lt;BR /&gt; Access Permissions:  [â   Read/Write â  &lt;BR /&gt;&lt;BR /&gt;Click OK&lt;BR /&gt;&lt;/NFS&gt;&lt;/NFS&gt;&lt;/HOSTNAME&gt;&lt;/DIRECTORY&gt;&lt;/DIRECTORY&gt;</description>
    <pubDate>Tue, 17 Mar 2009 14:04:30 GMT</pubDate>
    <dc:creator>Avinash20</dc:creator>
    <dc:date>2009-03-17T14:04:30Z</dc:date>
    <item>
      <title>NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380963#M348599</link>
      <description>Hi i am new to UNIX ,&lt;BR /&gt;&lt;BR /&gt; i want leasrn Nfs, as i have two new servers, how can i configure NFS in that , as i want to share a filesystem to the  other server, can anybody help me by guiding to configure NFS and mounting filesystem..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance...</description>
      <pubDate>Tue, 17 Mar 2009 09:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380963#M348599</guid>
      <dc:creator>jeevanandham</dc:creator>
      <dc:date>2009-03-17T09:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380964#M348600</link>
      <description>Hy,&lt;BR /&gt;&lt;BR /&gt;Have look at:&lt;BR /&gt;&lt;BR /&gt;Configuring and Administering an NFS Server:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5992-0715/ch02s02.html" target="_blank"&gt;http://www.docs.hp.com/en/5992-0715/ch02s02.html&lt;/A&gt;</description>
      <pubDate>Tue, 17 Mar 2009 10:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380964#M348600</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-03-17T10:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380965#M348601</link>
      <description>Hi,&lt;BR /&gt;Edit the /etc/exports add the entry of exported filesystem.&lt;BR /&gt;e.i.&lt;BR /&gt; &lt;BR /&gt;/usr/bin -access=srv1:srv2:srv3,rw=srv3 # read to srv1 and2 read/write to srv3&lt;BR /&gt;&lt;BR /&gt;apply the command&lt;BR /&gt;/usr/sbin/exportfs -a  &lt;BR /&gt;&lt;BR /&gt;make changes in /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;START_MOUNTD=1&lt;BR /&gt;&lt;BR /&gt;start the daemons processes using&lt;BR /&gt;# /sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;Client&lt;BR /&gt;&lt;BR /&gt;make changes in /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;&lt;BR /&gt;start the daemons processes using&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;mount the file system&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 17 Mar 2009 10:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380965#M348601</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-17T10:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380966#M348602</link>
      <description>On the NFS server:&lt;BR /&gt;sam =&amp;gt;&lt;BR /&gt;Networking and Communications =&amp;gt;&lt;BR /&gt;Networked File Systems  -&amp;gt; &lt;BR /&gt;Exported Local File Systems =&amp;gt;&lt;BR /&gt;Go to Action Tab =&amp;gt;  Add Exported File System ==&amp;gt; &lt;BR /&gt; Local-Directory Name:  &lt;DIRECTORY name="" to="" be="" exported=""&gt;&lt;BR /&gt;Select &amp;lt;*&amp;gt; Specify UID for Unknown User&lt;BR /&gt;Give  User ID: 0&lt;BR /&gt;On Permission for File Access&lt;BR /&gt;Select " Specify Root-User Access "&lt;BR /&gt;Add the NFS client hostname &lt;BR /&gt;Click OK and Apply.&lt;BR /&gt;&lt;BR /&gt;The /etc/exports file should be:&lt;BR /&gt;cat /etc/exports&lt;BR /&gt;&lt;DIRECTORY exported=""&gt; -anon=0,root=&lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;sam ==&amp;gt; Add Remote File System =&amp;gt; Using NFS&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;ON NFS client: &lt;BR /&gt;sam =&amp;gt;&lt;BR /&gt;Networking and Communications =&amp;gt;&lt;BR /&gt;Networked File Systems  -&amp;gt; &lt;BR /&gt; Mounted Remote File Systems =&amp;gt;&lt;BR /&gt;Go to Action:&lt;BR /&gt;Add Remote File System -&amp;gt;Using NFS...&lt;BR /&gt;&lt;BR /&gt;Local-Directory Name:  Specify the Local directory where it needs to be mounted                                   &lt;BR /&gt;Remote-Server Name: &lt;NFS server=""&gt;                                  &lt;BR /&gt;Remote-Directory Name:  &lt;NFS server=""&gt;             &lt;BR /&gt;&lt;BR /&gt;â  When to Mount:&lt;BR /&gt;â  [X] Now            â  &lt;BR /&gt;â  [X] At System Boot â  &lt;BR /&gt;&lt;BR /&gt;[ Mount Options... ]&lt;BR /&gt; Access Permissions:  [â   Read/Write â  &lt;BR /&gt;&lt;BR /&gt;Click OK&lt;BR /&gt;&lt;/NFS&gt;&lt;/NFS&gt;&lt;/HOSTNAME&gt;&lt;/DIRECTORY&gt;&lt;/DIRECTORY&gt;</description>
      <pubDate>Tue, 17 Mar 2009 14:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380966#M348602</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-17T14:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380967#M348603</link>
      <description>Hi Jeeva,&lt;BR /&gt;&lt;BR /&gt;Find the attached file for the steps..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Mar 2009 14:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380967#M348603</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-17T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380968#M348604</link>
      <description>Hai Ganesh .. thanks for your help.. everything is fine but i am not able to mount the NFS file system getting command error..&lt;BR /&gt;root@osshp13:/#mount -v 135.254.229.180: /shabadi /shabadi&lt;BR /&gt;usage:  mount [-l][-v|-p]&lt;BR /&gt;        mount [-F FStype][-eQ] -a&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                { special | directory }&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                special directory&lt;BR /&gt;root@osshp13:/#&lt;BR /&gt;&lt;BR /&gt;Here i have given ipaddress of remote server(135.254.229.180)&lt;BR /&gt;&lt;BR /&gt;please giude me further...</description>
      <pubDate>Wed, 18 Mar 2009 06:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380968#M348604</guid>
      <dc:creator>jeevanandham</dc:creator>
      <dc:date>2009-03-18T06:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380969#M348605</link>
      <description>&amp;gt;mount -v 135.254.229.180: /shabadi /shabadi&lt;BR /&gt;&lt;BR /&gt;You can't use -v with that mount.  You shouldn't have a space:&lt;BR /&gt;mount 135.254.229.180:/shabadi /shabadi&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Here I have given IP address of remote server (135.254.229.180)&lt;BR /&gt;&lt;BR /&gt;Any reason you are using the IP rather than a name or FQDN?</description>
      <pubDate>Wed, 18 Mar 2009 07:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380969#M348605</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-18T07:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380970#M348606</link>
      <description>edit file /etc/exports and add the name of directory you want to share, for ex:&lt;BR /&gt;  /data1 -anon=0&lt;BR /&gt;then, run "exportfs -av", then try to mount to other server:&lt;BR /&gt; # mount -F nfs /data1 10.x.x.x:/a</description>
      <pubDate>Wed, 18 Mar 2009 07:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380970#M348606</guid>
      <dc:creator>yulianto piyut</dc:creator>
      <dc:date>2009-03-18T07:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380971#M348607</link>
      <description>hai there is some issue with hostname so i am usig ip address..&lt;BR /&gt;&lt;BR /&gt;here in /etc/fstab.i have made entry as follows,,,&lt;BR /&gt;/dev/vg01/jeeva /jeeva  vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/sujeet /sujeet vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/sanjay /sanjay vxfs delaylog 0 2&lt;BR /&gt;135.254.229.180:/dev/vg02/shabadi /shabadi nfs defaults 0 0&lt;BR /&gt;&lt;BR /&gt;and when i give #mount -a&lt;BR /&gt;&lt;BR /&gt;root@osshp13:/#mount -a&lt;BR /&gt;nfs mount: get_fh: 135.254.229.180:: RPC: Program not registered&lt;BR /&gt;nfs mount: get_fh: 135.254.229.180:: RPC: Program not registered&lt;BR /&gt;nfs mount: retry: retrying(1) for: /shabadi after 5 seconds&lt;BR /&gt;nfs mount: retry: giving up on: /shabadi&lt;BR /&gt;mount: /dev/vg01/sanjay is already mounted on /sanjay&lt;BR /&gt;&lt;BR /&gt;can any one help me...&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 08:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380971#M348607</guid>
      <dc:creator>jeevanandham</dc:creator>
      <dc:date>2009-03-18T08:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380972#M348608</link>
      <description>Hi Jeevan,&lt;BR /&gt;&lt;BR /&gt;For NFS server:-&lt;BR /&gt;&lt;BR /&gt;1. Edit the /etc/exports file and add entries for exported file systems.&lt;BR /&gt;2. Use the exportfs -a command to export these file systems.&lt;BR /&gt;3. Edit the /etc/rc.config.d/nfsconf file and set proper values to different variables as mentioned earlier.&lt;BR /&gt;4. Execute the /sbin/init.d/nfs.core start command.&lt;BR /&gt;5. Execute the /sbin/init.d/nfs.server start command&lt;BR /&gt;&lt;BR /&gt;for NFS client:-&lt;BR /&gt;&lt;BR /&gt;1. Edit the /etc/rc.config.d/nfsconf file to enable an NFS client to be started at boot time.&lt;BR /&gt;2. Edit the /etc/fstab file to mount remote file systems at system boot time.&lt;BR /&gt;3. Create mount points for the remote file systems.&lt;BR /&gt;4. Ensure that the name of the NFS server is present in the /etc/hosts file if NIS or DNS are not being used.&lt;BR /&gt;5. Synchronize client and server clocks to ensure that time stamps are correct on modified files.&lt;BR /&gt;6. Either reboot the system or start the NFS client and mount remote file systems manually.&lt;BR /&gt;7. Verify mounted file systems using the mount command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!</description>
      <pubDate>Wed, 18 Mar 2009 08:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380972#M348608</guid>
      <dc:creator>點燃</dc:creator>
      <dc:date>2009-03-18T08:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380973#M348609</link>
      <description>Hi,&lt;BR /&gt;Did you solved your problem or not ?&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 18 Mar 2009 10:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380973#M348609</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-18T10:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380974#M348610</link>
      <description>Hi thanks for your help but i not able to solve the problem here is what i have done..&lt;BR /&gt;root@osshp13:/#mount -a&lt;BR /&gt;nfs mount: get_fh: 135.254.229.180:: RPC: Program not registered&lt;BR /&gt;nfs mount: get_fh: 135.254.229.180:: RPC: Program not registered&lt;BR /&gt;nfs mount: retry: retrying(1) for: /shabadi after 5 seconds&lt;BR /&gt;nfs mount: retry: giving up on: /shabadi&lt;BR /&gt;_____________________________________________&lt;BR /&gt;entry in fstsb&lt;BR /&gt;root@osshp13:/#more /etc/fstab&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/sachin /users/sachin vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg01/shahab /shahab  vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/jeeva /jeeva  vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/sujeet /sujeet vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/sanjay /sanjay vxfs delaylog 0 2&lt;BR /&gt;135.254.229.180:/dev/vg02/shabadi /shabadi nfs defaults  0 0&lt;BR /&gt;root@osshp13:/#&lt;BR /&gt;now --- /shabadi is the filesystem need to mount</description>
      <pubDate>Thu, 19 Mar 2009 04:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380974#M348610</guid>
      <dc:creator>jeevanandham</dc:creator>
      <dc:date>2009-03-19T04:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380975#M348611</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you able to ping or rlogin into the 135.254.229.180 server.&lt;BR /&gt;&lt;BR /&gt;Did you add 135.254.229.180 host into your clients /etc/hosts file?&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2009 04:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380975#M348611</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-19T04:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380976#M348612</link>
      <description>Hi i have done everything i am able to ping and rlogin by using ipaddress but not with hostname.. see below output;&lt;BR /&gt;root@osshp13:/#ping 135.254.229.180&lt;BR /&gt;PING 135.254.229.180: 64 byte packets&lt;BR /&gt;64 bytes from 135.254.229.180: icmp_seq=0. time=0. ms&lt;BR /&gt;64 bytes from 135.254.229.180: icmp_seq=1. time=0. ms&lt;BR /&gt;64 bytes from 135.254.229.180: icmp_seq=2. time=0. ms&lt;BR /&gt;64 bytes from 135.254.229.180: icmp_seq=3. time=0. ms&lt;BR /&gt;64 bytes from 135.254.229.180: icmp_seq=4. time=0. ms&lt;BR /&gt;â ¥&lt;BR /&gt;----135.254.229.180 PING Statistics----&lt;BR /&gt;5 packets transmitted, 5 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms)  min/avg/max = 0/0/0&lt;BR /&gt;root@osshp13:/#rlogin 135.254.229.180&lt;BR /&gt;Please wait...checking for disk quotas&lt;BR /&gt;(c)Copyright 1983-2000 Hewlett-Packard Co.,  All Rights Reserved.&lt;BR /&gt;(c)Copyright 1979, 1980, 1983, 1985-1993 The Regents of the Univ. of California&lt;BR /&gt;(c)Copyright 1980, 1984, 1986 Novell, Inc.&lt;BR /&gt;(c)Copyright 1986-1992 Sun Microsystems, Inc.&lt;BR /&gt;(c)Copyright 1985, 1986, 1988 Massachusetts Institute of Technology&lt;BR /&gt;(c)Copyright 1989-1993  The Open Software Foundation, Inc.&lt;BR /&gt;(c)Copyright 1986 Digital Equipment Corp.&lt;BR /&gt;(c)Copyright 1990 Motorola, Inc.&lt;BR /&gt;(c)Copyright 1990, 1991, 1992 Cornell University&lt;BR /&gt;(c)Copyright 1989-1991 The University of Maryland&lt;BR /&gt;(c)Copyright 1988 Carnegie Mellon University&lt;BR /&gt;(c)Copyright 1991-2000 Mentat Inc.&lt;BR /&gt;(c)Copyright 1996 Morning Star Technologies, Inc.&lt;BR /&gt;(c)Copyright 1996 Progressive Systems, Inc.&lt;BR /&gt;(c)Copyright 1991-2000 Isogon Corporation, All Rights Reserved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                           RESTRICTED RIGHTS LEGEND&lt;BR /&gt;Use, duplication, or disclosure by the U.S. Government is subject to&lt;BR /&gt;restrictions as set forth in sub-paragraph (c)(1)(ii) of the Rights in&lt;BR /&gt;Technical Data and Computer Software clause in DFARS 252.227-7013.&lt;BR /&gt;&lt;BR /&gt;                           Hewlett-Packard Company&lt;BR /&gt;                           3000 Hanover Street&lt;BR /&gt;                           Palo Alto, CA 94304 U.S.A.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regds ,,,&lt;BR /&gt;jeeva</description>
      <pubDate>Thu, 19 Mar 2009 04:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380976#M348612</guid>
      <dc:creator>jeevanandham</dc:creator>
      <dc:date>2009-03-19T04:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380977#M348613</link>
      <description>Hi Jeeva,&lt;BR /&gt;&amp;gt;&amp;gt;i am able to ping and rlogin by using ipaddress but not with hostname.&lt;BR /&gt;&lt;BR /&gt;Add this line into your /etc/hosts file&lt;BR /&gt;&lt;BR /&gt;hostname 135.254.229.180&lt;BR /&gt;&lt;BR /&gt;save the file now ping with hostname or login with hostname&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Fri, 27 Mar 2009 03:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mounting/m-p/4380977#M348613</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-27T03:12:32Z</dc:date>
    </item>
  </channel>
</rss>

