<?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: VG is still Active in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572688#M715367</link>
    <description>check if there still is a mounted logical volume on this VG.&lt;BR /&gt;This has to be unmounted before you can do vgchange.&lt;BR /&gt;Look at your cluster log files to find out why this lvol was not unmounted .&lt;BR /&gt;The reason might be that a process accessing this lvol could not be shutdown down by cmhaltpkg.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer</description>
    <pubDate>Thu, 30 Aug 2001 10:32:22 GMT</pubDate>
    <dc:creator>Rainer von Bongartz</dc:creator>
    <dc:date>2001-08-30T10:32:22Z</dc:date>
    <item>
      <title>VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572684#M715363</link>
      <description>Mc Service Guard package is manually halted by using cmhaltpkg. But one of the VG is still active. I try to deactivate the volume group by using vgchange -a n vgname. It says device is busy. Even after halting the MC Service Guard, the VG is active.&lt;BR /&gt;1)How VG could be deactivated without shutdown my Server?&lt;BR /&gt;2) What is the reason behind this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Senthil&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2001 10:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572684#M715363</guid>
      <dc:creator>Senthilkumaran.T</dc:creator>
      <dc:date>2001-08-30T10:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572685#M715364</link>
      <description>Do you have any processes that have any files open on that VG, or are any filesystems mounted on it?</description>
      <pubDate>Thu, 30 Aug 2001 10:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572685#M715364</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-08-30T10:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572686#M715365</link>
      <description>I think you can only deactivate a VG after the LVs in it have been unmounted.&lt;BR /&gt;Maybe this is the cause why the vgchange fails?</description>
      <pubDate>Thu, 30 Aug 2001 10:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572686#M715365</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2001-08-30T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572687#M715366</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I'd look with 'fuser' at the the mountpoint(s) to find what and who is using the logical volumes.  Relate this to your package control scripts and you should have a better idea of what's wrong.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 30 Aug 2001 10:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572687#M715366</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-30T10:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572688#M715367</link>
      <description>check if there still is a mounted logical volume on this VG.&lt;BR /&gt;This has to be unmounted before you can do vgchange.&lt;BR /&gt;Look at your cluster log files to find out why this lvol was not unmounted .&lt;BR /&gt;The reason might be that a process accessing this lvol could not be shutdown down by cmhaltpkg.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer</description>
      <pubDate>Thu, 30 Aug 2001 10:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572688#M715367</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-08-30T10:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572689#M715368</link>
      <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;As stated earlier, the filesystems of that VG might be mounted.&lt;BR /&gt;&lt;BR /&gt;To see what processes are using it:&lt;BR /&gt;     fuser -cu &lt;FILESYSTEM&gt;&lt;BR /&gt;&lt;BR /&gt;To kill all processes using that Fs and free it&lt;BR /&gt;    fuser -cuk &lt;FILESYSTEM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After this try unmounting and then try deactivating the VG&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;-Jagadeesh&lt;/FILESYSTEM&gt;&lt;/FILESYSTEM&gt;</description>
      <pubDate>Thu, 30 Aug 2001 10:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572689#M715368</guid>
      <dc:creator>Jagadeesh Kumar</dc:creator>
      <dc:date>2001-08-30T10:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572690#M715369</link>
      <description>If your package is configured correctly ServiceGuard should take care of properly unmounting and deactivating VGs, because it usually kicks all processes out by sending an fuser with the kill flag.&lt;BR /&gt;Check in your packages' control scripts (i.e. usually /etc/cmcluster/&lt;PKG_NAME&gt;/&lt;PKG_NAME&gt;.cntl ) that the mount point arrays LV[n], FS[n] are populated correctly, and comment those filesystems in your /etc/fstab&lt;/PKG_NAME&gt;&lt;/PKG_NAME&gt;</description>
      <pubDate>Thu, 30 Aug 2001 10:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572690#M715369</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2001-08-30T10:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572691#M715370</link>
      <description>Hi All,&lt;BR /&gt;I am not mounting LV to any file system. It is used for the Informix Chunk. But the Informix is down. How we can check whether it is used by other users. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Senthil</description>
      <pubDate>Thu, 30 Aug 2001 10:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572691#M715370</guid>
      <dc:creator>Senthilkumaran.T</dc:creator>
      <dc:date>2001-08-30T10:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572692#M715371</link>
      <description>cd into your /dev/vg&lt;XX&gt; directory (where informix is using the raw volumes), and run the "fuser -u *" command.&lt;/XX&gt;</description>
      <pubDate>Thu, 30 Aug 2001 10:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572692#M715371</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-08-30T10:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572693#M715372</link>
      <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;  There may be one of the 2 reasons for this:&lt;BR /&gt;1) Either any process is accesing one of mount points(LV) in ur VG and ur MC/SG script unable to kill it. In this case u need to manually find out these processes using &lt;BR /&gt; # fuser -cu &lt;LV-NAME&gt;&lt;BR /&gt; #fuser -ck &lt;LV-NAME&gt;&lt;BR /&gt;and kill the processes, then unmount the filesystem, run vgchange.&lt;BR /&gt;&lt;BR /&gt;2) Because of the problem with shared memory, sometimes the shared memory will not get released by some of the processes and MC/SG will lack of shared memory to perform certain operations. In this case too u have to manuallu unmount the filesystem and then run vgchange.&lt;BR /&gt; But u should soon increase ur shmmmax parameter or findout the programs due to which this shared memory locking occurs and modify them inorder to avoid second situation.&lt;BR /&gt;&lt;BR /&gt;Hope it is clear.........&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.&lt;/LV-NAME&gt;&lt;/LV-NAME&gt;</description>
      <pubDate>Thu, 30 Aug 2001 10:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572693#M715372</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-08-30T10:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572694#M715373</link>
      <description>Hi Satish,&lt;BR /&gt;&lt;BR /&gt;I kill all the active users(Informix) bu using fuser command. Then &lt;BR /&gt;vgchange -a n vgname&lt;BR /&gt;vgchange -c n vgname&lt;BR /&gt;&lt;BR /&gt;But the Package is unable to start up because the VG is not activated by the cluster. When the VG is manually started&lt;BR /&gt;vgchange -c y vgname   - Sucessful&lt;BR /&gt;vgchange -a y vgname give me the following error message.&lt;BR /&gt;Activation mode requested for the volume group "/dev/vg_tz02" conflicts with configured mode&lt;BR /&gt;&lt;BR /&gt;Could you let me know how I can resolve this issue. &lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2001 11:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572694#M715373</guid>
      <dc:creator>Senthilkumaran.T</dc:creator>
      <dc:date>2001-08-30T11:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572695#M715374</link>
      <description>The reason for your second vgchange not working is because /dev/tz_vg02 is a clustered VG&lt;BR /&gt;&lt;BR /&gt;try&lt;BR /&gt;&lt;BR /&gt;vgchange -a e /dev/tz_vg02&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 30 Aug 2001 11:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572695#M715374</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2001-08-30T11:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572696#M715375</link>
      <description>Thanks Tom, It works.&lt;BR /&gt;&lt;BR /&gt;How I can prevent it to be hppening again (Informix users hold the LV as a result the VG does not deactivated).&lt;BR /&gt;&lt;BR /&gt;Informix IDS 2000 is running on HPUX 11.X,&lt;BR /&gt;Version IDS 9.21 FC4&lt;BR /&gt;SHMMAX = 4294967296 (Informix Recomended Valure)&lt;BR /&gt;&lt;BR /&gt;Any one can help?</description>
      <pubDate>Thu, 30 Aug 2001 11:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572696#M715375</guid>
      <dc:creator>Senthilkumaran.T</dc:creator>
      <dc:date>2001-08-30T11:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: VG is still Active</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572697#M715376</link>
      <description>Check your shutdown scripts (customer_halt_commands function) in /etc/cmcluster/&lt;PKG&gt;/&lt;PKG&gt;.sh&lt;BR /&gt;&lt;BR /&gt;I would a scripts similar to (I've just made this up so do test it):&lt;BR /&gt;&lt;BR /&gt;INFORMIXSERVER=???&lt;BR /&gt;ONCONFIG=???&lt;BR /&gt;&lt;BR /&gt;# do a nice kill!&lt;BR /&gt;onmode -yuk&lt;BR /&gt;sleep 30&lt;BR /&gt;&lt;BR /&gt;# Check to see if it has worked, if not get nasty&lt;BR /&gt;ons=$(ps -fe | grep oninit | grep -v grep | wc -l)&lt;BR /&gt;if [ $ons -ne 0 ]&lt;BR /&gt;then&lt;BR /&gt; echo "error*** informix did not stop nicely"&lt;BR /&gt; echo "Using a hammer"&lt;BR /&gt; kill -9 $(ps -fe | grep oninit | awk '{print $2}'&lt;BR /&gt; sleep 30&lt;BR /&gt; for m in $(ipcs -mat | grep informix | awk '{print $2}'&lt;BR /&gt; do&lt;BR /&gt;  ipcrm -m $m&lt;BR /&gt; done&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It sounds like to me that it was not shut down properly (hence the shared memory left lying 'round).  You can actually just get away with onmode -yuk but if there are problems then this happens&lt;BR /&gt;&lt;BR /&gt;Tim&lt;/PKG&gt;&lt;/PKG&gt;</description>
      <pubDate>Thu, 30 Aug 2001 12:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-is-still-active/m-p/2572697#M715376</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2001-08-30T12:08:15Z</dc:date>
    </item>
  </channel>
</rss>

