Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-25-2005, 07:50 PM
|
#1
|
LQ Newbie
Registered: Aug 2005
Location: Washington D.C.
Distribution: Fedora Core 2 - 3
Posts: 6
Rep:
|
Server Communication question
Hello all,
My question is how do I make multiple servers talk to each other and share resources?
Here's a little background I have spun up a Linux Web, Email and Mysql server all on separate boxes and are stable. Now MS servers have service broadcast announcing to the network what it does. Do Linux servers do the same. Is this the role of NIS?
|
|
|
09-26-2005, 08:14 AM
|
#2
|
LQ Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
|
Depends on what you want to do.
For sharing filesystems Unix/Linux uses NFS. Type "man nfs" or "man nfsd" for info. You basically define your shares in a file called /etc/exports. You can mount these like local filesystems at the command line or in /etc/fstab.
Also there is a tool for sharing filesystems to MS-Windows called "samba".
For printing you would want to look at "cups" (Common Unix Printing System).
NIS is used to centralize various tables (/etc/passwd, /etc/hosts, /etc/services....) so that you don't have to create the same user or host entry or port entry, etc... on multiple hosts - you just create them on a master host and configure it to share out. Unless you have dozens of users, hosts, ports etc... that need to be the same on most hosts I'd recommend not bothering with it. If all you need is hosts you're probably better making your sure your DNS is setup properly.
|
|
|
09-26-2005, 12:28 PM
|
#3
|
Member
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338
Rep:
|
|
|
|
09-26-2005, 06:34 PM
|
#4
|
LQ Newbie
Registered: Aug 2005
Location: Washington D.C.
Distribution: Fedora Core 2 - 3
Posts: 6
Original Poster
Rep:
|
Hey, thanks for the info. I'm not sure I asked the question correctly but you both have been a help.
Thanks
|
|
|
09-27-2005, 07:22 AM
|
#5
|
Member
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338
Rep:
|
Which resources do you want to share between your servers? If you need access to drive space on another server, you can set up NFS or Samba shares. If you want to spread processor load to other servers (thread migration), you can set up OpenMosix.
|
|
|
All times are GMT -5. The time now is 08:28 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|