Linux version 2.6.18-308.11.1.el5 (mockbuild@hs20-bc2-3.build.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-52))
-bash-3.2$ ./wfa_ocsetup.sh /sbcimp/run/tp/sun/jre/v1.7.0_15-64bit/
Verifying archive integrity... All good.
Uncompressing WFA OnCommand Setup.....
*********************** Welcome to OnCommand Setup Utility for Linux ************************
* This utility enables remote read-only access to OnCommand(DFM) database
tables, access is granted only to non-sensitive tables of DFM schema
* It is recommended you override the default user credentials, if you do not
override, setup will grant access to the default user
* This utility requires a valid Java Runtime Environment(JRE)(6 or higher)
* Usage: './wfa_ocsetup.sh <PATH-TO-JRE>'
a. For OnCommand(DFM) versions which ship with Java (OC 5.0 or higher) you
can point the installer to the 'java' folder in your DFM installation
Example: './wfa_ocsetup.sh /opt/NTAPdfm/java'
b. For DFM versions which do not ship with Java (DFM 4.0.x or lower), you have
to install Java Runtime Environment separately, and point to that JRE
Example: './wfa_ocsetup.sh /usr/lib/jvm/default-java/jre'
*********************************************************************************************
******************** Please override the default credentials below **************************
Override DB Username [wfa] :
Override DB Password :
Default credentials will be used if not overridden
**************************** Start of response from the database ****************************
>>> Connecting to database
<<< Connected
=== Failed to drop user '' SQL Anywhere Error -154: Wrong number of parameters to function 'sp_droplogin'
Exception in thread "main" com.sybase.jdbc3.jdbc.SybSQLException: SQL Anywhere Error -131: Syntax error near ',' on line 1
at com.sybase.jdbc3.tds.Tds.a(Unknown Source)
at com.sybase.jdbc3.tds.Tds.nextResult(Unknown Source)
at com.sybase.jdbc3.jdbc.ResultGetter.nextResult(Unknown Source)
at com.sybase.jdbc3.jdbc.SybStatement.nextResult(Unknown Source)
at com.sybase.jdbc3.jdbc.SybStatement.nextResult(Unknown Source)
at com.sybase.jdbc3.jdbc.SybStatement.executeLoop(Unknown Source)
at com.sybase.jdbc3.jdbc.SybStatement.execute(Unknown Source)
at com.sybase.jdbc3.jdbc.SybStatement.execute(Unknown Source)
at com.netapp.wfa.ocsetup.a.c(Unknown Source)
at com.netapp.wfa.ocsetup.Main.main(Unknown Source)
***************************** End of response from the database *****************************
**************************************** End of Setup ***************************************
If I specify an account it completes without error:
-bash-3.2$ ./wfa_ocsetup.sh /sbcimp/run/tp/sun/jre/v1.7.0_15-64bit/
Verifying archive integrity... All good.
Uncompressing WFA OnCommand Setup.....
*********************** Welcome to OnCommand Setup Utility for Linux ************************
* This utility enables remote read-only access to OnCommand(DFM) database
tables, access is granted only to non-sensitive tables of DFM schema
* It is recommended you override the default user credentials, if you do not
override, setup will grant access to the default user
* This utility requires a valid Java Runtime Environment(JRE)(6 or higher)
* Usage: './wfa_ocsetup.sh <PATH-TO-JRE>'
a. For OnCommand(DFM) versions which ship with Java (OC 5.0 or higher) you
can point the installer to the 'java' folder in your DFM installation
Example: './wfa_ocsetup.sh /opt/NTAPdfm/java'
b. For DFM versions which do not ship with Java (DFM 4.0.x or lower), you have
to install Java Runtime Environment separately, and point to that JRE
Example: './wfa_ocsetup.sh /usr/lib/jvm/default-java/jre'
*********************************************************************************************
******************** Please override the default credentials below **************************
Override DB Username [wfa] :wfa
Override DB Password :
Default credentials will be used if not overridden
**************************** Start of response from the database ****************************
>>> Connecting to database
<<< Connected
*** Dropped existing 'wfa' user
=== Created user 'wfa'
>>> Granting access
<<< Granted access
***************************** End of response from the database *****************************
**************************************** End of Setup ***************************************