Compare ClearOS with Zentyal
-
Wouldn't this be similar to the Jurassic Park Effect? You're deploying systems that the user/admin doesn't generally, have any idea how the underlying components work?
All of the functions you mentioned have fairly common and standard Linux alternatives like Samba4 and BIND.
-
@coliver It could be an example of the Jurassic Park Effect, yes. Because the person setting up and managing the system doesn't know how the underlying system works in full.
Because of the specific gui built on top. I might be wrong but I thinkg @guyinpv does have an understanding of the underlying system though, as he said he can modify the individual configs even with the GUI to get things to work.
I don't believe @guyinpv is looking at these because he has no other options, but because he wants to see how they function, and tinker with them.
-
@coliver said in Compare ClearOS with Zentyal:
Wouldn't this be similar to the Jurassic Park Effect? You're deploying systems that the user/admin doesn't generally, have any idea how the underlying components work?
It's exactly that. Not quite as extreme as doing it with storage due to the nature dependencies that we have on storage. But the same general problems exactly.
-
@scottalanmiller Does this matter? I've installed and used thousands of pieces of software without knowing everything about how the underlying components work. I can install Windows Server and use AD and not know how the underlying subsystem works too. What's the point?
If anything, using Win Server abstracts the components away from me even more so than something like Webmin. At least with Webmin, I'm well aware it is just a GUI for making config changes, and I know underneath is BIND or SAMBA. With Windows I don't know anything about the subsystem, and they don't exactly let me have raw access to it.Are we suggesting here that the best way to do anything is only deal with raw components directly?
Technology would not be where it is today if people were not abstracting core stuff into simpler and simpler interfaces. I could probably write this forum post by sending obscure commands over SSH to a server with my API key, but frankly I'd rather just use the GUI and not deal with core components directly.
-
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
-
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
To play devils advocate can't the same be said about things like XO?
-
@johnhooks said in Compare ClearOS with Zentyal:
To play devils advocate can't the same be said about things like XO?
Yes, indeed. They could be. I was going to mention this but didn't go into detail... critical different is a management API. It's a layer from the integrated original team specifically for this purpose.
-
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
I think we're getting too abstract here.
What specifically are you talking about as an example? Are you saying Webmin is doing this? What existing management structure is Webmin superseding?In my case I typically am not installing KDE or Gnome or anything, I just have CLI-only installations, so there is no existing management interface, just my raw scripts and configs. So Webmin, I don't think, would be acting as a 3rd level in this sense. It's directly acting on the default configs and scripts.
I can see how it would not make sense to install Linux with KDE or XFCE and then install another alternate GUI on top when there might be a GUI for any given service already available.
-
@guyinpv said in Compare ClearOS with Zentyal:
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
I think we're getting too abstract here.
What specifically are you talking about as an example? Are you saying Webmin is doing this? What existing management structure is Webmin superseding?In my case I typically am not installing KDE or Gnome or anything, I just have CLI-only installations, so there is no existing management interface, just my raw scripts and configs. So Webmin, I don't think, would be acting as a 3rd level in this sense. It's directly acting on the default configs and scripts.
I can see how it would not make sense to install Linux with KDE or XFCE and then install another alternate GUI on top when there might be a GUI for any given service already available.
Webmin is what I mean here, though. It's interacting with non-guaranteed interfaces. What it is doing is a kludge, it has to be because of the third party nature. Webmin does probably the best job out there for this, but it still adds challenges.
There are existing text, TUI and GUI tools for those systems from the original vendors who ensure testing and integration through every patch, update, documentation, etc. Webmin tries to do this, but it is not at all the same.
-
@guyinpv said in Compare ClearOS with Zentyal:
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
I think we're getting too abstract here.
What specifically are you talking about as an example? Are you saying Webmin is doing this? What existing management structure is Webmin superseding?In my case I typically am not installing KDE or Gnome or anything, I just have CLI-only installations, so there is no existing management interface, just my raw scripts and configs. So Webmin, I don't think, would be acting as a 3rd level in this sense. It's directly acting on the default configs and scripts.
I can see how it would not make sense to install Linux with KDE or XFCE and then install another alternate GUI on top when there might be a GUI for any given service already available.
When I mentioned it I was specifically referring to Zentyal and ClearOS. Webmin is slightly different, although it can still suffer from the same problems.
-
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
I think we're getting too abstract here.
What specifically are you talking about as an example? Are you saying Webmin is doing this? What existing management structure is Webmin superseding?In my case I typically am not installing KDE or Gnome or anything, I just have CLI-only installations, so there is no existing management interface, just my raw scripts and configs. So Webmin, I don't think, would be acting as a 3rd level in this sense. It's directly acting on the default configs and scripts.
I can see how it would not make sense to install Linux with KDE or XFCE and then install another alternate GUI on top when there might be a GUI for any given service already available.
Webmin is what I mean here, though. It's interacting with non-guaranteed interfaces. What it is doing is a kludge, it has to be because of the third party nature. Webmin does probably the best job out there for this, but it still adds challenges.
There are existing text, TUI and GUI tools for those systems from the original vendors who ensure testing and integration through every patch, update, documentation, etc. Webmin tries to do this, but it is not at all the same.
For instance Webmin has a fairly competent IP Tables interface. However the FirewallD interface, until a recent update, was terrible.
-
All of these are better than applying this logic to storage systems (FreeNAS for example) where the system is highly stateful. Many of these are mostly stateless or leaning towards that direction. So they are not in the same category.
-
Can someone please tell me, then, what is the best unified interface to manage a server and its various used services?
Do I just hodgepodge around 15 different potential single-purpose GUIs? Stick strictly with CLI? Or is there a decent and capable unified interface or not?
-
@guyinpv said in Compare ClearOS with Zentyal:
Can someone please tell me, then, what is the best unified interface to manage a server and its various used services?
Do I just hodgepodge around 15 different potential single-purpose GUIs? Stick strictly with CLI? Or is there a decent and capable unified interface or not?
It depends on what you are trying to do. For Windows I use the management interface that was designed for the task, or Powershell. I am using Powershell more and more. For Linux server I am 100% CLI. Easier, faster and much friendlier then a GUI providing you have some experience with it.
-
@coliver said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Can someone please tell me, then, what is the best unified interface to manage a server and its various used services?
Do I just hodgepodge around 15 different potential single-purpose GUIs? Stick strictly with CLI? Or is there a decent and capable unified interface or not?
For Linux server I am 100% CLI. Easier, faster and much friendlier then a GUI providing you have some experience with it.
I could never agree to that sentiment. Anybody who thinks typing obscure commands and memorizing endless switches over simple point-n-click GUI and text boxes, it either part cyborg, or fooling themselves. lol
The only way I could ever work in "CLI only" is by having another computer available at all times so I can look up commands and how exactly to type stuff! Because man pages suck, and nothing is intuitive whatsoever!
I left DOS a long time ago and never looked back. Staring at a CLI is like looking into the abyss! I wish I could do it, but no matter how hard I try, my brain doesn't like it. -
@guyinpv said in Compare ClearOS with Zentyal:
Can someone please tell me, then, what is the best unified interface to manage a server and its various used services?
Do I just hodgepodge around 15 different potential single-purpose GUIs? Stick strictly with CLI? Or is there a decent and capable unified interface or not?
Well.... CLI I think is the best, if you really want to talk about which is the best. Not saying it is the only, only that it is the best. The least to go wrong, scales the best. Most uniform and lasts the longest.
Single purpose GUIs are sometimes teh answer, that's how Microsoft does it and it works well. A single GUI just doesn't work because everyone needs something else in it. There is a reason that unified GUIs just aren't a real thing in any significant way in systems administration. It's a great idea, but not one that people are really doing. Webmin is the closest that we've seen, but for scale the world mostly moved to things like Ansible and Chef.
-
@guyinpv said in Compare ClearOS with Zentyal:
I could never agree to that sentiment. Anybody who thinks typing obscure commands and memorizing endless switches over simple point-n-click GUI and text boxes, it either part cyborg, or fooling themselves. lol
Except lots of us do it and I've never seen a GUI admin of any platform handle 600+ servers alone. But for CLI people, it's generally trivial. Or doable, at least.
-
@guyinpv said in Compare ClearOS with Zentyal:
@coliver said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Can someone please tell me, then, what is the best unified interface to manage a server and its various used services?
Do I just hodgepodge around 15 different potential single-purpose GUIs? Stick strictly with CLI? Or is there a decent and capable unified interface or not?
For Linux server I am 100% CLI. Easier, faster and much friendlier then a GUI providing you have some experience with it.
I could never agree to that sentiment. Anybody who thinks typing obscure commands and memorizing endless switches over simple point-n-click GUI and text boxes, it either part cyborg, or fooling themselves. lol
The only way I could ever work in "CLI only" is by having another computer available at all times so I can look up commands and how exactly to type stuff! Because man pages suck, and nothing is intuitive whatsoever!
I left DOS a long time ago and never looked back. Staring at a CLI is like looking into the abyss! I wish I could do it, but no matter how hard I try, my brain doesn't like it.I'm looking at this from basically the beginning of my career. I don't see systems administration being a one-off system on a local VM in the next few years. Management with a GUI doesn't make sense when you scale up. Learning Powershell, and the Linux CLI, will go a long way to making me more competitive when the time comes. Tab completion, and many other time savers, makes remembering commands much easier then looking through a GUI for me
-
@guyinpv said in Compare ClearOS with Zentyal:
The only way I could ever work in "CLI only" is by having another computer available at all times so I can look up commands and how exactly to type stuff! Because man pages suck, and nothing is intuitive whatsoever!
I'm not sure what you mean. I find it very intuitive. much moreso that the Windows GUI, for example. Not knocking the Windows GUI, just saying that that is a good one and I find it much harder to find things there than on the Linux CLI.
-
@coliver said in Compare ClearOS with Zentyal:
I'm looking at this from basically the beginning of my career. I don't see systems administration being a one-off system on a local VM in the next few years. Management with a GUI doesn't make sense when you scale up. Learning Powershell, and the Linux CLI, will go a long way to making me more competitive when the time comes.
I'll agree with @guyinpv here. This is getting less common but isn't going to go away. Needing a good way to admin a lot of stuff on one box will remain. I don't like it, but it will stick around.