LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-05-2010, 11:26 PM   #1
ashishkhandelwal
Member
 
Registered: Jan 2010
Posts: 34

Rep: Reputation: 15
i have to install samba server on a linux server from my local pc.how can i do that.


I have been given a task to install samba server from my local PC in an another PC which is a linux server.The linux server is in my own comapny and i have been given its ip address and root login password.I dont know how to install that samba server from my own PC.Can anyone help me please???
 
Old 01-05-2010, 11:32 PM   #2
vishesh
Member
 
Registered: Feb 2008
Distribution: Fedora,RHEL,Ubuntu
Posts: 661

Rep: Reputation: 66
You need to configure yum repository for that. But i am guessing you want to install samba-server in company server from installed samba server from your pc, this concept is not valid.

thanks
 
Old 01-05-2010, 11:47 PM   #3
ashishkhandelwal
Member
 
Registered: Jan 2010
Posts: 34

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by vishesh View Post
You need to configure yum repository for that. But i am guessing you want to install samba-server in company server from installed samba server from your pc, this concept is not valid.

thanks
Let me give you the whole requirement given by my project manager to you.That will make the picture clear.

Hello,
Please set up the linux server as follow:
IP: 192.168.0.6
User Id: .....
Pass: ........

We need to do the following things:
1. Sertup SAMBA and give access to developer
2. Setup PHPMyAdmin
3. Flash Media Server
4. PHP

I have only given this information and i am new in this company and i have no knowledge regarding this.I have recently installed ubuntu on my own PC and i don't know what things are already installed on the server
so if you can help me now then i will be really grateful to you.
 
Old 01-05-2010, 11:47 PM   #4
kirukan
Senior Member
 
Registered: Jun 2008
Location: Eelam
Distribution: Redhat, Solaris, Suse
Posts: 1,278

Rep: Reputation: 148Reputation: 148
Do you have ssh client (like secureCRT, Xshell etc)? if yes just find relevant samba rpms for your redhat version and upload them to your linux server.
Hmmm... before that just check whether the samba already installed or not in default
#rpm -qa | grep samba
 
Old 01-06-2010, 12:09 AM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Talking

Quote:
Originally Posted by ashishkhandelwal View Post
Let me give you the whole requirement given by my project manager to you.That will make the picture clear.

Hello,
Please set up the linux server as follow:
IP: 192.168.0.6
User Id: .....
Pass: ........

We need to do the following things:
1. Sertup SAMBA and give access to developer
2. Setup PHPMyAdmin
3. Flash Media Server
4. PHP
From your pc
Code:
ssh root@192.168.0.6
Now you are logged onto the company server

Now, how to install software on the company server depends on what linux distribution it is running.
If RedHat based
Code:
yum install samba
If Debian based
Code:
apt-get install samba
Basically, you need to find out what OS the company server is running and then learn about software installation for that OS.

Samba, php and phpmyadmin should be no problem. I have no idea about "Flash Media Server" though.

Strange you are being asked to set this up, since it seems you have no experience.

Evo2.
 
Old 01-06-2010, 01:04 AM   #6
ashishkhandelwal
Member
 
Registered: Jan 2010
Posts: 34

Original Poster
Rep: Reputation: 15
thanks a lot for all your help.Now i got to know that the linux server is having suse OS so what would be the process in that after logging in through SSH.
 
Old 01-06-2010, 01:55 AM   #7
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Sorry, I'm not really familiar with suse: it uses rpms like readhat, but I'm not sure if it uses yum. Have a google for suse documentation, or perhaps ask here:

http://www.linuxquestions.org/questions/susenovell-60/

Cheers,

Evo2.
 
Old 01-08-2010, 02:41 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
1) su

2) zypper in samba samba-client
 
Old 05-30-2010, 08:34 PM   #9
alan99
Member
 
Registered: Mar 2010
Distribution: Debian
Posts: 180

Rep: Reputation: 31
Quote:
I have only given this information and i am new in this company and i have no knowledge regarding this.I have recently installed ubuntu on my own PC and i don't know what things are already installed on the server
so if you can help me now then i will be really grateful to you.
How grateful can you be? Could you share your salary with us for doing your job? Apparently you took a job you were not qualified for.
 
Old 05-30-2010, 09:26 PM   #10
HasC
Member
 
Registered: Oct 2009
Location: South America - Paraguay
Distribution: Debian 5 - Slackware 13.1 - Arch - Some others linuxes/*BSDs through KVM and Xen
Posts: 329

Rep: Reputation: 55
samba.netfilter.org

EDIT: Rhetorical question - what will happen if your boss happens to be a member of LQ...?

Last edited by HasC; 05-30-2010 at 09:30 PM.
 
  


Reply

Tags
installation, samba



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
is there a way to make a local linux server the time stamp server for win2k? Lleb_KCir Linux - General 2 09-19-2005 07:05 PM
Local webserver -- How to deny all client install their local web server--Please help b:z Linux - Networking 13 04-16-2005 07:11 PM
Samba name server xx has stopped being a local master browser for workgroup xx saavik Linux - Networking 1 06-14-2004 07:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration