Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rommel_oli
Contributor II
Contributor II

Installation Failed

I am installing Replicate and got the below error.  Anyone encountered this before and what could be the possible root cause and fix? 

 

starting service areplicate ...
Failed to start service areplicate, service areplicate is not running
warning: %post(areplicate-6.6.0-177.x86_64) scriptlet failed, exit status 10

Labels (1)
1 Solution

Accepted Solutions
KellyHobson
Support
Support

@dayakar2kb 

Example command with debug enabled:

debug=true nocredentials=true verbose=true iport=3550 rport=3552 rpm -ivh areplicate-6.6.0-904.x86_64.rpm

This will give you the trace output and more info on where error occurring.

Thanks,

Kelly 

View solution in original post

6 Replies
Madhavi_Konda
Support
Support

Hi,
Is this a fresh install?Did you install rpm file as a root user?
Please try to run your install [verbose=true|debug=true] by prefixing this on
Command: It will give you more details about the command failure.
[user=user] [group=group] [verbose=true|debug=true]
[nocredentials=true] [data=replicate_data_directory] rpm -i[vh] [--
prefix dirname] areplicate-<version-build>.x86_64.rpm [--nodeps]
[iport=number] [rport=number]

Ex:
user=mike group=sales verbose=true rpm -i[vh] --prefix /opt/mydir/
areplicate-6.4.0-102.x86_64.rpm iport=1024 rport=1025


Note:The Attunity Replicate/lib directory must precede the /usr/lib64 directory
in the LD_LIBRARY_PATH environment variable.

Please verify $LD_LIBRARY_PATH as well if it has replicate lib directory.

Thanks,
Madhavi

 

rommel_oli
Contributor II
Contributor II
Author

Madhavi,

Yes this is a fresh install and I am installing it as root. Should I set the LD library path in the root user as well? 

 

Rommel

Anismohamed32
Partner - Contributor III
Partner - Contributor III

Hi, Any update on how this issue was resolved ?

 

dayakar2kb
Contributor
Contributor

anyone has solution for it?

Steve_Nguyen
Support
Support

@dayakar2kb ,, see Madhavi_Konda post.

 

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
KellyHobson
Support
Support

@dayakar2kb 

Example command with debug enabled:

debug=true nocredentials=true verbose=true iport=3550 rport=3552 rpm -ivh areplicate-6.6.0-904.x86_64.rpm

This will give you the trace output and more info on where error occurring.

Thanks,

Kelly