<?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: How to setup new ignite server on PA servers ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259924#M498552</link>
    <description>The Ignite server software does not care about the type of disk it uses: you can use both local and SAN disks. &lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Sun, 24 Oct 2010 11:21:51 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-10-24T11:21:51Z</dc:date>
    <item>
      <title>How to setup new ignite server on PA servers ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259919#M498547</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I want to setup a ignite server to take ignite backup of 10 servers. How much disk space required on ignite server, and what is type of this disk i can use? (local disk, shared disk from storge or both). and i have old PA-RISC server rp8420 Is it possible to use PA-RISC ignite server to take bake up of Integrity ((IA) BL860c i2 server, BL870c i2 server) and PA servers also.&lt;BR /&gt;&lt;BR /&gt;Thanks and Best Regards</description>
      <pubDate>Sat, 23 Oct 2010 07:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259919#M498547</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2010-10-23T07:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup new ignite server on PA servers ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259920#M498548</link>
      <description>An Ignite server is fairly simple to design. The disk does not have to be high performance at all since all the data (to and from) travels over a slow (relative to disk speeds) LAN connection. The Ignite server can be PARISC or Integrity. Download and install all versions of Ignite (11.11, 11.23 and 11.31) regardless of the version of the HP-UX server (must be 11.11 or higher).&lt;BR /&gt; &lt;BR /&gt;As far as disk space, you must measure each server's storage for vg00 and then multiply the total by 2 or more, the number of backups you will want to keep. A very small server might have 5GB of vg00 files while a big server might have 10-15GB in vg00. However, a number of installations may have stored large application data or databases in vg00 so you may have some systems that require 50 to 100GB for each backup. Here is a script to add up the occupied space for vg00:&lt;BR /&gt; &lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;MB=0&lt;BR /&gt;for x in $(bdf|awk '/\/dev\/vg00\//{print $3/1000}')&lt;BR /&gt;do&lt;BR /&gt;MB=$(echo "$MB+$x"|bc)&lt;BR /&gt;done&lt;BR /&gt;echo $MB&lt;BR /&gt; &lt;BR /&gt;This will print a single number for megabytes of occupied space. If you change the $3 to $2 in the awk command, you get the worst case summary of space, the maximum size of all the lvols.&lt;BR /&gt; &lt;BR /&gt;So for 10 servers and 2 backups for each server plus 1 backup in progress), you'll need about 200GB to 900GB of storage, much more if vg00 is very large. I would allocate at least 1000GB to start and after several backups, look at the the free space on the backup server and adjust as needed.&lt;BR /&gt; &lt;BR /&gt;Note that you will need to create a separate mountpoint for /var/opt/ignite since you want to isolate the Ignite backups from the rest of the system.</description>
      <pubDate>Sat, 23 Oct 2010 20:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259920#M498548</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-10-23T20:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup new ignite server on PA servers ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259921#M498549</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can configure ignite server on PARISC or IA box.&lt;BR /&gt;&lt;BR /&gt;As you mentioned you have planned to use for 10 clients, so you may need around 3*2*10&lt;BR /&gt;&lt;BR /&gt;60GB space,here 3GB image space +2 is 2 image copy and 10 clients.&lt;BR /&gt;&lt;BR /&gt;for configuring ignite server refer below link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docstore.mik.ua/manuals/hp-ux/en/IUX/infolib.html" target="_blank"&gt;http://docstore.mik.ua/manuals/hp-ux/en/IUX/infolib.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Chandra&lt;BR /&gt;&lt;BR /&gt;Assigning points will motivate each one in this forum.&lt;BR /&gt;&lt;BR /&gt;chandra</description>
      <pubDate>Sun, 24 Oct 2010 04:26:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259921#M498549</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-10-24T04:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup new ignite server on PA servers ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259922#M498550</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;Very Very Thanks for your support.&lt;BR /&gt;&lt;BR /&gt;How much disk space required on ignite server, and but what is kind of this disk i can use it? &lt;BR /&gt;local disk&lt;BR /&gt;or&lt;BR /&gt;shared disk from SAN storge &lt;BR /&gt;or &lt;BR /&gt;both&lt;BR /&gt;&lt;BR /&gt;Thanks and Best Regards</description>
      <pubDate>Sun, 24 Oct 2010 10:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259922#M498550</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2010-10-24T10:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup new ignite server on PA servers ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259923#M498551</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;Very Very Thanks for your support.&lt;BR /&gt;&lt;BR /&gt;but what is kind of this disk i can use it? &lt;BR /&gt;local disk&lt;BR /&gt;or&lt;BR /&gt;shared disk from SAN storge &lt;BR /&gt;or &lt;BR /&gt;both&lt;BR /&gt;&lt;BR /&gt;Thanks and Best Regards</description>
      <pubDate>Sun, 24 Oct 2010 10:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259923#M498551</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2010-10-24T10:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup new ignite server on PA servers ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259924#M498552</link>
      <description>The Ignite server software does not care about the type of disk it uses: you can use both local and SAN disks. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 24 Oct 2010 11:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259924#M498552</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-10-24T11:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup new ignite server on PA servers ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259925#M498553</link>
      <description>The ammount of disk space needed for Ignite net recovery archives varies quite a bit by:&lt;BR /&gt;&lt;BR /&gt;- how many versions of the archives you keep, the default is 2&lt;BR /&gt;&lt;BR /&gt;- how many volume groups you include, most folks do just the root volume group&lt;BR /&gt;&lt;BR /&gt;- the version of HPUX running on the clients, which OE you are using, extra optional SW installed, etc.&lt;BR /&gt;&lt;BR /&gt;My images require ~ 2-6 GB per client per image.  The smallest ones are running simple 11.11 setups.  The biggest ones are running 11.31 with all SW installed on Itanium clients and some extra data disks.&lt;BR /&gt;&lt;BR /&gt;Because the size needs can vary, and are usually large, I'd say many people use SAN disks for this.</description>
      <pubDate>Mon, 25 Oct 2010 16:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259925#M498553</guid>
      <dc:creator>Scot Bean</dc:creator>
      <dc:date>2010-10-25T16:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup new ignite server on PA servers ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259926#M498554</link>
      <description>Hi Nijad,&lt;BR /&gt;&lt;BR /&gt;No matter from where ur taking disk space from internal disk or from storage, its doest affect. Size matter as ur taking ignite of more no server.&lt;BR /&gt;&lt;BR /&gt;Hope this solves ur qery.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vishnu Khandare</description>
      <pubDate>Mon, 25 Oct 2010 16:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259926#M498554</guid>
      <dc:creator>vishnu.khandare</dc:creator>
      <dc:date>2010-10-25T16:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup new ignite server on PA servers ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259927#M498555</link>
      <description>Thanks For All</description>
      <pubDate>Tue, 26 Oct 2010 03:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-new-ignite-server-on-pa-servers/m-p/5259927#M498555</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2010-10-26T03:54:48Z</dc:date>
    </item>
  </channel>
</rss>

