<?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 How to verify whether AUTOSYS is installed on the UNIX Box in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236010#M890646</link>
    <description>All,&lt;BR /&gt;&lt;BR /&gt;How can I verify whether Autosys is installed on the HP UX box and what version is installed?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank You,&lt;BR /&gt;&lt;BR /&gt;Suman Kumar</description>
    <pubDate>Wed, 31 Mar 2004 17:29:49 GMT</pubDate>
    <dc:creator>Suman_7</dc:creator>
    <dc:date>2004-03-31T17:29:49Z</dc:date>
    <item>
      <title>How to verify whether AUTOSYS is installed on the UNIX Box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236010#M890646</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;How can I verify whether Autosys is installed on the HP UX box and what version is installed?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank You,&lt;BR /&gt;&lt;BR /&gt;Suman Kumar</description>
      <pubDate>Wed, 31 Mar 2004 17:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236010#M890646</guid>
      <dc:creator>Suman_7</dc:creator>
      <dc:date>2004-03-31T17:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify whether AUTOSYS is installed on the UNIX Box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236011#M890647</link>
      <description>There are few ways.&lt;BR /&gt;ps -ef | grep autosys (processes running under the autosys user)&lt;BR /&gt;Ps -ef | grep event (This is the autosys event daemon, autosys will not be running without it)&lt;BR /&gt;&lt;BR /&gt;Find the actual executables, depending on the installation they could be anywhere.  These will be in a directory called /something/autosys/bin&lt;BR /&gt;The existence of a /etc/auto.profile file &lt;BR /&gt;Running 'autosc' will give you the year of the product. We have 4.5 which is 2003. You most likely have version 4</description>
      <pubDate>Wed, 31 Mar 2004 17:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236011#M890647</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-31T17:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify whether AUTOSYS is installed on the UNIX Box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236012#M890648</link>
      <description>Thank You for yoru reply. I can see the process is running.&lt;BR /&gt;&lt;BR /&gt;We have 3 environments in one BOX. I requested to install Autosys on the development env. How can I make sure that this installed for the development env.?&lt;BR /&gt;&lt;BR /&gt;Thank You,&lt;BR /&gt;Suman</description>
      <pubDate>Wed, 31 Mar 2004 19:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236012#M890648</guid>
      <dc:creator>Suman_7</dc:creator>
      <dc:date>2004-03-31T19:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify whether AUTOSYS is installed on the UNIX Box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236013#M890649</link>
      <description>The event daemon will tell you what the autosys database is. The default is "ACE", but I use "PRD" for ours. We have an oracle database that is called "AUTOSYS" that runs also. I cannot however tell you if yours is production or development given I don't know your site. What are you intending to use the package for ? As an example We use ours as a plug in for Peoplesoft.</description>
      <pubDate>Wed, 31 Mar 2004 20:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236013#M890649</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-31T20:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify whether AUTOSYS is installed on the UNIX Box</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236014#M890650</link>
      <description>One thing.  Looking at the process tree will only work if you are looking for the Autosys server.  If you're looking to see if the agent autosys is running on your system (under the control of another server), you should be looking for the process auto_remote.  The easiest way is to search your filesystems for auto_remote (default location is /usr/local/bin).  Also, /etc/services will have a line similiar to the following:&lt;BR /&gt;&lt;BR /&gt;auto_remote 5280/tcp</description>
      <pubDate>Thu, 01 Apr 2004 07:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-verify-whether-autosys-is-installed-on-the-unix-box/m-p/3236014#M890650</guid>
      <dc:creator>Gary L. Paveza, Jr.</dc:creator>
      <dc:date>2004-04-01T07:50:09Z</dc:date>
    </item>
  </channel>
</rss>

