Home
Introduction
Pictures
Publications
Data
Software
Science Operations
Mission Operations
Education Site
Links
Sitemap
   

Setting Up SDT to Run on a Workstation



  • To run SDT on a workstation, the shared-memory configuration in the file "etc/system" for the new machine must be upgraded:
    • Log in as "root" on the new machine
    • cd to the directory "/etc"
    • vi the file "system", then add the following to the end of it:
    • # Required for SDT:
      
              set shmsys:shminfo_shmmax=250000000
              set shmsys:shminfo_shmmni=800
              set shmsys:shminfo_shmseg=800 
    • and finally, reboot the computer