<?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 &amp;amp; client in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956165#M761322</link>
    <description>Hello Mohd,&lt;BR /&gt;&lt;BR /&gt;you also may export the /home in /etc/exports&lt;BR /&gt;then&lt;BR /&gt;exportfs -a&lt;BR /&gt;on the remote sie, you may mount it and then copy everything you need.&lt;BR /&gt;&lt;BR /&gt;BUT, the traffic should be uncompressd and this will slow down the trahnsfer significantly.&lt;BR /&gt;&lt;BR /&gt;see: man exports; man exportfs&lt;BR /&gt;Bye&lt;BR /&gt;Ralf</description>
    <pubDate>Tue, 06 Mar 2007 03:26:08 GMT</pubDate>
    <dc:creator>Ralf Seefeldt</dc:creator>
    <dc:date>2007-03-06T03:26:08Z</dc:date>
    <item>
      <title>NFS server &amp; client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956161#M761318</link>
      <description>Q-1 How i can transfer a file like /home from  the machine which is located at USA and I am sitting on a machine which is located in India?&lt;BR /&gt;&lt;BR /&gt;Q-2 How i can install a particular application from my machine (located in India)to machine located in USA (consider both machine having hp-ux 11.0 operating system)?</description>
      <pubDate>Tue, 06 Mar 2007 02:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956161#M761318</guid>
      <dc:creator>ASIFKHAN</dc:creator>
      <dc:date>2007-03-06T02:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server &amp; client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956162#M761319</link>
      <description>1. You can transfer file(s) with ftp (or sftp). If you want to use NFS  see "Configuring NFS Services" - &lt;A href="http://docs.hp.com/en/5991-1154/ch02s01.html" target="_blank"&gt;http://docs.hp.com/en/5991-1154/ch02s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2. For software install easiest way is to register depot in one server and install from another.&lt;BR /&gt;&lt;BR /&gt;Make sure that appropriate ports are openned.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 06 Mar 2007 03:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956162#M761319</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-03-06T03:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server &amp; client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956163#M761320</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How about using tar and ftp?&lt;BR /&gt;&lt;BR /&gt;# cd /home&lt;BR /&gt;# tar cvf . /tmp/home.tar&lt;BR /&gt;# ftp ........&lt;BR /&gt;&lt;BR /&gt;Install an application from a depot file? Ftp the depot file (bin) to your server in the US and swinstall the application.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 06 Mar 2007 03:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956163#M761320</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-03-06T03:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server &amp; client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956164#M761321</link>
      <description>Hello Mohd:&lt;BR /&gt;&lt;BR /&gt;Q1: I guess /home is a dir. Because it is a WAN-connection, I would not use a singe line command for packing, transfer and unpacking. You can use the following commands:&lt;BR /&gt;&lt;BR /&gt;ls -1 /home &amp;gt; /tmp/homelist&lt;BR /&gt;vi /tmp/homelist  #remove lost+found and anything else, that you do not need&lt;BR /&gt;cd /home&lt;BR /&gt;tar cvf - `cat /tmp/homelist` | bzip2 -c &amp;gt; /export/home.tar&lt;BR /&gt;# instead of â  bzip2 â  câ   you may use â  gzip -9câ  &lt;BR /&gt;&lt;BR /&gt;Transfer the archive to the destinationserver, cd there to /home or wherever you want the files to be extracted and run&lt;BR /&gt;bunzip2 â  c  &lt;FILEPATH&gt; | tar xvf â  &lt;BR /&gt;&lt;BR /&gt;Q2: either, you transfer the depot to the server, where it must be installed,&lt;BR /&gt;&lt;BR /&gt;or you register it (as root)  on the Server, where it is located:&lt;BR /&gt;swreg  -l depot -x run_as_superuser=false `&lt;COMPLETE&gt;&lt;BR /&gt;Then, you start swinstall without any option on the Server, where the software has to be installed, and select the following options:&lt;BR /&gt; &lt;BR /&gt; [Source Depot Type:]  [ Network Directory/CDROM  -&amp;gt;]&lt;BR /&gt; [  Source Host Name... ] &lt;SERVERNAME&gt;                      &lt;BR /&gt; [ Source Depot Path... ] Select this Textelement with &lt;TAB&gt;, press enter and select your required software&lt;BR /&gt;|    [ Software Filter... ] None &lt;BR /&gt;Press OK&lt;BR /&gt;&lt;BR /&gt;That's should be all.&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Ralf&lt;/TAB&gt;&lt;/SERVERNAME&gt;&lt;/COMPLETE&gt;&lt;/FILEPATH&gt;</description>
      <pubDate>Tue, 06 Mar 2007 03:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956164#M761321</guid>
      <dc:creator>Ralf Seefeldt</dc:creator>
      <dc:date>2007-03-06T03:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server &amp; client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956165#M761322</link>
      <description>Hello Mohd,&lt;BR /&gt;&lt;BR /&gt;you also may export the /home in /etc/exports&lt;BR /&gt;then&lt;BR /&gt;exportfs -a&lt;BR /&gt;on the remote sie, you may mount it and then copy everything you need.&lt;BR /&gt;&lt;BR /&gt;BUT, the traffic should be uncompressd and this will slow down the trahnsfer significantly.&lt;BR /&gt;&lt;BR /&gt;see: man exports; man exportfs&lt;BR /&gt;Bye&lt;BR /&gt;Ralf</description>
      <pubDate>Tue, 06 Mar 2007 03:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-amp-client/m-p/3956165#M761322</guid>
      <dc:creator>Ralf Seefeldt</dc:creator>
      <dc:date>2007-03-06T03:26:08Z</dc:date>
    </item>
  </channel>
</rss>

