<?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: BDF not displaying a disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811513#M84428</link>
    <description>That means c3t14d0 which is suppose to be in vg12 is not responding ( a possible dead disk ). As a result the volume group cannot be activated. This has to be a 2 disks volume group right, otherwise it would not complain about not meeting the quorum requirement. Try bypassing the quorum in the activation ..&lt;BR /&gt;# vgchange -a y -q n /dev/vg12&lt;BR /&gt;Does that work ?</description>
    <pubDate>Tue, 24 Sep 2002 12:50:22 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-09-24T12:50:22Z</dc:date>
    <item>
      <title>BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811496#M84411</link>
      <description>We have a test system that used to work fine.&lt;BR /&gt;Until the other day (susprise). &lt;BR /&gt;&lt;BR /&gt;The problem is data seems to have gone from one of the disks. &lt;BR /&gt;When you do a BDF the disk isn't displayed, however you can cd to that disk, also move/copy etc files into that disk. I've looked at the fstab file and the disk is mentioned ie &lt;BR /&gt;/dev/vg12/disk12 /disk12 vxfs rw,suid,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;Does anybody have any idea?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2002 15:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811496#M84411</guid>
      <dc:creator>Mark Brook</dc:creator>
      <dc:date>2002-09-23T15:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811497#M84412</link>
      <description>Hi Mark:&lt;BR /&gt;&lt;BR /&gt;Does this report the device file?&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v | grep /dev/vg12/disk12&lt;BR /&gt;&lt;BR /&gt;Also, does this show the device file?&lt;BR /&gt;&lt;BR /&gt;# cat /etc/mnttab&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 23 Sep 2002 15:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811497#M84412</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-23T15:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811498#M84413</link>
      <description>Hi Mark&lt;BR /&gt;&lt;BR /&gt;Try mount -a&lt;BR /&gt;&lt;BR /&gt;Any errors&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 23 Sep 2002 15:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811498#M84413</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-09-23T15:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811499#M84414</link>
      <description>Your /etc/mnttab file is probably corrupted. Do this ..&lt;BR /&gt;# cd /etc&lt;BR /&gt;# rm mnttab&lt;BR /&gt;# /etc/mount -a&lt;BR /&gt;# bdf&lt;BR /&gt;Does it now appear in "bdf" output ? Another possible explanation to this is /disk12 is located in the root (/) filesystem. To test ..&lt;BR /&gt;# mkdir /test&lt;BR /&gt;# mount /dev/vg12/disk12 /test</description>
      <pubDate>Mon, 23 Sep 2002 15:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811499#M84414</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-09-23T15:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811500#M84415</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;Since you are not able to view the mounted disk volume name in your bdf, i believe there is a mount problem of the disk.&lt;BR /&gt;&lt;BR /&gt;Try mounting as suggested last here, as&lt;BR /&gt;&lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;If you still do not see the disk, do a &lt;BR /&gt;vgdisplay -v /dev/vg12&lt;BR /&gt;&lt;BR /&gt;This will give you the disk names at the bottom. Check if your disk name is listed. If it is there do a &lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/dsk/c1t0d0 (disk number)&lt;BR /&gt;&lt;BR /&gt;If you get results here, there is no problem with your disk.&lt;BR /&gt;&lt;BR /&gt;add this entry in place of your current fstab entry for the disk.&lt;BR /&gt;&lt;BR /&gt;/dev/vg12/disk12 /disk12 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2 &lt;BR /&gt;&lt;BR /&gt;Then mount again using &lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;You should not get any error after mount command and should be able to see it. Else display your mount error.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 23 Sep 2002 15:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811500#M84415</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-09-23T15:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811501#M84416</link>
      <description>This might seem a silly question, but what does mount -a do?  &lt;BR /&gt;&lt;BR /&gt;Do I have to type mount -a disk12  ?</description>
      <pubDate>Mon, 23 Sep 2002 15:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811501#M84416</guid>
      <dc:creator>Mark Brook</dc:creator>
      <dc:date>2002-09-23T15:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811502#M84417</link>
      <description>This might seem a silly question, but what does mount -a do?  &lt;BR /&gt;&lt;BR /&gt;Do I have to type mount -a disk12  ?&lt;BR /&gt;&lt;BR /&gt;Also the disk is not mentioned in the mnttab.</description>
      <pubDate>Mon, 23 Sep 2002 15:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811502#M84417</guid>
      <dc:creator>Mark Brook</dc:creator>
      <dc:date>2002-09-23T15:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811503#M84418</link>
      <description>Mark:&lt;BR /&gt;&lt;BR /&gt;'mount -a' causes all filesystems defined in 'etc/fstab' to attempt to be mounted.  If they are already mounted, that's so noted.   If they cannot be mounted, (e.g. because of illegal options), then that is so noted.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 23 Sep 2002 15:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811503#M84418</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-23T15:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811504#M84419</link>
      <description>I did a quick experiment by editting /etc/mnttab (you're not suppose to edit this file btw), deleting an entry in it and afetrwards running "bdf". Sure enough that "deleted entry" does not show up in "bdf" output. Running "mount -a" will rebuild /etc/mnttab.</description>
      <pubDate>Mon, 23 Sep 2002 16:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811504#M84419</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-09-23T16:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811505#M84420</link>
      <description>When i do mount -a i get the following&lt;BR /&gt;&lt;BR /&gt;vxfs mount: /dev/vg12/disk12 no such device&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then when I do vgdisplay -v /dev/vg12&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg12".</description>
      <pubDate>Mon, 23 Sep 2002 16:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811505#M84420</guid>
      <dc:creator>Mark Brook</dc:creator>
      <dc:date>2002-09-23T16:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811506#M84421</link>
      <description>Ah..something might be wrong with vg12 then. Try to activate it ..&lt;BR /&gt;# vgchange -a y /dev/vg12&lt;BR /&gt;Do you see any error ? So it looks like my 2nd guess is right .. you are not accessing /dev/vg12/disk12 mounted on /disk12 as you might thought. The current /disk12 is residing on the root filesystem.</description>
      <pubDate>Mon, 23 Sep 2002 16:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811506#M84421</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-09-23T16:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811507#M84422</link>
      <description>Hi Mark:&lt;BR /&gt;&lt;BR /&gt;You can't mount a filesystem to a logical volume in an inactive volume group.  To activiate the volume group do:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vg12&lt;BR /&gt;&lt;BR /&gt;Then do:&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;Based on you original post, you will probably find your copied/moved files in the '/disk12' directory in the *root* mountpoint ('/').&lt;BR /&gt;&lt;BR /&gt;These files will *disappear* if/when you successfully mount '/disk12'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 23 Sep 2002 16:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811507#M84422</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-23T16:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811508#M84423</link>
      <description>Maybe I'm just been too carefull, but when I do the vgchange and it comes back fine, will all files on that be lost still?&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 23 Sep 2002 16:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811508#M84423</guid>
      <dc:creator>Mark Brook</dc:creator>
      <dc:date>2002-09-23T16:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811509#M84424</link>
      <description>Hi (again) Mark:&lt;BR /&gt;&lt;BR /&gt;No, the files wou't be permanently lost, just invisible.  When you mount /disk12, the files that are currently in root's mountpoint in the directory /disk12 will not be visible.  To expose them, unmount /disk12.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 23 Sep 2002 16:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811509#M84424</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-23T16:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811510#M84425</link>
      <description>Better, copy the existing file of present /disk12 to someother directory, do a vgchange on vg12, mount /dev/vg12/disk12 on /disk12 and then copy those files on the mounted directory.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Mon, 23 Sep 2002 17:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811510#M84425</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-09-23T17:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811511#M84426</link>
      <description>You may what to do a tar of /disk12 before you mount /dev/vg12/disk12. Delete the files in /disk12 (to recover the space). Mount the disk and untar the files. This effectively moves the files from the / file system to the /dev/vg12/disk12 file system.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Mon, 23 Sep 2002 17:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811511#M84426</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-09-23T17:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811512#M84427</link>
      <description>just done the vgchange but get the following.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;y # vgchange -a y /dev/vg12&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk&lt;BR /&gt;/c3t14d0":&lt;BR /&gt;The path of the physical volume refers to a device that does not&lt;BR /&gt;exist, or is not configured into the kernel.&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c3t14d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;vgchange: Couldn't activate volume group "/dev/vg12":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2002 12:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811512#M84427</guid>
      <dc:creator>Mark Brook</dc:creator>
      <dc:date>2002-09-24T12:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811513#M84428</link>
      <description>That means c3t14d0 which is suppose to be in vg12 is not responding ( a possible dead disk ). As a result the volume group cannot be activated. This has to be a 2 disks volume group right, otherwise it would not complain about not meeting the quorum requirement. Try bypassing the quorum in the activation ..&lt;BR /&gt;# vgchange -a y -q n /dev/vg12&lt;BR /&gt;Does that work ?</description>
      <pubDate>Tue, 24 Sep 2002 12:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811513#M84428</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-09-24T12:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDF not displaying a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811514#M84429</link>
      <description>do an :&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;to see the status of the disk. The disk is the one you found with:&lt;BR /&gt;&lt;BR /&gt;vgdisplay&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Jannik&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2002 13:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-not-displaying-a-disk/m-p/2811514#M84429</guid>
      <dc:creator>Telia BackOffice</dc:creator>
      <dc:date>2002-09-24T13:05:53Z</dc:date>
    </item>
  </channel>
</rss>

