<?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: Re : startup  and shutdown script for sap in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405150#M201603</link>
    <description>Vincent - just checking to see if that script worked for you - that is, if you were able to modify for your environment...</description>
    <pubDate>Thu, 21 Oct 2004 20:53:51 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-10-21T20:53:51Z</dc:date>
    <item>
      <title>Re : startup  and shutdown script for sap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405147#M201600</link>
      <description>Hi Guys,&lt;BR /&gt;    Does anyone have any sample of how to create a startup and shutdown script for sap in the rc level where hp unix is using to start and stop process ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vincent&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Oct 2004 10:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405147#M201600</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2004-10-21T10:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re : startup  and shutdown script for sap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405148#M201601</link>
      <description>#!/sbin/sh&lt;BR /&gt;# start/stop script for SAP PRD1&lt;BR /&gt;#&lt;BR /&gt;#LSNRCTL=/oracle/PRD1/bin/lsnrctl&lt;BR /&gt;LSNRCTL=/oracle/PRD1/817_64/bin/lsnrctl&lt;BR /&gt;PRD1_HOME=/home/PRD1adm&lt;BR /&gt;ORA_OWNER=oraprd1&lt;BR /&gt;SAP_OWNER=prd1adm&lt;BR /&gt;case "$1" in&lt;BR /&gt;  start_msg)&lt;BR /&gt;        echo "Start PRD1 subsystem"&lt;BR /&gt;        ;;&lt;BR /&gt;&lt;BR /&gt;  stop_msg)&lt;BR /&gt;        echo "Stop PRD1 subsystem"&lt;BR /&gt;        ;;&lt;BR /&gt;&lt;BR /&gt;  start)&lt;BR /&gt;        # Start the Oracle listener:&lt;BR /&gt;        # The following command assumes that the oracle login will not prompt the&lt;BR /&gt;        # user for any values&lt;BR /&gt;        /bin/su - $ORA_OWNER -c "$LSNRCTL start"&lt;BR /&gt;        /bin/su - $SAP_OWNER -c $PRD1_HOME/startsap_svr007_00&lt;BR /&gt;        ;;&lt;BR /&gt;  stop)&lt;BR /&gt;        # Stop the Oracle databases:&lt;BR /&gt;        # The following command assumes that the oracle login will not prompt the&lt;BR /&gt;        # user for any values&lt;BR /&gt;        /bin/su - $SAP_OWNER -c $PRD1_HOME/stopsap_svr007_00&lt;BR /&gt;        /bin/su - $ORA_OWNER -c "$LSNRCTL stop"&lt;BR /&gt;        ;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And attached as text..&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 21 Oct 2004 10:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405148#M201601</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-21T10:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re : startup  and shutdown script for sap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405149#M201602</link>
      <description>Hi Vincent,&lt;BR /&gt;&lt;BR /&gt;This link from itrc might help,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066028004" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066028004&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;the itrc doc id is UNX1000484.&lt;BR /&gt;&lt;BR /&gt;also take a look at the doc /usr/share/doc/start_up.txt on your system.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Oct 2004 10:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405149#M201602</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-10-21T10:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re : startup  and shutdown script for sap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405150#M201603</link>
      <description>Vincent - just checking to see if that script worked for you - that is, if you were able to modify for your environment...</description>
      <pubDate>Thu, 21 Oct 2004 20:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405150#M201603</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-21T20:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re : startup  and shutdown script for sap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405151#M201604</link>
      <description>Hi Geoff Wild,&lt;BR /&gt;   Thanks for sending the script, I will try it out next week and let you know the result. Thanks again. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vincent</description>
      <pubDate>Fri, 22 Oct 2004 10:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-startup-and-shutdown-script-for-sap/m-p/3405151#M201604</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2004-10-22T10:19:04Z</dc:date>
    </item>
  </channel>
</rss>

