<?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: Estimate Time for Shutting/Starting Servers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219153#M466491</link>
    <description>&amp;gt;time to take for shutting&lt;BR /&gt;&lt;BR /&gt;Do you want a clean shutdown(1m), or just reboot(1m)?&lt;BR /&gt;Any clusters/Serviceguard involved?</description>
    <pubDate>Thu, 14 Jan 2010 04:32:59 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-01-14T04:32:59Z</dc:date>
    <item>
      <title>Estimate Time for Shutting/Starting Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219149#M466487</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;A simple query.&lt;BR /&gt;&lt;BR /&gt;I would like to know, the approximate/estimate time to take for shutting the hp-ux servers and also the starting.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Swetha&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jan 2010 02:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219149#M466487</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-14T02:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate Time for Shutting/Starting Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219150#M466488</link>
      <description>depends upon server, which model.&lt;BR /&gt;well it does not take much, for superdomes it can take lil longer else normal server comes up maximum in 20minutes.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Thu, 14 Jan 2010 02:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219150#M466488</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-01-14T02:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate Time for Shutting/Starting Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219151#M466489</link>
      <description>Hi Kapil,&lt;BR /&gt;&lt;BR /&gt;The server models are rp8440 and rp7440.&lt;BR /&gt;&lt;BR /&gt;May i know the estimate time separately.&lt;BR /&gt;&lt;BR /&gt;Only shutdown process (halting the server)&lt;BR /&gt;&lt;BR /&gt;Only startup process after poweron.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Swetha&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jan 2010 02:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219151#M466489</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-14T02:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate Time for Shutting/Starting Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219152#M466490</link>
      <description>There is no way to predict the stop and start times. There is a fixed time from power on or server reset but the exact time (2 mins, 10 mins, etc) depends on the amount of RAM (1GB or 256GB), the number of I/O cards, and the number of disks or LUNs presented to the server. These hardware test times have to be measured for each of your servers. If you don't change the hardware, that time will remain constant.&lt;BR /&gt; &lt;BR /&gt;Next are all the startup and shutdown scripts. Some take a couple of seconds, others may take several minutes, and especially large database and application programs. These may take 10 to 40 minutes to startup. So unless you know the time for each section of startup, all you can do is guess that it will take 3mins to 40mins to startup. Shutdown is similar although usually shorter that startup.&lt;BR /&gt; &lt;BR /&gt;The best way to measure the start/stop time is to add a timestamp in front of each script. To do this, edit the file:&lt;BR /&gt; &lt;BR /&gt;/sbin/rc.utils&lt;BR /&gt; &lt;BR /&gt;Around line 610-620, there is a line that looks like this:&lt;BR /&gt; &lt;BR /&gt;echo "----------------------------" &amp;gt;&amp;gt; $LOGFILE&lt;BR /&gt; &lt;BR /&gt;Change this line to:&lt;BR /&gt; &lt;BR /&gt;echo "---------------------------- $(date)" &amp;gt;&amp;gt; $LOGFILE&lt;BR /&gt; &lt;BR /&gt;Then modify the second command around line 740, just like the previous line. From now, the startup and shutdown steps will be logged with a timestamp in /etc/rc.log.i&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jan 2010 03:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219152#M466490</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-01-14T03:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate Time for Shutting/Starting Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219153#M466491</link>
      <description>&amp;gt;time to take for shutting&lt;BR /&gt;&lt;BR /&gt;Do you want a clean shutdown(1m), or just reboot(1m)?&lt;BR /&gt;Any clusters/Serviceguard involved?</description>
      <pubDate>Thu, 14 Jan 2010 04:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219153#M466491</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-01-14T04:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate Time for Shutting/Starting Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219154#M466492</link>
      <description>I want to take a clean shutdown.&lt;BR /&gt;&lt;BR /&gt;Yes, clusters (2node) are involved.</description>
      <pubDate>Thu, 14 Jan 2010 05:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219154#M466492</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-14T05:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate Time for Shutting/Starting Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219155#M466493</link>
      <description>IMHO you can only measure this, but nobody can tell you now.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It depends on what the server is, what the server has and what is installed and many other things.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For example, some time ago I booted a server during an installation with about 30 open FC ports (no cable) - took about 45 minutes to load the kernel+selftests+booting up to init 3.</description>
      <pubDate>Thu, 14 Jan 2010 05:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219155#M466493</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-01-14T05:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate Time for Shutting/Starting Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219156#M466494</link>
      <description>He Swetha,&lt;BR /&gt;&lt;BR /&gt;What I have felt is if you shudown all applications like service guard, oracle and other, before actually shutting down the machine your machine would go down on an average in 20-30minutes.&lt;BR /&gt;&lt;BR /&gt;To come up since it would start the applications and would check hardware and other booting process it may take from 30-45 minutes for the models you have.&lt;BR /&gt;ofcourse if everthing is fine :)&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Thu, 14 Jan 2010 05:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219156#M466494</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-01-14T05:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Estimate Time for Shutting/Starting Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219157#M466495</link>
      <description>Thank you all!! :-)</description>
      <pubDate>Thu, 14 Jan 2010 07:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/estimate-time-for-shutting-starting-servers/m-p/5219157#M466495</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-14T07:20:19Z</dc:date>
    </item>
  </channel>
</rss>

