DX NetOps

 View Only

 Spectrum: How to disable Tomcat start by processd.pl?

MARUBUN SUPPORT's profile image
MARUBUN SUPPORT posted Jun 18, 2025 03:47 AM

Hello,

- OS:RHEL9.5
- Product: Spectrum 24.3.9
- Test env: ss01lab (SpectroSERVER), oc01lab (OneClick)

Our understanding is that both Tomcat and WebTomcat are started by processd.pl.
We'd like to avoid the usage of stopWebTomcat.sh if possible.

How can we disable only the WebTomcat start?

Regards,

MARUBUN

Catalin Farcasanu's profile image
Catalin Farcasanu

Those are available only as spectrum installation owner user. It would be assumed that one that has access to spectrum owner account know what it is doing and additional control/disable of running of processes should not be attempted. That is, if I understood correctly the request.

MARUBUN SUPPORT's profile image
MARUBUN SUPPORT

Hi Catalin,

We do not use WebTomcat, then would not like to start it.
How can we disable only the WebTomcat start?

Thanks,

MARUBUN

Rajani Bayapati's profile image
Rajani Bayapati

Do changes for WebTomcat alone in processed.cfg , It should restrict AutoStart of it

Catalin Farcasanu's profile image
Catalin Farcasanu
nmsadmin@spectrum:/opt/CA/spectrum/lib/SDPM/partslist $ cat WEBTOMCAT.idb
#Processd Install Ticket for WebTomcat Server.
PARTNAME;WEBTOMCAT;
APPNAME;WebTomcat;
WORKPATH;$SPECROOT/webtomcat;
LOGNAMEPATH;$WORKPATH/bin/WEBTOMCAT_SERVICED.out;
ADMINPRIVS;y;
AUTORESTART;y;
AUTOBOOTSTART;y;
#STATEBASED;N;
NUMPROCS;1; // one per host
RETRYTIMEOUT;600; // 10 minutes
TICKETUSER;nmsadmin;
RETRYMAX;5;     // 5 retries allowed
STARTPRIORITY;10;
SERVERPROCESS;Y;
#ENV;<var>=<value>;
ARGV;$SPECROOT/bin/serviceDaemon -f $WORKPATH/bin/webtomcat_serviced.conf;
nmsadmin@spectrum:/opt/CA/spectrum/lib/SDPM/partslist $
 
Change the value to N.