LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   samba server installation (https://www.linuxquestions.org/questions/linux-newbie-8/samba-server-installation-759272/)

anispasha 10-02-2009 03:39 PM

samba server installation
 
Hi!

I am trying to install samba server i have installed Red hat Enterprise Linux Server release 5.1 (Tikanga)
Kernal version is 2.6.18-53.el5

can you give me the steps and codes to install

thank you

acid_kewpie 10-02-2009 03:44 PM

Not really, Samba can be configured in so many different ways depending on what you want to acheive. You need to refer to the Samba documentation for detailed information. The server itself will already be installed in a defaault RHEL5 install, so /etc/samba/smb.conf should be ready for you to modify.

adm1329 10-02-2009 09:00 PM

do you want just a basic samba install or do you want a samba/ldap installation? There are plenty of tutorials around for setting up samba. I did notice a couple of years ago there was very little info on setting up samba with ldap on a RHEL server (none that we could get to work), so as we set up a server we made a crude howto. Some of the folks here may know more about it and be able to point out unnecessary steps or ways to improve on it, but if you're looking to set samba up with ldap it will work. You can find it at http://clark-technet.com/linux-guides

++nick++ 10-03-2009 02:39 AM

Install Samba
 
2 Attachment(s)
Hi,

Code:

#yum install samba*
will help you if you have properly configured yum repo file at

/etc/yum.repos.d/

you can build your own repository with the help of tikanga DVD

Step1.copy all rpm's from tikanga DVD Server folder to a folder say /yum

Step2.install createrepo from the DVD Server folder or from /yum folder

Step3.execute

Code:

#createrepo /yum

Step4.This will create the xml files which will contain the index of the available rpm's in /yum foler

Step5.Execute

Code:

#yum clean all

Step6. Execute

Code:

#yum list available

Step7.Execute
Code:

#yum install samba*
Thanks,


All times are GMT -5. The time now is 08:33 AM.