Hi
Our primary PI (let it be servA) failed and we go to another server (servB). PI instance name XIP
Dirs /usr/sap/XIP, /sapmnt/XIP was copied succesfully. I made changes in profiles.
Startup on servB is:
xipadm> startsap r3
Checking XIP Database
Database is running
-------------------------------------------
Starting Startup Agent sapstartsrv
OK
Instance Service on host sapfs started
-------------------------------------------
starting SAP Instance SCS00
Startup-Log is written to /home/xipadm/startsap_SCS00.log
-------------------------------------------
/usr/sap/XIP/SCS00/exe/sapcontrol -prot NI_HTTP -nr 00 -function Start
Instance on host sapfs started
Starting Startup Agent sapstartsrv
OK
Instance Service on host sapfs started
-------------------------------------------
starting SAP Instance DVEBMGS03
Startup-Log is written to /home/xipadm/startsap_DVEBMGS03.log
-------------------------------------------
/usr/sap/XIP/DVEBMGS03/exe/sapcontrol -prot NI_HTTP -nr 03 -function Start
Instance on host sapfs started
But after that I can`t login to http://192.168.234.90:50300/ It`s say:
503 Service not available
--------------------------------------------------------------------------------
Error: -6
Version: 7200
Component: ICM Java
Date/Time: Tue Jul 2 14:30:19 2013
Module: http_j2ee2_mt.c
Line: 867
Server: sapfs_XIP_03
Error Tag: {0002007b}
Detail: connection to Java Server Nodes not possible (Java Startup Framework not initialized)
In file dev_bootstrap error:
...
[Thr 140498394384128] Tue Jul 2 14:39:25 2013
F [Thr 140498394384128] *** LOG => SfCJavaVm: exit hook is called. (rc = 503)
F
F ********************************************************************************
F *** ERROR => Java node 'Instance_bootstrap' terminated with exit code 503.
F ***
F *** Please see section 'Java program exit codes'
F *** in SAP Note 1316652 for additional information and trouble shooting advice.
F ********************************************************************************
F
F [Thr 140498394384128] *** LOG => exiting (exitcode 503, retcode 1).
M [Thr 140498394384128] CCMS: CCMS Monitoring Cleanup finished successfully.
In file jvm_bootstrap.ou0:
* Initializing DB connection...
SecStoreFS object initialized.
setDefaultFilenames () called, filename = "/usr/sap/XIP/SYS/global/security/data/SecStore.properties".
File version = "7.00.000.001", software version = "7.00.000.001".
File version = "7.00.000.001", software version = "7.00.000.001".
setDefaultKeyFilename () called, filename = "/usr/sap/XIP/SYS/global/security/data/SecStore.key".
Check record okay.
Existing store opened.
File version = "7.00.000.001", software version = "7.00.000.001".
Entering setDefaultsFromProperties()
com.sap.sql.trace.j2ee.cnt is 10
com.sap.sql.trace.j2ee.limit is 10000000
Exiting setDefaultsFromProperties()
Component: [internal/unkown] of type [unkown]
Message: [Exception occurred:]
com.sap.engine.bootstrap.SynchronizationException: Database connection initialization failed. Check if the database is running
<------>at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:84)
<------>at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:69)
<------>at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:221)
<------>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
<------>at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
<------>at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
<------>at java.lang.reflect.Method.invoke(Method.java:592)
<------>at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
I thing I need to change the server name (from A to B) somewhere inside JAVA. I think I need configtool but I can`t lauch it from vncserver:
xipadm> ./configtool.sh
INFO: Loading tool launcher...
INFO: [OS: Linux] [VM vendor: SAP AG] [VM version: 5.1.052] [VM type: SAP Java Server VM]
INFO: Main class to start: "com.sap.engine.configtool.visual.ConfigTool"
INFO: Loading 16 JAR files: [./lib/sap.com~tc~je~offlineconfiguration~impl.jar, ./lib/sap.com~tc~je~configtool.jar, ./lib/sap.com~tc~bl~deploy~controller~offline_phase_asm.jar, ./lib/sap.com~tc~exception~impl.jar, ./lib/jdbc.jar, ./lib/sap.com~tc~bl~offline_launcher~impl.jar, ./lib/sap.com~tc~sec~secstorefs~java~core.jar, ./lib/sap.com~tc~bl~config~impl.jar, ./lib/sap.com~tc~bl~gui~impl.jar, ./lib/sap.com~tc~sapxmltoolkit~sapxmltoolkit.jar, ./lib/sap.com~tc~logging~java~impl.jar, ./lib/sap.com~tc~bl~sl~utility~impl.jar, ./lib/sap.com~tc~je~configuration~impl.jar, ./lib/sap.com~tc~je~cachegui.jar, ./lib/sap.com~tc~bl~opensql~implStandalone.jar, ./lib/sap.com~tc~bl~iqlib~impl.jar]
INFO: Start
And nothing happen.
How can I run configtool and where I need change a servername? Can I do it directly in filesystem files?