Compare ClearOS with Zentyal
-
@guyinpv said in Compare ClearOS with Zentyal:
You got me, I don't know. I was asking YOU the question. How do admins typically try and manage 60 servers with a GUI? Aren't there any standard tools in the corporate world for this?
Oh. then the answer is no. I've never worked in any environment of any size that used anything but the command line. GUI for a one off server, I totally understand the logic and the reasoning. But at scale, GUIs are basically out of the question. Always have been. Never seen anyone even think to ask for one.
I've worked in environments of all sizes and all kinds of industries. One off Windows machines used to be all GUIs, even that is slowly changing. But UNIX systems of any sort, 100% CLI. I've heard of people with just one or two servers trying to use GUIs. But I've never heard of a shop with more than a few and have never encountered first had a shop with even only one, that used a GUI.
I can't imagine how using a GUI would work, realistically. I mean we use them for log reading (ELK) and monitoring (Zabbix) but those are decoupled systems, not the boxes themselves.
-
@guyinpv said in Compare ClearOS with Zentyal:
In my mind, I wouldn't be just using the Windows GUI. Theoretically I'd have some kind of management interface which is connected to all my systems. As long as I had the authority to install packages, I can see myself just selected which systems to install to, picking the package from some central data store, then clicking the "DO IT" button and sit back and relax while it all happens.
These exist for package deployments, especially for desktops. but once you are managing the boxes, you pretty much need fast logins. Even Windows I find remoting into a GUI to be painfully slow. i can often do a task in Linux before you can get the RDP connection made for Windows.
And I'm only half kidding.
-
@guyinpv said in Compare ClearOS with Zentyal:
Finding large files in Windows is just a matter of clicking the "size" filter in the search box and choosing "gigantic". It won't limit to 10 results though, it will just show everything. Or I use a nifty utility called WinDirStat.
That can be done with
ls -lSh
. Lists all the files in that directory, sorted descending by human readable size.How do you remove all of the files in a directory with a certain extension in a GUI?
With a Linux CLI it's
find . -type f -exec rm -f {} \;
I can type that 100 times faster than I can ctrl select each file in a GUI and hit delete. -
@guyinpv said in Compare ClearOS with Zentyal:
See in my mind I think a GUI can do ANYTHING a CLI can, since a GUI is simply abstracting the same commands into a visual interface. All the GUIs do at the end of the day is run commands to the underlying APIs, but provide an interface to abstract the ugly stuff away.
This is absolutely true. What they can't do is interact with the humans as quickly and easily. Microsoft tried this for a generation and finally gave up and made PowerShell the master administration tool for Windows. The UNIX world just crushed them in productivity no matter what they tried on the GUI side, and MS has some great GUIs.
In the end, humans just proved to be way more efficient with CLIs when working on systems regularly.
-
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
What would be an example where managing 60 servers fails but using CLI tools works well? Just some random scenario, so I can wrap my head around it.
You mean where 60 fails from a GUI?
Let's say you need to deploy a package to 60 servers during a 20 minute maintenance window. With windows you could do this with external third party tooling or PowerShell pretty easily. But from the Windows GUI? How do you do it?
The only thing I can think of is something like Dell Kase where you can tell it to deploy software on certain systems, but it's still slower than CLI.
-
Ah didn't make it down far enough to see you discussed those already.
-
@johnhooks said in Compare ClearOS with Zentyal:
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
What would be an example where managing 60 servers fails but using CLI tools works well? Just some random scenario, so I can wrap my head around it.
You mean where 60 fails from a GUI?
Let's say you need to deploy a package to 60 servers during a 20 minute maintenance window. With windows you could do this with external third party tooling or PowerShell pretty easily. But from the Windows GUI? How do you do it?
The only thing I can think of is something like Dell Kase where you can tell it to deploy software on certain systems, but it's still slower than CLI.
There are some tools out there for the GUI stuff, I just have never seen them and am not aware of any that handle ad hoc tasks, which is really where the CLI shines.
-
Let me give an extreme management example. Of course, this like never comes up, but it's an example.
Today @guyinpv discovered that he is out of INODES on one box. Crap, he thinks, what if I'm almost out of INODES on every box!
So he goes to check. He pours through GUIs trying to find this info. Likely, no GUI anywhere for any system shows it. Certainly no normal one.
What do we do on the CLI? The same thing that we do for normal file system checks except with the addition of the "-i" flag.
for i in $(cat serverlsit); do ssh $i "df -i" ; done
Boom, we have a list and we can see if anything is getting dangerously high.
-
@scottalanmiller said in Compare ClearOS with Zentyal:
Let me give an extreme management example. Of course, this like never comes up, but it's an example.
Today @guyinpv discovered that he is out of INODES on one box. Crap, he thinks, what if I'm almost out of INODES on every box!
So he goes to check. He pours through GUIs trying to find this info. Likely, no GUI anywhere for any system shows it. Certainly no normal one.
What do we do on the CLI? The same thing that we do for normal file system checks except with the addition of the "-i" flag.
for i in $(cat serverlsit); do ssh $i "df -i" ; done
Boom, we have a list and we can see if anything is getting dangerously high.
In my theoretical world, I would never have to "wonder" if inodes are running out. There would be some sort of server management tool on all my servers, which report back to me any kind of system level problems. Something like Spiceworks for example. Reports when drive space is low, printer is out of ink, CPU usage is high, RAM is running out, too many connections, failed log in attempts, log errors, root level log in attempts, etc etc.
So I'm sitting at my workstation and I want to check inode and drive space, I would simply open "that part" of my GUI management interface, go to drive space, and sort by inode or free space or whatever to see where I'm at.
The command you typed is little more than "show me inode usage on all my systems", which could easily just be a function somewhere in the GUI of some server management interface.
I can't believe stuff like this doesn't exist!
In your scenario, if you had not had the intuition to type that command and look, how would you know any server was running low in the first place? Wouldn't you want something like that to be monitored and reported back to a central interface?
-
@guyinpv said in Compare ClearOS with Zentyal:
In my theoretical world, I would never have to "wonder" if inodes are running out. There would be some sort of server management tool on all my servers, which report back to me any kind of system level problems. Something like Spiceworks for example. Reports when drive space is low, printer is out of ink, CPU usage is high, RAM is running out, too many connections, failed log in attempts, log errors, root level log in attempts, etc etc.
I appreciate the value of the theoretical world and all of the information that could potentially be collected. Such tools can exist, but are often extensive and intrusive if used all the time, there is just so much data. If you turn all ad hoc monitoring into full time monitoring you could, in theory, do this. But it is hard.
There are no products that do this or try to do this, probably for a reason. If you did, the GUI would be so impossible to deal with that no one could handle it. There is just so much potential data.
-
@scottalanmiller
There is a lot of "potential" data, and a ton of arbitrary data. But only so many critical error conditions relating to that data.
Testing drive space would be one of those daily or weekly checks. Testing inode space could be monthly or whatever. It's not like you need a constant stream of reporting. Only if it's critical levels would anything get reported.What is the alternative then? To avoid monitoring too many variables, we just sit around and wait for problems then scramble trying to figure out what happened?
Don't you even monitor basic stuff like CPU/RAM/HDD? Don't you get alerts on successful root logins? Do you monitor anything at all?
Just to be random, would you stick even something like Newrelic on servers? How do you even know if a server goes down without some kind of monitoring/management tools? I assume maybe you use Nagios or something. Those can certainly record a ton of data!
In any case, the GUIs I'm talking about are not on the servers themselves. I'm talking only about having a GUI to manage them. Most likely from your own workstation or even a web interface.
In my case, ClearOS is just like Windows, where the GUI and services are pretty much intertwined. For Zentyal, it's installed as software on top of the server. But for managing 60 servers, ya there is no way I'd want 60 logins to Zentyal! In that scenario, I would only have some type of management/control software on each server which lets me do everything remotely from some other central interface. Not unlike what XO does, but those types of tools don't have features to let me run things across multiple servers.
I really am surprised there are not good options here.
-
@guyinpv said in Compare ClearOS with Zentyal:
@scottalanmiller
There is a lot of "potential" data, and a ton of arbitrary data. But only so many critical error conditions relating to that data.
Testing drive space would be one of those daily or weekly checks. Testing inode space could be monthly or whatever. It's not like you need a constant stream of reporting. Only if it's critical levels would anything get reported.You can do that easily today with a CLI tool
For you it might be a monthly thing, but for a lot of companies this is a daily thing. A one size fits all GUI would be tough.
-
@guyinpv said in Compare ClearOS with Zentyal:
I really am surprised there are not good options here.
Well on one side you are recognizing an opportunity. That's good. But from the system admin side, I don't see a problem to solve. Already everyone in an environment of any scale has a system that works incredibly well, the command line. There isn't a problem to solve. So while you might have a solution, it's a solution in search of a problem.
not that the idea is bad, but attempt to implement it, even on paper. How man of these ad hoc things do you want to include? Any one you leave out might be your "inode" to someone else. What does this GUI based system really look like? how do you make an interface for "everything"? And then make it easy to use.
-
@guyinpv said in Compare ClearOS with Zentyal:
Don't you even monitor basic stuff like CPU/RAM/HDD? Don't you get alerts on successful root logins? Do you monitor anything at all?
Monitor, sure. but that doesn't replace the CLI or the GUI. That's just read only data. And it isn't on the servers, it's on the log server or whatever. We are talking about management here. How do you "manage everything" from the GUI?
I have all this power today and do it, but I use the CLI. Everything that you feel that I am missing, I have. It's just all CLI based and works fine.
-
@guyinpv said in Compare ClearOS with Zentyal:
In my case, ClearOS is just like Windows, where the GUI and services are pretty much intertwined.
I think it just feels that way. Like Windows, the GUI is a secondary tool. MS has been very clear that since 2003, the GUI is not intertwined at all or needed in any way. PowerShell is the primary management tool.
ClearOS is just standard components that they layer their own interface on top of. Even more removed than Windows GUI.
-
@DustinB3403 said in Compare ClearOS with Zentyal:
You clearly have a need for it if it's being discussed, you just don't know how to quantify the need.
This seems like an insane statement. By that logic you'd assume that 90% of SMB's need SAN since they are feeling the need to discuss it.
-
@Dashrender said in Compare ClearOS with Zentyal:
@DustinB3403 said in Compare ClearOS with Zentyal:
You clearly have a need for it if it's being discussed, you just don't know how to quantify the need.
This seems like an insane statement. By that logic you'd assume that 90% of SMB's need SAN since they are feeling the need to discuss it.
That's a good point.
-
@Dashrender said in Compare ClearOS with Zentyal:
@DustinB3403 said in Compare ClearOS with Zentyal:
You clearly have a need for it if it's being discussed, you just don't know how to quantify the need.
This seems like an insane statement. By that logic you'd assume that 90% of SMB's need SAN since they are feeling the need to discuss it.
I could agree with that, except that he has a need to learn, not a need to implement. He's asking about these because he wants to learn free alternatives to AD.
If you were to google free ad alternatives, these two would be at or near the top of the list.
-
My feeling is that there is a good "need" for good GUI tools for the one by one shops out there that just don't use servers very often. But for those that do it at scale, I don't even see an advantage to having a GUI. Sure, we might be able to make a great one, but what's the upside? I've never seen a GUI that is as efficient as the command line, even a remote web one with a light API for it.
I might be wrong, maybe it is just the lack of a good one to try. But so far, I've seen no product that does this for servers at scale and can't picture what the experience would be like.
-
@DustinB3403 said in Compare ClearOS with Zentyal:
@Dashrender said in Compare ClearOS with Zentyal:
@DustinB3403 said in Compare ClearOS with Zentyal:
You clearly have a need for it if it's being discussed, you just don't know how to quantify the need.
This seems like an insane statement. By that logic you'd assume that 90% of SMB's need SAN since they are feeling the need to discuss it.
I could agree with that, except that he has a need to learn, not a need to implement. He's asking about these because he wants to learn free alternatives to AD.
If you were to google free ad alternatives, these two would be at or near the top of the list.
If you Google solutions to most SMB problems you'd get SAN too. Popular and good don't often go together.