<?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: IGNITE-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311364#M339474</link>
    <description>Can I use SAM for this?</description>
    <pubDate>Sun, 23 Nov 2008 14:18:51 GMT</pubDate>
    <dc:creator>Kwahae_1</dc:creator>
    <dc:date>2008-11-23T14:18:51Z</dc:date>
    <item>
      <title>IGNITE-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311362#M339472</link>
      <description>I am tryibg to recover an HP-UX 11i V1 box on a similar box but with different disk types and sizes. I have managed to restore vg00 from the ignite tape. How do I create the rest of the user application file systems so I can restore them using frecover?</description>
      <pubDate>Sun, 23 Nov 2008 14:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311362#M339472</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2008-11-23T14:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311363#M339473</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; How do I create the rest of the user application file systems so I can restore them using frecover? &lt;BR /&gt;&lt;BR /&gt;From scratch.  That is, 'pvcreate', 'vgcreate', 'lvcreate', and 'newfs' to build what you need where you need it.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 23 Nov 2008 14:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311363#M339473</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-11-23T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311364#M339474</link>
      <description>Can I use SAM for this?</description>
      <pubDate>Sun, 23 Nov 2008 14:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311364#M339474</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2008-11-23T14:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311365#M339475</link>
      <description>Yes, You can,&lt;BR /&gt;&lt;BR /&gt;but, its upto you my opion better follow has below, if you are not ok with commands you can use SAM&lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/rdsk/cxtxdx&lt;BR /&gt;# vgcreate /dev/vgxx /dev/dsk/cxtxdx&lt;BR /&gt;# lvcreate -L &lt;NEW_SIZE&gt; /dev/vgxx/lvolxx&lt;BR /&gt;# mount /dev/vgxx /mount_point&lt;BR /&gt;# frecover &lt;BR /&gt;&lt;BR /&gt;can you post the output of "/etc/fstab" so that we can suggest better for your application file_system mount point,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;/NEW_SIZE&gt;</description>
      <pubDate>Sun, 23 Nov 2008 14:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311365#M339475</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-23T14:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311366#M339476</link>
      <description># cat /etc/fstab&lt;BR /&gt;# System /etc/fstab file.  Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;#/dev/vg00/lvol4 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;#/dev/vgora2/oralv5 /oratmp vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vgora/oralv1 /u0 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vgora/oralv2 /u1 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vgora/oralv3 /u2 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vgora/oralv4 /u3 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vgora/oratmp /tmp vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vgora/oralvtmp /oratmp vxfs defaults 0 2&lt;BR /&gt;/dev/vg00/lvol9 ... swap pri=0 0 0&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Nov 2008 14:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311366#M339476</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2008-11-23T14:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311367#M339477</link>
      <description># ioscan -fnC disk --&amp;gt; to check all the disk CLAIMED&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab --&amp;gt; output will show you what are the disk assciated to /dev/vgora&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v /dev/vgora |more --need output, using this out put we can find what are associatred "Pshyical_volume"&lt;BR /&gt;&lt;BR /&gt;Than start pvcreate,vgcreate,lvcreate,frecover,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Sun, 23 Nov 2008 14:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/4311367#M339477</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-23T14:53:34Z</dc:date>
    </item>
  </channel>
</rss>

