PDA

View Full Version : Problem in installation


varun
10.08.2010, 09:30
Hello,
I have tried to install SOPERA Infrastructure server with the help of bin/sopinstall.sh -i.
It is giving error in the last step.
Error is :

Info: Adding group sopgrp
Error: Execution of command as user uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(di sk),10(wheel) in /opt/SOPera1:
groupadd sopgrp
returned error code: 127

and generated output:
/opt/SOPera1/Deployment/bin/deployment_lib.sh: line 580: groupadd: command not found
Info: /opt/SOPera1/Deployment/bin/create_users_and_groups.sh - Aborting. (127)
Error: Execution of command as user uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(di sk),10(wheel) in /opt/SOPera1:
/bin/sh /opt/SOPera1/Deployment/bin/create_users_and_groups.sh -b /opt/SOPera1 -v ''
returned error code: 127
Info: /opt/SOPera1/Deployment/install/scripts/customize.sh - Aborting. (127)
Info: sh - Aborting. (127)
Error: finalize for SOPwDeployment had a problem.
Info: bin/sopinstall.sh - Aborting. (1)

Java version used is : jdk1.6.0_14
If anybody have solution to this problem then please respond.
Thanks in advance. :)

zubairov
10.08.2010, 10:12
Hello,

I guess the problem is in the shell, what kind of OS you are using, what shell?
Our installation scripts (I assume you are using SOPERA 3.3) for Linux operating systems were tested on CetnOS (RedHat), Solaris, Ubuntu and with little changes on Mac OS X. My suggestion would be to try following:

- Use bash as a shell.
- If you are running them as root try non-root version (the new users and groups are not created if you are non-root user)

Renat

varun
10.08.2010, 11:38
I'm using Fedora 11.
I've tried to install as non root user but now facing the below problem :

Error: Problem while processing /home/Tanuja/Download/Setups/REG-REP/SOPERA_3_3_0_B_330_01/Binaries/unix/SOPinstall/request_scripts/Deployment/install/scripts/request.sh
Info: bin/sopinstall.sh - Aborting. (1)

Thanks for you help.
Can you please tell me that out of below 3 installation

* SOPERA Participant Server (P)
* SOPERA Infrastructure Server (I)
* SOPERA Additional Components (A)

Can I install Infrastructure server directly?

zubairov
10.08.2010, 16:23
What shell are you using?

Can I install Infrastructure server directly?

No the same installer is used for all products.

Renat

varun
13.08.2010, 08:56
bash shell..

zubairov
17.08.2010, 10:21
Hello varun,

Could you please provider more detailed description with details about your target environment and the error message. When possible with log files.

BTW this could also help in formulating questions:

http://catb.org/esr/faqs/smart-questions.html

Renat