<?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: Installing kernel Drivers for tape drive fails in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682759#M53429</link>
    <description>I thing you did correct.&lt;BR /&gt;The thing is that you might not have checked the box "PUT the new kernel in place and overwrite the existing kernel" .&lt;BR /&gt;Please try to install the stape driver again select that box and then reboot the server.&lt;BR /&gt;&lt;BR /&gt;This will do.If at your problem remains alive then do following.&lt;BR /&gt;&lt;BR /&gt;You can manually reconfigure the kernel.&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build &lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system &lt;BR /&gt;# vi system (and add "stape" at the bottom)and &lt;BR /&gt;save the file &lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/mk_kernel -s system &lt;BR /&gt;# /usr/sbin/kmupdate &lt;BR /&gt;&lt;BR /&gt;# shutdown -r -y 0 &lt;BR /&gt;&lt;BR /&gt;System reboots and you should be ok &lt;BR /&gt;</description>
    <pubDate>Thu, 14 Mar 2002 15:57:30 GMT</pubDate>
    <dc:creator>pap</dc:creator>
    <dc:date>2002-03-14T15:57:30Z</dc:date>
    <item>
      <title>Installing kernel Drivers for tape drive fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682755#M53425</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I'm trying to install the stape driver from  sam-&amp;gt;kernel confirguration-&amp;gt;drivers on HPUX 11.00. After setting it to "in", building a new kernel and successfully rebooted it, the stape still remains as "out". I've tried to install other drivers as well, but all of them remain as "out" after rebooting. &lt;BR /&gt;&lt;BR /&gt;On top of that, i've tried to add a new tape drive from sam as well. after rebuilding the kernel, the drivers are still reflected as "out".&lt;BR /&gt;&lt;BR /&gt;Does any one know what happens and how to solve it?</description>
      <pubDate>Thu, 14 Mar 2002 02:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682755#M53425</guid>
      <dc:creator>Hui Kuan ANG</dc:creator>
      <dc:date>2002-03-14T02:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel Drivers for tape drive fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682756#M53426</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not sure what happened to doing this in SAM. Have you got the latest cumulative SAM patch installed? If not this may help. In the meantime, this how to do it on the command line.&lt;BR /&gt;&lt;BR /&gt;as root&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system (and add "stape" somewhere near the top without the double quotes)&lt;BR /&gt;save the file&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/mk_kernel -s system&lt;BR /&gt;# /usr/sbin/kmupdate&lt;BR /&gt;&lt;BR /&gt;Take note of the existing kernel name, vmunix.prev&lt;BR /&gt;# cd /&lt;BR /&gt;&lt;BR /&gt;# shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;System reboots and you should be ok&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Thu, 14 Mar 2002 02:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682756#M53426</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-03-14T02:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel Drivers for tape drive fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682757#M53427</link>
      <description>It has got to do with either SAM cumulative or stape patches in order to solve this. Anyway to manually configure th drive you can do this.&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -v -s  system &lt;BR /&gt;# kmsystem -S system -c y stape&lt;BR /&gt;==&amp;gt; these utilities modify the system file at 11.0&lt;BR /&gt;# /usr/sbin/mk_kernel -s ./system&lt;BR /&gt;# mv /stand/system /stand/system.prev   &lt;BR /&gt;# mv /stand/build/system /stand/system&lt;BR /&gt;# kmupdate&lt;BR /&gt;==&amp;gt; kmupdate automates moving the kernel files into the proper directory&lt;BR /&gt;# shutdown -ry 0 &lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2002 02:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682757#M53427</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-14T02:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel Drivers for tape drive fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682758#M53428</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;These could be the patches that your looking for. &lt;BR /&gt;&lt;BR /&gt;SAM Kernel Tunable Parameter Sets(PHSS_20149) &lt;BR /&gt;cumulative SAM/ObAM patch(PHCO_23876) &lt;BR /&gt;&lt;BR /&gt;As always make sure that you create a make_recovery tape prior to installing any patch.&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn (assuming this is your tape drive)&lt;BR /&gt;&lt;BR /&gt;Of course see if you can fix the stape for ther kernel first.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2002 02:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682758#M53428</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-03-14T02:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel Drivers for tape drive fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682759#M53429</link>
      <description>I thing you did correct.&lt;BR /&gt;The thing is that you might not have checked the box "PUT the new kernel in place and overwrite the existing kernel" .&lt;BR /&gt;Please try to install the stape driver again select that box and then reboot the server.&lt;BR /&gt;&lt;BR /&gt;This will do.If at your problem remains alive then do following.&lt;BR /&gt;&lt;BR /&gt;You can manually reconfigure the kernel.&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build &lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system &lt;BR /&gt;# vi system (and add "stape" at the bottom)and &lt;BR /&gt;save the file &lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/mk_kernel -s system &lt;BR /&gt;# /usr/sbin/kmupdate &lt;BR /&gt;&lt;BR /&gt;# shutdown -r -y 0 &lt;BR /&gt;&lt;BR /&gt;System reboots and you should be ok &lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2002 15:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-drivers-for-tape-drive-fails/m-p/2682759#M53429</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-14T15:57:30Z</dc:date>
    </item>
  </channel>
</rss>

