<?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: Customize ignite server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385562#M349477</link>
    <description>Hello Kehad&lt;BR /&gt;&lt;BR /&gt;I use a script like this one to create from a central point ignite archive on different servers, storing recovery info on an Ignite Server and storing image on a NFS server  (Ognite server and NFS server can be the same ..)&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;[ $# -ne 2 ] &amp;amp;&amp;amp; echo $0 CLIENT SERVER &amp;amp;&amp;amp; exit 2&lt;BR /&gt;&lt;BR /&gt;CLIENT=$1&lt;BR /&gt;SERVER=$2&lt;BR /&gt;&lt;BR /&gt;echo "Remote launch of a recovery of $CLIENT on Ignite $SERVER"&lt;BR /&gt;remsh $CLIENT -n "/opt/ignite/bin/make_net_recovery -x inc_entire=vg00 -Avvvvv -s $SERVER -n 2 -a srvnfs:/Images_Ignite/${CLIENT}'" &amp;gt; /var/SAFE_&lt;BR /&gt;ADMIN/bckp_srv/logs_Ignite_${CLIENT}_`date +'%d%m%y-%H%M'`&lt;BR /&gt;&lt;BR /&gt;CLIENT is the name of the server to backup&lt;BR /&gt;SERVER is the name of teh server holding recovery configs (you can do one week SEREVR1 and next SERVER2)&lt;BR /&gt;In the scrip srvnfs is the NSF server that will strore the images ..&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Mar 2009 13:09:39 GMT</pubDate>
    <dc:creator>RUET</dc:creator>
    <dc:date>2009-03-23T13:09:39Z</dc:date>
    <item>
      <title>Customize ignite server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385557#M349472</link>
      <description>Guru's,&lt;BR /&gt;&lt;BR /&gt;I do not want my ignite server to save the ignite archives in the default location (/var/opt/ignite/).&lt;BR /&gt;&lt;BR /&gt;I have created a 25GB LUN on the EVA and a new VG and LV (mount point=/ignite) for all 8 HPUX servers to store there ignite archives.&lt;BR /&gt;&lt;BR /&gt;points to be awarded.&lt;BR /&gt;&lt;BR /&gt;kehad</description>
      <pubDate>Mon, 23 Mar 2009 11:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385557#M349472</guid>
      <dc:creator>Kehad Snydewel</dc:creator>
      <dc:date>2009-03-23T11:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Customize ignite server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385558#M349473</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My ignite "archives" fs&lt;BR /&gt;&lt;BR /&gt;# bdf /var/opt/ignite/recovery&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol8    4710400 3811088  892320   81% /var&lt;BR /&gt;&lt;BR /&gt;bdf /var/opt/ignite/recovery/archives&lt;BR /&gt;/dev/vgvarignite/lvrecovery&lt;BR /&gt;                   114855936 93696512 20994184   82% /var/opt/ignite/recovery/archives&lt;BR /&gt;&lt;BR /&gt;rgs&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 12:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385558#M349473</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2009-03-23T12:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Customize ignite server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385559#M349474</link>
      <description>Hi Kehad,&lt;BR /&gt;&lt;BR /&gt;As per the man page, you can specifiy the alternate archive directory with -a option in the commandline.&lt;BR /&gt;&lt;BR /&gt;-a archive_server:archive_directories</description>
      <pubDate>Mon, 23 Mar 2009 12:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385559#M349474</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-23T12:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Customize ignite server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385560#M349475</link>
      <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;Another possiblity is create a symbolic link between /ignite and /var/opt/ignite.</description>
      <pubDate>Mon, 23 Mar 2009 12:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385560#M349475</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-23T12:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Customize ignite server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385561#M349476</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;See docs:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-1999/5992-1999.pdf" target="_blank"&gt;http://docs.hp.com/en/5992-1999/5992-1999.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;info library:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/IUX/infolib.html" target="_blank"&gt;http://docs.hp.com/en/IUX/infolib.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;types of config files:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-90153/apbs03.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-90153/apbs03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Per client configuration.&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5992-5309/ch13s05.html" target="_blank"&gt;http://www.docs.hp.com/en/5992-5309/ch13s05.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What you want to do is make /ignite an NFS share, by editing /etc/exports and sharing /ignite This will let you store make_net_recovery archives. By default nfs is configured and working though you will need to restart nfs.core and nfs.server to do a new share.&lt;BR /&gt;&lt;BR /&gt;1 response, should meet your needs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 23 Mar 2009 12:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385561#M349476</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-23T12:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Customize ignite server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385562#M349477</link>
      <description>Hello Kehad&lt;BR /&gt;&lt;BR /&gt;I use a script like this one to create from a central point ignite archive on different servers, storing recovery info on an Ignite Server and storing image on a NFS server  (Ognite server and NFS server can be the same ..)&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;[ $# -ne 2 ] &amp;amp;&amp;amp; echo $0 CLIENT SERVER &amp;amp;&amp;amp; exit 2&lt;BR /&gt;&lt;BR /&gt;CLIENT=$1&lt;BR /&gt;SERVER=$2&lt;BR /&gt;&lt;BR /&gt;echo "Remote launch of a recovery of $CLIENT on Ignite $SERVER"&lt;BR /&gt;remsh $CLIENT -n "/opt/ignite/bin/make_net_recovery -x inc_entire=vg00 -Avvvvv -s $SERVER -n 2 -a srvnfs:/Images_Ignite/${CLIENT}'" &amp;gt; /var/SAFE_&lt;BR /&gt;ADMIN/bckp_srv/logs_Ignite_${CLIENT}_`date +'%d%m%y-%H%M'`&lt;BR /&gt;&lt;BR /&gt;CLIENT is the name of the server to backup&lt;BR /&gt;SERVER is the name of teh server holding recovery configs (you can do one week SEREVR1 and next SERVER2)&lt;BR /&gt;In the scrip srvnfs is the NSF server that will strore the images ..&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 13:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385562#M349477</guid>
      <dc:creator>RUET</dc:creator>
      <dc:date>2009-03-23T13:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Customize ignite server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385563#M349478</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;thanks for all your replies. i will look into this tomorrow and revert back to you all.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 23 Mar 2009 14:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/customize-ignite-server/m-p/4385563#M349478</guid>
      <dc:creator>Kehad Snydewel</dc:creator>
      <dc:date>2009-03-23T14:17:26Z</dc:date>
    </item>
  </channel>
</rss>

