LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 11-26-2012, 05:26 PM   #1
JohnV2
Member
 
Registered: Oct 2011
Distribution: Arch,BlackArch,Slackware
Posts: 66

Rep: Reputation: Disabled
Smile How to administrate a lot of servers?


Hi,

A little help here

A administrate a lot of server Unix/Linux... What program I can use to do administration stuff? In a Linux PC

I do a lot of maintenance of disks partition, restarted services and other stuff (Some of they repetitive). So, I need to some script through the program.

I think use Emacs and Tmux, what do you think? What program do you use?

On Windows exist a lot of program like putty + GUI for some server management. (SecureCRT, etc..)

Other tips are welcome... Thanks.

Best regards,
John
 
Old 11-26-2012, 07:17 PM   #2
linosaurusroot
Member
 
Registered: Oct 2012
Distribution: OpenSuSE,RHEL,Fedora,OpenBSD
Posts: 982
Blog Entries: 2

Rep: Reputation: 244Reputation: 244Reputation: 244
cfengine/chef/puppet kind of things
 
Old 11-30-2012, 07:58 PM   #3
JohnV2
Member
 
Registered: Oct 2011
Distribution: Arch,BlackArch,Slackware
Posts: 66

Original Poster
Rep: Reputation: Disabled
Hi,

Thanks for the answer... but I need some that no need any agent instalation.

Like famous putty/kitty + some GUI for management server.

John
 
Old 01-03-2013, 12:52 AM   #4
JohnV2
Member
 
Registered: Oct 2011
Distribution: Arch,BlackArch,Slackware
Posts: 66

Original Poster
Rep: Reputation: Disabled
Hi,

Well may be no one understand the question, anyway I found this Cdist http://www.nico.schottelius.org/software/cdist/.

Not used right now but have the potential that I need. One of them is that not need agent installation.

I will put some comment in a few days... to close as resolved the thread.

John
 
Old 01-03-2013, 09:24 PM   #5
mar10
LQ Newbie
 
Registered: Nov 2008
Posts: 6

Rep: Reputation: 1
Try webmin. For more info go here - http://www.webmin.com/
 
Old 01-04-2013, 12:42 AM   #6
amlife
Member
 
Registered: Sep 2007
Location: Canada
Distribution: RHEL, Debian, SUSE
Posts: 34

Rep: Reputation: 1
Well you will need good monitoring system to star with! keep you up2date with your network status, and help you sleep better.

For Management, I think SUSE Linux gives large number nice windows like GUI management utilities which by far surpass any other tools on any other linux distros out there!

not sure about the open source version, but the enterprise version comes with Web administration tool to manage large number of servers / cluster, which makes it easy to administrate and reduce your chances of making mistakes.
 
Old 01-04-2013, 04:03 AM   #7
alieblice
Member
 
Registered: Jul 2011
Posts: 80

Rep: Reputation: Disabled
you said putty .there is a putty for Linux too. i don't know your distro but it exist in Debian based distro repositories .
 
Old 01-04-2013, 04:50 PM   #8
JohnV2
Member
 
Registered: Oct 2011
Distribution: Arch,BlackArch,Slackware
Posts: 66

Original Poster
Rep: Reputation: Disabled
Post

Hi guys,

No putty in self hahaha Ok I explain a little sorry for not doing before. I manage many server I mean a lot of servers, really every day I need to connect to one server that I never saw. I don't know how many servers are.. thousands... because of that I don't need any agents installation. All the servers are some *nix variants. I can't install anything on the servers...

I always use linux, home, work, etc... for some politic of the company in this job everybody uses Windows. So, I use Windows, I have a year in this job using kitty and mtputty. I hate the others putty-like + GUI server management, tends to freeze a lot or are very slow.

Ok, now as you know some of my. I will tell yo how do I work, kinda... For the frequent servers I need to manage, I add to a DB to connect more easily (with password for user and root, for automatic connections) connect to serves and copy and paste the passwords is a really pain taking into account the large number of servers. I do scripts for maintenance purpose, restart some service, and some other routine stuff... All of this the "GUI server management" makes easy with one click to launch the script for the active server window or for all servers windows.

All the servers are store orderly on folders on the mttputty (GUI server management) for easy search for servers and double click on then to connect or to connect and launch some script. But not have any search engine, you need to scroll down or up for looking your server.

Now, why this thread? right now I can chance my workstation to Linux so you know the story hahaha I never manage servers in great scale.

I need if possible something like that. I was testing tmux, emacs, and zsh. I use zsh for the search engine for servers and easy connection only for user not with root emacs I always use emacs and tmux you know for what. XDD In a few days I will test cdist.

John
 
Old 01-07-2013, 01:00 AM   #9
trijit
Member
 
Registered: Sep 2010
Location: Kolkata
Distribution: Ubuntu
Posts: 35

Rep: Reputation: 3
Hi John,

You can use one particular server as a monitoring master server and use a nagios there, for the others(that means the servers you connect to for administration) you can install nrpe client. So, once you find anything unusual on the hosts, you can jump into it directly. Now, from your last post I see you are using linux and from that host you want to login to other hosts. Here is what you can do:

* If you want to login to linux hosts, then you don't have to install putty/securecrt. Just open your terminal, and login like following:

ssh username@HostIP

* For logging into Windows, you can use the following syntax:

rdesktop -g 1400x800 HostIP (resolution as per your need.)

Thanks,
Trijit
 
  


Reply

Tags
administration, linux, putty, server, unix



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
LXer: Administrate Databases Over the Web With phpMyAdmin LXer Syndicated Linux News 0 04-24-2011 11:20 AM
LXer: Install WebVZ 2.0 On Debian Etch To Administrate OpenVZ LXer Syndicated Linux News 0 09-17-2008 06:00 PM
LXer: Get WebVZ On Debian Etch To Administrate OpenVZ LXer Syndicated Linux News 0 05-30-2008 02:10 PM
How to administrate one root from another and make it a dummy one placemevinod Linux - Networking 3 01-28-2007 12:27 AM
How to administrate serveral linux boxes? richikiki Slackware 3 11-25-2006 06:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 11:41 AM.

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