 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AS400 Backup to Flatfiles</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-to-flatfiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-to-flatfiles/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 16:47:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-to-flatfiles/#comment-76263</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:30:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-76263</guid>
		<description><![CDATA[&lt;i&gt;Can the backups be written directly to the NFS mount?&lt;/i&gt;

Yes and no.

The standard series of SAV* commands can&#039;t do it. But the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/QaneSava.htm&quot;&gt;Save to Application (QaneSava) API&lt;/a&gt; can be used to perform saves and it can write its records wherever it chooses.

It requires a complementary &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/QaneRsta.htm&quot;&gt;Restore from Application (QaneRsta) API&lt;/a&gt; to do the restore.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Can the backups be written directly to the NFS mount?</i></p>
<p>Yes and no.</p>
<p>The standard series of SAV* commands can&#8217;t do it. But the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/QaneSava.htm">Save to Application (QaneSava) API</a> can be used to perform saves and it can write its records wherever it chooses.</p>
<p>It requires a complementary <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/QaneRsta.htm">Restore from Application (QaneRsta) API</a> to do the restore.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-to-flatfiles/#comment-54371</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Thu, 03 Jul 2008 13:32:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-54371</guid>
		<description><![CDATA[Hi Graybeard,

I&#039;ve done the same thing with virtual optical and that worked fine, so I&#039;d guess the virtual tape should also work.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi Graybeard,</p>
<p>I&#8217;ve done the same thing with virtual optical and that worked fine, so I&#8217;d guess the virtual tape should also work.</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graybeard52</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-to-flatfiles/#comment-54263</link>
		<dc:creator>graybeard52</dc:creator>
		<pubDate>Sat, 28 Jun 2008 02:12:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-54263</guid>
		<description><![CDATA[One possibility might be to use a feature of V5R4 call Virtual Tape.  It creates a &quot;tape&quot; backup in the IFS (a unix-like file system) on the System i (aka AS400).  You may then be able to copy. ftp , whatever.  I must say I haven&#039;t tried this, so I don&#039;t know for sure if it would work]]></description>
		<content:encoded><![CDATA[<p>One possibility might be to use a feature of V5R4 call Virtual Tape.  It creates a &#8220;tape&#8221; backup in the IFS (a unix-like file system) on the System i (aka AS400).  You may then be able to copy. ftp , whatever.  I must say I haven&#8217;t tried this, so I don&#8217;t know for sure if it would work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-to-flatfiles/#comment-54230</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Fri, 27 Jun 2008 09:28:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-54230</guid>
		<description><![CDATA[Hi,

Afraid you can&#039;t backup directly to the NFS (as far as I know).  You can use FTP for the copy, but it shouldn&#039;t be necessary.  You should be able to use the CPYTOSTMF command to copy to your NFS.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Afraid you can&#8217;t backup directly to the NFS (as far as I know).  You can use FTP for the copy, but it shouldn&#8217;t be necessary.  You should be able to use the CPYTOSTMF command to copy to your NFS.</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmossman</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-to-flatfiles/#comment-54202</link>
		<dc:creator>mmossman</dc:creator>
		<pubDate>Thu, 26 Jun 2008 15:24:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-54202</guid>
		<description><![CDATA[Can the backups be written directly to the NFS mount?  If not, is the copy a simple AS/400 copy command or ftp like I&#039;ve seen in other threads and can this be automated?]]></description>
		<content:encoded><![CDATA[<p>Can the backups be written directly to the NFS mount?  If not, is the copy a simple AS/400 copy command or ftp like I&#8217;ve seen in other threads and can this be automated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-to-flatfiles/#comment-54160</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Wed, 25 Jun 2008 09:29:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-54160</guid>
		<description><![CDATA[Hi,

If the AS/400 is already backing up to disk (this is most likely to be using save files), then you will only need to copy the save files to the NFS mount.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If the AS/400 is already backing up to disk (this is most likely to be using save files), then you will only need to copy the save files to the NFS mount.</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmossman</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-to-flatfiles/#comment-54151</link>
		<dc:creator>mmossman</dc:creator>
		<pubDate>Tue, 24 Jun 2008 19:05:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-54151</guid>
		<description><![CDATA[I also have a customer who is interested in nfs backup and I am not that familiar with the AS/400.  They would like to run all their AS/400 (i520 w/ v5r4m0) backups onto a nfs mount (likely a RedHat Linux server presenting the filesystem).  Two benefits: (1) AS/400 now is backing-up to disk and (2) can now leverage BackupExec and single tape library to write to tape.  I believe they are using native BRMS]]></description>
		<content:encoded><![CDATA[<p>I also have a customer who is interested in nfs backup and I am not that familiar with the AS/400.  They would like to run all their AS/400 (i520 w/ v5r4m0) backups onto a nfs mount (likely a RedHat Linux server presenting the filesystem).  Two benefits: (1) AS/400 now is backing-up to disk and (2) can now leverage BackupExec and single tape library to write to tape.  I believe they are using native BRMS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: longcut1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-to-flatfiles/#comment-53242</link>
		<dc:creator>longcut1</dc:creator>
		<pubDate>Fri, 16 May 2008 14:16:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-53242</guid>
		<description><![CDATA[I am working with a client that had asked this question about his environment.  I am not sure why they want to look at this type of process verses doing the backup/restore direct.

Thanks so much for the info.

Joe...]]></description>
		<content:encoded><![CDATA[<p>I am working with a client that had asked this question about his environment.  I am not sure why they want to look at this type of process verses doing the backup/restore direct.</p>
<p>Thanks so much for the info.</p>
<p>Joe&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.015 seconds using memcached
Object Caching 366/369 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 17:11:35 -->