Linux.CentOS: Unterschied zwischen den Versionen

Aus OrgaMon Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:


  service start ...
  service start ...
== samba ==
chkconfig --level 345 smb on


== firebird ==
== firebird ==


  chkconfig --add firebird-superserver
  chkconfig --add firebird-superserver
  service start firebird-superserver
  service firebird-superserver start
  #
  #
  # Es ist noch "masterkey" das Passwort
  # Es ist noch "masterkey" das Passwort
  #
  #
  gsec -user sysdba -password masterkey -modify sysdba -pw ********
  gsec -user sysdba -password masterkey -modify sysdba -pw ********

Version vom 22. November 2011, 12:31 Uhr

Auf CentOS basierend kann auch ein Ausfallserver oder Datenbankserver aufgesetzt werden:

wichtige Systemprogramme =

yum install joe
service start ...

samba

chkconfig --level 345 smb on

firebird

chkconfig --add firebird-superserver
service firebird-superserver start
#
# Es ist noch "masterkey" das Passwort
#
gsec -user sysdba -password masterkey -modify sysdba -pw ********