#!/bin/sh # rconj script for Linux hosts # # Abstract: This script uses components of ConsoleOne for Linux and # the rconj for Windows to run rconj on Linux # # How to use this script # 1) Download and install ConsoleOne for Linux (see http://download.novell.com) # 2) Make a directory ./rconj. # Unzip /sys/java_ins/rconj.zip from a NetWare 5.1 CD into ./rconj # Unzip /nw51sp4/sys/java_ins/rconj.zip from NetWare 5.1 SP4 into ./rconj # If your servers need an updated rconag6 use the resulting system directory # to patch them. Otherwise delete ./rconj/system abd ./rconj/java as they're # not needed. # 3) Revise this script setting the values for RCONJ, C1, and MYJAVA as needed # RCONJ should point at the ./rconj directory you made in step 2 # C1 should point at the root of the ConsoleOne installation from step 1 # MYJAVA should point at a good JRE. You probably installed one as part of # step 1. # 4) run this script and enjoy your freedom. # # 2002-05-09 : Philip B Chase created based on work by Eric Duncan export RCONJ=/home/pbc/rconj export C1=/usr/ConsoleOne export MYJAVA=/usr/IBMJava2-131/jre/bin/java RCONJPATH=$C1/ConsoleOneExt/jh.jar RCONJPATH=$RCONJPATH:$C1/ConsoleOneExt/collections.jar RCONJPATH=$RCONJPATH:$C1/ConsoleOneExt/jgl3.1.0.jar RCONJPATH=$RCONJPATH:$C1/ConsoleOneExt/Widgets.jar RCONJPATH=$RCONJPATH:$RCONJ/public/mgmt/ConsoleOne/1.2/lib/rconsolej.jar RCONJPATH=$RCONJPATH:$RCONJ/public/mgmt/ConsoleOne/1.2/resources/rconsolej_resources.jar RCONJPATH=$RCONJPATH:$RCONJ/public/mgmt/ConsoleOne/1.2/lib/slp-sp.zip RCONJPATH=$RCONJPATH:$RCONJ/public/mgmt/ConsoleOne/1.2/help export RCONJPATH #echo $RCONJPATH $MYJAVA -cp $RCONJPATH com.novell.application.rconsolej.RConsoleJ