<?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: I cannot mount lv after reboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297378#M627893</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;try doing a vgcfgrestore &lt;BR /&gt;&lt;BR /&gt;John.</description>
    <pubDate>Mon, 07 Jun 2004 04:07:46 GMT</pubDate>
    <dc:creator>John Carr_2</dc:creator>
    <dc:date>2004-06-07T04:07:46Z</dc:date>
    <item>
      <title>I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297375#M627890</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I created a LUN in shared disk array then volume group and one big logical volume (100 GB). Then I created the fs with mkfs using -o largefiles option. I successfully mounted it but after reboot&lt;BR /&gt; &lt;BR /&gt;mount -F vxfs -o largefiles /dev/vgalcatel/lvback /backup/&lt;BR /&gt; mount - Cannot open /dev/vgalcatel/lvback: No such device or address&lt;BR /&gt; &lt;BR /&gt;but I have the device files&lt;BR /&gt; &lt;BR /&gt;# ll /dev/vgalcatel&lt;BR /&gt;total 0&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x090000 Jun  4 16:53 group&lt;BR /&gt;brw-rw-rw-   1 root       sys         64 0x090001 Jun  4 17:00 lvback&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x090001 Jun  4 17:00 rlvback&lt;BR /&gt; &lt;BR /&gt;/etc/lvmtab has not entry about vgalcatel&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab | grep alca&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgimport -p /dev/vgalcatel /dev/dsk/c7t5d0 /dev/dsk/c5t5d0&lt;BR /&gt;vgimport: Warning: Volume Group contains "1" PVs, "2" specified. Continuing.&lt;BR /&gt;Warning: A backup of this volume group may not exist on this machine.&lt;BR /&gt;Please remember to take a backup using the vgcfgbackup command after activating the volume group.&lt;BR /&gt;&lt;BR /&gt;So I run &lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab_07062004_01&lt;BR /&gt;vgscan -a -v&lt;BR /&gt;...........&lt;BR /&gt;.............&lt;BR /&gt;...........&lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c5t5d0&lt;BR /&gt;/dev/dsk/c7t5d0&lt;BR /&gt;...............&lt;BR /&gt;.&lt;BR /&gt;..............&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vgalcatel&lt;BR /&gt;vgchange: Volume group "/dev/vgalcatel" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;So how can I mount it ?&lt;BR /&gt;&lt;BR /&gt;Best Regards &lt;BR /&gt;Murat SULUHAN&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 03:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297375#M627890</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2004-06-07T03:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297376#M627891</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;have u done:&lt;BR /&gt;&lt;BR /&gt;# newfs -F vxfs /dev/vgalcatel/rlvback&lt;BR /&gt;# mount /dev/vgalcatel/lvback /backup&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Mon, 07 Jun 2004 03:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297376#M627891</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-06-07T03:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297377#M627892</link>
      <description>Hi Joseph&lt;BR /&gt;&lt;BR /&gt;I already create the filesystem and I successfully created the file before reboot.&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat SULUHAN</description>
      <pubDate>Mon, 07 Jun 2004 03:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297377#M627892</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2004-06-07T03:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297378#M627893</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;try doing a vgcfgrestore &lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Mon, 07 Jun 2004 04:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297378#M627893</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2004-06-07T04:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297379#M627894</link>
      <description>hi,&lt;BR /&gt;After this &lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab_07062004_01&lt;BR /&gt;vgscan -a -v&lt;BR /&gt;...........&lt;BR /&gt;.............&lt;BR /&gt;...........&lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c5t5d0&lt;BR /&gt;/dev/dsk/c7t5d0&lt;BR /&gt;...............&lt;BR /&gt;.&lt;BR /&gt;..............&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;USe This:&lt;BR /&gt;#vgimport -v /dev/dsk/c5t5d0 /dev/dsk/c7t5d0&lt;BR /&gt;Then&lt;BR /&gt;#vgchange -a y /dev/vgalcatel&lt;BR /&gt;#strings /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;I think you made a mistake by using -p with vgimport and -p is just preview not the action ( see man vgimport for details)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 04:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297379#M627894</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-06-07T04:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297380#M627895</link>
      <description>Hi John&lt;BR /&gt;&lt;BR /&gt;I am working in a shared disk array and man page of vgcgfrestore has an entry about shared environments&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Remarks&lt;BR /&gt;      vgcfgrestore cannot be performed if the volume group is activated in&lt;BR /&gt;      shared mode.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat SULUHAN</description>
      <pubDate>Mon, 07 Jun 2004 04:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297380#M627895</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2004-06-07T04:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297381#M627896</link>
      <description>Hi Shaikh Imran&lt;BR /&gt;&lt;BR /&gt;thank you so much, &lt;BR /&gt;&lt;BR /&gt;I think I need double expresso :=)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat SULUHAN&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 04:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297381#M627896</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2004-06-07T04:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297382#M627897</link>
      <description>Hi Murat,&lt;BR /&gt;&lt;BR /&gt;I think that Joseph's suggestion about newfs is good.&lt;BR /&gt;I suggest you to recreate logical volume and filesystem:&lt;BR /&gt;&lt;BR /&gt;# lvremove /dev/vgalcatel/lvback &lt;BR /&gt;# lvcreate -L &lt;SIZE_IN_MB&gt; -n lvback /dev/vgalcatel&lt;BR /&gt;# newfs -F vxfs -o largefiles /dev/vgalcatel/rlvback&lt;BR /&gt;# mount /dev/vgalcatel/lvback /backup&lt;BR /&gt;&lt;BR /&gt;Anyway it is very strange that /etc/lvmtab has not info about vgalcatel.&lt;BR /&gt;&lt;BR /&gt;Try you launch&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vgalcatel&lt;BR /&gt;&lt;BR /&gt;Does it obtain anything?&lt;BR /&gt;&lt;BR /&gt;If you has a backup of vgalcatel I would suggest you to recreate volume group, logical volume and filesystem, then restore.&lt;BR /&gt;&lt;BR /&gt;That would be the best thing.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore&lt;BR /&gt;&lt;/SIZE_IN_MB&gt;</description>
      <pubDate>Mon, 07 Jun 2004 04:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297382#M627897</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-06-07T04:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297383#M627898</link>
      <description>I am writing when you solved your problem.....very good!&lt;BR /&gt;&lt;BR /&gt;No points....&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Mon, 07 Jun 2004 04:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297383#M627898</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-06-07T04:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297384#M627899</link>
      <description>just back from a short discussion.&lt;BR /&gt;&lt;BR /&gt;ok. so your problem is not mounting but vgimport or is that really your problem??&lt;BR /&gt;&lt;BR /&gt;i think u should try to explain yourself clearly in future to avoid any mis-understanding or mis-interpretation to your questions.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Mon, 07 Jun 2004 04:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297384#M627899</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-06-07T04:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot mount lv after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297385#M627900</link>
      <description>Hi joseph&lt;BR /&gt;&lt;BR /&gt;I already wrote I created the filesystem using mkfs in the first paragraph &lt;BR /&gt;&lt;BR /&gt;"I created a LUN in shared disk array then volume group and one big logical volume (100 GB). Then I created the fs with mkfs using -o largefiles option. I successfully mounted it but after reboot ."&lt;BR /&gt;&lt;BR /&gt;Thanks for your response &lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat SULUHAN&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 05:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-cannot-mount-lv-after-reboot/m-p/3297385#M627900</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2004-06-07T05:39:32Z</dc:date>
    </item>
  </channel>
</rss>

