<?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 Startup File in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203784#M22124</link>
    <description>Hello Gurus,&lt;BR /&gt;&lt;BR /&gt;Can I put the following line in /etc/inittab file, to execute during the server reboot, on one of my Tru64 node?&lt;BR /&gt;&lt;BR /&gt;rclocal:3:wait:/etc/rc.local&lt;BR /&gt;&lt;BR /&gt;Where, I have /etc/rc.local file which have files to execute?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 23 May 2008 17:12:41 GMT</pubDate>
    <dc:creator>Qcheck</dc:creator>
    <dc:date>2008-05-23T17:12:41Z</dc:date>
    <item>
      <title>Startup File</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203784#M22124</link>
      <description>Hello Gurus,&lt;BR /&gt;&lt;BR /&gt;Can I put the following line in /etc/inittab file, to execute during the server reboot, on one of my Tru64 node?&lt;BR /&gt;&lt;BR /&gt;rclocal:3:wait:/etc/rc.local&lt;BR /&gt;&lt;BR /&gt;Where, I have /etc/rc.local file which have files to execute?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 23 May 2008 17:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203784#M22124</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2008-05-23T17:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Startup File</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203785#M22125</link>
      <description>I think that probably it will work. You can also:&lt;BR /&gt;&lt;BR /&gt;Create an init script and put it on /sbin/init.d&lt;BR /&gt;&lt;BR /&gt;Add the commands to /etc/rc.inet</description>
      <pubDate>Sun, 25 May 2008 14:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203785#M22125</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-05-25T14:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Startup File</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203786#M22126</link>
      <description>Yes, you can confirm with manpage of 'inittab'...&lt;BR /&gt;&lt;BR /&gt;  Each line in the inittab file contains an entry that has four fields; each field is separated by a colon. There is no limit to the number of entries in the inittab file. The entry syntax is as follows:&lt;BR /&gt;&lt;BR /&gt;       Identifier:Runlevel:Action:Command&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2008 02:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203786#M22126</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-05-26T02:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Startup File</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203787#M22127</link>
      <description>yes it will work</description>
      <pubDate>Mon, 26 May 2008 05:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203787#M22127</guid>
      <dc:creator>vjta</dc:creator>
      <dc:date>2008-05-26T05:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Startup File</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203788#M22128</link>
      <description>your option (rc.local)is better than probably putting various lines in inittab file.&lt;BR /&gt;Some file looks good when they are small ;).&lt;BR /&gt;&lt;BR /&gt;Anyways both method will work.&lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Tue, 27 May 2008 06:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203788#M22128</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2008-05-27T06:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Startup File</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203789#M22129</link>
      <description>the normal way to add startup scripts is to place it in /sbin/init.d&lt;BR /&gt;(It's nice if it has start/stop/restart sections)&lt;BR /&gt;and add a link (S&lt;NUMBER&gt;&lt;ID&gt; for start and K&lt;NUMBER&gt;&lt;ID&gt; for stop) in /sbin/rc&lt;X&gt;.d ; &lt;X&gt; depending in wich runlevel you want it started in.&lt;BR /&gt;&lt;BR /&gt;edditing inittab may be overwritten when upgrading to an newer version (not very likely when V5.1b)&lt;/X&gt;&lt;/X&gt;&lt;/ID&gt;&lt;/NUMBER&gt;&lt;/ID&gt;&lt;/NUMBER&gt;</description>
      <pubDate>Wed, 18 Jun 2008 07:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/startup-file/m-p/4203789#M22129</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2008-06-18T07:14:36Z</dc:date>
    </item>
  </channel>
</rss>

