Opened 5 years ago
Closed 5 years ago
#2250 closed task (fixed)
add documentation for customizing rasdaman service script
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | doc | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
service rasdaman start/stop
can be customized with a config file /etc/default/rasdaman
, which by default has this configuration:
# rasdaman installation directory RMANHOME=/opt/rasdaman # local user running the rasdaman server RMANUSER=rasdaman # runuser, or sudo for older OS RUNUSER=runuser # login credentials for non-interactive rasdaman start/stop RASLOGIN=rasadmin:d293a15562d3e70b6fdc5ee452eaed40 # port on which clients connect to rasdaman RASMGR_PORT=7001 # options to be passed on to start_rasdaman.sh START_RASDAMAN_OPTS="-p $RASMGR_PORT" # options to be passed on to stop_rasdaman.sh STOP_RASDAMAN_OPTS="-p $RASMGR_PORT"
Note:
See TracTickets
for help on using tickets.