<?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: Rebuilding workstation - new OS disc in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497022#M215940</link>
    <description>That went surprisingly smoothly. It's the first time I've ever rebuilt a box from an ignite backup, but I'll have no fear next time (which should be next week!).&lt;BR /&gt;&lt;BR /&gt;If only Data Protector were as user friendly as ignite ;-)&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Wed, 09 Mar 2005 08:46:39 GMT</pubDate>
    <dc:creator>MarkSyder</dc:creator>
    <dc:date>2005-03-09T08:46:39Z</dc:date>
    <item>
      <title>Rebuilding workstation - new OS disc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497016#M215934</link>
      <description>Hi everybody.&lt;BR /&gt;&lt;BR /&gt;I'm currently in the process of rebuilding some workstations. I've completed four out of six. This has released 2 x 9 Gb discs.&lt;BR /&gt;&lt;BR /&gt;The two remaining workstations currently have only a 36 Gb disc each. This disc is used for operating system, application software, and user information. I intend using the two spare 9 Gb discs to contain the operating system so the users will have more space for their data to grow (and because I believe OS should be on a dedicated disc).&lt;BR /&gt;&lt;BR /&gt;I'm just planning how to go about this and would appreciate input from anyone who's done this in the past. My plan at present is as follows:&lt;BR /&gt;&lt;BR /&gt;1. Copy application software and user data filesystems to tape.&lt;BR /&gt;&lt;BR /&gt;2. Take an ignite backup of the operating system filesystems.&lt;BR /&gt;&lt;BR /&gt;3. Put a 9 Gb disc in.&lt;BR /&gt;&lt;BR /&gt;4. Perform an ignite recovery to the 9 Gb disc, amending the sizes of filesystems where necessary.&lt;BR /&gt;&lt;BR /&gt;This is where I suspect there may be a stumbling block. The 36 Gb disc that is currently in each workstation is vg00 - I want vg00 to be the operating system disc. If I perform the ignite recovery as outlined, will I now have two vg00s?&lt;BR /&gt;&lt;BR /&gt;Assuming I can reconfigure the 36 Gb disc as vg01, the final stage will be to set up the application software and user data filesystems and restore from tape.&lt;BR /&gt;&lt;BR /&gt;Any advice appreciated, but please wait patiently for your points: I won't be given access to this workstation till next week.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Thu, 03 Mar 2005 10:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497016#M215934</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-03-03T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuilding workstation - new OS disc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497017#M215935</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;After you've installed the OS onto the new disk, run "pvcreate -f" against the 36 Gb disk - that will take care of any existing LVM structures and you can then create it as vg01.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 03 Mar 2005 10:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497017#M215935</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-03T10:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuilding workstation - new OS disc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497018#M215936</link>
      <description>Thanks Pete.&lt;BR /&gt;&lt;BR /&gt;I've just had a look at the manual page for pvcreate and I think I've been given a 10-point answer within minutes of asking the question!&lt;BR /&gt;&lt;BR /&gt;I'll confirm that once I've done the job.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 03 Mar 2005 10:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497018#M215936</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-03-03T10:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuilding workstation - new OS disc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497019#M215937</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Even when you have recovered vg00 in 9 gb Disk you can import vg in 36 GB with different vg name. vgimport do not import VG with same VG name as was original VG name.&lt;BR /&gt;This means vg00 can always be imported as vg01. &lt;BR /&gt;&lt;BR /&gt;Still as you would like to eliminate the OS partitions in the 36 GB disk. It will be a better idea to recreate VG. or atleast file systems if you do not intend to change earlier VG parameters.&lt;BR /&gt;&lt;BR /&gt;Another way of moving OS is to mirror OS part to 9GB and remove from 36GB. But for this you should have mirror UX &amp;amp; your existing OS partitions should not exceed 9GB in toal.&lt;BR /&gt;&lt;BR /&gt;Choice is yours.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 10:35:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497019#M215937</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-03-03T10:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuilding workstation - new OS disc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497020#M215938</link>
      <description>I'm part way through and have reached a problem.&lt;BR /&gt;&lt;BR /&gt;I didn't have a spare tape drive to do the ignite backup so I did a make_net_recovery. That was successful. I then put the new disc in the WS and rebooted from ignite. Ignite now insists that it wants to install the OS on the old 36Gb disc. I can't see any way of persuading it to install to the 9Gb disc.&lt;BR /&gt;&lt;BR /&gt;Any ignite experts out there who can help?&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 08 Mar 2005 07:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497020#M215938</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-03-08T07:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuilding workstation - new OS disc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497021#M215939</link>
      <description>I think we're getting somewhere - on the WS console it only gave me the option to recover to the old disc, but the GUI on the ignite server allows me to select a disc.&lt;BR /&gt;&lt;BR /&gt;Recovery is now underway and points will be given on completion.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 08 Mar 2005 09:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497021#M215939</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-03-08T09:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuilding workstation - new OS disc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497022#M215940</link>
      <description>That went surprisingly smoothly. It's the first time I've ever rebuilt a box from an ignite backup, but I'll have no fear next time (which should be next week!).&lt;BR /&gt;&lt;BR /&gt;If only Data Protector were as user friendly as ignite ;-)&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 09 Mar 2005 08:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuilding-workstation-new-os-disc/m-p/3497022#M215940</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-03-09T08:46:39Z</dc:date>
    </item>
  </channel>
</rss>

