<?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: Problems with LVM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573781#M228632</link>
    <description>do u mean in lvmtab, disk is in histvg ?&lt;BR /&gt;if yes there should be /dev/histvg/group control file. If it is not there create it using mknod command. check permission,owner and group if file exists.&lt;BR /&gt;Then remove using vgexport or vgremove.&lt;BR /&gt;But if u have to use vgremove, u have to first all lv associated to that vg and then vgreduce.&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Jun 2005 03:30:30 GMT</pubDate>
    <dc:creator>Sarjerao</dc:creator>
    <dc:date>2005-06-30T03:30:30Z</dc:date>
    <item>
      <title>Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573778#M228629</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I try to extend a VG (HP-UX 10.20) with a unused disk.&lt;BR /&gt;I see that the disk (in lvmtab) is claimed by a vg that doen't exist anymore.&lt;BR /&gt;I try all the solutions from the Knowledge Base.&lt;BR /&gt;When I do the necessary commands, like vgreduce, vgcreate, vgexport vgchange it comes back with the error:&lt;BR /&gt;Cannot open the control file "/dev/vghist/group"&lt;BR /&gt;I couldn't find a solution to this in the KB.&lt;BR /&gt;Maybe one of you can help me?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Bob Gulien</description>
      <pubDate>Thu, 30 Jun 2005 02:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573778#M228629</guid>
      <dc:creator>Bob Gulien</dc:creator>
      <dc:date>2005-06-30T02:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573779#M228630</link>
      <description>Are trying to extend the VG "vghist"?&lt;BR /&gt;If yes then activate the VG first with vgchange -a y /dev/vghist&lt;BR /&gt;&lt;BR /&gt;If you are creating a new VG (vghist) then you first create the group file with mknod command using unigue vg-id.&lt;BR /&gt;&lt;BR /&gt;If you need more help on this revert.&lt;BR /&gt;&lt;BR /&gt;REgds&lt;BR /&gt;TT</description>
      <pubDate>Thu, 30 Jun 2005 02:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573779#M228630</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-06-30T02:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573780#M228631</link>
      <description>Please give more information.&lt;BR /&gt;&lt;BR /&gt;Paste output of vgscan ,ioscan and ll /dev/vghist commands.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Santosh Jha</description>
      <pubDate>Thu, 30 Jun 2005 02:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573780#M228631</guid>
      <dc:creator>santosh jha</dc:creator>
      <dc:date>2005-06-30T02:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573781#M228632</link>
      <description>do u mean in lvmtab, disk is in histvg ?&lt;BR /&gt;if yes there should be /dev/histvg/group control file. If it is not there create it using mknod command. check permission,owner and group if file exists.&lt;BR /&gt;Then remove using vgexport or vgremove.&lt;BR /&gt;But if u have to use vgremove, u have to first all lv associated to that vg and then vgreduce.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2005 03:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573781#M228632</guid>
      <dc:creator>Sarjerao</dc:creator>
      <dc:date>2005-06-30T03:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573782#M228633</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you try to rename the /etc/lvmtab file and then recreate it using "vgscan"?&lt;BR /&gt;&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan -a -v&lt;BR /&gt;&lt;BR /&gt;After this check whether you can see the disk in /etc/lvmtab.&lt;BR /&gt;If not, do a pvcreate and then extend the VG.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Shyjith</description>
      <pubDate>Thu, 30 Jun 2005 04:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573782#M228633</guid>
      <dc:creator>Shyjith P K</dc:creator>
      <dc:date>2005-06-30T04:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573783#M228634</link>
      <description>The thing is that I have a VG called hist.&lt;BR /&gt;There was however in the past a VG called vghist.&lt;BR /&gt;It was removed by my predecessor. I guess not the right way.&lt;BR /&gt;Anyway, I want to add the unused disk to the VG hist. But in the lvmtab file the disk is still as used by vghist.&lt;BR /&gt;So I tried to reinstate vghist with vgcreate etc.&lt;BR /&gt;That didn't work.&lt;BR /&gt;So I did it the way Sarjerao suggested.&lt;BR /&gt;But the persistent error I get is:&lt;BR /&gt;&lt;BR /&gt;venus:/etc# vgchange -a n vghist&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c1t2d0":&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 deactivate volume group "vghist":&lt;BR /&gt;Device busy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea's on that one?</description>
      <pubDate>Thu, 30 Jun 2005 05:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573783#M228634</guid>
      <dc:creator>Bob Gulien</dc:creator>
      <dc:date>2005-06-30T05:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573784#M228635</link>
      <description>Is vghist is active now? (check with vgdisplay /dev/vghist)&lt;BR /&gt;If no mv the /etc/lvmtab to some thing else and run vgscan.&lt;BR /&gt;If yes how many disks on that vg?&lt;BR /&gt;&lt;BR /&gt;Revert&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;TT</description>
      <pubDate>Thu, 30 Jun 2005 06:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573784#M228635</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-06-30T06:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573785#M228636</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;I am bit confused? Are you trying to extend the VG "/dev/hist" ?&lt;BR /&gt;Is there a directory called "/dev/vghist" exists? If not could you pls try recreating /etc/lvmtab?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Shyjith&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2005 06:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573785#M228636</guid>
      <dc:creator>Shyjith P K</dc:creator>
      <dc:date>2005-06-30T06:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573786#M228637</link>
      <description>Hi Bob !&lt;BR /&gt;&lt;BR /&gt;Try by exporting the VG vghist.&lt;BR /&gt;&lt;BR /&gt;first do it in the preview mode.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If that also doesn't work, keep a copy of lvmtab and recrate lvmtab file. This should solve your problem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2005 06:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573786#M228637</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2005-06-30T06:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573787#M228638</link>
      <description>Thanks for all the suggestions.&lt;BR /&gt;I have tried the vgscan option, but I get an error from this too:&lt;BR /&gt;&lt;BR /&gt;venus:/etc# vgscan -a -p&lt;BR /&gt;&lt;BR /&gt;Pid 323 received a SIGSEGV for stack growth failure.&lt;BR /&gt;Possible causes: insufficient memory or swap space,&lt;BR /&gt;or stack size exceeded maxssiz.&lt;BR /&gt;Memory fault(coredump)&lt;BR /&gt;&lt;BR /&gt;So I have to solve this first. It's an opld machine (D250) an not too much memory, but an important app. on it.&lt;BR /&gt;&lt;BR /&gt;I know a lot more. Again thanks.</description>
      <pubDate>Thu, 30 Jun 2005 08:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573787#M228638</guid>
      <dc:creator>Bob Gulien</dc:creator>
      <dc:date>2005-06-30T08:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573788#M228639</link>
      <description>Look like there is some thing running out.&lt;BR /&gt;&lt;BR /&gt;How much memory you have?&lt;BR /&gt;&lt;BR /&gt;grep -i physical /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;what is the current swap size?&lt;BR /&gt;&lt;BR /&gt;swapinfo&lt;BR /&gt;&lt;BR /&gt;What the current kernel parameters?&lt;BR /&gt;&lt;BR /&gt;sysdef &lt;BR /&gt;&lt;BR /&gt;There would file called "core" where you run the vgscan. run 'what core'&lt;BR /&gt;&lt;BR /&gt;Revert&lt;BR /&gt;TT&lt;BR /&gt;&lt;BR /&gt;Since you are telling its old hardware but very important application running, be slow in your approach.</description>
      <pubDate>Thu, 30 Jun 2005 09:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573788#M228639</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-06-30T09:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573789#M228640</link>
      <description>Also&lt;BR /&gt;ulimit -a&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2005 09:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573789#M228640</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-06-30T09:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573790#M228641</link>
      <description>Hi TT,&lt;BR /&gt;&lt;BR /&gt;The machine is a 101 Mhz, 256 Mb mem. machine.&lt;BR /&gt;Swapspace is 512 Mb.&lt;BR /&gt;&lt;BR /&gt;This is the result of what core and ulimit -a.&lt;BR /&gt;&lt;BR /&gt;sdysdef is an attachement.&lt;BR /&gt;&lt;BR /&gt;venus:/etc# ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         125000&lt;BR /&gt;stack(kbytes)        8192&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 1024&lt;BR /&gt;venus:/etc# what core&lt;BR /&gt;core:&lt;BR /&gt;         $Revision: 78.57.1.1 $ MIRROR PRODUCT&lt;BR /&gt;         PATCH-PHCO_20441 for 10.20; for 10.30, 11.x compatibility libc.1_ID@@/main&lt;BR /&gt;/r10dav/libc_dav/libc_dav_cpe/9&lt;BR /&gt;         /ux/core/libs/libc/shared_pa1/libc.1_ID&lt;BR /&gt;         Nov 10 1999 10:53:12&lt;BR /&gt;         SMART_BIND&lt;BR /&gt;        92453-07 dld dld dld.sl B.10.32 990202&lt;BR /&gt;venus:/etc#&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Fri, 01 Jul 2005 01:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-lvm/m-p/3573790#M228641</guid>
      <dc:creator>Bob Gulien</dc:creator>
      <dc:date>2005-07-01T01:53:35Z</dc:date>
    </item>
  </channel>
</rss>

