<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Otmanix' Blog &#187; VTL</title>
	<atom:link href="http://otmanix.de/tag/vtl/feed/" rel="self" type="application/rss+xml" />
	<link>http://otmanix.de</link>
	<description>Wissenswertes und Belangloses aus dem Leben eines Admins</description>
	<lastBuildDate>Thu, 26 Apr 2012 22:39:02 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SAP und Oracle Backups auf Datadomain VTL</title>
		<link>http://otmanix.de/2011/03/18/sap-und-oracle-backups-auf-datadomain-vtl/</link>
		<comments>http://otmanix.de/2011/03/18/sap-und-oracle-backups-auf-datadomain-vtl/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 15:18:11 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[brbackup]]></category>
		<category><![CDATA[Datadomain]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[rman]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[VTL]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2180</guid>
		<description><![CDATA[Beim Backup von Oracle bzw. SAP/Oracle gibt es ein paar Parameter um Deduplizierung zu tunen&#8230; Networker: VTL drive settings target sessions = 1 max sessions = 1 Networker module for Oracle: example RMAN-script connect target sys/password@dbsid; # Known RMAN Performance &#8230; <a href="http://otmanix.de/2011/03/18/sap-und-oracle-backups-auf-datadomain-vtl/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Beim Backup von Oracle bzw. SAP/Oracle gibt es ein paar Parameter um Deduplizierung zu tunen&#8230;</p>
<p><strong>Networker: VTL drive settings</strong><br />
target sessions = 1<br />
max sessions = 1</p>
<p><strong>Networker module for Oracle: example RMAN-script</strong></p>
<p>connect target sys/password@dbsid;</p>
<p># Known RMAN Performance Problems Oracle DOC-ID 247611.1<br />
# Oracle DOC-ID 358171.1 &#8211; improve restore performance<br />
set parallelmediarestore off;</p>
<p># Oracle Bug 5247609<br />
sql &#8220;alter session set optimizer_mode=rule&#8221;;</p>
<p>run<br />
{</p>
<p># include backup of control file for desaster recovery<br />
configure controlfile autobackup on;</p>
<p># disable Oracle retention policy &#8211; use Networker retention policy<br />
# use &#8220;crosscheck backup;&#8221; and &#8220;delete obsolete;&#8221; to synchronize<br />
configure retention policy to none;</p>
<p># autoconfigure Networker &#8220;tape&#8221; channel<br />
configure channel device type &#8216;sbt_tape&#8217; parms<br />
&#8216;ENV=(NSR_CLIENT=backupclient.domain.tld)&#8217;;</p>
<p># count for autoconfigured channels<br />
CONFIGURE DEVICE TYPE &#8216;sbt_tape&#8217; PARALLELISM 4;</p>
<p># set &#8220;filesperset 1&#8243; for dedupe optimization (one datafile per saveset)</p>
<p># start online full backup<br />
backup full device type &#8216;sbt_tape&#8217; filesperset 1 (database format &#8216;NMO%d%s%u&#8217;);</p>
<p># archive all redo logs after online backup<br />
sql &#8216;alter system archive log current&#8217;;</p>
<p># start archive log backup<br />
backup device type &#8216;sbt_tape&#8217; filesperset 1 format &#8216;NMOARC%t%s%p%d%u&#8217; (archivelog all delete input);</p>
<p>}</p>
<p><strong>Networker Module for SAP/Oracle: noteable parameters for UTL-file / brbackup<br />
</strong></p>
<p># This is the sample init.utl file.<br />
# This file contains settings for the NetWorker Module for SAP with<br />
# Oracle (a.k.a. NMSAP).<br />
###########################################################################</p>
<p># Default Value: 20<br />
# Valid Values: &gt; 0 integer<br />
# Number of savesets to use for backups.<br />
# This parameter will be ignored if &#8216;ss_group_by_fs&#8217; is set to &#8216;yes&#8217;.<br />
# tune dedupe: set &gt;= count of Oracle datafiles so that 1 saveset contains 1 datafile<br />
savesets = 200</p>
<p># Default Value: 8<br />
# Valid Values: &gt; 0 integer<br />
# Number of simultaneous savesets/savestreams to send to server.<br />
# Be sure your server and devices are configured to support at least<br />
# as many streams.<br />
# set number of simultaneous savesets, one VTL-drive for each savestream!<br />
parallelism = 4</p>
<p># Default Value: no<br />
# Valid Values: no/yes<br />
# Group saveset by file system<br />
# If set to &#8216;yes&#8217;, savesets parameter will be ignored<br />
# don&#8217;t group savesets, bad for dedupe<br />
ss_group_by_fs = no</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2011/03/18/sap-und-oracle-backups-auf-datadomain-vtl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NDMP Backup auf Datadomain</title>
		<link>http://otmanix.de/2011/03/16/ndmp-backup-auf-datadomain/</link>
		<comments>http://otmanix.de/2011/03/16/ndmp-backup-auf-datadomain/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 17:57:05 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Datadomain]]></category>
		<category><![CDATA[dd670]]></category>
		<category><![CDATA[ndmp]]></category>
		<category><![CDATA[VTL]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2162</guid>
		<description><![CDATA[Heute habe ich die NDMP-Backups unserer Netapp Filer (FAS3140, FAS2040) in der Zentrale auf die neue Networker Backupumgebung umgestellt. Wie man sieht steht die Datadomain DD670 unter Last. Die beiden Filer schieben insgesamt durchschnittlich ~270MB/s &#252;ber das Fibrechannel SAN. Dabei &#8230; <a href="http://otmanix.de/2011/03/16/ndmp-backup-auf-datadomain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Heute habe ich die NDMP-Backups unserer Netapp Filer (FAS3140, FAS2040) in der Zentrale auf die neue Networker Backupumgebung umgestellt.<br />
<a href="http://otmanix.de/wp-content/uploads/2011/03/networker.jpg"><img class="alignnone size-medium wp-image-2164" title="networker" src="http://otmanix.de/wp-content/uploads/2011/03/networker-300x32.jpg" alt="" width="300" height="32" /></a><br />
Wie man sieht steht die Datadomain DD670 unter Last. Die beiden Filer schieben insgesamt durchschnittlich ~270MB/s &#252;ber das Fibrechannel SAN. Dabei hat jeder Filer Zugriff auf 4 &#8220;LTO1&#8243; Devices auf der VTL und kann somit bis zu 4 Volumes gleichzeitig sichern.<br />
<a href="http://otmanix.de/wp-content/uploads/2011/03/dd670.jpg"><img class="alignnone size-thumbnail wp-image-2163" title="dd670" src="http://otmanix.de/wp-content/uploads/2011/03/dd670-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Da die Backups zum ersten Mal in der neuen Umgebung laufen handelt es sich logischerweise um Full-Backups. Aber auch hier kann man bereits den Effekt der Inline-Deduplizierung sehen: 2,9TB geschrieben, aber nur 1,3TB belegt (Backup von Home- und Abteilungs-Laufwerken). Nach einigen Sicherungsvorg&#228;ngen sollte das Verh&#228;ltnis noch deutlich besser werden.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2011/03/dedupe.jpg"><img class="alignnone size-full wp-image-2168" title="dedupe" src="http://otmanix.de/wp-content/uploads/2011/03/dedupe.jpg" alt="" width="262" height="187" /></a></p>
<p>Auf der zweiten DD670 kann man das bereits erkennen. Dort laufen seit 5 Tagen Filesystem-Backups von Windows, SLES und AIX (Backup OS und Programminstallationen).</p>
<p><a href="http://otmanix.de/wp-content/uploads/2011/03/networker_drives.jpg"><img class="alignnone size-thumbnail wp-image-2170" title="networker_drives" src="http://otmanix.de/wp-content/uploads/2011/03/networker_drives-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Einziger Nachteil der VTLs: Bei der gro&#223;en Menge drives kann man nsrwatch auch auf einen gro&#223;en Monitor kaum mehr benutzen und verwendet dann doch lieber die Networker Management Console <img src='http://otmanix.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2011/03/16/ndmp-backup-auf-datadomain/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ein Quantum Trost &#8211; neues Projekt 2011</title>
		<link>http://otmanix.de/2010/12/18/ein-quantum-trost-neues-projekt-2011/</link>
		<comments>http://otmanix.de/2010/12/18/ein-quantum-trost-neues-projekt-2011/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 08:43:27 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Avamar]]></category>
		<category><![CDATA[Data Domain]]></category>
		<category><![CDATA[dd670]]></category>
		<category><![CDATA[DXi6700]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[Quantum]]></category>
		<category><![CDATA[VTL]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=2060</guid>
		<description><![CDATA[Ich freue mich schon auf mein n&#228;chstes Projekt im neuen Jahr: die Generalsanierung unserer zentralen Backupumgebung sowie die Konsolidierung des Backups in den Niederlassungen. Als zentrale Komponente kommt dann eine VTL mit Deduplizierung zum Einsatz &#8211; zuletzt war noch EMC &#8230; <a href="http://otmanix.de/2010/12/18/ein-quantum-trost-neues-projekt-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ich freue mich schon auf mein n&#228;chstes Projekt im neuen Jahr: die Generalsanierung unserer zentralen Backupumgebung sowie die Konsolidierung des Backups in den Niederlassungen.</p>
<p>Als zentrale Komponente kommt dann eine VTL mit Deduplizierung zum Einsatz &#8211; zuletzt war noch EMC mit 2 Datadomain DD670 und Quantum mit 2 DXi6700 im Rennen. Die Entscheidung fiel letztendlich knapp zugunsten von EMC aus.</p>
<p>N&#228;chstes Jahr wird es also hier wieder etwas RZ-techniklastiger im Blog zugehen. Zu berichten gibt es sicherlich gen&#252;gend.</p>
<p>P.S.</p>
<p>F&#252;r dich Anton hier nochmals der Hinweis: Die zuk&#252;nftige Backupl&#246;sung f&#252;r die Niederlassungen hei&#223;t nicht EMC Avatar <img src='http://otmanix.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2010/12/18/ein-quantum-trost-neues-projekt-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>howto Networker und MHVTL auf OpenSUSE</title>
		<link>http://otmanix.de/2010/09/04/howto-networker-und-mhvtl-auf-opensuse/</link>
		<comments>http://otmanix.de/2010/09/04/howto-networker-und-mhvtl-auf-opensuse/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 13:11:04 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[MHVTL]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[VTL]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1951</guid>
		<description><![CDATA[Mit MHVTL steht unter Linux eine Open Source VTL (virtuelle Tape Library) zur Verf&#252;gung. Ich habe bereits vor einiger Zeit davon berichtet. Was kann man nun damit anstellen? Administratoren k&#246;nnen sich in einer Linux-Umgebung MHVTL installieren und damit 1-x VTLs &#8230; <a href="http://otmanix.de/2010/09/04/howto-networker-und-mhvtl-auf-opensuse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Mit <a title="MHVTL project" href="http://sites.google.com/site/linuxvtl2/" target="_blank">MHVTL</a> steht unter Linux eine Open Source VTL (virtuelle Tape Library) zur Verf&#252;gung. Ich habe bereits vor einiger Zeit <a href="http://otmanix.de/2010/01/12/open-source-vtl-auf-linux-getestet-mit-networker/">davon berichtet</a>.</p>
<p>Was kann man nun damit anstellen?</p>
<p>Administratoren k&#246;nnen sich in einer Linux-Umgebung MHVTL installieren und damit 1-x VTLs simulieren.</p>
<p>Wozu braucht man das?</p>
<p>Echte Bandroboter / VTLs bekommt man nicht gerade zum Schn&#228;ppchenpreis. Die Einstiegsger&#228;te kosten bereits mehrere Tausend Euro. Wenn man nun eine Datensicherungssoftware testen oder das Sichern/Wiederherstellen &#252;ben will ist MHVTL eine ideale kostenlose Komponente einer Backup-Testumgebung.</p>
<p>L&#228;uft MHVTL unter Windows, MacOsX, Solaris, BSD, &#8230;?</p>
<p>Nein, MHVTL ist als Linux-Kernelmodul implementiert und damit nur auf Linux-Distributionen lauff&#228;hig. I.d.R. unters&#252;tzt aber jede brauchbare Datensicherungssoftware f&#252;r Windows die Integration von Medienservern unter Linux. Alternativ kann man auch MHVTL mittels ISCSI-Target anderen Betriebssystemen via LAN zur Verf&#252;gung stellen. Eine <a title="MHVTL via ISCSI" href="http://mhvtl.nimsa.us/viewtopic.php?f=34&amp;t=84" target="_blank">Anleitung f&#252;r MHVTL via ISCSI</a> dazu findet sich im MHVTL-Forum.</p>
<h3>Howto Networker und MHVTL auf OpenSUSE 11.2 in Virtualbox VM</h3>
<p>Ich habe in meinem englischen Blog eine Schritt f&#252;r Schritt Anleitung zur Einrichtung der Datensicherungssicherungssoftware EMC Networker zusammen mit den Sicherungsmedien Disk (AFTD) und VTL (MHVTL) erstellt. Die Installation setzt auf einer virtellen Maschine mit OpenSUSE 11.2 auf.</p>
<ul>
<li><a href="http://otmanix.de/english/2010/08/18/networker-and-mhvtl-in-a-virtualbox-vm-part1/">Howto MHVTL  &#8211; Teil 1</a></li>
<li><a href="http://otmanix.de/english/2010/08/19/networker-and-mhvtl-in-a-virtualbox-vm-part2/">Howto MHVTL  &#8211; Teil 2</a></li>
<li><a href="http://otmanix.de/english/2010/08/25/networker-and-mhvtl-in-a-virtualbox-vm-part3/">Howto MHVTL  &#8211; Teil 3</a></li>
<li><a href="http://otmanix.de/english/2010/08/25/networker-and-mhvtl-in-a-virtualbox-vm-part4/">Howto MHVTL  &#8211; Teil 4</a></li>
<li><a href="http://otmanix.de/english/2010/08/25/networker-and-mhvtl-in-a-virtualbox-vm-part5/">Howto MHVTL  &#8211; Teil 5</a></li>
<li><a href="http://otmanix.de/english/2010/08/26/networker-and-mhvtl-in-a-virtualbox-vm-part6/">Howto MHVTL  &#8211; Teil 6</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2010/09/04/howto-networker-und-mhvtl-auf-opensuse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Source VTL auf Linux &#8211; getestet mit Networker</title>
		<link>http://otmanix.de/2010/01/12/open-source-vtl-auf-linux-getestet-mit-networker/</link>
		<comments>http://otmanix.de/2010/01/12/open-source-vtl-auf-linux-getestet-mit-networker/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:47:45 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[VTL]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=1588</guid>
		<description><![CDATA[Im Networker Blog von Preston de Guise bin ich hier und hier auf eine h&#246;chst interessante Open Source Software gesto&#223;en. MHVTL ist eine Virtual Tape Library, realisiert als Linux Kernel Modul plus Binaries zur Administration. Die Software simuliert eine SCSI &#8230; <a href="http://otmanix.de/2010/01/12/open-source-vtl-auf-linux-getestet-mit-networker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Im Networker Blog von Preston de Guise bin ich <a title="Networker Blog" href="http://nsrd.info/blog/2009/07/13/carry-a-jukebox-with-you-if-youre-using-linux/" target="_blank">hier</a> und <a title="Networker Blog" href="http://nsrd.info/blog/2009/11/14/networker-and-linuxvtl-redux/" target="_blank">hier</a> auf eine h&#246;chst interessante Open Source Software gesto&#223;en. <a title="MHVTL / LinuxVTL2" href="http://sites.google.com/site/linuxvtl2/" target="_blank">MHVTL</a> ist eine Virtual Tape Library, realisiert als Linux Kernel Modul plus Binaries zur Administration. Die Software simuliert eine SCSI Jukebox bei der die Anzahl und Typ der Bandlaufwerke, die Anzahl der Sch&#228;chte und die Anzahl der Ein-/Ausgabesch&#228;chte frei konfiguriert werden k&#246;nnen. Die virtuellen B&#228;nder werden als Dateien gespeichert &#8211; die Standardgr&#246;&#223;e betr&#228;gt 500MB und kann ebenfalls konfiguriert werden. Da die Software unter /opt installiert wird sollte man ggf. einen eigenen Moutpoint daf&#252;r vorsehen.</p>
<p>F&#252;r MHVTL gibt es ein <a title="MHVTL Forum" href="http://mhvtl.nimsa.us/index.php" target="_blank">Supportforum</a>, das ggf. bei Problemen weiterhelfen kann.</p>
<p>In meinem Beispiel habe ich in der VTL vier LTO4 Bandlaufwerke, 33 Sch&#228;chte (Schacht 33 f&#252;r Reinigung) und 4 E/A-Sch&#228;chte eingestellt. Best&#252;ckt ist die VTL mit 20 LTO3 B&#228;ndern und 3 Reinigungsb&#228;ndern.</p>
<h3>Start der VTL</h3>
<p>pc303420-vm3:/ # <strong>/etc/init.d/mhvtl start</strong><br />
vtltape: version 0.18.1<br />
vtltape: version 0.18.1<br />
vtltape: version 0.18.1<br />
vtltape: version 0.18.1<br />
vtllibrary: version 0.18.1<br />
vtllibrary process PID is 6621<br />
done<br />
pc303420-vm3:/ # <strong>lsscsi -g</strong><br />
[0:0:0:0]    disk    VMware,  VMware Virtual S 1.0   /dev/sda  /dev/sg0<br />
[0:0:1:0]    disk    VMware,  VMware Virtual S 1.0   /dev/sdb  /dev/sg1<br />
<span style="color: #339966;">[1:0:0:0]    mediumx SPECTRA  PYTHON           5500  -         /dev/sg6</span><br />
<span style="color: #99cc00;">[1:0:1:0]    tape    IBM      ULT3580-TD4      5500  /dev/st0  /dev/sg2<br />
[1:0:2:0]    tape    IBM      ULT3580-TD4      5500  /dev/st2  /dev/sg4<br />
[1:0:3:0]    tape    IBM      ULT3580-TD4      5500  /dev/st1  /dev/sg3<br />
[1:0:4:0]    tape    IBM      ULT3580-TD4      5500  /dev/st3  /dev/sg5</span></p>
<h3>Inbetriebnahme der VTL im EMC Networker Backupprogramm</h3>
<p>pc303420-vm3:/ # <strong>inquire -l</strong></p>
<p>-l flag found: searching all LUNs, which may take over 10 minutes per adapter<br />
for some fibre channel adapters.  Please be patient.</p>
<p>scsidev@0.0.0:VMware, VMware Virtual S1.0 |Disk, /dev/sg0<br />
scsidev@0.1.0:VMware, VMware Virtual S1.0 |Disk, /dev/sg1<br />
scsidev@1.0.0:SPECTRA PYTHON          5500|Autochanger (Jukebox), /dev/sg6<br />
S/N: XYZZY<br />
ATNN=SPECTRA PYTHON          XYZZY<br />
WWNN=11223344ABCDEF00<br />
scsidev@1.1.0:IBM     ULT3580-TD4     5500|Tape, /dev/nst0<br />
S/N: XYZZY_A1<br />
ATNN=IBM     ULT3580-TD4     XYZZY_A1<br />
WWNN=11223344ABCDEF01<br />
scsidev@1.2.0:IBM     ULT3580-TD4     5500|Tape, /dev/nst2<br />
S/N: XYZZY_A2<br />
ATNN=IBM     ULT3580-TD4     XYZZY_A2<br />
WWNN=11223344ABCDEF02<br />
scsidev@1.3.0:IBM     ULT3580-TD4     5500|Tape, /dev/nst1<br />
S/N: XYZZY_A3<br />
ATNN=IBM     ULT3580-TD4     XYZZY_A3<br />
WWNN=11223344ABCDEF03<br />
scsidev@1.4.0:IBM     ULT3580-TD4     5500|Tape, /dev/nst3<br />
S/N: XYZZY_A4<br />
ATNN=IBM     ULT3580-TD4     XYZZY_A4<br />
WWNN=11223344ABCDEF04<br />
pc303420-vm3:/ # <strong>jbconfig -l</strong></p>
<p>Jbconfig is running on host pc303420-vm3.max-boegl.biz (Linux 2.6.16.60-0.54.5-default),<br />
and is using pc303420-vm3.max-boegl.biz as the NetWorker server.</p>
<p>1) Configure an AlphaStor Library.<br />
2) <span style="color: #99cc00;">Configure an Autodetected SCSI Jukebox.</span><br />
3) Configure an Autodetected NDMP SCSI Jukebox.<br />
4) Configure an SJI Jukebox.<br />
5) Configure an STL Silo.</p>
<p>What kind of Jukebox are you configuring? [1] <span style="color: #99cc00;">2</span><br />
14484:jbconfig: Scanning SCSI buses; this may take a while &#8230;<br />
Installing &#8216;Spectralogic&#8217; jukebox &#8211; scsidev@1.0.0.</p>
<p>What name do you want to assign to this jukebox device? <span style="color: #99cc00;">mhvtl</span><br />
15814:jbconfig: Attempting to detect serial numbers on the jukebox and drives &#8230;</p>
<p>15815:jbconfig: Will try to use SCSI information returned by jukebox to configure drives.</p>
<p>Turn NetWorker auto-cleaning on (yes / no) <span style="color: #99cc00;">[yes]</span>?<br />
The drives in this jukebox cannot be auto-configured with the available<br />
information. You will need to provide the path for the drives.<br />
Is (any path of) any drive intended for NDMP use? (yes / no)<span style="color: #99cc00;"> [no]</span><br />
Is any drive going to have more than one path defined? (yes / no) <span style="color: #99cc00;">[no]</span></p>
<p>Please enter the device path information in one of the following formats:</p>
<p>/dev/nst0 &#8211;for local path or<br />
host:device-path &#8211;for remote node or NDMP device(s) or<br />
host:drive-letter:directory path &#8211;for Windows disk file</p>
<p>Drive  1, element 1<br />
Drive path ? <span style="color: #99cc00;">/dev/nst0</span></p>
<p>Drive  2, element 2<br />
Drive path ? <span style="color: #99cc00;">/dev/nst1</span></p>
<p>Drive  3, element 3<br />
Drive path ? <span style="color: #99cc00;">/dev/nst2</span></p>
<p>Drive  4, element 4<br />
Drive path ? <span style="color: #99cc00;">/dev/nst3</span></p>
<p>Please select the appropriate drive type number:<br />
1) 3480                  25) 9840C                 48) SAIT-2<br />
2) 3570                  26) 9840D                 49) SD3<br />
3) 3590                  27) 9940                  50) sdlt<br />
4) 3592                  28) 9940B                 51) sdlt320<br />
5) 4890                  29) adv_file              52) sdlt600<br />
6) 4mm                   30) Atmos COS             53) SLR<br />
7) 4mm 12GB              31) dlt                   54) T10000<br />
 <img src='http://otmanix.de/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> 4mm 20GB              32) dlt vs160             55) T10000B<br />
