<?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 initialize /dev/rmt/0 without rebooting the server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927374#M286871</link>
    <description>hi dennis,&lt;BR /&gt;Its good thT UR PROBLEM HAS BEEN RESOLVED BUT why dont u follow the norms of this forum...&lt;BR /&gt;Plzz grant points to all of those who helped u and especially to Mr Stephenson.</description>
    <pubDate>Thu, 18 Jan 2007 01:42:35 GMT</pubDate>
    <dc:creator>dattu_1</dc:creator>
    <dc:date>2007-01-18T01:42:35Z</dc:date>
    <item>
      <title>How to initialize /dev/rmt/0 without rebooting the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927367#M286864</link>
      <description>Hi, i'm new to HP. how can you initialize /dev/rmt/0 without rebooting the server. or how do you reconnect/reinitialize the tape drive without rebooting the server. &lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Tue, 16 Jan 2007 23:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927367#M286864</guid>
      <dc:creator>Dennis Bembenuto</dc:creator>
      <dc:date>2007-01-16T23:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize /dev/rmt/0 without rebooting the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927368#M286865</link>
      <description>Dennis,&lt;BR /&gt;You need to shutdown the server to perform this activity. There is no hot-swappable tape drive available. After replacing the drive , check with ioscan that it sees the drive, and check with mt command and check with a test backup with tar.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 17 Jan 2007 00:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927368#M286865</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-01-17T00:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize /dev/rmt/0 without rebooting the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927369#M286866</link>
      <description>It is not officialy supported but you can do this if the stape drivers is in the kernel&lt;BR /&gt;&lt;BR /&gt;1) Connect the tape drive and turn it on&lt;BR /&gt;2) ioscan -fnC tape&lt;BR /&gt;3) insf -e&lt;BR /&gt;4) ioscan -funC tape (to check the device file)</description>
      <pubDate>Wed, 17 Jan 2007 02:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927369#M286866</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-01-17T02:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize /dev/rmt/0 without rebooting the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927370#M286867</link>
      <description>Admittedly I'm not talking about HP-UX, but in my last job looking after unix servers we had several engineers who attached SCSI tape drives to running servers. Almost without exception, they caused a hard disc crash. Power the server down first!&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 17 Jan 2007 08:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927370#M286867</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2007-01-17T08:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize /dev/rmt/0 without rebooting the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927371#M286868</link>
      <description>I routinely install tape drives without rebooting a server. Breaking a SCSI bus does indeed trigger a bus reset but that is considered a normal (more or less) SCSI event. There is a low (but not zero) probability of equipment damage from adding not hot-plug hardware to a hot bus but I have done this many times over many years and never damaged equipment. Of course, I am very careful not to damage pins and pay attention to not using incompatible equipment (such as HVD in an LVD bus). I also never mix tape and disk drives on the same bus so changes to a tape bus are much less likely to impact a running system.&lt;BR /&gt;&lt;BR /&gt;In any event, you should be able to do this "on the fly" by:&lt;BR /&gt;&lt;BR /&gt;1) Make sure that your SCSI bus will be properly terminated both before and after your tape drive install.&lt;BR /&gt;&lt;BR /&gt;2) Install the tape drive with the drive powered off.&lt;BR /&gt;&lt;BR /&gt;3) Power on the tape drive.&lt;BR /&gt;&lt;BR /&gt;4) ioscan -fn&lt;BR /&gt;&lt;BR /&gt;5) insf&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927371#M286868</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-01-17T10:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize /dev/rmt/0 without rebooting the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927372#M286869</link>
      <description>Thank you very much.... that help, when i did the steps on ioscan... &lt;BR /&gt;&lt;BR /&gt;thanks for all who replied.&lt;BR /&gt;&lt;BR /&gt;:)&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 23:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927372#M286869</guid>
      <dc:creator>Dennis Bembenuto</dc:creator>
      <dc:date>2007-01-17T23:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize /dev/rmt/0 without rebooting the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927373#M286870</link>
      <description>And it happened because there was a power trip off and the ops forgot to power on the tape drive.. again thanks all.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 23:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927373#M286870</guid>
      <dc:creator>Dennis Bembenuto</dc:creator>
      <dc:date>2007-01-17T23:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize /dev/rmt/0 without rebooting the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927374#M286871</link>
      <description>hi dennis,&lt;BR /&gt;Its good thT UR PROBLEM HAS BEEN RESOLVED BUT why dont u follow the norms of this forum...&lt;BR /&gt;Plzz grant points to all of those who helped u and especially to Mr Stephenson.</description>
      <pubDate>Thu, 18 Jan 2007 01:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-initialize-dev-rmt-0-without-rebooting-the-server/m-p/3927374#M286871</guid>
      <dc:creator>dattu_1</dc:creator>
      <dc:date>2007-01-18T01:42:35Z</dc:date>
    </item>
  </channel>
</rss>

