<?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: Getting RH8 to recognize new drive on cciss controller in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072890#M74050</link>
    <description>The answer to the later comment should be Yes.  And I agree, it's an ugly way to do it ;)&lt;BR /&gt;&lt;BR /&gt;Now, getting linux to find a new logical volume on a cciss..&lt;BR /&gt;&lt;BR /&gt;What's currently listed in /proc/driver/cciss/cciss* ?  Is it listing both volumes?&lt;BR /&gt;&lt;BR /&gt;Is there a /dev/cciss/c1d0 currently?  If there isn't, it might use the first available logical volume number.  It seems odd that the first volume is appearing as the 2nd volume.&lt;BR /&gt;&lt;BR /&gt;device numbering should be:&lt;BR /&gt;&lt;BR /&gt;c0d0 = 1st volume on 1st controller&lt;BR /&gt;c0d1 = 2nd volume on 1st controller&lt;BR /&gt;&lt;BR /&gt;thus&lt;BR /&gt;&lt;BR /&gt;c1d1 = 2nd volume on 2nd controller&lt;BR /&gt;&lt;BR /&gt;Anyway..  Have a look at those details in the cciss* files.</description>
    <pubDate>Thu, 18 Sep 2003 22:19:05 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2003-09-18T22:19:05Z</dc:date>
    <item>
      <title>Getting RH8 to recognize new drive on cciss controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072886#M74046</link>
      <description>We have a DL360 G3 with a 532 controller, and an attached SW enclosure.&lt;BR /&gt;&lt;BR /&gt;The box is running RedHat 8 with the support pack installed, working fine.&lt;BR /&gt;&lt;BR /&gt;Now, how would I go about getting the OS to find the disk?&lt;BR /&gt;Currently there's a logical volume with the device name /dev/cciss/c1d1 with one partition mounted.&lt;BR /&gt;So, I'd assume the new virtual drive is /dev/cciss/c1d2&lt;BR /&gt;&lt;BR /&gt;Seems like this assumption is wrong though, the OS can't find anything there.&lt;BR /&gt;&lt;BR /&gt;I've tried doing an "echo "rescan" &amp;gt; /proc/driver/cciss/cciss1", didn't work either.&lt;BR /&gt;&lt;BR /&gt;Any solutions to this, short of restarting the box?&lt;BR /&gt;&lt;BR /&gt;Another question while Im at it.&lt;BR /&gt;Is there any way to move a disk that's part of a RAID1 to another box, then just using it as a standalone disk to extract data from?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Johan</description>
      <pubDate>Wed, 17 Sep 2003 06:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072886#M74046</guid>
      <dc:creator>Johan Sunnerstig</dc:creator>
      <dc:date>2003-09-17T06:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting RH8 to recognize new drive on cciss controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072887#M74047</link>
      <description>if this logical disk /dev/cciss/c1d1 doesn't have a file system-then create one first&lt;BR /&gt;mkfs /dev/cciss/c1d1&lt;BR /&gt;&lt;BR /&gt;then create directory under /mnt for example.&lt;BR /&gt;mkdir  /mnt/data&lt;BR /&gt;Then mount the /dev/cciss/c1d1 under that directory&lt;BR /&gt;mount /dev/cciss/c1d1 /mnt/data</description>
      <pubDate>Wed, 17 Sep 2003 06:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072887#M74047</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-09-17T06:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting RH8 to recognize new drive on cciss controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072888#M74048</link>
      <description>Ok, it doesn't seem like you've got much of an understanding of RAID container's.&lt;BR /&gt;&lt;BR /&gt;First off, details of your existing containers.  What sort of container is currently configured for your existing disks?&lt;BR /&gt;&lt;BR /&gt;You mention RAID1, but not how many disks are in the container.  If it's just 2, you should be able to fool the new machine into thinking it's the master of a pair who's lost it's sibling, if you are careful, and get the RAID controller to think tha the disk has the correct container information, and not the controller.. (read:  power machine off, clear controller's config, plug disk in)&lt;BR /&gt;&lt;BR /&gt;As for the other, you've put a new disk in.  You've create a new container for the new disk, or are you trying to join it on to the existing container?&lt;BR /&gt;&lt;BR /&gt;To reconfigure/add container details to a running system, you need to access the ACUXE (which should have been one of the packages you installed).  It's accessed via a browser, pointing to port 2301 (https).  The documentation that comes with the RAID controller details what the interface looks like, and how to use it.&lt;BR /&gt;&lt;BR /&gt;There are no 'shell' utilities that I'm aware of to do this sort of thing.&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Wed, 17 Sep 2003 06:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072888#M74048</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-09-17T06:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting RH8 to recognize new drive on cciss controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072889#M74049</link>
      <description>Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;The main problem is that I can't mount the disk in Linux.&lt;BR /&gt;I've been into ACUXE and setup a logical volume with only the new disk in it, and it looks fine from both ACUXE and the management tools.&lt;BR /&gt;&lt;BR /&gt;So, the setup on the hardware side should be done, no?&lt;BR /&gt;The problem is just that I can't find it inside Linux.&lt;BR /&gt;&lt;BR /&gt;The short question is, how can I make RH detect an added disk(logical volume)?&lt;BR /&gt;Without restarting that is.&lt;BR /&gt;&lt;BR /&gt;As for the other question, it's not really important, I've done similar things, moving single disks from 2 disk RAID1's to another empty box, then making it rebuild the array with another fresh disk.&lt;BR /&gt;Just wondering if something similar can be done, except when putting the disk in a storage enclosure rather than in another machine.&lt;BR /&gt;&lt;BR /&gt;In this particular case, it was merely an ugly way to move a load of data to another site, the data is on a DL360 with two 36 GB disks in a RAID1.&lt;BR /&gt;Would it be possible to pull one of the disks, put it in the enclosure, then have the controller just pick it up as a broken RAID1?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Johan</description>
      <pubDate>Thu, 18 Sep 2003 11:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072889#M74049</guid>
      <dc:creator>Johan Sunnerstig</dc:creator>
      <dc:date>2003-09-18T11:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting RH8 to recognize new drive on cciss controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072890#M74050</link>
      <description>The answer to the later comment should be Yes.  And I agree, it's an ugly way to do it ;)&lt;BR /&gt;&lt;BR /&gt;Now, getting linux to find a new logical volume on a cciss..&lt;BR /&gt;&lt;BR /&gt;What's currently listed in /proc/driver/cciss/cciss* ?  Is it listing both volumes?&lt;BR /&gt;&lt;BR /&gt;Is there a /dev/cciss/c1d0 currently?  If there isn't, it might use the first available logical volume number.  It seems odd that the first volume is appearing as the 2nd volume.&lt;BR /&gt;&lt;BR /&gt;device numbering should be:&lt;BR /&gt;&lt;BR /&gt;c0d0 = 1st volume on 1st controller&lt;BR /&gt;c0d1 = 2nd volume on 1st controller&lt;BR /&gt;&lt;BR /&gt;thus&lt;BR /&gt;&lt;BR /&gt;c1d1 = 2nd volume on 2nd controller&lt;BR /&gt;&lt;BR /&gt;Anyway..  Have a look at those details in the cciss* files.</description>
      <pubDate>Thu, 18 Sep 2003 22:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072890#M74050</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-09-18T22:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting RH8 to recognize new drive on cciss controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072891#M74051</link>
      <description>Oh, side note with regards to the 'rescan'..  That's only for systems which are using hot-swap tapes, and have had the 'engage scsi' sent to the controller device.&lt;BR /&gt;&lt;BR /&gt;According to the documentation, it won't do anything with regards to logical volumes..</description>
      <pubDate>Thu, 18 Sep 2003 22:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-rh8-to-recognize-new-drive-on-cciss-controller/m-p/3072891#M74051</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-09-18T22:51:27Z</dc:date>
    </item>
  </channel>
</rss>

