<?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: Startup Sevice during boot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632463#M237917</link>
    <description>Hi Robson ,&lt;BR /&gt;&lt;BR /&gt;Here is a good doc , that explains the RC startup process at boot time, and hopefully u can put the sybase script .&lt;BR /&gt;&lt;BR /&gt;1. /etc/rc.config.d/your_file    [Configuration file ]&lt;BR /&gt;&lt;BR /&gt;2. /sbin/init.d/your_file  [ Execution file ]&lt;BR /&gt;&lt;BR /&gt;3. /sbin/rc#.d/SXXX   [ Execution script Link]&lt;BR /&gt;&lt;BR /&gt;4. /sbin/rc(#-1).d/K(1000-XXX)..  [ Stop script]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help ..&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Thu, 22 Sep 2005 11:08:08 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2005-09-22T11:08:08Z</dc:date>
    <item>
      <title>Startup Sevice during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632460#M237914</link>
      <description>I don´t have experience with HP-UX...so I need help about startup service during the boot.&lt;BR /&gt;My problem:&lt;BR /&gt;&lt;BR /&gt;We have a HP-UX Server running Sybase (Datebase) and it service needs to be UP every time that the HP-UX start (or restart).&lt;BR /&gt;I need to do a script to automatic this service during the boot.&lt;BR /&gt;Where Can I put this script to run the Sybase automatic? /etc/rc ??&lt;BR /&gt;And a script manual?&lt;BR /&gt;We don´t have a rc.local file in HP-UX. Isn´t right?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 22 Sep 2005 09:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632460#M237914</guid>
      <dc:creator>Robson Menezes</dc:creator>
      <dc:date>2005-09-22T09:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Sevice during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632461#M237915</link>
      <description>Have a look at this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=959103" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=959103&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Torsten</description>
      <pubDate>Thu, 22 Sep 2005 09:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632461#M237915</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-09-22T09:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Sevice during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632462#M237916</link>
      <description>To start at run level 3 on the way up&lt;BR /&gt;To stop at run level 2 on the way down&lt;BR /&gt;&lt;BR /&gt;cd /sbin/rc3.d&lt;BR /&gt;&lt;BR /&gt;ln -s /sbin/init.d/sybasestart S800startsybase&lt;BR /&gt;&lt;BR /&gt;cd /sbin/rc2.d&lt;BR /&gt;&lt;BR /&gt;ln -s /sbin/init.d/sybasestart K200stopsybase&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d&lt;BR /&gt;&lt;BR /&gt;There is a script called template there.&lt;BR /&gt;&lt;BR /&gt;Copy that to sybasestart&lt;BR /&gt;&lt;BR /&gt;Modify it so it switches to the sybase user id(the id that owns the binaries) and starts the database.&lt;BR /&gt;&lt;BR /&gt;I am assuming sybase provided scripts to start the database.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 22 Sep 2005 09:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632462#M237916</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-22T09:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Sevice during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632463#M237917</link>
      <description>Hi Robson ,&lt;BR /&gt;&lt;BR /&gt;Here is a good doc , that explains the RC startup process at boot time, and hopefully u can put the sybase script .&lt;BR /&gt;&lt;BR /&gt;1. /etc/rc.config.d/your_file    [Configuration file ]&lt;BR /&gt;&lt;BR /&gt;2. /sbin/init.d/your_file  [ Execution file ]&lt;BR /&gt;&lt;BR /&gt;3. /sbin/rc#.d/SXXX   [ Execution script Link]&lt;BR /&gt;&lt;BR /&gt;4. /sbin/rc(#-1).d/K(1000-XXX)..  [ Stop script]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help ..&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Thu, 22 Sep 2005 11:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632463#M237917</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-22T11:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Sevice during boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632464#M237918</link>
      <description>Hi Robson ,&lt;BR /&gt;&lt;BR /&gt;Here is a good doc , that explains the RC startup process at boot time, and hopefully u can put the sybase script .&lt;BR /&gt;&lt;BR /&gt;1. /etc/rc.config.d/your_file    [Configuration file ]&lt;BR /&gt;&lt;BR /&gt;2. /sbin/init.d/your_file  [ Execution file ]&lt;BR /&gt;&lt;BR /&gt;3. /sbin/rc#.d/SXXX   [ Execution script Link]&lt;BR /&gt;&lt;BR /&gt;4. /sbin/rc(#-1).d/K(1000-XXX)..  [ Stop script]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help ..&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Thu, 22 Sep 2005 11:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-sevice-during-boot/m-p/3632464#M237918</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-22T11:08:51Z</dc:date>
    </item>
  </channel>
</rss>

