Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Good day. I don't generally perform installs myself, but it seems to me that you need to set the environment variable 'LD_LIBRARY_PATH' to include the location of the ICU files. Since the message says its not set, you could add it to the sb9adm account profile. The lines in the profile would look like this: LD_LIBRARY_PATH=/path_to_where_the_ICU_files_are_f ound; export LD_LIBRARY_PATH; Then log back in (or . ~/.profile), and the cleanipc commands should work. See also: https://service.sap.com/sap/support/notes/823941 If LD_LIBRARY_PATH had already had a value set, you'd have to add the 2nd directory path like this instead: LD_LIBRARY_PATH=/path_to_where_the_ICU_files_are_f ound:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; You can check the values of all environment variables with the command 'set'. Regards.
| | | ---------------Original Message--------------- From: Sridhar Arjunan Sent: Wednesday, August 24, 2011 10:23 AM Subject: Netweaver 7.3 installing: Start Instance Dear Friends, I am facing some issue in the Netweaver installation in the step 21 START INSTANCE. I am installing this on Sun Solaris with Max DB and I am very new to this admin platform. sapinst_dev.log TRACE 2011-08-24 18:37:08.564 Function setMessageIdOfExceptionMessage: nw.progress.waitingForStartABAPFailed ERROR 2011-08-24 18:37:08.568 CJSlibModule::writeError_impl() CJS-30149 ABAP processes of instance SB9/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:10 minutes. Giving up. ERROR 2011-08-24 18:37:09.125 [sixxcstepexecute.cpp:937] FCO-00011 The step start with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_Sys tem|ind|ind|ind|ind|onehost|0|NW_CI_Instance|ind|ind| ind|ind|ci|0|NW_CI_Instance_Start|ind|ind|ind|ind| auto.id:2|0|start was executed with status ERROR ( Last error reported by the step: ABAP processes of instance SB9/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:10 minutes. Giving up.). div_disp: Es2ResCreate: Changed resource parameters to filenamePrefix = /tmp/ blockSizeKB = 1024 KB initialSizeMB = 240 MB extendSizeMB = 120 MB maxSizeMB = 5640 MB Es2GetNumberOfFileSlots: -> 46 files Es2ResLocSlotInit: init slot 0 Es2GetNumberOfFileSlots: -> 46 files Es2ResCreateFiles: Initialize the memory of resource slot 0 to 240 MB Es2GetNumberOfFileSlots: -> 24 files Es2ResCreateFiles: Using fileslot 0 of resource in slot 0 (240 MB) Es2IResCreate: Create /SAP_ES2_00_000 (240 MB) *** ERROR => Es2IResCreate: open /SAP_ES2_00_000 failed. File already exists. If no SAP processes are running any more, you can clean up stale resources with cleanipc. (17: File exists) [es2ux.c 402] *** ERROR => Es2ResCreateFiles: Es2IResCreate failed [es2xx.c 1320] Es2ResDestroy: Destroy resource slot 0 Es2GetNumberOfFileSlots: -> 0 files Es2ResLocSlotClear: clear slot 0 Es2ResSlotClear: clear slot 0 *** ERROR => Es2ResCreate: Es2ResCreateFiles failed [es2xx.c 1503] *** ERROR => DpEmInit: Es2ResCreate (1) [dpxxdisp.c 10424] *** ERROR => DpMemInit: DpEmInit (-1) [dpxxdisp.c 10271] *** DP_FATAL_ERROR => DpSapEnvInit: DpMemInit *** DISPATCHER EMERGENCY SHUTDOWN *** I did following things. sb9adm > cleanipc 00 sb9adm > cleanipc 00 remove sb9adm > cleanipc 01 sb9adm > cleanipc 01 remove root# /usr/sap/SB9/DVEMBMGS00/exe/cleanipc 00 remove I am getting following result: Could not open the ICU common library. The following files must be in the path described by the environment variable "LD_LIBRARY_PATH": libicuuc.so.34, libicudata.so.34, libicui18n.so.34 [nlsui0.c 1537] pid = 15364 LD_LIBRARY_PATH is currently set to <not set> [nlsui0.c 1540] pid = 15364 Friends, thanks for your support. | | __.____._ Copyright © 2011 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | Waelz, Dean SAP Basis Helper
Posted helpful replies on 5 threads in a group to earn a Bronze Achievement Popular White Papers In the Spotlight SAP BusinessObjects: Dashboards and Analytics. Learn more about this Toobox.com Marketplace online course. _.____.__ |