[prev] 6 [next]

Prac Work

Some hints/tips:
  • Read instructions ... read error messages ... debug
  • Give complete context when asking for help (OS, settings, etc)
  • Do all PostgreSQL work on Grieg   (or on your laptop)
    • ssh -Y zID@grieg.cse.unsw.edu.au
    • binaries compiled on Grieg only run on Grieg
    • other incompatible versions of PostgreSQL exist
      try which psql ... if not the version under /srvr/zID ...
  • priv srvr creates /srvr/zID/ directory
  • Start all Grieg sessions with source /srvr/zID/env
  • Stop the server after playing with it