This post is more than 5 years old
11 Legend
•
20.4K Posts
•
87.4K Points
0
1905
December 8th, 2009 11:00
Master agent - windows native install syntax
Hello guys,
I've deployed ECC 6.1 UB7 on my main server, now i am trying to install Master and Symmetrix agents on another server. On page 505 of "CC 6.1 Planning and Installation Guide Volume 1" it says to run setup as follows:
setup.exe /s /v"/qn CMDLINE=true
INSTALLDIR=
SERVERHOSTNAME_ORIP=
SERVERHOSTNAME_NAME=
[SERVER_PORT= ]
[SECURE_SERVER_PORT= ]
[MAPORT= ]
INSTALLHOSTAGENT=true
INSTALLORACLEAGENT=true
INSTALLCMAAGENT=true
INSTALLSYMMETRIXAGENT=true
INSTALLSDMAGENT=true
/L* "
what i don't understand is how do you run this ? Do you create a batch file with these lines and execute it or it's just one line. I tried both ways and neither one works. I did download WinNativeInstall package. Here is my file:
setup.exe /s /v"/qn CMDLINE=true
INSTALLDIR=C:\ECC
SERVERHOSTNAME_ORIP=10.1.1.4
SERVERHOSTNAME_NAME=ECCSERVER
INSTALLSYMMETRIXAGENT=true
/L* C:\ECC\install.log"
Next thing i decided to try to install Master agent from ECC 6.1 CD4. I installed MasterAgent.exe but the host will not show up in ECC Console. MGA.log file is full of error messages and the service itself will not stay running.
SDK 14:11:16 C P W 6360 (5.54 MB -112.000000K) DataCommSocketLibrary(10022)::select => Invalid
- argument.
SDK 14:11:17 C P F 7920 (5.60 MB 56.000000K) DataCommSocket::SetSSL => Setting SSL enabled to false
SDK 14:11:17 C P F 7920 (5.60 MB) CreateDataCommClient => Could not open client to eccserver:5799
SDK 14:11:17 C P W 7920 (5.60 MB) cecDataComm::Connect => Failed connecting to application at
- 'eccserver:5799'.
SDK 14:11:22 SDK 1 I E 7920 (5.60 MB) sstkb::init => Failed to retrieve config information,
- retrying...
MGA 14:11:22 MGA 1 I E 7920 (5.60 MB) Initializing SST => Unsuccessful call to SST init, automatic
- retry in 15 seconds
SDK 14:11:37 C P F 7920 (5.60 MB) DataCommSocket::SetSSL => Setting SSL enabled to false
SDK 14:11:37 C P F 7920 (5.60 MB) CreateDataCommClient => Could not open client to eccserver:5799
SDK 14:11:37 C P W 7920 (5.60 MB) cecDataComm::Connect => Failed connecting to application at
- 'eccserver:5799'.
Thank you for your help