9) 4mm 4GB               33) dlt-s4                56) tkz90<br />
10) 4mm 8GB               34) dlt-v4                57) travan10<br />
11) 4mm DAT160            35) dlt1                  58) TS1120<br />
12) 4mm DAT72             36) dlt7000               59) TS1130<br />
13) 8mm                   37) dlt8000               60) tz85<br />
14) 8mm 20GB              38) file                  61) tz86<br />
15) 8mm 5GB               39) himt                  62) tz87<br />
16) 8mm AIT               40) logical               63) tz88<br />
17) 8mm AIT-2             41) LTO Ultrium           64) tz89<br />
18) 8mm AIT-3             42) LTO Ultrium-2         65) tz90<br />
19) 8mm AIT-4             <span style="color: #99cc00;">43) LTO Ultrium-3</span> 66) tzs20<br />
20) 8mm AIT-5             44) LTO Ultrium-4         67) VXA<br />
21) 8mm Mammoth-2         45) optical               68) VXA-172<br />
22) 9490                  46) qic                   69) VXA-2<br />
23) 9840                  47) SAIT-1                70) VXA-320<br />
24) 9840b</p>
<p>Enter the drive type of drive 1? <span style="color: #99cc00;">43</span><br />
Are all the drives the same model? (yes / no) [yes]</p>
<p>Jukebox has been added successfully</p>
<p>The following configuration options have been set:</p>
<p>&gt; Jukebox description to the control port and model.<br />
&gt; Autochanger control port to the port at which we found it.<br />
&gt; Networker managed tape autocleaning on.<br />
&gt; Barcode reading to on.<br />
&gt; Volume labels that match the barcodes.<br />
&gt; Slot intended to hold cleaning cartridge to 33.  Please insure that a<br />
cleaning cartridge is in that slot<br />
&gt; Number of times we will use a new cleaning cartridge to 5.<br />
&gt; Cleaning interval for the tape drives to 6 months.</p>
<p>You can review and change the characteristics of the autochanger and its<br />
associated devices using the NetWorker Management Console.</p>
<p>Would you like to configure another jukebox? (yes/no) <span style="color: #99cc00;">[no]</span></p>
<h3>VTL testen</h3>
<p>pc303420-vm3:/ # <strong>nsrjb</strong><br />
1:      mhvtl   [enabled]<br />
There is only one enabled and configured jukebox: mhvtl</p>
<p>Jukebox mhvtl: (Ready to accept commands)<br />
14118:nsrjb: No volumes found in the media database&#8230;continuing.<br />
slot  volume                            pool  barcode   volume id  recyclable<br />
1:<br />
2:<br />
3:<br />
4:<br />
5:<br />
6:<br />
7:<br />
8:<br />
9:<br />
10:<br />
11: -*                                      ULT001L3  -<br />
12: -*                                      ULT002L3  -<br />
13: -*                                      ULT003L3  -<br />
14: -*                                      ULT004L3  -<br />
15: -*                                      ULT005L3  -<br />
16: -*                                      ULT006L3  -<br />
17: -*                                      ULT007L3  -<br />
18: -*                                      ULT008L3  -<br />
19: -*                                      ULT009L3  -<br />
20: -*                                      ULT010L3  -<br />
21: -*                                      ULT011L3  -<br />
22: -*                                      ULT012L3  -<br />
23: -*                                      ULT013L3  -<br />
24: -*                                      ULT014L3  -<br />
25: -*                                      ULT015L3  -<br />
26: -*                                      ULT016L3  -<br />
27: -*                                      ULT017L3  -<br />
28: -*                                      ULT018L3  -<br />
29: -*                                      ULT019L3  -<br />
30: -*                                      ULT020L3  -<br />
31: -*                                      CLN001L1  -<br />
32: -*                                      CLN002L1  -<br />
33: Cleaning Tape (5 uses left)             CLN003L1  -<br />
*not registered in the NetWorker media data base</p>
<p>drive 1 (/dev/nst0) slot   :<br />
drive 2 (/dev/nst1) slot   :<br />
drive 3 (/dev/nst2) slot   :<br />
drive 4 (/dev/nst3) slot   :</p>
<h3>Meine Testkonfiguration</h3>
<p>SLES10SP3 VM auf VMware Server 2.02</p>
<p>pc303420-vm3:/ # <strong>uname -a</strong><br />
Linux pc303420-vm3 2.6.16.60-0.54.5-default #1 Fri Sep 4 01:28:03 UTC 2009 i686 i686 i386 GNU/Linux</p>
<p>pc303420-vm3:/ # <strong>cat /etc/issue</strong><br />
Welcome to SUSE Linux Enterprise Server 10 SP3 (i586) &#8211; Kernel \r (\l).</p>
<p>pc303420-vm3:/ # <strong>rpm -qa | grep lgto</strong><br />
lgtonode-7.6-1<br />
lgtoclnt-7.6-1<br />
lgtoserv-7.6-1<br />
lgtonmc-7.6-1<br />
lgtoman-7.6-1</p>
<p>pc303420-vm3:/etc/mhvtl # <strong>cat device.conf</strong></p>
<p>VERSION: 3</p>
<p># VPD page format:<br />
# &lt;page #&gt; &lt;Length&gt; &lt;x&gt; &lt;x+1&gt;&#8230; &lt;x+n&gt;<br />
# NAA format is an 8 hex byte value seperated by &#8216;:&#8217;<br />
# Note: NAA is part of inquiry VPD 0&#215;83<br />
#<br />
# Each &#8216;record&#8217; is sperated by one (or more) blank lines.<br />
# Each &#8216;record&#8217; starts at column 1<br />
# Serial num max len is 10.<br />
# Compression: factor &lt;value&gt; enabled [0|1]<br />
#     Where &lt;value&gt; is zlib compression factor 1 = Fastest compression<br />
#                                              9 = Best compression<br />
#         enabled 1 &#8211; Compression is enabled,<br />
#         enabled 0 &#8211; Compression is disabled</p>
<p>Library: 0 CHANNEL: 0 TARGET: 0 LUN: 0<br />
Vendor identification: SPECTRA<br />
Product identification: PYTHON<br />
Product revision level: 5500<br />
Unit serial number: XYZZY<br />
NAA: 11:22:33:44:ab:cd:ef:00</p>
<p>Drive: 1 CHANNEL: 0 TARGET: 1 LUN: 0<br />
Vendor identification: IBM<br />
Product identification: ULT3580-TD4<br />
Product revision level: 5500<br />
Unit serial number: XYZZY_A1<br />
NAA: 11:22:33:44:ab:cd:ef:01<br />
Compression: factor 1 enabled 1<br />
VPD: b0 04 00 02 01 00</p>
<p>Drive: 2 CHANNEL: 0 TARGET: 2 LUN: 0<br />
Vendor identification: IBM<br />
Product identification: ULT3580-TD4<br />
Product revision level: 5500<br />
Unit serial number: XYZZY_A2<br />
NAA: 11:22:33:44:ab:cd:ef:02<br />
Compression: factor 1 enabled 1<br />
VPD: b0 04 00 02 01 00</p>
<p>Drive: 3 CHANNEL: 0 TARGET: 3 LUN: 0<br />
Vendor identification: IBM<br />
Product identification: ULT3580-TD4<br />
Product revision level: 5500<br />
Unit serial number: XYZZY_A3<br />
NAA: 11:22:33:44:ab:cd:ef:03<br />
Compression: factor 1 enabled 1<br />
VPD: b0 04 00 02 01 00</p>
<p>Drive: 4 CHANNEL: 0 TARGET: 4 LUN: 0<br />
Vendor identification: IBM<br />
Product identification: ULT3580-TD4<br />
Product revision level: 5500<br />
Unit serial number: XYZZY_A4<br />
NAA: 11:22:33:44:ab:cd:ef:04<br />
Compression: factor 1 enabled 1<br />
VPD: b0 04 00 02 01 00</p>
<p>pc303420-vm3:/etc/mhvtl # <strong>cat library_contents</strong><br />
VERSION: 2</p>
<p>Drive 1: XYZZY_A1<br />
Drive 2: XYZZY_A2<br />
Drive 3: XYZZY_A3<br />
Drive 4: XYZZY_A4</p>
<p>Picker 1:</p>
<p>MAP 1:<br />
MAP 2:<br />
MAP 3:<br />
MAP 4:</p>
<p># Slot 1 &#8211; ?, no gaps<br />
# Slot N: [barcode]<br />
# [barcode]<br />
# a barcode is comprised of three fields: [Leading] [identifier] [Trailing]<br />
# Leading &#8220;CLN&#8221; &#8212; cleaning tape<br />
# Leading &#8220;W&#8221; &#8212; WORM tape<br />
# Leading &#8220;NOBAR&#8221; &#8212; will appear to have no barcode<br />
# If the barcode is at least 8 character long, then the last two characters are Trailing<br />
# Trailing &#8220;S3&#8243; &#8211; SDLT600<br />
# Trailing &#8220;X4&#8243; &#8211; AIT-4<br />
# Trailing &#8220;L1&#8243; &#8211; LTO 1<br />
# Trailing &#8220;TA&#8221; &#8211; T10000+<br />
# Trailing &#8220;JA&#8221; &#8211; 3592+<br />
# Trailing &#8220;JB&#8221; &#8211; 3592E05+<br />
# Trailing &#8220;JW&#8221; &#8211; WORM 3592+<br />
# Trailing &#8220;JX&#8221; &#8211; WORM 3592E05+<br />
#<br />
Slot 1:<br />
Slot 2:<br />
Slot 3:<br />
Slot 4:<br />
Slot 5:<br />
Slot 6:<br />
Slot 7:<br />
Slot 8:<br />
Slot 9:<br />
Slot 10:<br />
Slot 11: ULT001L3<br />
Slot 12: ULT002L3<br />
Slot 13: ULT003L3<br />
Slot 14: ULT004L3<br />
Slot 15: ULT005L3<br />
Slot 16: ULT006L3<br />
Slot 17: ULT007L3<br />
Slot 18: ULT008L3<br />
Slot 19: ULT009L3<br />
Slot 20: ULT010L3<br />
Slot 21: ULT011L3<br />
Slot 22: ULT012L3<br />
Slot 23: ULT013L3<br />
Slot 24: ULT014L3<br />
Slot 25: ULT015L3<br />
Slot 26: ULT016L3<br />
Slot 27: ULT017L3<br />
Slot 28: ULT018L3<br />
Slot 29: ULT019L3<br />
Slot 30: ULT020L3<br />
Slot 31: CLN001L1<br />
Slot 32: CLN002L1<br />
Slot 33: CLN003L1</p>
<p>Hier noch ein paar Screenshots vom Betrieb der VTL im Networker 7.6 &#8230;</p>
<p>P.S.</p>
<p>Die Eval-Version des EMC Networker l&#228;&#223;t sich mit &#8220;grace&#8221; als Auth-Code 6 Wochen lang betreiben.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2010/01/mhvtl.jpg"><img class="alignnone size-thumbnail wp-image-1590" title="mhvtl" src="http://otmanix.de/wp-content/uploads/2010/01/mhvtl-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://otmanix.de/wp-content/uploads/2010/01/networker1.jpg"><img class="alignnone size-thumbnail wp-image-1591" title="networker1" src="http://otmanix.de/wp-content/uploads/2010/01/networker1-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://otmanix.de/wp-content/uploads/2010/01/networker2.jpg"><img class="alignnone size-thumbnail wp-image-1592" title="networker2" src="http://otmanix.de/wp-content/uploads/2010/01/networker2-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://otmanix.de/wp-content/uploads/2010/01/networker3.jpg"><img class="alignnone size-thumbnail wp-image-1593" title="networker3" src="http://otmanix.de/wp-content/uploads/2010/01/networker3-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://otmanix.de/wp-content/uploads/2010/01/networker4.jpg"><img class="alignnone size-thumbnail wp-image-1594" title="networker4" src="http://otmanix.de/wp-content/uploads/2010/01/networker4-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Sollte jemand beim Erstellen der virtuellen B&#228;nder bzw. beim Aufruf des Tools mktape auf den Bug &#8220;mktape error: Structure of MAM incorrect size: 1016&#8243; sto&#223;en bitte <a title="MHVTL Bug" href="http://mhvtl.nimsa.us/viewtopic.php?f=18&amp;t=14#p69" target="_blank">hier</a> weiterlesen&#8230;</p>
<p>Update</p>
<p>Ich habe ein <a title="Howto MHVTL" href="http://otmanix.de/2010/09/04/howto-networker-und-mhvtl-auf-opensuse/">Howto f&#252;r MHVTL auf OpenSUSE inkl. Einrichtung Networker</a> geschrieben.</p>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2010/01/12/open-source-vtl-auf-linux-getestet-mit-networker/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Backup Teil 1 &#8211; Backup to Disk</title>
		<link>http://otmanix.de/2008/06/14/backup-teil1-backup-to-disk/</link>
		<comments>http://otmanix.de/2008/06/14/backup-teil1-backup-to-disk/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 09:42:40 +0000</pubDate>
		<dc:creator>otmanix</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Netapp]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Sparc]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[ZFS]]></category>
		<category><![CDATA[AFTD]]></category>
		<category><![CDATA[AVS]]></category>
		<category><![CDATA[B2D]]></category>
		<category><![CDATA[CDP]]></category>
		<category><![CDATA[HDS]]></category>
		<category><![CDATA[Networker]]></category>
		<category><![CDATA[RecoverPoint]]></category>
		<category><![CDATA[Replication Manager]]></category>
		<category><![CDATA[Staging]]></category>
		<category><![CDATA[VTL]]></category>

		<guid isPermaLink="false">http://otmanix.de/?p=565</guid>
		<description><![CDATA[Vor einiger Zeit stand ein Austausch der Backup-Hardware an. Damals wurde sich f&#252;r eine T2000 als Backup-Server, ein SE6140 als Disksystem f&#252;r Backup to Disk und ein STK SL500 Tapesystem (LTO3) entschieden. Bei dieser Gelegenheit wurde auch die Backupsoftware EMC &#8230; <a href="http://otmanix.de/2008/06/14/backup-teil1-backup-to-disk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Vor einiger Zeit stand ein Austausch der Backup-Hardware an. Damals wurde sich f&#252;r eine T2000 als Backup-Server, ein SE6140 als Disksystem f&#252;r Backup to Disk und ein STK SL500 Tapesystem (LTO3) entschieden. Bei dieser Gelegenheit wurde auch die Backupsoftware EMC Networker von 7.2.2 auf 7.4 aktualisiert.</p>
<p>Kurz und knapp gesagt gab es einige Ecken und Kanten und im Nachhinein ist man wieder ein St&#252;ck schlauer&#8230; Mittlerweile mit Networker 7.4.2 bin ich mit dem Betrieb des Backups i.A. zufrieden und m&#246;chte ein paar Gedanken dazu niederschreiben. Man m&#246;ge mir die h&#228;ufige Nennung von EMC Produkten verzeihen, aber da kenne ich das Portfolio einigerma&#223;en.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2008/06/1.jpg"><img class="alignnone size-thumbnail wp-image-566" title="1" src="http://otmanix.de/wp-content/uploads/2008/06/1-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><strong>Backup to Disk aka. B2D</strong></p>
<p>Eigentlich handelt es sich oftmals um Backup to Disk to Tape, aber das nur am Rande&#8230; Hier gibt es prinzipiell mehrere Ans&#228;tze. In erster Linie spielt hier Performance und der Geldbeutel die ma&#223;gebende Rolle:</p>
<ul>
<li>Storage-interne Replikation (Point in time Copy), z.B. <a title="EMC Timefinder" href="http://germany.emc.com/products/family/time-finder-family.htm" target="_blank">EMC Timefinder </a>Clone f&#252;r EMC DMX Storage, Applikationsintegration (Exchange, Oracle, &#8230;) und GUI mit <a title="EMC Replication Manager" href="http://germany.emc.com/products/detail/software/replication-manager.htm" target="_blank">EMC Replication Manager</a> → Vorteil: sehr schnell, keine Last im SAN, da Replikation Storage-intern → Nachteil: Preis, herstellerabh&#228;ngig (jeder gro&#223;e Storage-Hersteller hat das aber: z.B. HDS truecopy, Netapp snapvault/snapmanager)</li>
<li>Spezialfall CDP: relativ neu auf dem Markt sind Produkte f&#252;r Continous Data Protection, wo eine fortlaufende Replikation stattfindet und ein Restore auf einen nahezu beliebigen Zeitpunkt erfolgen kann, z.B. <a title="EMC Recoverpoint" href="http://germany.emc.com/products/detail/software/recoverpoint.htm" target="_blank">EMC Recoverpoint</a> → Vorteil: schnelle Wiederherstellung eines nahezu beliebigen Zeitpunkts → Nachteil: noch zu neu&#8230;, Skalierbarkeit, Kompatibilit&#228;t, herstellerabh&#228;ngig</li>
<li>Storage-externe Replikation (Point in time Copy), z.B. <a title="Sun AVS" href="http://www.c0t0d0s0.org/archives/4340-Less-known-Solaris-Features-Point-in-time-copy-with-AVS-Part-1-Introduction.html" target="_blank">Sun AVS</a> unter Solaris → Vorteil: Preis, passend f&#252;r jedes Storage unter Solaris → Nachteil: hohe Last im SAN</li>
<li>Backup per LAN auf <a title="EMC Networker" href="http://germany.emc.com/products/detail/software/networker.htm" target="_blank">Networker</a> Advanced File Type devices, die wiederum auf Disks des Servers/Storage Nodes liegen. → Vorteil: unbh&#228;ngig vom Storage-Hersteller, individuell einstellbar → div. &#8220;Ecken und Kanten&#8221;, langsamer als Storage-Replikation → bei der Nutzung von Storage mit Datendeduplizierung sehr gute Ausnutzung der Kapazit&#228;t, z.B. mit <a title="Netapp ASIS" href="http://www.netapp.com/us/products/platform-os/dedupe.html" target="_blank">ASIS bei Netapp Storage</a></li>
<li>Spezialfall Dedup: Backup per LAN mit <a title="EMC Avamar" href="http://germany.emc.com/products/detail/software/avamar.htm" target="_blank">EMC Avamar</a> Appliance und EMC Networker, Avamar Client ist im aktuellen Networker Client bereits integriert → Vorteil: Datendeduplizierung bereits am Client, d.h. unn&#246;tige Daten werden nicht per LAN &#252;bertragen → Nachteil: herstellerabh&#228;ngig, langsamer als Storage-Replikation</li>
<li>Virtual Tape Library (VTL): Disksystem, das sich nach au&#223;en wie eine Tape-Library verh&#228;lt, z.B. <a title="EMC VTL" href="http://germany.emc.com/collateral/hardware/comparison/emc-disk-library.htm" target="_blank">EMC DL3D 4000</a> → Vorteil: einfache Integration und Bedienung → Nachteil: langsamer als Storage-Replikation → bei der Nutzung der EMC VTL gibt es den zus. Nutzen, da&#223; die EMC Networker Storage Node Funktionalit&#228;t inegriert ist (gleiches gilt f&#252;r Netbackup), eine Datendeduplizierung ist ebenso integriert</li>
</ul>
<p><strong>Networker Advanced Filetype Device (AFTD)</strong></p>
<p>Wie bereits angesprochen haben die AFTDs einige Ecken und Kanten.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2008/06/2.jpg"><img class="alignnone size-thumbnail wp-image-567" title="2" src="http://otmanix.de/wp-content/uploads/2008/06/2-150x150.jpg" alt="" width="150" height="150" /></a>   <a href="http://otmanix.de/wp-content/uploads/2008/06/12.jpg"><img class="alignnone size-thumbnail wp-image-568" title="12" src="http://otmanix.de/wp-content/uploads/2008/06/12-150x150.jpg" alt="" width="150" height="150" /></a></p>
<ul>
<li>Prinzipiell sind AFTDs wie Tape-Laufwerke zu betrachten, in denen man Volumes einlegen kann. Im Gegensatz zu Tapes funktioniert aber Volume-&#252;bergreifendes Backup (Spanning) nicht (wenn das erste Volume voll ist wird f&#252;r das bereits laufende Backup nicht beim n&#228;chsten Volume fortgesetzt). Der Nutzen von mehr als einem Volume pro AFTD ist also eher gering.</li>
<li>Man mu&#223; durch rechtzeitiges Auslagern in einen anderen Pool (Staging &#8211; i.d.R. auf Tape) verhindern, da&#223; das AFTD 100% F&#252;llgrad erreicht. Daf&#252;r mu&#223; das Staging konfiguriert werden. Damit einem das AFTD w&#228;hrend des Stagings nicht voll l&#228;uft (die Aufr&#228;umaktion findet erst nach erfolgreichem Staging statt) mu&#223; gen&#252;gend Reserve in der Speicherkapazit&#228;t des AFTDs vorgesehen werden. </li>
<li>W&#228;hrend eines Staging-Vorgangs kann keine Restore-Operation mit Daten des betroffenen AFTD durchgef&#252;hrt werden. Aus diesem Grund ist es von Vorteil mehrere AFTDs anzulegen und die Staging-Intervalle relativ kurz zu halten.</li>
<li>Automatisches Cloning von savesets (&#252;ber Eigenschaft in der savegroup einstallbar) und zeitlich &#252;berlappendes Staging f&#252;hrt zu Problemen (saveset ist ggf. bereits gestagt und kann nicht mehr geclont werden). Es gilt bzgl. Restore die selbe Einschr&#228;nkung wie beim Staging.</li>
</ul>
<p><strong>ZFS f&#252;r AFTDs</strong></p>
<p>ZFS bietet einige Vorteile, aber auch Einschr&#228;nkungen f&#252;r die Nutzung von AFTDs.</p>
<p><a href="http://otmanix.de/wp-content/uploads/2008/06/3.jpg"><img class="alignnone size-thumbnail wp-image-570" title="3" src="http://otmanix.de/wp-content/uploads/2008/06/3-150x150.jpg" alt="" width="150" height="150" /></a>   <a href="http://otmanix.de/wp-content/uploads/2008/06/4.jpg"><img class="alignnone size-thumbnail wp-image-571" title="4" src="http://otmanix.de/wp-content/uploads/2008/06/4-150x150.jpg" alt="" width="150" height="150" /></a>   <a href="http://otmanix.de/wp-content/uploads/2008/06/5.jpg"><img class="alignnone size-thumbnail wp-image-569" title="5" src="http://otmanix.de/wp-content/uploads/2008/06/5-150x150.jpg" alt="" width="150" height="150" /></a></p>
<ul>
<li>Mit ZFS-Filesystemen/Mountpoints als Speicher f&#252;r AFTDs ist die kurzfristige Erweiterung bei Speichermangel kein Problem &#8211; einfach dem ZPool zus. Disks spendieren&#8230;</li>
<li>Ohne das Setzen von Quotas teilen sich alle Filesysteme den gemeinsamen Platz, was eine bessere Ausnutzung der vorhandenen Kapazit&#228;ten erm&#246;glicht. allerdings funktioniert dann das Staging nur noch sinnvoll auf Basis der Aufbewahrungsfrist.</li>
<li>ZFS l&#228;&#223;t sich sch&#246;n verwalten &#8211; entweder per GUI oder eing&#228;ngen CLI-Befehlen.</li>
<li>ZFS sollte nicht ohne Tuning betrieben werden. Um eine gute Performance zu bekommen sollte man Solaris 10 Update 5 einsetzen. Dort kann z.B. der ZFS Cache Flush f&#252;r externe, batteriegepufferte Storagesysteme abgeschaltet werden. Ein paar sinnvolle Kernelparameter zu ZFS und Networker k&#246;nnen dem Screenshot der /etc/system entnommen werden. Eine Anpassung an die eigene Umgebung ist ggf. erforderlich.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://otmanix.de/2008/06/14/backup-teil1-backup-to-disk/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

