remote.cmd

  • tiger93
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
17 years 8 months ago #1976 by tiger93
remote.cmd was created by tiger93
Hi all,



Can anybody please post sample remote.cmd for G13 on windows universe.



Thanks




Please Log in or Create an account to join the conversation.

More
17 years 8 months ago #1977 by msurii
Replied by msurii on topic Sample cmd file
set HOME=C:JB13207lhmbdemombdemo.run
rem Set up the directory of where jBASE is being run from.
rem The JBCRELEASEDIR shows where the executables, libraries, scripts etc.
rem can be found for the particular release you want to run. The
rem JBCGLOBALDIR shows where a few of the global constants can be
rem found, such as the configuration file for the record locking
rem mechanism -- these should be common to all releases running on
rem the same system
set JBCRELEASEDIR=C:jbase40
set JBCGLOBALDIR=C:jbase40
set JBCRELNO=NT_jbc40
rem Set up the shared object file name where we will resolve
rem all the calls to subroutines made via. the CALL @Var() statements.
rem The default is $HOME/lib, if you want to use shared objects other
rem than in the default, set up a ; delimited path of directory names
rem and/or object name to search in, by setting the JBCOBJECTLIST variable.
rem NOTE: When executing programs the PATH environment variable is used.
rem When locating subroutines the JBCOBJECTLIST environment variable is used
rem else by default the $HOME/lib directory. Therefore when cataloging ensure
rem that either the default $HOME/bin or $HOME/lib directories are used to store
rem the executables and shared libraries or else the environment variables
rem JBCDEV_BIN and JBCDEV_LIB are configured to match PATH and JBCOBJECTLIST.
set JBCOBJECTLIST=%HOME%lib;%HOME%globuslib
rem Set up path of where to find data files. By default if the JEDIFILEPATH
rem is not set then files will be looked for first in the $HOME directory and
rem if not found then in the '.' current directory.
set JEDIFILEPATH=%HOME%
rem Set up the path to the SAVEDLIST file
set JBCLISTFILE=%HOME%&SAVEDLISTS&
rem Set up base directory where we keep the spooler (default == /usr/jspooler)
set JBCSPOOLERDIR=%JBCRELEASEDIR%jspooler
rem Set up where the MD and SYSTEM files can be found.
rem By default, the MD and SYSTEM files are undefined, so Q pointers
rem and other considerations (such as PQ procs from jsh) will not work.
set JEDIFILENAME_MD=VOC
set JEDIFILENAME_SYSTEM=%JBCRELEASEDIR%srcSYSTEM
rem set JEDIFILENAME_SYSTEM=C:jbbase12006mbdemo.runSYSTEM
rem Setup the Unix PATH environment variable. This variable specifies the location and
rem order in which directories will be search to find the command line executable.
set PATH=%JBCRELEASEDIR%in;%PATH%;.;%HOME%in;%HOME%globusbin;C:Program FilesMicrosoft Visual StudioCommonMSDEV98in
REM ***** Satish, including the Path to the Visual Studio stuff should NOT be required above.
rem Set the environment variable JBCDEV_LIB & JBCDEV_BIN. These
rem variable will decide the place where the bin and lib directories
rem will reside in your environment. Any development done in jbase
rem will be placed into these locations. If the source being compiled
rem is an executable it will be placed into the bin folder and if it is
rem a subroutine it will be placed into a shared library in the lib folder
set JBCDEV_BIN=%HOME%in
set JBCDEV_LIB=%HOME%lib
rem Tell jBASE where to create the tmp folder that it uses
set JBCBASETMP=%HOME% mp_workfile
rem This variable sets the jBASE emulation to be prime.
set JBCEMULATE=prime
set JBASE_WARNLEVEL=6
set JBASE_INHIBIT_ZERO_USED=1
set JEDIENABLEQ2Q=1
rem We have now set up all the environment variable required by jBASE.
rem Now run jprofile.bat, which will start GLOBUS.
jprofile.bat







Please Log in or Create an account to join the conversation.

  • tiger93
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
17 years 8 months ago #1978 by tiger93
Replied by tiger93 on topic remote.cmd
Thank you very much. But I need to configure universe database on Windows machine. Is there any sample for remote.cmd to be used in universe database. Globus version is G13.

Please Log in or Create an account to join the conversation.

Time to create page: 0.032 seconds