<?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: fuser ...? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734189#M642396</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This sounds like the disk was part &lt;BR /&gt;of another group and could have been&lt;BR /&gt;exported without the volume group&lt;BR /&gt;being deactivated first. &lt;BR /&gt;&lt;BR /&gt;As Stefan has suggested you will need&lt;BR /&gt;to use the force option. Have a look&lt;BR /&gt;at the man page for further explanation.&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/pvcreate -f /dev/rdsk/cxtydx&lt;BR /&gt;(substitute you disk)&lt;BR /&gt;&lt;BR /&gt;When you go to create your volume I suggest&lt;BR /&gt;you create the volume with the capacity&lt;BR /&gt;to add more than the standard number of&lt;BR /&gt;disks. You never know when you may need to &lt;BR /&gt;dramtically add disks to a group.&lt;BR /&gt;&lt;BR /&gt;# vgcreate -p 255 /dev/yourvg /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;~Michael~</description>
    <pubDate>Thu, 30 May 2002 08:04:44 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-05-30T08:04:44Z</dc:date>
    <item>
      <title>fuser ...?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734185#M642392</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'm trying to create a volume group using the vgcreate command.  &lt;BR /&gt;I get an error message saying 'the device is busy'&lt;BR /&gt;&lt;BR /&gt;I did fuser which didn't return any processes, etc. &lt;BR /&gt;&lt;BR /&gt;How do I determine what is attached to this device??  I've tried lssf, ioscan, but no additional info that is useful.  &lt;BR /&gt;&lt;BR /&gt;The server is hp 9000/800/N4000-55, OS 11.00.  &lt;BR /&gt;&lt;BR /&gt;#vgcreate /dev/vg03 /dev/dsk/c3t0d2     &lt;BR /&gt;vgcreate: Couldn't open physical volume "/dev/dsk/c3t0d2":&lt;BR /&gt;Device busy&lt;BR /&gt;&lt;BR /&gt;# fuser -u /dev/dsk/c3t0d2&lt;BR /&gt;/dev/dsk/c3t0d2: &lt;BR /&gt;&lt;BR /&gt;I'm a novice using LVM commands so any help would be greatly appreciated.   &lt;BR /&gt;</description>
      <pubDate>Thu, 30 May 2002 06:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734185#M642392</guid>
      <dc:creator>mw_4</dc:creator>
      <dc:date>2002-05-30T06:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: fuser ...?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734186#M642393</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you check if your device is not use in an other vg ?&lt;BR /&gt;# strings /etc/lvmtab | grep /dev/dsk/c3t0d2&lt;BR /&gt;&lt;BR /&gt;Before adding the pv, you have to declare it using pvcreate :&lt;BR /&gt;# pvcreate /dev/rdsk/c3t0d2&lt;BR /&gt;&lt;BR /&gt;Fr??d??ric</description>
      <pubDate>Thu, 30 May 2002 06:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734186#M642393</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2002-05-30T06:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: fuser ...?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734187#M642394</link>
      <description>&lt;BR /&gt;You need to use pvcreate first;&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/c.....&lt;BR /&gt;&lt;BR /&gt;If this doesnt work add the -f option&lt;BR /&gt;&lt;BR /&gt;pvcreate -f /dev/rdsk/c....&lt;BR /&gt;&lt;BR /&gt;Then you can add into your VG.</description>
      <pubDate>Thu, 30 May 2002 06:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734187#M642394</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-05-30T06:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: fuser ...?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734188#M642395</link>
      <description>&lt;BR /&gt;Have a look there :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5dbbd08cc06fd511abcd0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5dbbd08cc06fd511abcd0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This problem looks like yours.</description>
      <pubDate>Thu, 30 May 2002 06:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734188#M642395</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2002-05-30T06:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: fuser ...?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734189#M642396</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This sounds like the disk was part &lt;BR /&gt;of another group and could have been&lt;BR /&gt;exported without the volume group&lt;BR /&gt;being deactivated first. &lt;BR /&gt;&lt;BR /&gt;As Stefan has suggested you will need&lt;BR /&gt;to use the force option. Have a look&lt;BR /&gt;at the man page for further explanation.&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/pvcreate -f /dev/rdsk/cxtydx&lt;BR /&gt;(substitute you disk)&lt;BR /&gt;&lt;BR /&gt;When you go to create your volume I suggest&lt;BR /&gt;you create the volume with the capacity&lt;BR /&gt;to add more than the standard number of&lt;BR /&gt;disks. You never know when you may need to &lt;BR /&gt;dramtically add disks to a group.&lt;BR /&gt;&lt;BR /&gt;# vgcreate -p 255 /dev/yourvg /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;~Michael~</description>
      <pubDate>Thu, 30 May 2002 08:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fuser/m-p/2734189#M642396</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-30T08:04:44Z</dc:date>
    </item>
  </channel>
</rss>

