<?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 Kernel Driver device file association... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-driver-device-file-association/m-p/3078759#M142192</link>
    <description>I have and IBM tivoli driver I need to use for my changer.  It loads and the tape drive one works correctly.  The one associated with the library controller does not map the /dev/rmt/tsmlb0 file to the driver in the kernel.&lt;BR /&gt;&lt;BR /&gt;Meaning the below returns...&lt;BR /&gt;ioscan -fnkC autochClass     I  H/W Path     Driver  S/W State   H/W Type     Description&lt;BR /&gt;=======================================================================&lt;BR /&gt;autoch    0  0/6/2/0.8.0.255.1.8.1  tsmchgr CLAIMED     DEVICE       HP      A5597A&lt;BR /&gt;&lt;BR /&gt;but no device file.  So time last week this started being the case.&lt;BR /&gt;&lt;BR /&gt;I am trying to switch back and forth from the IBM drivers and the HP ones and the HP ones are working and the IBM ones fail.&lt;BR /&gt;&lt;BR /&gt;This is the script we use to remove the IBM drivers and start omniback.&lt;BR /&gt;&lt;BR /&gt;bash-2.05b# cat omni.sh&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;rmsf -H 0/6/0/0.8.0.255.1.8.0&lt;BR /&gt;rmsf -H 0/6/0/0.8.0.255.1.8.1&lt;BR /&gt;rmsf -H 0/6/2/0.8.0.255.1.8.0&lt;BR /&gt;rmsf -H 0/6/2/0.8.0.255.1.8.1&lt;BR /&gt;rmsf -H 0/6/2/0.8.0.255.1.8.2&lt;BR /&gt;ioscan -M stape -H 0/6/0/0.8.0.255.1.8.0&lt;BR /&gt;ioscan -M stape -H 0/6/0/0.8.0.255.1.8.1&lt;BR /&gt;ioscan -M stape -H 0/6/2/0.8.0.255.1.8.0&lt;BR /&gt;ioscan -M sctl  -H 0/6/2/0.8.0.255.1.8.1&lt;BR /&gt;ioscan -M stape -H 0/6/2/0.8.0.255.1.8.2&lt;BR /&gt;insf -H 0/6/0/0.8.0.255.1.8&lt;BR /&gt;insf -H 0/6/2/0.8.0.255.1.8&lt;BR /&gt;/sbin/init.d/omni start&lt;BR /&gt;/sbin/init.d/w_registry start&lt;BR /&gt;bash-2.05b#&lt;BR /&gt;&lt;BR /&gt;This is the script we use to put the IBM drivers in place and start TSM.&lt;BR /&gt;&lt;BR /&gt;bash-2.05b# cat tsm.sh&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;# start the tsm configuration&lt;BR /&gt;&lt;BR /&gt;/opt/tivoli/tsm/devices/bin/tsmddcfg 0/6/0/0.8.0.255.1.8.0&lt;BR /&gt;/opt/tivoli/tsm/devices/bin/tsmddcfg 0/6/0/0.8.0.255.1.8.1&lt;BR /&gt;/opt/tivoli/tsm/devices/bin/tsmddcfg 0/6/2/0.8.0.255.1.8.0&lt;BR /&gt;/opt/tivoli/tsm/devices/bin/tsmddcfg 0/6/2/0.8.0.255.1.8.1&lt;BR /&gt;/opt/tivoli/tsm/devices/bin/tsmddcfg 0/6/2/0.8.0.255.1.8.2&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ioscan -fnkC tape&lt;BR /&gt;/usr/sbin/ioscan -fnkC autoch&lt;BR /&gt;&lt;BR /&gt;export DSMSERV_DIR=/opt/tivoli/tsm/server/bin&lt;BR /&gt;cd /opt/tivoli/tsm/server/bin/&lt;BR /&gt;cp -f /var/adm/tsmserv.log /var/adm/tsmserv.old&lt;BR /&gt;nohup /opt/tivoli/tsm/server/bin/dsmserv &amp;gt;/var/adm/tsmserv.log 2&amp;gt;&amp;amp;1 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;This is the current device out put.&lt;BR /&gt;&lt;BR /&gt;bash-2.05b# ioscan -fnkC autoch&lt;BR /&gt;Class     I  H/W Path     Driver  S/W State   H/W Type     Description&lt;BR /&gt;=======================================================================&lt;BR /&gt;autoch    0  0/6/2/0.8.0.255.1.8.1  tsmchgr CLAIMED     DEVICE       HP      A5597A&lt;BR /&gt;&lt;BR /&gt;bash-2.05b# ioscan -fnkC tape&lt;BR /&gt;Class     I  H/W Path     Driver  S/W State   H/W Type     Description&lt;BR /&gt;=======================================================================&lt;BR /&gt;tape      0  0/6/0/0.8.0.255.1.8.0  tsmtape CLAIMED     DEVICE       HP      Ultrium 1-SCSI&lt;BR /&gt;                         /dev/rmt/tsmmt0&lt;BR /&gt;tape      1  0/6/0/0.8.0.255.1.8.1  tsmtape CLAIMED     DEVICE       HP      Ultrium 1-SCSI&lt;BR /&gt;                         /dev/rmt/tsmmt1&lt;BR /&gt;tape      2  0/6/2/0.8.0.255.1.8.0  tsmtape CLAIMED     DEVICE       HP      Ultrium 1-SCSI&lt;BR /&gt;                         /dev/rmt/tsmmt2&lt;BR /&gt;tape      3  0/6/2/0.8.0.255.1.8.2  tsmtape CLAIMED     DEVICE       HP      Ultrium 1-SCSI&lt;BR /&gt;                         /dev/rmt/tsmmt3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As far as I can tell the IBM script is building the mknod command line correctly.  But for some reason it is not working.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Sep 2003 16:34:13 GMT</pubDate>
    <dc:creator>Chris Schafer</dc:creator>
    <dc:date>2003-09-25T16:34:13Z</dc:date>
    <item>
      <title>Kernel Driver device file association...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-driver-device-file-association/m-p/3078759#M142192</link>
      <description>I have and IBM tivoli driver I need to use for my changer.  It loads and the tape drive one works correctly.  The one associated with the library controller does not map the /dev/rmt/tsmlb0 file to the driver in the kernel.&lt;BR /&gt;&lt;BR /&gt;Meaning the below returns...&lt;BR /&gt;ioscan -fnkC autochClass     I  H/W Path     Driver  S/W State   H/W Type     Description&lt;BR /&gt;=======================================================================&lt;BR /&gt;autoch    0  0/6/2/0.8.0.255.1.8.1  tsmchgr CLAIMED     DEVICE       HP      A5597A&lt;BR /&gt;&lt;BR /&gt;but no device file.  So time last week this started being the case.&lt;BR /&gt;&lt;BR /&gt;I am trying to switch back and forth from the IBM drivers and the HP ones and the HP ones are working and the IBM ones fail.&lt;BR /&gt;&lt;BR /&gt;This is the script we use to remove the IBM drivers and start omniback.&lt;BR /&gt;&lt;BR /&gt;bash-2.05b# cat omni.sh&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;rmsf -H 0/6/0/0.8.0.255.1.8.0&lt;BR /&gt;rmsf -H 0/6/0/0.8.0.255.1.8.1&lt;BR /&gt;rmsf -H 0/6/2/0.8.0.255.1.8.0&lt;BR /&gt;rmsf -H 0/6/2/0.8.0.255.1.8.1&lt;BR /&gt;rmsf -H 0/6/2/0.8.0.255.1.8.2&lt;BR /&gt;ioscan -M stape -H 0/6/0/0.8.0.255.1.8.0&lt;BR /&gt;ioscan -M stape -H 0/6/0/0.8.0.255.1.8.1&lt;BR /&gt;ioscan -M stape -H 0/6/2/0.8.0.255.1.8.0&lt;BR /&gt;ioscan -M sctl  -H 0/6/2/0.8.0.255.1.8.1&lt;BR /&gt;ioscan -M stape -H 0/6/2/0.8.0.255.1.8.2&lt;BR /&gt;insf -H 0/6/0/0.8.0.255.1.8&lt;BR /&gt;insf -H 0/6/2/0.8.0.255.1.8&lt;BR /&gt;/sbin/init.d/omni start&lt;BR /&gt;/sbin/init.d/w_registry start&lt;BR /&gt;bash-2.05b#&lt;BR /&gt;&lt;BR /&gt;This is the script we use to put the IBM drivers in place and start TSM.&lt;BR /&gt;&lt;BR /&gt;bash-2.05b# cat tsm.sh&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;# start the tsm configuration&lt;BR /&gt;&lt;BR /&gt;/opt/tivoli/tsm/devices/bin/tsmddcfg 0/6/0/0.8.0.255.1.8.0&lt;BR /&gt;/opt/tivoli/tsm/devices/bin/tsmddcfg 0/6/0/0.8.0.255.1.8.1&lt;BR /&gt;/opt/tivoli/tsm/devices/bin/tsmddcfg 0/6/2/0.8.0.255.1.8.0&lt;BR /&gt;/opt/tivoli/tsm/devices/bin/tsmddcfg 0/6/2/0.8.0.255.1.8.1&lt;BR /&gt;/opt/tivoli/tsm/devices/bin/tsmddcfg 0/6/2/0.8.0.255.1.8.2&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ioscan -fnkC tape&lt;BR /&gt;/usr/sbin/ioscan -fnkC autoch&lt;BR /&gt;&lt;BR /&gt;export DSMSERV_DIR=/opt/tivoli/tsm/server/bin&lt;BR /&gt;cd /opt/tivoli/tsm/server/bin/&lt;BR /&gt;cp -f /var/adm/tsmserv.log /var/adm/tsmserv.old&lt;BR /&gt;nohup /opt/tivoli/tsm/server/bin/dsmserv &amp;gt;/var/adm/tsmserv.log 2&amp;gt;&amp;amp;1 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;This is the current device out put.&lt;BR /&gt;&lt;BR /&gt;bash-2.05b# ioscan -fnkC autoch&lt;BR /&gt;Class     I  H/W Path     Driver  S/W State   H/W Type     Description&lt;BR /&gt;=======================================================================&lt;BR /&gt;autoch    0  0/6/2/0.8.0.255.1.8.1  tsmchgr CLAIMED     DEVICE       HP      A5597A&lt;BR /&gt;&lt;BR /&gt;bash-2.05b# ioscan -fnkC tape&lt;BR /&gt;Class     I  H/W Path     Driver  S/W State   H/W Type     Description&lt;BR /&gt;=======================================================================&lt;BR /&gt;tape      0  0/6/0/0.8.0.255.1.8.0  tsmtape CLAIMED     DEVICE       HP      Ultrium 1-SCSI&lt;BR /&gt;                         /dev/rmt/tsmmt0&lt;BR /&gt;tape      1  0/6/0/0.8.0.255.1.8.1  tsmtape CLAIMED     DEVICE       HP      Ultrium 1-SCSI&lt;BR /&gt;                         /dev/rmt/tsmmt1&lt;BR /&gt;tape      2  0/6/2/0.8.0.255.1.8.0  tsmtape CLAIMED     DEVICE       HP      Ultrium 1-SCSI&lt;BR /&gt;                         /dev/rmt/tsmmt2&lt;BR /&gt;tape      3  0/6/2/0.8.0.255.1.8.2  tsmtape CLAIMED     DEVICE       HP      Ultrium 1-SCSI&lt;BR /&gt;                         /dev/rmt/tsmmt3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As far as I can tell the IBM script is building the mknod command line correctly.  But for some reason it is not working.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 16:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-driver-device-file-association/m-p/3078759#M142192</guid>
      <dc:creator>Chris Schafer</dc:creator>
      <dc:date>2003-09-25T16:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Driver device file association...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-driver-device-file-association/m-p/3078760#M142193</link>
      <description>I've seen this on a Plasmon changer. Some things to investigate:&lt;BR /&gt;1) Is the SCSI cabling as per regulation? We found we were running a 15m SCSI-LVD cable, but the documentation all mentions 10m as max. We got intermittent occurrences where the platters went "NO H/W". &lt;BR /&gt;2) Have you booted the changer?</description>
      <pubDate>Fri, 26 Sep 2003 01:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-driver-device-file-association/m-p/3078760#M142193</guid>
      <dc:creator>Jakes Louw</dc:creator>
      <dc:date>2003-09-26T01:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Driver device file association...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-driver-device-file-association/m-p/3078761#M142194</link>
      <description>Try to insf the tsm files and &lt;BR /&gt;then please post the output of&lt;BR /&gt;&lt;BR /&gt;lsdev | grep -E 'autoch|schgr|tsmchgr'&lt;BR /&gt;ll /dev/rmt&lt;BR /&gt;&lt;BR /&gt;I or someone else will help you create the device file manually using the major number of the device driver and the correct minor number for the controller.&lt;BR /&gt;&lt;BR /&gt;We also need the number of the ext_bus that is above the line in ioscan.fn&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2003 03:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-driver-device-file-association/m-p/3078761#M142194</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2003-09-26T03:16:08Z</dc:date>
    </item>
  </channel>
</rss>

