Changes between Version 127 and Version 128 of FAQ


Ignore:
Timestamp:
Nov 18, 2016, 3:44:15 PM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v127 v128  
    195195Check the PostgreSQL log, usually it indicates that some parameters in the postgresql.conf need to be increased, along with SHMALL/SHMMAX parameters in the kernel.
    196196
     197== Administration ==
     198
     199=== stop_rasdaman.sh fails to stop rasdaman ===
     200
     201If `stop_rasdaman.sh`, `sudo service rasdaman stop`, or `sudo systemctl stop rasdaman.service` fail to stop rasdaman, then it's necessary to do it manually. You have to manually kill first the rasmgr process and then the rasserver processes:
     2021. `sudo pkill rasmgr`
     203 * check: if `pgrep rasmgr` still prints a pid, then it has to be killed with `sudo pkill -9 rasmgr`
     2041. repeat the same with rasserver: `sudo pkill rasserver`
     205 * check: if `pgrep rasserver` still prints some pids, then it has to be killed with `sudo pkill -9 rasserver`
     206
     207Afterwards you can start rasdaman again.
     208
    197209== Rasql queries ==
    198210