summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-07-26 15:29:20 +0200
committerConstantin <jucovschi@gmail.com>2010-07-26 15:29:20 +0200
commit7107e148081356f18dcdbfe642e30a9781024b5c (patch)
treebb9a11e45a937aae5785500eed1125c793755fe8 /bin
parent0668e010113735594a2c570c6f1d890fed78337f (diff)
downloadrasdaman-upstream-7107e148081356f18dcdbfe642e30a9781024b5c.tar.gz
rasdaman-upstream-7107e148081356f18dcdbfe642e30a9781024b5c.tar.xz
rasdaman-upstream-7107e148081356f18dcdbfe642e30a9781024b5c.zip
fixed host name bug in rasmgr.conf introduced by changeset 6266bdb85ce90b10e2ae791d747d5dcaf3bbe77a
Diffstat (limited to 'bin')
-rw-r--r--bin/rasmgr.conf.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/bin/rasmgr.conf.in b/bin/rasmgr.conf.in
index 245cc6d..79da054 100644
--- a/bin/rasmgr.conf.in
+++ b/bin/rasmgr.conf.in
@@ -62,7 +62,7 @@ define db RASBASE -dbh rasdaman_host
# -port p port number for contacting this server is p
# (rasmgr by default uses 7001, so you may simply count up)
# -dbh d use database host d (see "define dbh" for allowed names)
-define srv N1 -host floridita -type n -port 7002 -dbh rasdaman_host
+define srv N1 -host @hostname@ -type n -port 7002 -dbh rasdaman_host
# change settings for this server
# parameters:
@@ -81,36 +81,36 @@ change srv N1 -countdown 200 -autorestart on -xp --timeout 300
# more server definitions, following the above pattern; add any number you want.
# Parameters can be adjusted individually, but be sure to avoid a clash in the ports.
-define srv N1 -host floridita -type n -port 7003 -dbh rasdaman_host
+define srv N1 -host @hostname@ -type n -port 7003 -dbh rasdaman_host
change srv N1 -countdown 200 -autorestart on -xp --timeout 300
-define srv N2 -host floridita -type n -port 7004 -dbh rasdaman_host
+define srv N2 -host @hostname@ -type n -port 7004 -dbh rasdaman_host
change srv N2 -countdown 200 -autorestart on -xp --timeout 300
-define srv N3 -host floridita -type n -port 7005 -dbh rasdaman_host
+define srv N3 -host @hostname@ -type n -port 7005 -dbh rasdaman_host
change srv N3 -countdown 200 -autorestart on -xp --timeout 300
-define srv N4 -host floridita -type n -port 7006 -dbh rasdaman_host
+define srv N4 -host @hostname@ -type n -port 7006 -dbh rasdaman_host
change srv N4 -countdown 200 -autorestart on -xp --timeout 300
-define srv N5 -host floridita -type n -port 7007 -dbh rasdaman_host
+define srv N5 -host @hostname@ -type n -port 7007 -dbh rasdaman_host
change srv N5 -countdown 200 -autorestart on -xp --timeout 300
-define srv N6 -host floridita -type n -port 7008 -dbh rasdaman_host
+define srv N6 -host @hostname@ -type n -port 7008 -dbh rasdaman_host
change srv N6 -countdown 200 -autorestart on -xp --timeout 300
-define srv N7 -host floridita -type n -port 7009 -dbh rasdaman_host
+define srv N7 -host @hostname@ -type n -port 7009 -dbh rasdaman_host
change srv N7 -countdown 200 -autorestart on -xp --timeout 300
-define srv N8 -host floridita -type n -port 7010 -dbh rasdaman_host
+define srv N8 -host @hostname@ -type n -port 7010 -dbh rasdaman_host
change srv N8 -countdown 200 -autorestart on -xp --timeout 300
-define srv N9 -host floridita -type n -port 7011 -dbh rasdaman_host
+define srv N9 -host @hostname@ -type n -port 7011 -dbh rasdaman_host
change srv N9 -countdown 200 -autorestart on -xp --timeout 300
# further, we define one RPC type server; this protocol is deprecated,
# but rview still needs it.
-define srv P1 -host floridita -type n -port 0x29999901 -dbh rasdaman_host
+define srv P1 -host @hostname@ -type n -port 0x29999901 -dbh rasdaman_host
change srv P1 -countdown 200 -autorestart on -xp --timeout 300
# end of rasmgr.conf