<?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: Control SA as start up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922225#M109799</link>
    <description>Hi (again) Jeff:&lt;BR /&gt;&lt;BR /&gt;I noticed that when i stopped the control-sa scripts it takes about 40 seconds to stop them. How did you handle this in your scripts??? Just curious??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David.</description>
    <pubDate>Wed, 19 Mar 2003 21:02:47 GMT</pubDate>
    <dc:creator>david_252</dc:creator>
    <dc:date>2003-03-19T21:02:47Z</dc:date>
    <item>
      <title>Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922220#M109794</link>
      <description>Hi team:&lt;BR /&gt;&lt;BR /&gt;We are going to have control Sa s/w on our 10.20 boxes and would like to have some inputs on making it as a startup script with no hup. Please send some inputs.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David.</description>
      <pubDate>Fri, 07 Mar 2003 15:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922220#M109794</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2003-03-07T15:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922221#M109795</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;We run it as well on our 11.0 systems.&lt;BR /&gt;I've already built tested &amp;amp; deployed these scripts.&lt;BR /&gt;When I get to work in a couple of hours, I'll show you how we do it.&lt;BR /&gt;&lt;BR /&gt;Stand by,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 07 Mar 2003 16:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922221#M109795</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-07T16:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922222#M109796</link>
      <description>Hi (again) David,&lt;BR /&gt;&lt;BR /&gt;As promised here's the Control-SA conf file that resides in /etc/rc.config.d&lt;BR /&gt;It's primary function is to toggle the autostart on/off.&lt;BR /&gt;&lt;BR /&gt;#!/sbin/sh&lt;BR /&gt;# @(#)ctsa config     B.02.20     09/18/97&lt;BR /&gt;#&lt;BR /&gt;# Control-SA Agent (CTSA) startup control&lt;BR /&gt;#&lt;BR /&gt;# To execute the Control-SA agent automatically at boot time, ensure the&lt;BR /&gt;# CTSA_START variable below is set to 1.  Any other value will disable&lt;BR /&gt;# Control-SA agent execution at bootup.  For values other than 1, Control-SA age&lt;BR /&gt;nt can be&lt;BR /&gt;# started after bootup is complete with the /systools/ctsa/control-sa/scripts/st&lt;BR /&gt;art-ctsa script.&lt;BR /&gt;#&lt;BR /&gt;# To start up Control-SA with special options, change the&lt;BR /&gt;# CTSA_START_COMMAND from its default value of "/systools/ctsa/control-sa/script&lt;BR /&gt;s/start_ctsa"&lt;BR /&gt;# to the desired value.&lt;BR /&gt;#&lt;BR /&gt;# WARNING: BE SURE TO MAINTAIN "" AROUND THE START COMMAND STRING&lt;BR /&gt;#          OR THE SCRIPT WILL NOT WORK!!!&lt;BR /&gt;#&lt;BR /&gt;# This file originally has CTSA_START set to 1.&lt;BR /&gt;#&lt;BR /&gt;CTSA_START=1&lt;BR /&gt;CTSA_START_COMMAND="su - hpuxp -c /systools/ctsa/control-sa/scripts/start-ctsa"&lt;BR /&gt;&lt;BR /&gt;Attached is the start/stop script from /sbin/init.d&lt;BR /&gt;We link it to S920ctsa in rc3.d &amp;amp; to K080ctsa in rc2.d&lt;BR /&gt;But you can use whatever value you desire. We put it high so it's one of the last scripts to run.&lt;BR /&gt;&lt;BR /&gt;We even took the further step &amp;amp; swpackaged the Control-SA install itself - mainly for version control. But for ease of installation as well. &lt;BR /&gt;I won't even start to describe just how difficult that process was.&lt;BR /&gt;And lucky me, I get to do it all over again - I just got the new version, 3.1.01, in &amp;amp; am in progress swpackaging it at this time. Should go quicker this time....I hope.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 07 Mar 2003 18:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922222#M109796</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-07T18:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922223#M109797</link>
      <description>Jeff:&lt;BR /&gt;&lt;BR /&gt;I have a question for you on control sa. I see three processes p_ctsco and p_ctssu and p_ctscd&lt;BR /&gt;The p_ctscd process seems to runaway always. Have you seen this issue??? even if i try to kill that it starts up again. finally when i did kill -9 it is gone. Can you advise please???&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David.</description>
      <pubDate>Mon, 17 Mar 2003 21:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922223#M109797</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2003-03-17T21:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922224#M109798</link>
      <description>Hi (again) David,&lt;BR /&gt;&lt;BR /&gt;Well, p_ctscd is the notification server (CD) for the Control-SA agent. It and the transaction server (CS) will normally not be started until the agent makes contact with the ESS server.&lt;BR /&gt;I'm not sure why it's running away on you, but might speculate that there is probably a Control-SA patch that needs to be applied.&lt;BR /&gt;Check with your BMC rep &amp;amp; ask what patch(es) have been issued since this version came out &amp;amp; see if you've applied them to your installation.&lt;BR /&gt;My p_ctscd does not runaway, but I'm current on Control-SA patches.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 17 Mar 2003 22:55:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922224#M109798</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-17T22:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922225#M109799</link>
      <description>Hi (again) Jeff:&lt;BR /&gt;&lt;BR /&gt;I noticed that when i stopped the control-sa scripts it takes about 40 seconds to stop them. How did you handle this in your scripts??? Just curious??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David.</description>
      <pubDate>Wed, 19 Mar 2003 21:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922225#M109799</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2003-03-19T21:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922226#M109800</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;If you look at my /sbin/init.d/ script again, you'll see that all I do is &lt;BR /&gt;&lt;BR /&gt;su - hpuxp -c "/systools/ctsa/control-sa/scripts/stop-ctsa"&lt;BR /&gt;&lt;BR /&gt;Which just runs their stop script as the appropriate user. I don't wait for anything &amp;amp; I haven't had a problem with the Control-SA processes stopping. But you're right they do take a little time to shut down. If you're concerned, you can just put an appropriate length sleep statement in there to cover the lag.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 19 Mar 2003 21:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922226#M109800</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-19T21:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922227#M109801</link>
      <description>Hi Jeff:&lt;BR /&gt;&lt;BR /&gt;Can you give me the part of postinstall (i suppose) where you add the ctsa id. Also do you set a passwd first 'coz when you do useradd it locks the a/c until the passwd is changed. Can you help?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;David.</description>
      <pubDate>Fri, 04 Apr 2003 13:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922227#M109801</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2003-04-04T13:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922228#M109802</link>
      <description>Hi (again) David,&lt;BR /&gt;&lt;BR /&gt;Attached is my postinstall (you were correct) script where I check for the presence of the user &amp;amp; the appropriate UID, GID &amp;amp; home dir &amp;amp; change them if not correct. It also adds the group &amp;amp; user if they don't exist.&lt;BR /&gt;It's last task is to start the CTSA install script.&lt;BR /&gt;Note that all the vars in the script are defined in the autoinst.ini file.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Apr 2003 15:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922228#M109802</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-04T15:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922229#M109803</link>
      <description>Jeff:&lt;BR /&gt;&lt;BR /&gt;A strange issue here. After reboot, the ctsa processes are not staying up. But when i go back and start them again, it stays up. I can't think of anything else except may be move the ctsa from rc3.d to rc4.d and try to reboot again. Did you encounter this issue? Any thoughts??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David.</description>
      <pubDate>Tue, 13 May 2003 13:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922229#M109803</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2003-05-13T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922230#M109804</link>
      <description>Add this to your startup script.&lt;BR /&gt;&lt;BR /&gt;env /tmp/sa.txt&lt;BR /&gt;&lt;BR /&gt;compare that after a boot the root env command after startup.&lt;BR /&gt;&lt;BR /&gt;Modify the script to correct discrepencies.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 13 May 2003 16:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922230#M109804</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-13T16:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922231#M109805</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;I don't think your last suggestion will make a difference.&lt;BR /&gt;&lt;BR /&gt;rc scripts pretty much run in the same environment, no matter the run level.&lt;BR /&gt;&lt;BR /&gt;The only exception to that statement is if there is some dependency not being met, ie some deamon that needs to be running and isn't in your current starting "lineup"&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 13 May 2003 17:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922231#M109805</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-13T17:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922232#M109806</link>
      <description>Steve:&lt;BR /&gt;&lt;BR /&gt;You were right on target. Moving the startup from rc3.d to rc4.d did not help. But the fact is we are using the same script in /etc/rc.config.d/ctsa and /sbin/init.d. I am not sure why the process does not stay UP on reboot, whereas it is able to if i manually start it using /sbin/init.d/ctsa start. Regarding you env test can you be more specific?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David.</description>
      <pubDate>Thu, 15 May 2003 17:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922232#M109806</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2003-05-15T17:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922233#M109807</link>
      <description>Deep apologies for the delay.  I'm in hyper mode of a production server rollout.&lt;BR /&gt;&lt;BR /&gt;On a working 10.20 server add this line to the startup script.&lt;BR /&gt;&lt;BR /&gt;/usr/bin/env &amp;gt; /tmp/notworking.txt&lt;BR /&gt;&lt;BR /&gt;After startup.&lt;BR /&gt;&lt;BR /&gt;/usr/bin/env &amp;gt; /tmp/working.txt&lt;BR /&gt;&lt;BR /&gt;use ftp or whateve to put the two files on the same machine.&lt;BR /&gt;&lt;BR /&gt;diff /tmp/working.txt /tmp/notworking.txt&lt;BR /&gt;&lt;BR /&gt;That will show the difference in the environment between the startup/rc script and a regular shell environment.&lt;BR /&gt;&lt;BR /&gt;If you assign the variables missing in the notworking.txt data to the startup script, you should get it to run.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another helpful hint is to do this to the startup script.&lt;BR /&gt;&lt;BR /&gt;/ias/product/1.0.2/6iserver/reports60_server start" &amp;gt;&amp;gt; $LOGFILE&lt;BR /&gt;&lt;BR /&gt;This example is for oracle, but it routes all of the output from the script into a text file for analysis after the fact.  Just set LOGFILE variable.&lt;BR /&gt;&lt;BR /&gt;I believe the command set -x in the startup script will give you even more copious diagnostic information.&lt;BR /&gt;&lt;BR /&gt;Sorry for the delay, let me know if I can help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 May 2003 18:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922233#M109807</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-15T18:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Control SA as start up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922234#M109808</link>
      <description>Jeff:&lt;BR /&gt;&lt;BR /&gt;I am doing Control SA on the 11.0 box (swpackage and push on all the boxes). we are using home-grown scripts for adding and deleting users and i suppose we have to use it with Control SA for adding login id's and removing them. Do you see any issue with this etup (we run NIS)?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;David&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 15:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-sa-as-start-up/m-p/2922234#M109808</guid>
      <dc:creator>david_252</dc:creator>
      <dc:date>2003-09-12T15:49:43Z</dc:date>
    </item>
  </channel>
</rss>

