<?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 DB Stop / Start in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/db-stop-start/m-p/3942010#M760509</link>
    <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I would like to stop / start the DB in a remote server for few minutes. Because I have to take cold Backup by flashing the image to Shadow SAN and from there it will go to tape .&lt;BR /&gt;&lt;BR /&gt;what are the possibility.&lt;BR /&gt;&lt;BR /&gt;1. No cron Job. ( as per policy it has been desisabled )&lt;BR /&gt;2. No Control M - Automated tool is running.&lt;BR /&gt;&lt;BR /&gt;3. But every week operator is stoping / starting&lt;BR /&gt;&lt;BR /&gt;4. My tought , is there any possibility of running a cmd from Batch server to DB &lt;BR /&gt;server to stop / start. No rsh / rlogin all disabled. But sftp is there. Is it possible to connect and run any script at the&lt;BR /&gt;DB server.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vijayakumar</description>
    <pubDate>Fri, 09 Feb 2007 12:21:52 GMT</pubDate>
    <dc:creator>Vijayakumar  S</dc:creator>
    <dc:date>2007-02-09T12:21:52Z</dc:date>
    <item>
      <title>DB Stop / Start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-stop-start/m-p/3942010#M760509</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I would like to stop / start the DB in a remote server for few minutes. Because I have to take cold Backup by flashing the image to Shadow SAN and from there it will go to tape .&lt;BR /&gt;&lt;BR /&gt;what are the possibility.&lt;BR /&gt;&lt;BR /&gt;1. No cron Job. ( as per policy it has been desisabled )&lt;BR /&gt;2. No Control M - Automated tool is running.&lt;BR /&gt;&lt;BR /&gt;3. But every week operator is stoping / starting&lt;BR /&gt;&lt;BR /&gt;4. My tought , is there any possibility of running a cmd from Batch server to DB &lt;BR /&gt;server to stop / start. No rsh / rlogin all disabled. But sftp is there. Is it possible to connect and run any script at the&lt;BR /&gt;DB server.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vijayakumar</description>
      <pubDate>Fri, 09 Feb 2007 12:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-stop-start/m-p/3942010#M760509</guid>
      <dc:creator>Vijayakumar  S</dc:creator>
      <dc:date>2007-02-09T12:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: DB Stop / Start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-stop-start/m-p/3942011#M760510</link>
      <description>I don't think you can run a script via sftp, but if ssh connections are allowed then that is definitely possible.&lt;BR /&gt;&lt;BR /&gt;# ssh remoteserver "command1 ; command2 ; etc"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2007 12:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-stop-start/m-p/3942011#M760510</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-02-09T12:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: DB Stop / Start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-stop-start/m-p/3942012#M760511</link>
      <description>Hi Patrick Wallek ,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick response.&lt;BR /&gt;&lt;BR /&gt;ssh is possible for normal support unix ids.&lt;BR /&gt;&lt;BR /&gt;But then I have to generate the keys for oracle user and test it.&lt;BR /&gt;&lt;BR /&gt;Could you give me more tips.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Vijayakumar S&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2007 12:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-stop-start/m-p/3942012#M760511</guid>
      <dc:creator>Vijayakumar  S</dc:creator>
      <dc:date>2007-02-09T12:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: DB Stop / Start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-stop-start/m-p/3942013#M760512</link>
      <description>Hi,&lt;BR /&gt;do not use keys for the dba-user at all.&lt;BR /&gt;&lt;BR /&gt;Install sudo.&lt;BR /&gt;Configure sudo to allow switch to the dba-user with shutdown and startup script.&lt;BR /&gt;This way, sudo will log which user has performed the action.&lt;BR /&gt;&lt;BR /&gt;You would connect (using personal key-based authetication) i.e. like&lt;BR /&gt;&lt;BR /&gt;ssh myuser@dbserver "do_backup_offline.sh"&lt;BR /&gt;&lt;BR /&gt;and do_backup_offline.sh contains&lt;BR /&gt;&lt;BR /&gt;sudo su - oradbauser -H csh -c "stopdb"&lt;BR /&gt;sudo execute_san_script&lt;BR /&gt;sudo su - oradbauser -H csh -c "startdb"&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 09 Feb 2007 13:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-stop-start/m-p/3942013#M760512</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2007-02-09T13:38:39Z</dc:date>
    </item>
  </channel>
</rss>

