XTS problem

I installed tamino 4.4.1.3 on Red Hat ES4 without problems, but when i try to create a database i get this error:
XTS refuses database connection, reason 0
As i understand, XTS is installed automatically, but to me it seems it’s not. I don’t have xts service running, neither any xts folder under tamino installation directory.
Any suggestions?

Perhaps you can try restarting the xts daemon, which goes something like this at the command line:
/usr/SAG/common/bin/xtsdsdmn.sh

Cheers,
Gopal

oh sorry, you said it is probably not installed… may be something else then.

Regards,
Gopal

Problem solved! /etc/hosts wasnt configured properly. I needed to add this:
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts

It works fine now.
Thnx!