<?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: Data portability in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763156#M1899</link>
    <description>If the export dump is on tape you can not get it on NT.(As far I know)&lt;BR /&gt;&lt;BR /&gt;You can copy it to a partition on unix box with dd command then split it into the chunks of 250 MB or so and then get it on NT.&lt;BR /&gt;&lt;BR /&gt;Second way do you have samba/CIFS.&lt;BR /&gt;&lt;BR /&gt;You can copy that dump from unix partition to NT&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
    <pubDate>Sat, 13 Jul 2002 10:38:59 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2002-07-13T10:38:59Z</dc:date>
    <item>
      <title>Data portability</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763155#M1898</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Can I read a tape(DDS) created in unix, in to a NT/2000 system. Is there any utility in unix&lt;BR /&gt;or in NT/2000 to make this straight. The requirment is to transfer a huge (more than 1GB) oracle export dump from unix to NT.&lt;BR /&gt;&lt;BR /&gt;I tried ftp, but failed because ftp doesn't allow more than 500MB!(correct me if I am wrong). Is there any other way to transfer the file?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;T.Thayanidhi</description>
      <pubDate>Sat, 13 Jul 2002 07:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763155#M1898</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2002-07-13T07:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data portability</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763156#M1899</link>
      <description>If the export dump is on tape you can not get it on NT.(As far I know)&lt;BR /&gt;&lt;BR /&gt;You can copy it to a partition on unix box with dd command then split it into the chunks of 250 MB or so and then get it on NT.&lt;BR /&gt;&lt;BR /&gt;Second way do you have samba/CIFS.&lt;BR /&gt;&lt;BR /&gt;You can copy that dump from unix partition to NT&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Sat, 13 Jul 2002 10:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763156#M1899</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-07-13T10:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data portability</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763157#M1900</link>
      <description>CIFS or NFS may work! Is there any other alternate. What is command and syntax to split the file. After transfering how to merge back?&lt;BR /&gt;&lt;BR /&gt;T.Thayanidhi</description>
      <pubDate>Sat, 13 Jul 2002 11:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763157#M1900</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2002-07-13T11:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data portability</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763158#M1901</link>
      <description>I doubt I missed something. Split might not be compatible with NT. (You might get split that works on both NT &amp;amp; unix on net) At the moment you can leave this aside.&lt;BR /&gt;&lt;BR /&gt;Can you check with compress you_dump_file.&lt;BR /&gt;Try gzip, compact etc.&lt;BR /&gt;&lt;BR /&gt;Check the size.)Hope it goes bellow 500 MB)&lt;BR /&gt;Then you can do ftp.&lt;BR /&gt;&lt;BR /&gt;And can open it with winzip also.&lt;BR /&gt;&lt;BR /&gt;This is lengthy exercise.&lt;BR /&gt;&lt;BR /&gt;Do you have omniback? that could have worked by restoring the backup on NT.&lt;BR /&gt;&lt;BR /&gt;Just try .(CIFS,Samba are also lengthy)&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Sat, 13 Jul 2002 13:01:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763158#M1901</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-07-13T13:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data portability</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763159#M1902</link>
      <description>Sounds like you may have hit a  ulimit  on the HP system.&lt;BR /&gt;&lt;BR /&gt;You can issue ulimit -a  to check the settings.&lt;BR /&gt;&lt;BR /&gt;File SHOULD be set at unlimited.  This can be changed by issueing:  ulimit -f unlimited&lt;BR /&gt;&lt;BR /&gt;You can also insert  ulimit -f unlimited  into /etc/profile to take affect at the next boot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From HP:&lt;BR /&gt;----------------&lt;BR /&gt;The default ulimit should be the maximum values.  If they are not, then a&lt;BR /&gt;process or script has lowered it.  Changes in the ulimit can be caused by the&lt;BR /&gt;daemon that is logging you in  (telnetd, inetd, sshd, getty, uugetty), any&lt;BR /&gt;startup scripts (/etc/profile, .profile, .login) or scripts that are called by&lt;BR /&gt;a startup script.  Cron and at jobs can also be affected.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Things to try that will direct you to the problem...&lt;BR /&gt;  -Put ulimit -a as the first line in the /etc/profile.&lt;BR /&gt;     -Is it different then what you would normally get at a shell prompt.&lt;BR /&gt;  -Never test using su or login command.&lt;BR /&gt;     -Always test using "telnet localhost" or "rlogin localhost".&lt;BR /&gt;  -Is the ulimit different for root and non-root users&lt;BR /&gt;  -Is the ulimit different for telnet &amp;amp; console logins&lt;BR /&gt;  -Disable tcp wrappers&lt;BR /&gt;  -Disable 3rd party security software.&lt;BR /&gt;  -Disable 3rd party login daemons (sshd, 3rd party ftpd or telnetd)&lt;BR /&gt;&lt;BR /&gt;------------------&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 17:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/data-portability/m-p/2763159#M1902</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2002-07-15T17:36:25Z</dc:date>
    </item>
  </channel>
</rss>

