<?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: /opt is missing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595426#M647788</link>
    <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;the lvol containing /opt usually belongs to vg00. Did you changed this? Are you mirroring your disks? If you do, try to boot in quorum mode.&lt;BR /&gt;- interrupt boot process&lt;BR /&gt;- interact with ISL&lt;BR /&gt;- type&lt;BR /&gt;ISL&amp;gt;hpux -lq&lt;BR /&gt;&lt;BR /&gt;Please post the output of:&lt;BR /&gt;&lt;BR /&gt;#strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;If the diskinfo and the dd command fails, your disk may be bad.&lt;BR /&gt;&lt;BR /&gt;Torsten</description>
    <pubDate>Tue, 16 Oct 2001 13:28:29 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2001-10-16T13:28:29Z</dc:date>
    <item>
      <title>/opt is missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595422#M647784</link>
      <description>My /opt folume is missing so I had a look and found out that it has been disabled, I tryed to enable it again but could'nt then I ran a pvdisplay on it and got the following error.&lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/dsk/c3t5d0&lt;BR /&gt;pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c3t5d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;pvdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;pvdisplay: Couldn't retrieve the names of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg01".&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c3t5d0".&lt;BR /&gt;&lt;BR /&gt;Can someone tell me what is wrong.&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2001 04:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595422#M647784</guid>
      <dc:creator>Daniel Fourie</dc:creator>
      <dc:date>2001-10-16T04:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595423#M647785</link>
      <description>Hi Daniel,&lt;BR /&gt;&lt;BR /&gt;I've read your previous posting. Could you please provide the output of this please:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/vgdisplay -v /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;-Michael</description>
      <pubDate>Tue, 16 Oct 2001 05:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595423#M647785</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-10-16T05:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595424#M647786</link>
      <description>The output is as follows.&lt;BR /&gt;&lt;BR /&gt;nndnh001(/)# vgdisplay -v /dev/vg01&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg01".&lt;BR /&gt;&lt;BR /&gt;I have tryed to reactivate it but it gives me the following error.&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg01/&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c3t5d0":&lt;BR /&gt;Device busy&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c3t5d0":&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/vg01/":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2001 05:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595424#M647786</guid>
      <dc:creator>Daniel Fourie</dc:creator>
      <dc:date>2001-10-16T05:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595425#M647787</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;Sounds like your disk is bad.  Can you do a diskinfo or a dd on the device, i.e.:&lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/rdsk/c3t5d0 &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c3t5d0 of=/dev/null bs=1k &lt;BR /&gt;&lt;BR /&gt;If both of these gives errors (which I suspect it will), then your disk is bad and will need to be replaced.   Hopefully you have backups of the data on the VG.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 16 Oct 2001 08:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595425#M647787</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-16T08:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595426#M647788</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;the lvol containing /opt usually belongs to vg00. Did you changed this? Are you mirroring your disks? If you do, try to boot in quorum mode.&lt;BR /&gt;- interrupt boot process&lt;BR /&gt;- interact with ISL&lt;BR /&gt;- type&lt;BR /&gt;ISL&amp;gt;hpux -lq&lt;BR /&gt;&lt;BR /&gt;Please post the output of:&lt;BR /&gt;&lt;BR /&gt;#strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;If the diskinfo and the dd command fails, your disk may be bad.&lt;BR /&gt;&lt;BR /&gt;Torsten</description>
      <pubDate>Tue, 16 Oct 2001 13:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-missing/m-p/2595426#M647788</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2001-10-16T13:28:29Z</dc:date>
    </item>
  </channel>
</rss>

