Ich muss konfigurieren SymcmtricDS in Linux redhat Maschine als Master.I verweise URL zur Konfiguration in Linux. http://www.symmetricds.org/doc/2.2/html/advanced-topics.html#running-service-unixZeile 23: /etc/init.d/setenv: Keine solche Datei oder Verzeichnis in Linux redhat
Erster Schritt abgeschlossen ist
cp bin/sym_service.initd /etc/init.d/sym_service
nächsten, wenn ich diesen Befehl ausführen
[[email protected] sbin]# service sym_service start
ich folgende Fehlermeldung erhalten.
/etc/init.d/sym_service: line 23: /etc/init.d/setenv: No such file or directory
Die sym_service Datei ist:
#!/bin/sh
#
# Licensed to JumpMind Inc under one or more contributor
# license agreements. See the NOTICE file distributed
# with this work for additional information regarding
# copyright ownership. JumpMind Inc licenses this file
# to you under the GNU General Public License, version 3.0 (GPLv3)
# (the "License"); you may not use this file except in compliance
# with the License.
#
# You should have received a copy of the GNU General Public License,
# version 3.0 (GPLv3) along with this library; if not, see
# <http://www.gnu.org/licenses/>.
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
. "`dirname "$0"`/setenv"
exec "$SYM_JAVA" -cp "$CLASSPATH" -Djava.io.tmpdir=tmp org.jumpmind.symmetric.wrapper.Wrapper "$1" "$SYM_HOME/opt/SymmtricDS/symmetric-server-3.7.28/symmetric-server-3.7.28/conf/sym_service.conf"
aber die sym_service.conf Datei in conf Lage sein sollte.
Sehr geehrter Boris Pavlovic, Danke für die Antwort, also können Sie mir bitte die detaillierten Informationen zum Konfigurieren von SymmetricDS in Linux 7.1 geben, was genau die Bedeutung von An Init-Skript in das System /etc/init.d Verzeichnis geschrieben wird. Symbolische Verknüpfungen werden erstellt, um auf den Ausführungsebenen 2, 3 und 5 zu starten und auf den Ausführungsebenen 0, 1 und 6 zu stoppen. Um das Skript zu installieren, führen Sie den folgenden Befehl als root aus: –
Haben Sie versucht, 'sudo sh bin/sym_service auszuführen installieren? –
welchen bin Standort Sie meinen,/usr/bin oder /opt/SymmetricDS/symmetric-server-3.7.28/symmetric-server-3.7.28/bin –