on 2012 Sep 25 3:45 AM
Hello All,
We are building a new system [NW 7.0 EHP2] using DB & CI export of existing portal system.
However we are getting below Error while Installation of target CI instance in Execute step and in phase "Install Common system files for
diagnostics Agent"
We have successfully installed SCS instance, and also imported the DB content too. [Distributed environment]
While importing the CI content we are facing below Error
============================================
An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > Distributed System > Based on AS Java > Central Instance ( Last error reported by the step: Execution of the command "/bin/csh -c "source /home/daaadm/.cshrc; env"" finished with status TST_ERROR.). :
Log files are written to
/software/TMP_CI1/sapinst_instdir/NW702/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS-JAVA/CI
INFO 2012-09-24 19:14:58.407 [syuxccuren.cpp:562]
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath& /software/TMP_CI1/sapinst_instdir/NW702/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS-JAVA/CI)
lib=syslib module=syslib
Working directory changed to /software/TMP_CI1/sapinst_instdir/NW702/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS-JAVA/CI.
INFO 2012-09-24 19:14:59.903 [syuxccuren.cpp:302]
CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroupInt)
lib=syslib module=syslib
Effective group id set to 308.
ERROR 2012-09-24 19:15:00.329
CJSlibModule::writeError_impl()
MUT-03010 Execution of the command "/bin/csh -c "source /home/daaadm/.cshrc; env"" finished with status TST_ERROR.
ERROR 2012-09-24 19:15:00.331
CJSlibModule::writeError_impl()
MUT-03010 Execution of the command "/bin/csh -c "source /home/daaadm/.cshrc; env"" finished with status TST_ERROR.
INFO 2012-09-24 19:15:00.333 [syuxccuren.cpp:302]
CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroupInt)
lib=syslib module=syslib
Effective group id set to 20103.
ERROR 2012-09-24 19:15:00.565 [sixxcstepexecute.cpp:937]
FCO-00011 The step copyScripts with step key |NW_Java_CI|ind|ind|ind|ind|0|0|NW_DiagnosticsAgent|ind|ind|ind|ind|diag_agt|0|NW_Unpack2|ind|ind|ind|ind|unpack|0|copyScripts was executed with status ERROR ( Last error reported by the step: Execution of the command "/bin/csh -c "source /home/daaadm/.cshrc; env"" finished with status TST_ERROR.).
===================================================================================
We have checked the log files under path /software/TMP_CI1/sapinst_instdir/NW702/LM/COPY/ORA/SYSTEM/DISTRIBUTED/AS-JAVA/CI
But we could not get much clue from it.
I have attached the screen shot and the logs to this discussion thread.
We have used below method while starting sapinst
1 : We have Logged in as root user,
2 : umask is set to 022
3 : We have used c shell
4 : sapinst is the latest from SMP
5 : The temporary directory has 1777 permission
6 : /home/daaadm as full permissions i.e. 777
Would you kindly help to solve this issue.
Thank you, Regards,
Girish Garje.
Request clarification before answering.
Hi,
You may follow below note:
1699127 - Installing SMD Agent fails during step updateProfiles
Cheers,
Nicholas Chang
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nicholas,
Issue Solved : Thanks a lot for your reply.
Solution was :
To switch to c shell I used below command and then it worked
1 : Login as root
2 : csh
3 : setenv SHELL /bin/csh
4 : continue with sapinst
Earlier I used to follow below steps to change the shell [when I was facing the issue]
1 : Login as root
2 : csh
3 : continue with sapinst
Thank you, Regards,
Girish Garje.
Hi ,
I have the same issue when installing Diagnostic agent 730 SP3. i get the below error..
Execution of the command "/bin/csh -c "source /home/ddaadm/.cshrc; env"" finished with status TST_ERROR.). :
I have tried the below... but the issue still persists.
1. To switch to c shell I used below command and then it worked
1 : Login as root
2 : csh
3 : setenv SHELL /bin/csh
4 : continue with sapinst
2. Note:1169801
-----------<D029385, 29/APR/10>---------------------------------------
Make sure that the csh scripts are up-to-date
SAPinst uses csh scripts during the installation to obtain the environment for user <sapsid>adm.
This is also true if user <sapsid>adm already exists from an earlier SAP system installation, and the shell of this user is not csh.
Before you start SAPinst, execute the following command as user <sapsid>adm to make sure that the csh scripts are up-to-date:
/bin/csh -c "source /<home>/<sid>adm/.cshrc;env"
Can you help.
Regards
Satyam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.