<?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: mounting a drive from hpux to linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356388#M35201</link>
    <description>Using NFS</description>
    <pubDate>Wed, 11 Feb 2009 10:59:40 GMT</pubDate>
    <dc:creator>GaneshrajS</dc:creator>
    <dc:date>2009-02-11T10:59:40Z</dc:date>
    <item>
      <title>mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356387#M35200</link>
      <description>Will any one please explain how to map a drive from remote hpux to any flavours of local linux machine (mainly redhat and rdevsuse)?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ganeshraj.S</description>
      <pubDate>Wed, 11 Feb 2009 10:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356387#M35200</guid>
      <dc:creator>GaneshrajS</dc:creator>
      <dc:date>2009-02-11T10:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356388#M35201</link>
      <description>Using NFS</description>
      <pubDate>Wed, 11 Feb 2009 10:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356388#M35201</guid>
      <dc:creator>GaneshrajS</dc:creator>
      <dc:date>2009-02-11T10:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356389#M35202</link>
      <description>U can you NFS or SAMBA.&lt;BR /&gt;&lt;BR /&gt;With nfs is easy, you need nfs server on HP-UX, then in the /etc/exports add the dir you wan't to export, for example:&lt;BR /&gt;&lt;BR /&gt;/my/hpux/dir access=mylinuxhost&lt;BR /&gt;&lt;BR /&gt;then refresh the config #exportfs -av&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then in the linux box:&lt;BR /&gt;check if you can see it&lt;BR /&gt;#showmount -e hpuxbox&lt;BR /&gt;#mount -t nfs hpuxbox:/my/hpux/dir /mnt&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356389#M35202</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-02-11T11:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356390#M35203</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was into a situation like follows&lt;BR /&gt;&lt;BR /&gt;/my mentioned above is already in /etc/exports but still I need to configure a directory under /my how I need to do. Presently I am getting the error as below&lt;BR /&gt;"mount: RPC: Timed out".&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;In remote hpux machine:-&lt;BR /&gt;/my access=mylinuxhost&lt;BR /&gt;&lt;BR /&gt;then in the linux box: I need to mount a directory "/my/hpux/dir" is it possible?&lt;BR /&gt;#mount -t nfs hpuxbox:/my/hpux/dir /mnt&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ganeshraj.S&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356390#M35203</guid>
      <dc:creator>GaneshrajS</dc:creator>
      <dc:date>2009-02-11T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356391#M35204</link>
      <description>Hi Ganeshraj,&lt;BR /&gt;&lt;BR /&gt;You need to keep in mind the following two conditions related to your situation.&lt;BR /&gt;&lt;BR /&gt;1.We cannot export either a parent directory or a subdirectory of an already exported directory that resides within the same file &lt;BR /&gt;System. It is not possible, for instance, to export both /usr and /usr/local, if both directories reside in the same file system.&lt;BR /&gt;&lt;BR /&gt;2.But Clients may choose to mount the entire directory which is exported by NFS server or any subdirectory or file within the dirctory.&lt;BR /&gt;&lt;BR /&gt;In your case, you have already exported /my directory on NFS server. So you can very well mount /my/hpux/dir on linux client.&lt;BR /&gt;Make sure necessary NFS client services are running on linux, and you have given necessary client access on NFS server.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356391#M35204</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-11T11:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356392#M35205</link>
      <description>can you mount /my in the linux host ?&lt;BR /&gt;&lt;BR /&gt;whatdoes showmount -e linuxserver output ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;on ther server try:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you mount /&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/rpcinfo -p servername&lt;BR /&gt; &lt;BR /&gt;ï § The rpcinfo command should display the following processes:&lt;BR /&gt;o rpcbind&lt;BR /&gt;o nfs&lt;BR /&gt;o mountd&lt;BR /&gt;o status&lt;BR /&gt;o nlockmgr&lt;BR /&gt;o llockmgr&lt;BR /&gt;If any of these processes is not running, follow these steps:&lt;BR /&gt;7. Make sure the /etc/rc.config.d/nfsconf file on the NFS server contains the following lines:&lt;BR /&gt; &lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;START_MOUNTD=1&lt;BR /&gt; &lt;BR /&gt;10. Make sure that the /etc/inetd.conf file on the NFS server does not contain a line to start rpc.mountd. If it does, make sure the START_MOUNTD variable in /etc/rc.config.d/nfsconf is set to 0.&lt;BR /&gt;11. Issue the following command on the NFS server to start all the necessary NFS processes:&lt;BR /&gt; &lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt; &lt;BR /&gt;ï § Issue the following command on the NFS client to make sure the rpc.mountd process on the NFS server is available and responding to RPC requests:&lt;BR /&gt; &lt;BR /&gt;/usr/bin/rpcinfo -u servername mountd&lt;BR /&gt; &lt;BR /&gt;ï § If the rpcinfo command returns RPC_TIMED_OUT, the rpc.mountd process may be hung. Issue the following commands on the NFS server to restart rpc.mountd (PID is the process ID returned by the ps command):&lt;BR /&gt; &lt;BR /&gt;/usr/bin/ps -ef | /usr/bin/grep mountd&lt;BR /&gt;/usr/bin/kill PID&lt;BR /&gt;/usr/sbin/rpc.mountd&lt;BR /&gt; &lt;BR /&gt;ï § You can receive "server not responding" messages when the server or network is heavily loaded and the RPC requests are timing out. Try doubling the timeo mount option for the directory, as in the following example from the /etc/fstab file, which changes the timeo value from 7 (the default) to 14. (The timeo option is in tenths of a second.)&lt;BR /&gt; &lt;BR /&gt;cabbage:/usr /usr nfs nosuid,timeo=14 0 0&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356392#M35205</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-02-11T11:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356393#M35206</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;mount -t nfs hostname:/path&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 11 Feb 2009 14:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356393#M35206</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-11T14:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356394#M35207</link>
      <description>I am still getting "mount: RPC: Timed out". error. I am not sure all services required for NFS in local linux is running. &lt;BR /&gt;Instead of NFS I have tried using SMBFS also&lt;BR /&gt;while using that I got the following error&lt;BR /&gt;&lt;BR /&gt;"13291: session setup failed: Call timed out: server did not respond after 20000 milliseconds&lt;BR /&gt;SMB connection failed"&lt;BR /&gt;&lt;BR /&gt;From local windows machine I can able to create a network drive for a share in the same remote hpux machine.&lt;BR /&gt;&lt;BR /&gt;Step by step method of debugging will be nice. Kindly point me to a document which consist of those steps.&lt;BR /&gt;&lt;BR /&gt;-Ganeshraj.S</description>
      <pubDate>Thu, 12 Feb 2009 04:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356394#M35207</guid>
      <dc:creator>GaneshrajS</dc:creator>
      <dc:date>2009-02-12T04:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356395#M35208</link>
      <description>On your linux client you need to see this:&lt;BR /&gt;&lt;BR /&gt;[root@:~]# rpcinfo -p&lt;BR /&gt;   program vers proto   port&lt;BR /&gt;    100000    2   tcp    111  portmapper&lt;BR /&gt;    100000    2   udp    111  portmapper&lt;BR /&gt;    100024    1   udp    886  status&lt;BR /&gt;    100024    1   tcp    889  status&lt;BR /&gt;&lt;BR /&gt;on your hp-ux nfs server you need to see this:&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -p sdprinte&lt;BR /&gt;   program vers proto   port&lt;BR /&gt;    100000    4   tcp    111  portmapper&lt;BR /&gt;    100000    3   tcp    111  portmapper&lt;BR /&gt;    100000    2   tcp    111  portmapper&lt;BR /&gt;    100000    4   udp    111  portmapper&lt;BR /&gt;    100000    3   udp    111  portmapper&lt;BR /&gt;    100000    2   udp    111  portmapper&lt;BR /&gt;    100005    1   udp  59176  mountd&lt;BR /&gt;    100005    3   udp  59176  mountd&lt;BR /&gt;    100005    1   tcp  49398  mountd&lt;BR /&gt;    100005    3   tcp  49398  mountd&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;    100003    3   udp   2049  nfs&lt;BR /&gt;    100003    2   tcp   2049  nfs&lt;BR /&gt;    100003    3   tcp   2049  nfs&lt;BR /&gt;    100024    1   tcp  60161  status&lt;BR /&gt;    100024    1   udp  51925  status&lt;BR /&gt;    100021    1   tcp  60162  nlockmgr&lt;BR /&gt;    100021    1   udp  51927  nlockmgr&lt;BR /&gt;    100021    3   tcp  60163  nlockmgr&lt;BR /&gt;    100021    3   udp  51928  nlockmgr&lt;BR /&gt;    100021    4   tcp  60164  nlockmgr&lt;BR /&gt;    100021    4   udp  51929  nlockmgr&lt;BR /&gt;    100020    1   udp   4045  llockmgr&lt;BR /&gt;    100020    1   tcp   4045  llockmgr&lt;BR /&gt;    100021    2   tcp  60165  nlockmgr&lt;BR /&gt;    100068    2   udp  50886&lt;BR /&gt;    100068    3   udp  50886&lt;BR /&gt;    100068    4   udp  50886&lt;BR /&gt;    100068    5   udp  50886&lt;BR /&gt;    100083    1   tcp  53055&lt;BR /&gt;    100001    2   udp  50887  rstatd&lt;BR /&gt;    100001    3   udp  50887  rstatd&lt;BR /&gt;    100001    4   udp  50887  rstatd&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 11:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356395#M35208</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-02-12T11:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356396#M35209</link>
      <description>I was able to mount the directory in local Linux machine using NFS by logging as root, but If I login as a user and check the same mapdrive, I dont see anything inside that drive. Now what should I change so that other users can view all the files with all permissions.&lt;BR /&gt;&lt;BR /&gt;I have mounted the same remote directory in the local windows machine also, there in local windows machine I am having all permission in accessing that mapdrive.&lt;BR /&gt;&lt;BR /&gt;Any help here will be really useful.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ganeshraj.S</description>
      <pubDate>Fri, 06 Mar 2009 07:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356396#M35209</guid>
      <dc:creator>GaneshrajS</dc:creator>
      <dc:date>2009-03-06T07:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a drive from hpux to linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356397#M35210</link>
      <description>Hi Ganesh,&lt;BR /&gt;&lt;BR /&gt;you need to mount the filesystem in a way your user be able to see it, with this command:&lt;BR /&gt;"mount /dev/hda1 /mnt/Win98 -t vfat -o uid=&lt;YOUR_USER_NAME_OF_UID&gt;"&lt;/YOUR_USER_NAME_OF_UID&gt;</description>
      <pubDate>Fri, 06 Mar 2009 09:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-a-drive-from-hpux-to-linux/m-p/4356397#M35210</guid>
      <dc:creator>Predator</dc:creator>
      <dc:date>2009-03-06T09:17:56Z</dc:date>
    </item>
  </channel>
</rss>

