public:8084_issue:cbs_service_on_linux_not_automatically_starting_after_a_server_reboot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
public:8084_issue:cbs_service_on_linux_not_automatically_starting_after_a_server_reboot [2020/08/07 15:50]
yuk.cheng created
public:8084_issue:cbs_service_on_linux_not_automatically_starting_after_a_server_reboot [2020/08/07 16:10]
yuk.cheng [Cause]
Line 23: Line 23:
 ===== Problem Description ===== ===== Problem Description =====
 <​html>​ <​html>​
-When an AhsayCBS server ​running is newer versions of the following Linux distributions,​ for example CentOS ​v8, Red Hat Enterprise ​v8, or Ubuntu 20.04 LTS. After the server is rebooted or shutdown/​started both the AhsayCBS and NFS services are not automatically started up. +When an AhsayCBS ​v8 server ​installed on newer versions of the following Linux distributions,​ for example CentOS ​8, Red Hat Enterprise ​8, or Ubuntu 20.04 LTS. After the server is rebooted or shutdown/​started both the AhsayCBS and NFS services are not automatically started up. 
 <br/> <br/>
 <br/> <br/>
Line 29: Line 29:
 <br/> <br/>
 <ul> <ul>
-<​li><​font color=black>​AhsayCBS service - /​usr/​local/​cbs/​bin/​startup.sh</​font></​li>​ +<​li><​font color=black>​AhsayCBS service - <b>/​usr/​local/​cbs/​bin/​startup.sh</b></​font></​li>​ 
-<​li><​font color=black>​NFS service - /​usr/​local/​cbs/​nfs/​bin/​startup.sh</​font></​li>​+<​li><​font color=black>​NFS service - <b>/​usr/​local/​cbs/​nfs/​bin/​startup.sh</b></​font></​li>​
 </ul> </ul>
 </​html> ​ </​html> ​
Line 36: Line 36:
 ===== Cause ===== ===== Cause =====
 <​html>​ <​html>​
-This issue related to an issue with the AhsayCBS installation script and the Linux systemd utility (systemctl)+This issue related to a problem ​with the AhsayCBS ​v8 installation script and the Linux systemd utility (systemctl).
 </​html>​ </​html>​
  
Line 47: Line 47:
 <​li><​font color=black>​Run the following commands:</​font></​li>​ <​li><​font color=black>​Run the following commands:</​font></​li>​
 <ul> <ul>
-<​li><​font color=black>​systemctl enable cbs</​font></​li>​ +<​li><​font color=black><b>​systemctl enable cbs</b></​font></​li>​ 
-<​li><​font color=black>​systemctl enable cbsnfs</​font></​li>​+<​li><​font color=black><b>​systemctl enable cbsnfs</b></​font></​li>​
 </​ul> ​ </​ul> ​
-<​li><​font color=black>​Reboot the server to verify the services are running.</​font></​li>​+<​li><​font color=black>​Reboot the server.</​font></​li>​ 
 +<​br/>​ 
 +<​li><​font color=black>​After the server is online use the following commands ​to verify the services are running.</​font></​li>​
 </ol> </ol>
 </​html>​ </​html>​
 +<​code>​
 +Example:
 +=======
 +# ps -ef| grep java
 +root        1372       1 12 10:26 ?        00:01:19 /​usr/​local/​cbs/​java/​bin/​java -Djava.util.logging.config.file=/​usr/​local/​cbs/​conf/​logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.library.path=/​usr/​local/​cbs/​lib/​LinX64 -DCATALINA_PID=/​var/​run/​obsr.pid -Xrs -Xms512m -Xmx2048m -Xss384k -XX:​MetaspaceSize=96m -XX:​MaxMetaspaceSize=256m -XX:​MaxDirectMemorySize=512m -XX:​NewRatio=3 -XX:​SurvivorRatio=32 -XX:​MinHeapFreeRatio=20 -XX:​MaxHeapFreeRatio=80 -XX:​+PrintGCDetails -XX:​+PrintGCDateStamps -XX:​+UseConcMarkSweepGC -XX:​+UseCMSInitiatingOccupancyOnly -XX:​CMSInitiatingOccupancyFraction=85 -XX:​+ScavengeBeforeFullGC -XX:​+CMSScavengeBeforeRemark -Dsun.net.inetaddr.ttl=3600 -Dnetworkaddress.cache.ttl=3600 -Dsun.net.inetaddr.negative.ttl=300 -Dnetworkaddress.cache.negative.ttl=300 -Dsun.nio.PageAlignDirectMemory=true -Djava.net.preferIPv4Stack=true -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=conf/​logging.properties -Dtc.work.path=work -Dtc.log.path=logs -Djavax.servlet.context.tempdir=work -Djdk.nio.maxCachedBufferSize=262144 -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Dignore.endorsed.dirs= -classpath /​usr/​local/​cbs/​tomcat/​bin/​bootstrap.jar:/​usr/​local/​cbs/​tomcat/​bin/​tomcat-juli.jar -Dcatalina.base=/​usr/​local/​cbs -Dcatalina.home=/​usr/​local/​cbs/​tomcat -Djava.io.tmpdir=/​usr/​local/​cbs/​temp org.apache.catalina.startup.Bootstrap start
 +root        2006    1996  0 10:36 pts/0    00:00:00 grep --color=auto java
 +#
 +#
 +# ps -ef|grep nfs
 +root         ​723 ​      ​1 ​ 0 10:25 ?        00:00:00 /​usr/​local/​cbs/​nfs/​bin/​NfsLinX64 -logfile /​usr/​local/​cbs/​nfs/​log/​debug.log -pidfile /​var/​run/​cbsnfs.pid
 +root        2009    1996  0 10:37 pts/0    00:00:00 grep --color=auto nfs
 +</​code>​
  
 ===== Keywords ===== ===== Keywords =====
 systemctl, Centos, Red Hat Enterprise, Ubuntu, install, cbs services, nfs service systemctl, Centos, Red Hat Enterprise, Ubuntu, install, cbs services, nfs service
public/8084_issue/cbs_service_on_linux_not_automatically_starting_after_a_server_reboot.txt · Last modified: 2021/12/14 02:21 by anna.olalia

Page Tools