<?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: Problem removing disk from vxdisk list in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115652#M565376</link>
    <description>To remove a obsolete devices, a reboot may be necessary as it is more likely would be stuck in the kernel until a reboot, however you can try the following:&lt;BR /&gt;&lt;BR /&gt;1. Remove the hardware path via rmsf (so ioscan won't see the path at all).&lt;BR /&gt;2. Remove the device from /dev/vx/dmp and /dev/vx/rdmp&lt;BR /&gt;3. Restart vxconfigd daemon: vxconfigd -k&lt;BR /&gt;&lt;BR /&gt;Now if you still sees the device(s) in error state, a reboot can't be avoided.</description>
    <pubDate>Wed, 25 Jun 2008 10:46:17 GMT</pubDate>
    <dc:creator>MikeL_4</dc:creator>
    <dc:date>2008-06-25T10:46:17Z</dc:date>
    <item>
      <title>Problem removing disk from vxdisk list</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115647#M565371</link>
      <description>Receiving errors running the command:&lt;BR /&gt;# vxdisk list&lt;BR /&gt;DEVICE    TYPE   DISK     GROUP   STATUS&lt;BR /&gt;c2t1d0   simple    -         -      LVM&lt;BR /&gt;c3t0d0   simple    -         -      LVM&lt;BR /&gt;c6t12d5  simple    disk01  rootdg  online&lt;BR /&gt;c6t13d1  simple    -         -     LVM&lt;BR /&gt;c6t13d6  simple    -         -     error&lt;BR /&gt;c6t13d7  simple    -         -     error&lt;BR /&gt;c6t15d0  simple    -         -      LVM&lt;BR /&gt;c6t15d1  simple    prsrlapp dg_prap  online&lt;BR /&gt;c6t15d2  simple    -         -   online invalid&lt;BR /&gt;c6t15d3  simple    -         -      error &lt;BR /&gt;c6t15d4  simple    -         -      error&lt;BR /&gt;c6t15d5  simple    -         -      error&lt;BR /&gt;c6t15d6  simple    -         -      error&lt;BR /&gt;c6t15d7  simple    -         -      error&lt;BR /&gt;c17t0d0  simple    pwork    dg03    online&lt;BR /&gt;c17t0d3  simple    prapps   dg_prap online&lt;BR /&gt;c17t0d4  simple    -         -      online&lt;BR /&gt;c17t0d5  simple    -         -      online  &lt;BR /&gt;c17t0d6  simple    -         -      online&lt;BR /&gt;c17t0d7  simple    -         -      online&lt;BR /&gt;c17t1d0  simple    -         -      online&lt;BR /&gt;c17t1d1  simple    -         -      online&lt;BR /&gt;&lt;BR /&gt;Trying to get rid of these disks permanently.&lt;BR /&gt;&lt;BR /&gt;Tried following other suggestions from this forums posts to remove these disk from the vxdisk list but they keep coming back.  &lt;BR /&gt;&lt;BR /&gt;What I have tried:&lt;BR /&gt;# ioscan -fnC disk  #Does not show the disks.&lt;BR /&gt;# vdisk rm c6t13d6  #Removes it temporary. &lt;BR /&gt;# rmsf -a /dev/vx/[r]dmp/c6t13d6 &lt;BR /&gt;&lt;BR /&gt;Works temporary until I run:&lt;BR /&gt;&lt;BR /&gt;# vxdisk scandisks  &lt;BR /&gt;&lt;BR /&gt;This will bring them back with the error again in the #vxdisk list command.  I also noticed that they will reappear under the /dev/vx/[r]dmp directory too.&lt;BR /&gt;&lt;BR /&gt;These disks have been removed from the SAN. What else needs to be done to keep them from coming back.  The Error Disk names do appear under the /dev/[r]dsk. Any suggestions?</description>
      <pubDate>Tue, 24 Jun 2008 18:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115647#M565371</guid>
      <dc:creator>Leslie Fischer</dc:creator>
      <dc:date>2008-06-24T18:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem removing disk from vxdisk list</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115648#M565372</link>
      <description>There is no data on the disk right?&lt;BR /&gt;&lt;BR /&gt;clear the privat region of the disk with a dd before removing the device files.&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;# vdisk rm c6t13d6&lt;BR /&gt;# dd if=/dev/zero of=/dev/rdsk/c6t13d6 bs=512k count=1&lt;BR /&gt;# rmsf -a /dev/vx/[r]dmp/c6t13d6 &lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 24 Jun 2008 19:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115648#M565372</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2008-06-24T19:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem removing disk from vxdisk list</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115649#M565373</link>
      <description>Correct, there is no data on disk.  &lt;BR /&gt;&lt;BR /&gt;Thank you, but this did not work.  After using these commands, it looks as though it is gone, but when you run a "vxdisk scandisks"  it comes back to the vxdisk list as an error.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jun 2008 19:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115649#M565373</guid>
      <dc:creator>Leslie Fischer</dc:creator>
      <dc:date>2008-06-24T19:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem removing disk from vxdisk list</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115650#M565374</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try next command&lt;BR /&gt;# /etc/vx/bin/vxdiskunsetup -C c6t13d6&lt;BR /&gt;&lt;BR /&gt;Otherwise you might need to exclude the disk from veritas in the /etc/vx/disks.exclude file.&lt;BR /&gt;&lt;BR /&gt;Just add c6t13d6 in the file after the vxdiskunsetup or your own procedure. &lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 24 Jun 2008 19:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115650#M565374</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2008-06-24T19:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem removing disk from vxdisk list</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115651#M565375</link>
      <description>Sorry the vxdiskunsetup command did not work either.  Tried as suggested to add to the vxdmp.exclude  - c6t13d6 - and this did not help..&lt;BR /&gt;&lt;BR /&gt;Help!</description>
      <pubDate>Tue, 24 Jun 2008 20:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115651#M565375</guid>
      <dc:creator>Leslie Fischer</dc:creator>
      <dc:date>2008-06-24T20:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem removing disk from vxdisk list</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115652#M565376</link>
      <description>To remove a obsolete devices, a reboot may be necessary as it is more likely would be stuck in the kernel until a reboot, however you can try the following:&lt;BR /&gt;&lt;BR /&gt;1. Remove the hardware path via rmsf (so ioscan won't see the path at all).&lt;BR /&gt;2. Remove the device from /dev/vx/dmp and /dev/vx/rdmp&lt;BR /&gt;3. Restart vxconfigd daemon: vxconfigd -k&lt;BR /&gt;&lt;BR /&gt;Now if you still sees the device(s) in error state, a reboot can't be avoided.</description>
      <pubDate>Wed, 25 Jun 2008 10:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115652#M565376</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-06-25T10:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem removing disk from vxdisk list</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115653#M565377</link>
      <description>&lt;!--!*#--&gt;Use the 'vxdisk rm "device" ' command to remove the devices from VxVM use.&lt;BR /&gt;&lt;BR /&gt;Verify that 'vxdisk' does not see them using 'vxdisk list'&lt;BR /&gt;&lt;BR /&gt;Then remove the actual device files from the /dev directory using the 'find' command. An example of this using c8t0d0 as a subject disk is:&lt;BR /&gt;&lt;BR /&gt;find /dev -name c8t0d0 -exec lssf {} \; -exec rmsf {} \; -exec lssf {} \;&lt;BR /&gt;&lt;BR /&gt;The only -exec you really need is the 'rmsf' - the others are there to show the existence of the device file - then the non-existence.</description>
      <pubDate>Wed, 25 Jun 2008 13:16:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115653#M565377</guid>
      <dc:creator>Phil_2</dc:creator>
      <dc:date>2008-06-25T13:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem removing disk from vxdisk list</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115654#M565378</link>
      <description>Thank you the vxconfigd -k worked.</description>
      <pubDate>Mon, 01 Dec 2008 20:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-removing-disk-from-vxdisk-list/m-p/5115654#M565378</guid>
      <dc:creator>Leslie Fischer</dc:creator>
      <dc:date>2008-12-01T20:14:45Z</dc:date>
    </item>
  </channel>
</rss>

