Hello,
I'm trying to install Documentum Content Server 7.2 on a redhat linux 64bit.
When I execute serverSetup.bin -i swing I get the usage message,
Can anyone help?
Best Regards,
Nuno Feliciano
Your command line has "-iswing" as parameter, not "-i swing".
Hi Ingo,
I think it's supposed to be like this.
If I use the space I get the same result as not passing options
Are you using an emulator, i.e. xming?
Also make sure to use ./ i.e.
[dmadmin@xxxxx ]$ ./serverSetup.bin
Hi Ahmad,
I'm using xming.
I get the same behaviour if I don't use xming and just use a ssh remote client.
Also the same using ./
This just looks like I'm not using the correct syntax. But I think I'm using what the "usage" message is telling me. Right?
Nuno
Try without the -i swing argument, in xming.
[dmadmin@xxxxxxx]$ ./serverSetup.bin
It looks like the problem is related with X on this machine.
We're going to try to fix it, and then I'll update the issue.
The problem was solved.
It was an X issue, solved with the installation of libs.
Hi Nuno,
Good to know that you were able to find a solution.
The Community has a suggestion for you now
It would be really good to have more details on the solution, like what libraries were installed, in which locations and if any environment variable required editing...
This would benefit people facing the same issue that you did.
Thanks!
To solve the X issue on this specific RedHat machine, the following libs were installed:
libX11.i686 libXau.i686 libxcb.i686 libXext.i686 libXi.i686 libXtst.i686 libXrender.i686
The 32 bit ones were installed.
The 64 bit ones were updated.