Questions about OTRS

Various questions about the OTRS Jumpbox.

1. What is the path to the OTRS install directory (aka $OTRSHOME) on the Jumpbox?

2. Is phpMyAdmin installed on the OTRS server? If not, how can I install it?

3. Is remote access enabled for MySQL? If not, how can I enable it?

OTRS JumpBox compatibility with OTRS::ITSM

I tried to "upgrade" OTRS to OTRS::ITSM, e.g. OTRS with some ITIL functions on top. That didn't work. After discussing the problem with OTRS, I finally got the following reply:

Quote:
------- Comment #5 from manuel.hecht at otrs.com 2008-04-12 13:38 -------
Hi Lennart

Yes, i can reproduce the problem now! :-)

I have tested the installation of OTRS::ITSM 1.0.6 on a JumpBox otrs-1.0.2
(with OTRS 2.2.6). But the "Need TypeID!" problem is NOT the only problem in a
Jumpbox. A lot of the ticket features added by the insallation of OTRS::ITSM
doesn't work!! The Jumbox system always uses the original OTRS files (without
the ITSM modifications). That's the cause of the problems.

But this is a Jumpbox problem (e.g. a file permission problem or somthing like
that)! We can't fix this problem! Sorry.

Best regards,
Manuel Hecht

I suggest JumpBox offers OTRS::ITSM as a JumpBox as well, as that version is much more complete than plain OTRS. Of course I could try to configure this over SSH myself, but then why would I use a JumpBox?

OTRS JumpBox compatibility with OTRS::ITSM

Hi,
A whole new JumpBox would be the right approach. We will evaluate this.

"Upgrading" to a completely different application doesn't make much sense as you have pointed out. It really defeats the purpose of the "boot and use" simplicity of a JumpBox.

Actually, we are launching a LAMP JumpBox that might provide a nice starting point for something like this. It is currently in Beta over at the JumpBox Proving Grounds: http://www.jumpbox.net

Austin

mysql remotely

I tried this but it only works partially. You also have to do some grant commands. Is there a way to reset or set the mysql root password so that we can run these grant commands?

Thanks,

Kevin

Another question: 4. What is

Another question:
4. What is the path to the Web Server Root directory (webroot or wwwroot or similar)?

Does anyone know?

Does anyone know?

/var/www if the JumpBox

/var/www if the JumpBox navbar is enabled and /var/data/otrs-webroot if the JumpBox navbar is disabled.

Questions about OTRS

Hello,

1) /var/data/otrs

2) No and we don't support installation of any third party apps, plugins, themes or components, but we certainly don't forbid you from doing so, once its registered its your machine. This has been asked enough that we have provided some guidance in a How do I get phpMyAdmin on my JumpBox FAQ

3) No definitely not by default. Same caveat as above. SSH into the JumpBox and edit the my.cnf file as root:

sudo nano /etc/mysql/my.cnf

comment out the bind address line and replace it with 0.0.0.0 as shown:

#bind-address           = 127.0.0.1
bind-address            = 0.0.0.0

lastly, restart mysql:

sudo /etc/init.d/mysql restart

you (and anyone on your local network with the appropriate credentials) should be able to connect to your MySQL instance. You also may consider changing the otrs MySQL user password in MySQL and the /var/data/otrs/Kernel/Config.pm file if you are going to expose it to the network.

Also, changes you make on your JumpBox over SSH may not be backed up during the backup process so you will have manually reapply them if you ever restore to a new JumpBox. Lastly, it is possible that you could break your JumpBox by including additional software or making changes.

Austin

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.