<?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 ignit backup automatically in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignit-backup-automatically/m-p/5390867#M497676</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;BR /&gt;we have ignite server, and there are 60 servers connected to it. currently we are backing up manually doing make net recovery command. how can automate the command inside cron job or scriptes to take the make_net_recovery for the 60 servers evry two weeks.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 15 Nov 2011 11:35:42 GMT</pubDate>
    <dc:creator>itrc55</dc:creator>
    <dc:date>2011-11-15T11:35:42Z</dc:date>
    <item>
      <title>ignit backup automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignit-backup-automatically/m-p/5390867#M497676</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;BR /&gt;we have ignite server, and there are 60 servers connected to it. currently we are backing up manually doing make net recovery command. how can automate the command inside cron job or scriptes to take the make_net_recovery for the 60 servers evry two weeks.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Nov 2011 11:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignit-backup-automatically/m-p/5390867#M497676</guid>
      <dc:creator>itrc55</dc:creator>
      <dc:date>2011-11-15T11:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: ignit backup automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignit-backup-automatically/m-p/5390891#M497677</link>
      <description>&lt;P&gt;Some more information would be helpfull but let's start. Without a central job scheduling you will have to use cron or similar, so best way would be building a wrapper script and distribute this to all server in the same place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configure your server, excludes, logging, etc. in that wrapper script and add it to cron&amp;nbsp;distributing the load evenly to all systems, 60 systems, max 14 days, = 5 jobs per day - so it would like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System 1:&lt;/P&gt;&lt;PRE&gt;0 1 1,15 * * /RECOVERY/make_ignite_recovery&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System 2:&lt;/P&gt;&lt;PRE&gt;0 5 1,15 * * /RECOVERY/make_ignite_recovery&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System 3:&lt;/P&gt;&lt;PRE&gt;0 9 1,15 * * /RECOVERY/make_ignite_recovery&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System 4:&lt;/P&gt;&lt;PRE&gt;0 13 1,15 * * /RECOVERY/make_ignite_recovery&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System 5:&lt;/P&gt;&lt;PRE&gt;0 17 1,15 * * /RECOVERY/make_ignite_recovery&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Job 6, so next day&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System 1:&lt;/P&gt;&lt;PRE&gt;0 1 2,16 * * /RECOVERY/make_ignite_recovery&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hth,&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2011 12:12:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignit-backup-automatically/m-p/5390891#M497677</guid>
      <dc:creator>Stephan.</dc:creator>
      <dc:date>2011-11-15T12:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: ignit backup automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignit-backup-automatically/m-p/5390901#M497678</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thanks, but still i not understand the 15 or 16 on this 0 1 1,15 * *&lt;BR /&gt;&lt;BR /&gt;and i have other question how to install OS on other servers by using ignite server ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 15 Nov 2011 12:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignit-backup-automatically/m-p/5390901#M497678</guid>
      <dc:creator>itrc55</dc:creator>
      <dc:date>2011-11-15T12:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: ignit backup automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignit-backup-automatically/m-p/5391031#M497679</link>
      <description>&lt;P&gt;The entries in the crontab file are as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;minute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The minute of the hour, 0-59&lt;BR /&gt;hour&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The hour of the day, 0-23&lt;BR /&gt;monthday&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The day of the month, 1-31&lt;BR /&gt;month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The month of the year, 1-12&lt;BR /&gt;weekday&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The day of the week, 0-6, 0=Sunday&lt;BR /&gt;command to run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is derived from the crontab man page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To install the OS, have a read through the Ignite manual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Main Ignite-UX page: &lt;A target="_blank" href="http://h71028.www7.hp.com/enterprise/w1/en/os/hpux11i-system-management-ignite-ux.html?jumpid=ex_r1533_us/en/large/tsg/go_ignite-ux"&gt;http://h71028.www7.hp.com/enterprise/w1/en/os/hpux11i-system-management-ignite-ux.html?jumpid=ex_r1533_us/en/large/tsg/go_ignite-ux&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignite docs: &lt;A target="_blank" href="http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;taskId=101&amp;amp;prodClassId=10008&amp;amp;contentType=SupportManual&amp;amp;docIndexId=64255&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=4077173"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;taskId=101&amp;amp;prodClassId=10008&amp;amp;contentType=SupportManual&amp;amp;docIndexId=64255&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=4077173&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignite Admin Guide: &lt;A target="_blank" href="http://h20000.www2.hp.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF&amp;amp;prodSeriesId=4077173&amp;amp;targetPage=http%3A%2F%2Fbizsupport1.austin.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc02942303%2Fc02942303.pdf"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF&amp;amp;prodSeriesId=4077173&amp;amp;targetPage=http%3A%2F%2Fbizsupport1.austin.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc02942303%2Fc02942303.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignit-backup-automatically/m-p/5391031#M497679</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2011-11-15T14:22:17Z</dc:date>
    </item>
  </channel>
</rss>

