(file) Return to readme.jmpi CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/readme.jmpi between version 1.1 and 1.4

version 1.1, 2004/04/30 10:02:07 version 1.4, 2005/03/27 23:18:09
Line 17 
Line 17 
  
    export PEGASUS_HOME=`pwd`    export PEGASUS_HOME=`pwd`
    export PEGASUS_PLATFORM=LINUX_IX86_GNU    export PEGASUS_PLATFORM=LINUX_IX86_GNU
    export ENABLE_PROVIDER_MANAGER2=1     export PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=1
    export ENABLE_CMPI_PROVIDER_MANAGER=1     export PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER=1
    export ENABLE_JMPI_PROVIDER_MANAGER=1  
    export PEGASUS_DEBUG=1    export PEGASUS_DEBUG=1
    export JAVA_SDK=/usr/java/j2sdk1.4.2_04    export JAVA_SDK=/usr/java/j2sdk1.4.2_04
    export JAVA_SDKINC=$JAVA_SDK/include    export JAVA_SDKINC=$JAVA_SDK/include
    export LD_LIBRARY_PATH=$PEGASUS_HOME/lib:$JAVA_SDK/jre/lib/i386/server:$JAVA_SDK/jre/lib/i386/native_threads:$JAVA_SDK/jre/lib/i386    export LD_LIBRARY_PATH=$PEGASUS_HOME/lib:$JAVA_SDK/jre/lib/i386/server:$JAVA_SDK/jre/lib/i386/native_threads:$JAVA_SDK/jre/lib/i386
    export PATH=$JAVA_SDK/bin:$PATH    export PATH=$JAVA_SDK/bin:$PATH
    export CLASSPATH=$PEGASUS_HOME/src/Pegasus/ProviderManager2/JMPI     export CLASSPATH=$PEGASUS_ROOT/src/Pegasus/ProviderManager2/JMPI
    export PATH=$PEGASUS_HOME/bin:$PATH    export PATH=$PEGASUS_HOME/bin:$PATH
    export PEGASUS_ROOT=$PEGASUS_HOME    export PEGASUS_ROOT=$PEGASUS_HOME
    export LD_ASSUME_KERNEL=2.2.5    export LD_ASSUME_KERNEL=2.2.5
    cd $PEGASUS_HOME    cd $PEGASUS_HOME
  
      There are a couple of optional environment variables to determine how the JRE is initialized.  These are
      as follows (the variable name and what JRE option that it corresponds to):
   
      PEGASUS_JMPI_MAX_HEAP               -Xmx
      PEGASUS_JMPI_INITIAL_HEAP           -Xms
      PEGASUS_JMPI_JAVA_THREAD_STACK_SIZE -Xss
   
      So, for example, you would perform the following if you want to change the maximum heap size to 128 megabytes.
   
      export PEGASUS_JMPI_MAX_HEAP=128m
   
    When using this script, place a copy of this script above your PEGASUS_HOME directory.    When using this script, place a copy of this script above your PEGASUS_HOME directory.
    "cd" to PEGASUS_HOME, and issue ". ../setJPeg". Then do a normal make.    "cd" to PEGASUS_HOME, and issue ". ../setJPeg". Then do a normal make.
  
  
 This installent has a number of restrictios:  This installment has a number of restrictios:
  
    The provider interfaces follow the SNIA OpenWBEM APIs    The provider interfaces follow the SNIA OpenWBEM APIs
    Only Instance and Association providers are supported at the moment.    Only Instance and Association providers are supported at the moment.
Line 103 
Line 113 
  
 Bug reports Bug reports
  
    Use normal Pegasus bugzilla procedures to report malfunctions. However, I will be out of town and     Use normal Pegasus bugzilla procedures to report malfunctions.
    offline though 5/14/2004.  
  
  
 Regards, Adrian Schuur. Regards, Adrian Schuur.


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2