gpUIServerTest [-p port] [server] java guinea.tools.remoteui.RemoteUIClient [-p port] [server]
The gpRemoteUIClient has the following parameters:
gpRemoteUIClient
To use host 'gpserver.foo.com' as the subject UI server:
gpUIServerTest gpserver.foo.com
To use host 'gpserver.foo.com' as the subject UI server and port number 5000:
gpUIServerTest -p 5000 gpserver.foo.comTo start the client from remote terminal that doesn't have GP system installed (either SGI or non-SGI), you'll have to start the client with command:
java guinea.tools.remoteui.RemoteUIClient -p 5000 gpserver.foo.comIt will do the same as in previous example. You'll also need to have the GP java class files and their location added to the Java class path. You can copy the java class files from GP home directory, copy the file named
guinea.jar
.