<?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: LVM structures inconsistancy? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626600#M646071</link>
    <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Is this system been up and running since four years and no maintenance has been done so far?. I think there shouldn't be any problem in doing a vgcfgrestore with those files.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you can do the thing suggested by eran&lt;BR /&gt;&lt;BR /&gt;#vgexport -m /tmp/vg00.map vg00&lt;BR /&gt;#mkdir vg00&lt;BR /&gt;#mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;#vgimport -m /tmp/vg00.map vg00 /dev/dsk/c0t6d0&lt;BR /&gt;#vgchange -a y vg00&lt;BR /&gt;&lt;BR /&gt;See if you can be able to mount the file systems.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Thu, 06 Dec 2001 22:03:00 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2001-12-06T22:03:00Z</dc:date>
    <item>
      <title>LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626591#M646062</link>
      <description />
      <pubDate>Thu, 06 Dec 2001 11:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626591#M646062</guid>
      <dc:creator>Mark Tiwari</dc:creator>
      <dc:date>2001-12-06T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626592#M646063</link>
      <description>Hi Mark &lt;BR /&gt;&lt;BR /&gt;first i wanted to tell you that in the fstab i can see that you are an entry for /var and /usr with the same volgical volume - are this a mistake ? &lt;BR /&gt;&lt;BR /&gt;second , it seem to me like you that the system doesnt know how to boot peroply .&lt;BR /&gt;&lt;BR /&gt;here is a good action plan that i made for another cu that had similar to what you have : &lt;BR /&gt;&lt;BR /&gt;ACTION:&lt;BR /&gt;&lt;BR /&gt;1. Boot in the Maintainance Mode (hpux -lm)&lt;BR /&gt;2. make a "vgexport -m &lt;MAPFILE&gt; /dev/vg00"&lt;BR /&gt;3. mkdir /dev/vg00&lt;BR /&gt;4. mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;5. vgimport -m &lt;MAPFILE&gt; /dev/vg00 /dev/dsk/&lt;DISK1&gt; &lt;BR /&gt;6. shutdown -r 0 -y&lt;BR /&gt;&lt;BR /&gt;and do  the following:&lt;BR /&gt;&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;and tell me feedback&lt;/DISK1&gt;&lt;/MAPFILE&gt;&lt;/MAPFILE&gt;</description>
      <pubDate>Thu, 06 Dec 2001 11:26:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626592#M646063</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-12-06T11:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626593#M646064</link>
      <description>Eran,&lt;BR /&gt;&lt;BR /&gt;the repeat in fstab was a typo , the bain of copy paste. &lt;BR /&gt;&lt;BR /&gt;as far as:&lt;BR /&gt;&amp;gt;3. mkdir /dev/vg00&lt;BR /&gt;&amp;gt;4. mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;&lt;BR /&gt; is concerned, those entried already exist in /dev... what should i do about them?&lt;BR /&gt;&lt;BR /&gt;OR If I am correct, the vgexport takes them out from /dev?&lt;BR /&gt;&lt;BR /&gt;I'll try this out when i get back to work later this afternoon. I just came home after toiling with it all night.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tx for the reply.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            -mark</description>
      <pubDate>Thu, 06 Dec 2001 11:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626593#M646064</guid>
      <dc:creator>Mark Tiwari</dc:creator>
      <dc:date>2001-12-06T11:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626594#M646065</link>
      <description>Hi Mark &lt;BR /&gt;&lt;BR /&gt;if you did a vgexport like i said it will delete the /dev/vg00 dir. &lt;BR /&gt;&lt;BR /&gt;dont delete it with a command but you the command vgexport with a map file . &lt;BR /&gt;&lt;BR /&gt;vgexport -m vg00.map  /dev/vg00&lt;BR /&gt;&lt;BR /&gt;check to see that he is deleting the dir .</description>
      <pubDate>Thu, 06 Dec 2001 12:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626594#M646065</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-12-06T12:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626595#M646066</link>
      <description>I'm back at work.. And I'm going to try out what eran suggests. But before I do that... one question. If this doesn't work.. would i still be able to boot into maintainance mode with  "/" mounted? What do you think?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;         -Mark</description>
      <pubDate>Thu, 06 Dec 2001 20:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626595#M646066</guid>
      <dc:creator>Mark Tiwari</dc:creator>
      <dc:date>2001-12-06T20:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626596#M646067</link>
      <description>Another way is to do a vgcfgrestore on the the disk c0t6d0. For this you need to have a proper backup. &lt;BR /&gt;&lt;BR /&gt;Look at /etc/lvmconf directory and note the time stamps of vg00.conf and vg00.conf.old. If they are not with the recent time stamps, you can use them to restore the configuration.&lt;BR /&gt;&lt;BR /&gt;#vgcfgrestore -f /etc/lvmconf/vg00.conf /dev/dsk/c0t6d0&lt;BR /&gt;#vgchange -a y&lt;BR /&gt;&lt;BR /&gt;And see if this works,&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Dec 2001 20:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626596#M646067</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-12-06T20:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626597#M646068</link>
      <description>Hi MArk,&lt;BR /&gt;&lt;BR /&gt;Try this,&lt;BR /&gt;&lt;BR /&gt;boot into lvm maintainance mode. Do a vgchange for vg00,&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;&lt;BR /&gt;now do a fsck for all the LV's and see if you can mount them. If you are able to do so, just reboot the system and see if it boots.&lt;BR /&gt;&lt;BR /&gt;You don't have to do any vgexport and vgimport if this works.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 20:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626597#M646068</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-06T20:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626598#M646069</link>
      <description>Sri:&lt;BR /&gt;    The old lvmconf are TOO OLD ( 4 yrs) ... Which makes me wonder if they are any good. Since I have been working here for only 2 months I have no clue when this machine was setup. Do you think I should still try that?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sanjay:&lt;BR /&gt;   I had tried to do vgchange before and it failed. The output is:&lt;BR /&gt;&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c0t6d0":&lt;BR /&gt;Cross-device link&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c0t5d0":&lt;BR /&gt;The path of the physical volume refers to a device that does not exist or is not configured into the kernel.&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c0t6d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to this volume group.&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c0t5d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to 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/vg00":&lt;BR /&gt;Quorum not present or some physical volumes are missing.&lt;BR /&gt;&lt;BR /&gt;using vgchange -a y -q n /dev/vg00 gives the same output.&lt;BR /&gt;&lt;BR /&gt;        -mark</description>
      <pubDate>Thu, 06 Dec 2001 21:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626598#M646069</guid>
      <dc:creator>Mark Tiwari</dc:creator>
      <dc:date>2001-12-06T21:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626599#M646070</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;I doubt you are in a position to recover anything. Your best bet would be to start fresh. Load fresh OS on the disk. I might be wrong. Wait for some more help from other forum users. I personally would have started a fresh install, as you already have a backup which is 5 minutes old before your system went down. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;P.S : Keep your fingers crossed.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 21:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626599#M646070</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-06T21:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626600#M646071</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Is this system been up and running since four years and no maintenance has been done so far?. I think there shouldn't be any problem in doing a vgcfgrestore with those files.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you can do the thing suggested by eran&lt;BR /&gt;&lt;BR /&gt;#vgexport -m /tmp/vg00.map vg00&lt;BR /&gt;#mkdir vg00&lt;BR /&gt;#mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;#vgimport -m /tmp/vg00.map vg00 /dev/dsk/c0t6d0&lt;BR /&gt;#vgchange -a y vg00&lt;BR /&gt;&lt;BR /&gt;See if you can be able to mount the file systems.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Dec 2001 22:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626600#M646071</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-12-06T22:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626601#M646072</link>
      <description>Sanjay: &lt;BR /&gt;I've already considered the idea of starting afresh. Makes a whole lot of sense. _However_ the sys admin informs me that he has no clude where the HP-UX install media is and also that HP won't supply new install media without a new contract. So basically, If i get this running fine and good. We'll take steps that this does not happen again (mirroring, regular backups etc) but if this does not work... i'm sure the managers out here are onna have a long meeting! :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sri:&lt;BR /&gt;&lt;BR /&gt;I taked to the sysadmin here and he says that as far as he knows the lvm config backup should be fine. &lt;BR /&gt;&lt;BR /&gt;But before I do this, should I not backup the existing config ?&lt;BR /&gt;&lt;BR /&gt;     -mark</description>
      <pubDate>Thu, 06 Dec 2001 22:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626601#M646072</guid>
      <dc:creator>Mark Tiwari</dc:creator>
      <dc:date>2001-12-06T22:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626602#M646073</link>
      <description>Hi Mark:&lt;BR /&gt;&lt;BR /&gt;Make sure that an 'ioscan -fnC disk' shows all your hardware as "CLAIMED".&lt;BR /&gt;&lt;BR /&gt;Then, try recreating /etc/lvmtab from scratch:&lt;BR /&gt;&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan -v&lt;BR /&gt;&lt;BR /&gt;If I read your post correclty, you have done a 'vgscan' but only with the existing lvmtab present.  When the current file is present it is used to help construct the new one -- something that I think we may not want to do.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Dec 2001 22:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626602#M646073</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-12-06T22:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626603#M646074</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;You can think of creating a ignite make_recovery tape from another server and use that to restore the OS on this server. Is that a viable option. Do you have another server with the same version of OS and similar hardware considerations. &lt;BR /&gt;&lt;BR /&gt;I don't think the old LVM backup is of any use in this sort of situation.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 22:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626603#M646074</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-06T22:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626604#M646075</link>
      <description>You don't need to backup the existing configuration as it is not working. &lt;BR /&gt;&lt;BR /&gt;Is there any reason why you are skipping me giving some points while the others are fortunate enough?.&lt;BR /&gt;&lt;BR /&gt;Today it sucks here.....&lt;BR /&gt;&lt;BR /&gt;See you all for the day.. No more wastage of time..&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Dec 2001 22:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626604#M646075</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-12-06T22:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626605#M646076</link>
      <description>Before I go... since you have already taken the decision of a fresh install, there is no harm in trying out these little things... If you are lucky enough either of vgcfgrestore, vgscan or vgexport/import may work for you..&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Dec 2001 22:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626605#M646076</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-12-06T22:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626606#M646077</link>
      <description>Hey sri!&lt;BR /&gt;I can't go for a fresh install! there is no install media to install it from! :) I am going to try out your solution first and then erans.&lt;BR /&gt;&lt;BR /&gt;rgds,&lt;BR /&gt;    -mark</description>
      <pubDate>Thu, 06 Dec 2001 22:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626606#M646077</guid>
      <dc:creator>Mark Tiwari</dc:creator>
      <dc:date>2001-12-06T22:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626607#M646078</link>
      <description>Sri:&lt;BR /&gt;&lt;BR /&gt;and about the points, the reason i skipped was because i thought your approach was the closest to a possible recovery, I was saving them for a 10 :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;have a good evening &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;     -mark</description>
      <pubDate>Thu, 06 Dec 2001 22:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626607#M646078</guid>
      <dc:creator>Mark Tiwari</dc:creator>
      <dc:date>2001-12-06T22:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626608#M646079</link>
      <description>Sri:&lt;BR /&gt;&lt;BR /&gt;I tried:&lt;BR /&gt;vgcfgrestore -f /etc/lvmconf/vg00.conf /dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;no luck. output is as below:&lt;BR /&gt;Configuration info for Physical Volume 'dev/dsk/c0t6d0' not found in vg00.conf :&lt;BR /&gt;Charecter-special file for PV not supplied on command line, OR PV did not belong to Volume Group /dev/vg00 when configuration file was created.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;oh well... next option Erans way i guess... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  -mark</description>
      <pubDate>Thu, 06 Dec 2001 22:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626608#M646079</guid>
      <dc:creator>Mark Tiwari</dc:creator>
      <dc:date>2001-12-06T22:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626609#M646080</link>
      <description>James:&lt;BR /&gt;&lt;BR /&gt;I had tried moving  the lvmtab to lvmtab.old and then running vgscan -v as well... Didn't work either. If you care, I'll redo it to give you the command output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tx,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    -mark</description>
      <pubDate>Thu, 06 Dec 2001 22:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626609#M646080</guid>
      <dc:creator>Mark Tiwari</dc:creator>
      <dc:date>2001-12-06T22:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: LVM structures inconsistancy?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626610#M646081</link>
      <description>Am still hanging around  :-)&lt;BR /&gt;&lt;BR /&gt;It was a mistake in my earlier message. You need to use char device file. User /dev/rdsk/c0t6d0 instead of /dev/dsk/c0t6d0.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 23:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-structures-inconsistancy/m-p/2626610#M646081</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-12-06T23:07:37Z</dc:date>
    </item>
  </channel>
</rss>

