How to check/restart the Webtier services deployed on a Linux machine
2 years ago
Originally Published: 2020-09-18
Article Number
000042501
Issue
1.Login as root into the webtier linux machine 
2. Check the status of the webtier two services or restart them  using the below 2 commands :
 
 root@webtier: ~  # /etc/init.d/rsaservmgr status/restart
RSA Webtier Server                                         [Running]
 
 root@webtier: ~  # /etc/init.d/rsabootstrapperservmgr status/restart
RSA Webtier Bootstrapper Server                            [Running]
 

 
 
Cause
- During the troubleshooting  we need to check or restart  the webtier services deployed on a linux machine 
Resolution
1.login as root into the webtier linux machine 
2. checkthe status of the webtier services or restart them  using the below 2 commands :
 
 root@webtier: ~  # /etc/init.d/rsaservmgr status/restart
RSA Webtier Server                                         [SHUTDOWN]
 
 root@webtier: ~  # /etc/init.d/rsabootstrapperservmgr status/restart
RSA Webtier Bootstrapper Server                            [SHUTDOWN]