<?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: System Startup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787821#M78834</link>
    <description>Marty,&lt;BR /&gt;&lt;BR /&gt;Starting OpC agent processes (opcagt).&lt;BR /&gt;Output from "/sbin/rc3.d/S941opcagt start":&lt;BR /&gt;----------------------------&lt;BR /&gt;OpC Agent processes successfully started.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Fri, 16 Aug 2002 15:31:48 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2002-08-16T15:31:48Z</dc:date>
    <item>
      <title>System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787806#M78819</link>
      <description>&lt;BR /&gt;                         Why is opcagt started during startup when&lt;BR /&gt;                         the config file says the default is no and I&lt;BR /&gt;                         don't even have&lt;BR /&gt;                         OpC/ITO/whateverit'scalledthisweek?&lt;BR /&gt;                         This happens in both 11.0 and 11i. &lt;BR /&gt;&lt;BR /&gt;                         Pete</description>
      <pubDate>Fri, 16 Aug 2002 13:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787806#M78819</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T13:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787807#M78820</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You can check two files:&lt;BR /&gt;/etc/rc.config.d/opcagt - edit and make sure you disabled all processes.&lt;BR /&gt;/sbin/init.d/opcagt - move or rename this if not needed.</description>
      <pubDate>Fri, 16 Aug 2002 14:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787807#M78820</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-16T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787808#M78821</link>
      <description>Sajid,&lt;BR /&gt;&lt;BR /&gt;Trust me, I've checked them.  The comments in the config file say the default is no, yet the parameter is set to 1 (yes).  I'm wondering why there is this discrepancy and whether there is any harm in turning it off.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 14:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787808#M78821</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T14:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787809#M78822</link>
      <description>Does the start-script has the line: . /etc/rc.config  ?&lt;BR /&gt;&lt;BR /&gt;The /etc/rc.config reads all /etc/rc.config.d/ for all the variables.. is the variable 'no' or '0'.... you say 'no', but it should be 0.&lt;BR /&gt;&lt;BR /&gt;Look at this example:&lt;BR /&gt;VAR=no&lt;BR /&gt;if [ $VAR ]&lt;BR /&gt;then print Starting&lt;BR /&gt;else print No-start&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;The result is: 'Starting', although $VAR equals 'no'.&lt;BR /&gt;Solution: VAR=0&lt;BR /&gt;&lt;BR /&gt;If this isn't the case, please tell us.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Fri, 16 Aug 2002 14:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787809#M78822</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-16T14:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787810#M78823</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;HP built me  a new rp5450 and a new rp7400.  By default, the OpC is on.  Since my systems have nothing to do with OpenView, I turned them off.  I noticed that it did no harm to the system but it takes lots of time to initialize at bootup.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Fri, 16 Aug 2002 14:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787810#M78823</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-08-16T14:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787811#M78824</link>
      <description>Ceesjan,&lt;BR /&gt;&lt;BR /&gt;The variable is set to 1 - my question is why? and what am I going to mess up by setting it to 0.&lt;BR /&gt;&lt;BR /&gt;Hai,&lt;BR /&gt;&lt;BR /&gt;That's what I was looking for - it sounds like I can turn it off with no ill effects.  I'm going to hold up on your points for a bit, but you'll get them, don't worry.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 14:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787811#M78824</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T14:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787812#M78825</link>
      <description>Likely, you have some other OpenView modules installed:&lt;BR /&gt;1. Omniback (omni) &lt;BR /&gt;2. Perfview (pv) &lt;BR /&gt;3. Measureware (mwa) &lt;BR /&gt;4. IT/O agent (opcagt) &lt;BR /&gt;5. Openview (ov300|ov500) &lt;BR /&gt;These modules are related to each other. Even a simple Glance (like Perview) belongs to the package.&lt;BR /&gt;If you will shutdown opcagt, the parts 4,5 will not work. If you have installed Measureware later, it can trigger the start of the related module IT/O.&lt;BR /&gt;Omniback and Perfview will work just fine without opcagt.&lt;BR /&gt;Assuming you do not use ITO intensivly, just turn opcagt off.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Fri, 16 Aug 2002 14:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787812#M78825</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-16T14:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787813#M78826</link>
      <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;Just curious, is opcagt being on causing an issue with your system or performance?&lt;BR /&gt;Or is this more of a curiousity issue?&lt;BR /&gt;&lt;BR /&gt;If it's curiousity, I'd be more inclined to just leave it on until it can be researched rather than risk possible problems.&lt;BR /&gt;&lt;BR /&gt;Kel&lt;BR /&gt;(I'm curious tho' so I'll research a bit myself, time permitting.)</description>
      <pubDate>Fri, 16 Aug 2002 14:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787813#M78826</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2002-08-16T14:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787814#M78827</link>
      <description>Ceesjan,&lt;BR /&gt;&lt;BR /&gt;Thanks, that's what I was looking for.  I've got GlancePlus and Omniback and didn't want to mess up any of the other OpenView stuff trying to get rid of the opcagt.&lt;BR /&gt;&lt;BR /&gt;Bunnies are forthcoming.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 14:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787814#M78827</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T14:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787815#M78828</link>
      <description>Kelli,&lt;BR /&gt;&lt;BR /&gt;It's a curiosity that's been bugging me for better than a year - I'm leaving it on while I'm doing this research.  Stay tuned.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 14:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787815#M78828</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T14:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787816#M78829</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;I am curious. What do you get when you type "/opt/OV/bin/OpC/opctemplate"?&lt;BR /&gt;&lt;BR /&gt;Are you using ITO?&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 16 Aug 2002 15:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787816#M78829</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-16T15:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787817#M78830</link>
      <description>Marty,&lt;BR /&gt;&lt;BR /&gt;"and I&lt;BR /&gt;                                               don't even have&lt;BR /&gt;                                               OpC/ITO/whateverit'scalledthisweek?"&lt;BR /&gt;&lt;BR /&gt;so what I get when I type that in is "not found"&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 15:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787817#M78830</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T15:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787818#M78831</link>
      <description>You can turn it off. The agent isn't doing anything and you are just wasting time during startup.&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 16 Aug 2002 15:19:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787818#M78831</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-16T15:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787819#M78832</link>
      <description>Marty,&lt;BR /&gt;&lt;BR /&gt;My sentiments exactly.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 15:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787819#M78832</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T15:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787820#M78833</link>
      <description>Curious: What kind of messages are you getting in /etc/rc.log?&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 16 Aug 2002 15:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787820#M78833</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-16T15:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787821#M78834</link>
      <description>Marty,&lt;BR /&gt;&lt;BR /&gt;Starting OpC agent processes (opcagt).&lt;BR /&gt;Output from "/sbin/rc3.d/S941opcagt start":&lt;BR /&gt;----------------------------&lt;BR /&gt;OpC Agent processes successfully started.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 15:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787821#M78834</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T15:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787822#M78835</link>
      <description>Hmmm. I would have thought you would get an error message since ITO is not installed. Does "ps -ef | grep opc" give anything?&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 16 Aug 2002 15:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787822#M78835</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-16T15:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787823#M78836</link>
      <description>Marty,&lt;BR /&gt;&lt;BR /&gt;psg opc&lt;BR /&gt;    root  2085  2070  0  Aug  5  ?         4:09 opcmsga&lt;BR /&gt;    root  2070     1  0  Aug  5  ?         0:19 opcctla -start&lt;BR /&gt;    root  2088  2070  0  Aug  5  ?         7:22 opcle&lt;BR /&gt;    root  2090  2070  0  Aug  5  ?         0:02 opcmsgi&lt;BR /&gt;    root  2086  2070  0  Aug  5  ?         1:54 opcacta&lt;BR /&gt;    root  2092  2070  0  Aug  5  ?         0:00 opcuisrv&lt;BR /&gt;    root  2089  2070  0  Aug  5  ?         4:12 opcmona&lt;BR /&gt;&lt;BR /&gt;It's obviously starting some stuff.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 15:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787823#M78836</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T15:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787824#M78837</link>
      <description>Hi Pete&lt;BR /&gt;On my systems also by defauls it was on and alway runing. Since we do not use OV here, I turned it of. set "OPCAGT=0"&lt;BR /&gt;in /etc/rc.config.d/opcagt file.&lt;BR /&gt;If you do not care of using openview agents to comminucate to ITO or any other monitoring software, you may turn it off.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Fri, 16 Aug 2002 15:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787824#M78837</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-08-16T15:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: System Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787825#M78838</link>
      <description>Marty,&lt;BR /&gt;&lt;BR /&gt;And, before you ask, swlist shows:&lt;BR /&gt;&lt;BR /&gt;swlist -l product |grep -i opc&lt;BR /&gt;  OVOPC-AGT             A.04.17        IT/Operations Agent&lt;BR /&gt;  OVOPC-SE              A.04.17        IT/Operations Special Edition Product&lt;BR /&gt;  OVOPC-SE-DOC          A.04.17        IT/Operations Special Edition Documentati&lt;BR /&gt;on&lt;BR /&gt;  OVOPC-SE-GUI          A.04.17        IT/Operations Special Edition Java UI&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 15:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-startup/m-p/2787825#M78838</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T15:38:53Z</dc:date>
    </item>
  </channel>
</rss>

