<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Ts7530 on BAFM</title><link>https://christian.blog.pakiheim.de/tags/ts7530/</link><description>Recent content in Ts7530 on BAFM</description><generator>Hugo -- 0.160.1</generator><language>en</language><lastBuildDate>Wed, 11 Oct 2017 19:48:40 +0000</lastBuildDate><atom:link href="https://christian.blog.pakiheim.de/tags/ts7530/index.xml" rel="self" type="application/rss+xml"/><item><title>Mass-updating Tivoli Storage Manager drive status</title><link>https://christian.blog.pakiheim.de/posts/2017-10-11_mass-updating-tivoli-storage-manager-drive-status/</link><pubDate>Wed, 11 Oct 2017 19:48:40 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=2552</guid><description>&lt;p&gt;I was fighting with our VTL again, and TSM was thinking all the drives were offline. In order to update the drive status, you&amp;rsquo;d need to go into the ISC and select each drive and set them to &lt;em&gt;ONLINE&lt;/em&gt;. Since I&amp;rsquo;m a bit click-lazy, I wrote a simple nested for-loop, which gives me the output to update all the drives at once:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt" id="hl-0-1"&gt;&lt;a class="lnlinks" href="#hl-0-1"&gt;1&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-2"&gt;&lt;a class="lnlinks" href="#hl-0-2"&gt;2&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-3"&gt;&lt;a class="lnlinks" href="#hl-0-3"&gt;3&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-4"&gt;&lt;a class="lnlinks" href="#hl-0-4"&gt;4&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-5"&gt;&lt;a class="lnlinks" href="#hl-0-5"&gt;5&lt;/a&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;for i in 1 2; do
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; for k in $( seq -w 1 32 ); do
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; echo &amp;#34;UPDATE DRIVE VTL$i VTL${i}_DR${k} ONLINE=YES&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; done
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;done
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Result is a list like this:&lt;/p&gt;</description></item><item><title>Tivoli Storage Manager Server 5-5-3</title><link>https://christian.blog.pakiheim.de/posts/2009-08-28_tivoli-storage-manager-server-5-5-3/</link><pubDate>Fri, 28 Aug 2009 14:19:14 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=2558</guid><description>&lt;p&gt;I spent yesterday afternoon upgrading our TS7530, and in my fad I also upgraded TSM to 5.5.3. Now, once I started TSM it quickly started complaining about the paths to the drives.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt" id="hl-0-1"&gt;&lt;a class="lnlinks" href="#hl-0-1"&gt;1&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-2"&gt;&lt;a class="lnlinks" href="#hl-0-2"&gt;2&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-3"&gt;&lt;a class="lnlinks" href="#hl-0-3"&gt;3&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-4"&gt;&lt;a class="lnlinks" href="#hl-0-4"&gt;4&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-5"&gt;&lt;a class="lnlinks" href="#hl-0-5"&gt;5&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-6"&gt;&lt;a class="lnlinks" href="#hl-0-6"&gt;6&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-7"&gt;&lt;a class="lnlinks" href="#hl-0-7"&gt;7&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-8"&gt;&lt;a class="lnlinks" href="#hl-0-8"&gt;8&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-9"&gt;&lt;a class="lnlinks" href="#hl-0-9"&gt;9&lt;/a&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;ANR8873E The path from source TSM1 to destination VTL1_DR03
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;(/dev/lin_tape/IBMtape03) is taken offline.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;ANR8873E The path from source TSM1 to destination VTL1_DR03
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;(/dev/lin_tape/IBMtape03) is taken offline.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;HBA_LoadLibrary: previously unfreed libraries exist, call HBA_FreeLibrary().
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;ANR8873E The path from source TSM1 to destination VTL1_DR07
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;(/dev/lin_tape/IBMtape07) is taken offline.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;ANR8873E The path from source TSM1 to destination VTL1_DR07
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;(/dev/lin_tape/IBMtape-07) is taken offline.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;I thought maybe this is a mere device problem (we have had them before), so I rebooted the boxes. But still no luck and I went home after about an hour of trying without any luck. In the morning, my co-worker called our trustworthy IBM service partner, and the TSM consultant said he had the &lt;a href="http://www.ibm.com/developerworks/forums/thread.jspa?threadID=270799&amp;amp;tstart=0"&gt;exact&lt;/a&gt;, &lt;a href="http://www.adsm.org/forum/showthread.php?p=74331"&gt;same&lt;/a&gt; problem yesterday. We would have two options:&lt;/p&gt;</description></item><item><title>TS7530 authentification failure</title><link>https://christian.blog.pakiheim.de/posts/2009-08-01_ts7530-authentification-failure/</link><pubDate>Sat, 01 Aug 2009 05:20:04 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=2415</guid><description>&lt;p&gt;Today, I had a rather troublesome morning. Once I got to work, Nagios was already complaining about the lin_taped on one of our TSM servers, which apparently failed due to too &lt;a href="https://christian.blog.pakiheim.de/uploads/2009/07/messages"&gt;many SCSI resets&lt;/a&gt;. Additionally, I can&amp;rsquo;t login using the VE console (I can login however using SSH) so I ended up opening up a IBM Electronic Service Call (ESC+).&lt;/p&gt;
&lt;p&gt;Using SSH, I can get some information on the VE&amp;rsquo;s status:&lt;/p&gt;</description></item><item><title>IBM TS7530 and the Virtualization Engine for Tape Console</title><link>https://christian.blog.pakiheim.de/posts/2009-07-31_ibm-ts7530-and-the-virtualization-engine-for-tape-console/</link><pubDate>Fri, 31 Jul 2009 12:44:16 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=2480</guid><description>&lt;p&gt;I just had yet another support call with &lt;a href="http://www.ibm.com/us/en/"&gt;IBM&lt;/a&gt;, concerning the Tape Console (or VE console, courtesy of &lt;a href="http://www.falconstor.com"&gt;Falconstor&lt;/a&gt;). My basic problem was/is, that I, as a german person, do have a german Windows Server 2003 installation. Now, if you do have german decimal number format selected in the regional settings, the display is gonna be kinda impaired and you&amp;rsquo;re gonna see something like this:&lt;/p&gt;
&lt;figure&gt;
&lt;img loading="lazy" src="https://christian.blog.pakiheim.de/uploads/2009/07/ve_console-german.png"
alt="VE console with german decimal number format" width="400"/&gt; &lt;figcaption&gt;
&lt;p&gt;VE console with german decimal number format&lt;/p&gt;</description></item><item><title>Sidenote: Amount of Slots per Virtual Tape Library</title><link>https://christian.blog.pakiheim.de/posts/2009-01-27_sidenote-amount-of-slots-per-virtual-tape-library/</link><pubDate>Tue, 27 Jan 2009 20:32:57 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=1661</guid><description>&lt;p&gt;Well, I just stumbled about this again (and I don&amp;rsquo;t know right now whether or not this is documented inside a RedBook or not) today, so I thought maybe I&amp;rsquo;m gonna write it down.&lt;/p&gt;
&lt;figure&gt;
&lt;img loading="lazy" src="https://christian.blog.pakiheim.de/uploads/2009/01/ve-console-decreasing-slots.png"
alt="Slot-Amount Property of a Virtual Tape Library" width="312"/&gt; &lt;figcaption&gt;
&lt;p&gt;Slot-Amount Property of a Virtual Tape Library&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Please keep in mind, when creating the virtual library to think hard about the amount of slots you might need. It ain&amp;rsquo;t that bad, you just can&amp;rsquo;t decrease the amount anymore.  So if you think about creating 50 different virtual tape libraries with 500 slots each on your TS7530, think again. The current software level only supports 25.000 slots on a global level.&lt;/p&gt;</description></item><item><title>Working with IBM's Virtualization Engine Console</title><link>https://christian.blog.pakiheim.de/posts/2009-01-27_working-with-ibm-s-virtualization-engine-console/</link><pubDate>Tue, 27 Jan 2009 17:27:31 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=1652</guid><description>&lt;p&gt;Recently, we got the recommendation from our system partner to use static allocated tape cartridges instead of dynamic allocated ones. Apparently using dynamic allocating cartridges comes with a performance penalty if more than a few nodes are backing up a large amount of data at once.&lt;/p&gt;
&lt;p&gt;And yet again, I noticed that the IBM Virtualization Engine Console (aka Falconstor Software) is really error prone.&lt;/p&gt;
&lt;p&gt;In order to change the allocation type, we had to shred the old cartridges first (500 x ~100M up till now), chance the allocation type at the virtual tape library level, and then recreate the 500 cartridges with a fixed size (500x 102400MB). Now, as I was kinda optimistic, I decided to create all 500 cartridges at once.&lt;/p&gt;</description></item><item><title>Distribution running on IBM TS7530 Virtualization Engine</title><link>https://christian.blog.pakiheim.de/posts/2009-01-09_distribution-running-on-ibm-ts7530-virtualization-engine/</link><pubDate>Fri, 09 Jan 2009 14:18:35 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=1507</guid><description>&lt;p&gt;Well, I was just a bit curious earlier what distribution might be running on our IBM TS7530 Virtualization engines .. well, I just had a look-see ..&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt" id="hl-0-1"&gt;&lt;a class="lnlinks" href="#hl-0-1"&gt; 1&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-2"&gt;&lt;a class="lnlinks" href="#hl-0-2"&gt; 2&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-3"&gt;&lt;a class="lnlinks" href="#hl-0-3"&gt; 3&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-4"&gt;&lt;a class="lnlinks" href="#hl-0-4"&gt; 4&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-5"&gt;&lt;a class="lnlinks" href="#hl-0-5"&gt; 5&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-6"&gt;&lt;a class="lnlinks" href="#hl-0-6"&gt; 6&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-7"&gt;&lt;a class="lnlinks" href="#hl-0-7"&gt; 7&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-8"&gt;&lt;a class="lnlinks" href="#hl-0-8"&gt; 8&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-9"&gt;&lt;a class="lnlinks" href="#hl-0-9"&gt; 9&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-10"&gt;&lt;a class="lnlinks" href="#hl-0-10"&gt;10&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-11"&gt;&lt;a class="lnlinks" href="#hl-0-11"&gt;11&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-12"&gt;&lt;a class="lnlinks" href="#hl-0-12"&gt;12&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-13"&gt;&lt;a class="lnlinks" href="#hl-0-13"&gt;13&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-14"&gt;&lt;a class="lnlinks" href="#hl-0-14"&gt;14&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-15"&gt;&lt;a class="lnlinks" href="#hl-0-15"&gt;15&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-16"&gt;&lt;a class="lnlinks" href="#hl-0-16"&gt;16&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-17"&gt;&lt;a class="lnlinks" href="#hl-0-17"&gt;17&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-18"&gt;&lt;a class="lnlinks" href="#hl-0-18"&gt;18&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-19"&gt;&lt;a class="lnlinks" href="#hl-0-19"&gt;19&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-20"&gt;&lt;a class="lnlinks" href="#hl-0-20"&gt;20&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-21"&gt;&lt;a class="lnlinks" href="#hl-0-21"&gt;21&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-22"&gt;&lt;a class="lnlinks" href="#hl-0-22"&gt;22&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-23"&gt;&lt;a class="lnlinks" href="#hl-0-23"&gt;23&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-24"&gt;&lt;a class="lnlinks" href="#hl-0-24"&gt;24&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-25"&gt;&lt;a class="lnlinks" href="#hl-0-25"&gt;25&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-26"&gt;&lt;a class="lnlinks" href="#hl-0-26"&gt;26&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-27"&gt;&lt;a class="lnlinks" href="#hl-0-27"&gt;27&lt;/a&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;vetapeservice@VTL-B:~&amp;gt; cat /etc/SuSE-release
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;SUSE Linux Enterprise Server 10 (x86_64)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;VERSION = 10
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;PATCHLEVEL=1
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;vetapeservice@VTL-B:~&amp;gt; uname -a
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Linux VTL 2.6.16.46-229-smp #1 Sun Apr 13 05:21:49 UTC 2008 x86_64 GNU/Linux
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;vetapeservice@VTL-B:~&amp;gt; free -m
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; total used free shared buffers cached
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Mem: 4022 1378 2643 0 342 552
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;-/+ buffers/cache: 484 3537
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Swap: 3815 0 3815
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;vetapeservice@VTL-B:~&amp;gt; cat /proc/cpuinfo
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;processor : 1
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;vendor_id : AuthenticAMD
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;cpu family : 15
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;model : 65
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;model name : Dual-Core AMD Opteron(tm) Processor 8218
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;stepping : 3
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;cpu MHz : 2600.186
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;cache size : 1024 KB
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;physical id : 0
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;siblings : 2
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;core id : 1
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;cpu cores : 2
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Main difference to a &amp;quot; &lt;em&gt;normal&lt;/em&gt;&amp;quot; SUSE Linux Enterprise Server 10 installation (there&amp;rsquo;s about zip normal with that kind of installation, thus the quotes) thus far are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;the build for the VE uses busybox as init&lt;/li&gt;
&lt;li&gt;IBM stripped man/info&lt;/li&gt;
&lt;li&gt;they are running Xorg/Fluxbox on it&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Just don&amp;rsquo;t ask me why there&amp;rsquo;s a DE ( &lt;strong&gt;d&lt;/strong&gt; esktop &lt;strong&gt;e&lt;/strong&gt; nvironment) running, it ain&amp;rsquo;t even hooked up to a monitor. Only reason would be for the RSA&amp;rsquo; remote monitor stuff &amp;hellip; &lt;em&gt;&lt;strong&gt;lala&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;</description></item><item><title>IBM TS7530 and DNS</title><link>https://christian.blog.pakiheim.de/posts/2008-11-22_ibm-ts7530-and-dns/</link><pubDate>Sat, 22 Nov 2008 17:31:50 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=1263</guid><description>&lt;p&gt;Well, we had our TS7530 delivered in late September, the day after the IBM service guys came by to prep the VTL for our needs (IBM sells the thing as black box). Now, since that day; they fought with the Call Home functionality. The trouble was simply, that the Call Home Service running on the Virtualization Engines just didn&amp;rsquo;t start.&lt;/p&gt;
&lt;p&gt;After about 6 weeks of trial and error (and the IBM service guys popping in every second week), they finally found the cause of the Call Home Service not being able to start. Domain Name Resolution. Neither the IP addresses of the VE&amp;rsquo;s nor the VE console were registered in our DNS/or local host files.&lt;/p&gt;</description></item><item><title>IBM TS7530 engine failover and HBA mode</title><link>https://christian.blog.pakiheim.de/posts/2008-10-28_ibm-ts7530-engine-failover-and-hba-mode/</link><pubDate>Tue, 28 Oct 2008 15:21:06 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=1265</guid><description>&lt;p&gt;Well, when they delivered the VTL about four weeks ago, nobody figured this thing would be such a mess. Apparently IBM hasn&amp;rsquo;t set up that much VTL&amp;rsquo;s with engine failover.&lt;/p&gt;
&lt;p&gt;Point being, the VE&amp;rsquo;s have eight HBA ports (four inside, four outside the black box). Now, as they configured the VTL, the ports were all in initiator mode. And we needed the fourth port in target mode as well, as it&amp;rsquo;s better to have 4 independent paths to the VTL. The only problem was, the VE console didn&amp;rsquo;t think so.&lt;/p&gt;</description></item><item><title>IBM TS7530 zoning</title><link>https://christian.blog.pakiheim.de/posts/2008-10-27_ibm-ts7530-zoning/</link><pubDate>Mon, 27 Oct 2008 15:41:59 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=1267</guid><description>&lt;p&gt;At first, as we prepped the zoning for the VTL, we did it WWN-based. Now the trouble with the HBA&amp;rsquo;s of the VTL is simply that it has different WWPN&amp;rsquo;s on the same WWN. And WWN-based zoning simply doesn&amp;rsquo;t allow access to that.&lt;/p&gt;
&lt;p&gt;So off we went and switched to Switchport-based zoning, and see. It just works &amp;#x1f937;&lt;/p&gt;</description></item></channel></rss>