Yes, this is what I did :
C:\scServer3.3.0>snapcreator -profile setup
Welcome to the NetApp Snap Creator Framework!
Setup NetApp Snap Creator Framework Server (y|n): y
Enter serial number: xxxxxxxxxxxxxx
Please Enter GUI Administrator Username: snapcreator
Please Enter password for snapcreator:
Please Confirm password for snapcreator:
INFO: Updated NetApp Snap Creator Framework GUI
INFO: To start GUI please do the following:
cd C:/scServer3.3.0/gui
java -jar snapcreator.jar
or
java -jar snapcreator.jar -db_password <db_password> -db_port <db_port> -db_use
rname <db_username> -gui_port <gui_port>
INFO: To access NetApp Snap Creator Framework GUI goto "http://srvmgtnetapp01:80
80" or "http://srvmgtnetapp01:<gui_port>"
C:\scServer3.3.0>cd gui
C:\scServer3.3.0\gui>java -jar snapcreator.jar -gui_port 8888
Starting Derby Server
Testing if the Derby Server is up and running!
Derby Server now running
Got an embedded connection.
Testing embedded connection by executing a sample query
number of rows in sys.systables = 38
While my app is busy with embedded work, ij might connect like this:
$ java -Dij.user=me -Dij.password=pw -Dij.protocol=jdbc:derby://localhos
t:1527/ org.apache.derby.tools.ij
ij> connect 'snapcreator';
log4j:WARN No appenders could be found for logger (org.mortbay.log).
log4j:WARN Please initialize the log4j system properly.
Starting Jetty Server
Jetty Server Started on port: 8888
and I have the message I gave you when I try to log in snapcreator using my 'snapcreator' user.
Do I have to specify all the parameters at startup or -gui_port is sufficient ?
what are db_user db_password and db_port ??
thanks