<?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: how to verify that server Linux Suse 10 see HP 1/8 g2 ultr 920 sas autoloader in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5682463#M53703</link>
    <description>&lt;P&gt;Thank MK for your answer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the MODULES_LOADED_ON_BOOT="st" then boot the linux and nothing changed, the server does not see any tape (library)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me comment you the configuration, i do not know if i have a mistake&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c3000 enclosure&lt;/P&gt;&lt;P&gt;2 SAS SW (active/pasive)&lt;/P&gt;&lt;P&gt;2 zone groups, zoning mode: switch port&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;msa: port 31 y 32 Assigned Multiple&lt;/P&gt;&lt;P&gt;autoloader: port 34 Assigned Multiple&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After all, i give the servers (bl460) msa and autoloader access zone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any detail please let me know&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2012 18:21:41 GMT</pubDate>
    <dc:creator>FOBF</dc:creator>
    <dc:date>2012-06-06T18:21:41Z</dc:date>
    <item>
      <title>how to verify that server Linux Suse 10 see HP 1/8 g2 ultr 920 sas autoloader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5679989#M53701</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have enclosure c3000, bl460 linux suse 10 server, 2 sas switch, alsoHP 1/8 g2 ultr 920 sas autoloader. I have configured the sas switch&amp;nbsp; with 2 zones (mode swith port), one for the storage disk msa2000 uplink port 1 and 2 in both sw (active and pasive) and the other zone using uplink port 4 for the autoloader., all server has access to storage disk,&amp;nbsp; i have presented lun from it, not problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, the linux servers does not see any autoloader, one of these server in a DP Cell Manager, i have tried scan the autoloader with theses command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# devbra -dev&lt;/P&gt;&lt;P&gt;# hwinfo --tape&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;None works, the output is empty, mi question is, how can i verify from linux if the server access the library, i do not know if the problems is in sas sw or drivers linux?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 22:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5679989#M53701</guid>
      <dc:creator>FOBF</dc:creator>
      <dc:date>2012-06-04T22:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to verify that server Linux Suse 10 see HP 1/8 g2 ultr 920 sas autoloader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5680723#M53702</link>
      <description>&lt;P&gt;Please run &lt;FONT face="courier new,courier"&gt;lsscsi&lt;/FONT&gt;. If it detects your autoloader, the hardware-level SAS connection is OK and the problem is probably a missing tape driver.&lt;/P&gt;&lt;P&gt;(lsscsi identifies all SCSI-like devices using generic SCSI protocol commands: it does not require device-type-specific drivers.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If lsscsi does not detect it, then either the SAS controller driver is missing (unlikely because you're seeing storage disks) or there is a problem with the SAS connection or zoning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If lsscsi detects your autoloader,run "modprobe st" to load the SCSI tape driver module.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this helps, add "st" to variable MODULES_LOADED_ON_BOOT, located in file /etc/sysconfig/kernel. This will configure the system to load the module automatically at every boot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do this with YaST too: go to System -&amp;gt; /etc/sysconfig Editor -&amp;gt; System -&amp;gt; Kernel -&amp;gt; MODULES_LOADED_ON_BOOT.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2012 12:55:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5680723#M53702</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-06-05T12:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to verify that server Linux Suse 10 see HP 1/8 g2 ultr 920 sas autoloader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5682463#M53703</link>
      <description>&lt;P&gt;Thank MK for your answer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the MODULES_LOADED_ON_BOOT="st" then boot the linux and nothing changed, the server does not see any tape (library)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me comment you the configuration, i do not know if i have a mistake&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c3000 enclosure&lt;/P&gt;&lt;P&gt;2 SAS SW (active/pasive)&lt;/P&gt;&lt;P&gt;2 zone groups, zoning mode: switch port&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;msa: port 31 y 32 Assigned Multiple&lt;/P&gt;&lt;P&gt;autoloader: port 34 Assigned Multiple&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After all, i give the servers (bl460) msa and autoloader access zone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any detail please let me know&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2012 18:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5682463#M53703</guid>
      <dc:creator>FOBF</dc:creator>
      <dc:date>2012-06-06T18:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to verify that server Linux Suse 10 see HP 1/8 g2 ultr 920 sas autoloader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5683147#M53704</link>
      <description>&lt;P&gt;Please run:&lt;/P&gt;&lt;PRE&gt;lsscsi&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and post the full output.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2012 08:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5683147#M53704</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-06-07T08:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to verify that server Linux Suse 10 see HP 1/8 g2 ultr 920 sas autoloader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5683481#M53705</link>
      <description>&lt;P&gt;Sorry i had forgotten, these are the ouptup from 3 server linux suse 10:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;precc6:~ # lsscsi&lt;BR /&gt;[0:0:0:0]&amp;nbsp;&amp;nbsp;&amp;nbsp; cd/dvd&amp;nbsp; HP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Virtual DVD-ROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /dev/sr0&lt;BR /&gt;precc6:~ #&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;sdsm70:~ # lsscsi&lt;BR /&gt;sdsm70:~ #&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;dvecc6:~ # lsscsi&lt;BR /&gt;dvecc6:~ #&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you see just one server has a output not empty, this is because the precc6 server has a DVD connected from OA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2012 14:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-verify-that-server-linux-suse-10-see-hp-1-8-g2-ultr-920/m-p/5683481#M53705</guid>
      <dc:creator>FOBF</dc:creator>
      <dc:date>2012-06-07T14:23:57Z</dc:date>
    </item>
  </channel>
</rss>

