LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   389 Directory Server Installation ...... (https://www.linuxquestions.org/questions/linux-newbie-8/389-directory-server-installation-825244/)

shashank07 08-10-2010 01:20 AM

389 Directory Server Installation ......
 
Hi All,
I am first time working on 389 Directory server. I have installed 389 Directory Server on RHEL5.5 Server using following steps
1. yum install java-1.6.0-openjdk
2. yum update
3. rpm -ihv epel-release-5-3.noarch.rpm
4. cd /etc/yum.repos.d/
5. wget www.linuxmail.info.files/fedora-ds.repo
wget www.linuxmail.info/files/fedora-ds.repo
6. yum install 389-ds

389-ds installation completed successfully without any error but when I want to setup it, I didn't find any fedora directory in /opt or any where also tried to find setup-ds-admin-pl script but it is also not available anywhere on server.
Can somebody help me here?

Thanks and Regards,
Shashank

Tinkster 08-10-2010 06:07 PM

hi, welcome to LQ!


You could always try to see where it got installed to.

Code:

rpm -ql 389-ds



Cheers,
Tink

shashank07 08-10-2010 10:28 PM

Thanks Tink.
Pls. see the following out-put of RPM query command

[root@DS2 ~]# rpm -ql 389-ds
/usr/share/doc/389-ds-1.1.3
/usr/share/doc/389-ds-1.1.3/LICENSE

There is only file in 389-ds dirctory
[root@DS2 ~]# cd /usr/share/doc/389-ds-1.1.3
[root@DS2 389-ds-1.1.3]# ll
total 16
-rw-r--r-- 1 root root 12279 Nov 6 2009 LICENSE

shashank07 08-11-2010 12:15 AM

Issue Resolved !!!
 
Thanks All. Issue is resolved
I updated db and located file and wow !!! found setup file in /usr/sbin/setup-ds.pl

Tinkster 08-11-2010 12:43 PM

Congratulations ... but I don't understand your solution :}

shashank07 08-13-2010 09:46 AM

I used following two commands
1. #updatedb
2. locate setup-ds.pl
and able to find setup-ds.pl in /usr/sbin directory. Previously when I tried to locate file it was not able to find setup-ds.pl file as database was not updated.

Tinkster 08-13-2010 01:34 PM

Out of curiosity - which package does it belong to?


All times are GMT -5. The time now is 03:30 PM.