My favorites | Sign in
Project Home Wiki Issues
Search
for
StartingANativeStone  
Starting a stone.
Updated Nov 16, 2011 by henrichs...@gmail.com

Assuming that you have installed GemStone in /opt/gemstone/product, follow these steps for starting and stopping the stone:

  1. Define $GEMSTONE environment variables ($GEMSTONE/bin and $GEMSTONE/seaside/bin added to your $PATH environment variable):
  2. source /opt/gemstone/product/seaside/defSeaside
  3. Copy system.conf and GLASS extent0.dbf files to data directory:
  4. cp $GEMSTONE/seaside/system.conf \ 
      $GEMSTONE/seaside/data
    chmod +w $GEMSTONE/seaside/data/system.conf
    cp $GEMSTONE/bin/extent0.seaside.dbf \
      $GEMSTONE/seaside/data/extent0.dbf
    chmod +w $GEMSTONE/seaside/data/extent0.dbf
  5. Start netldi and stone processes:
  6. startnet
    startGemstone
  7. Ensure stone process is running:
  8. gslist -lcv
  9. Stop stone process:
  10. stopGemstone

Sign in to add a comment
Powered by Google Project Hosting