Install OTRS Database Separately

Moderator: crythias

Post Reply
ponomy
Znuny newbie
Posts: 21
Joined: 03 Feb 2011, 06:09
Znuny Version: 2.0

Install OTRS Database Separately

Post by ponomy »

Hi All,

According to our architecture in my firm, we separate database and web application in different server. Also I would like to install OTRS on Windows Server. So is it possible to do this and how we can config this ?


Best Regards,

Ponomy

Java Tutorial: https://sites.google.com/site/itsecuritycourse/
IT Security Course: http://sites.google.com/site/csponomy/
เขียนจาวา โจทย์จาวา เขียนโปรแกรมภาษาจาวา IT Security Course
Follow Me: @csponomy
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Install OTRS Database Separately

Post by Wolfgangf »

that's possible;
during the installation process, you are asked for database host and database name

later, you can change this values in Config.pm

Code: Select all

    # ---------------------------------------------------- #
    # database settings                                    #
    # ---------------------------------------------------- #
    # DatabaseHost
    # (The database host.)
    $Self->{'DatabaseHost'} = 'localhost';
    # Database
    # (The database name.)
    $Self->{'Database'} = 'otrs';
    # DatabaseUser
    # (The database user.)
    $Self->{'DatabaseUser'} = 'otrs';
    # DatabasePw
    # (The password of database user. You also can use bin/CryptPassword.pl
    # for crypted passwords.)
    $Self->{'DatabasePw'} = <some_password>
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Post Reply