LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   QoS installed on SME 7.5 - no idea how to manage (https://www.linuxquestions.org/questions/linux-networking-3/qos-installed-on-sme-7-5-no-idea-how-to-manage-911199/)

eXpZA 11-01-2011 02:33 AM

QoS installed on SME 7.5 - no idea how to manage
 
Hi Everyone, great forum you've got here :)

I'm trying to integrate myself with our Linux-based server that we run here at work. We pay someone offsite to manage it, but I figure I'd rather just manage it myself.

I'm teaching myself, and have come to pretty good grips with the basis of networking and server-based Linux, but I've hit a brick wall.

We have QoS installed for our Linux Machine (SME Server 7.5) but I honestly have no idea what distribution or where to look. I am 100% sure that there is QoS installed, but am unable to find out where or what it is.

So it's a bit of a treasure hunt - would anyone be able to guide me as to how I could figure out what QoS I'm running, so that I can read up on it and understand how to manage it?

I have full access to the machine, both command line and the SME web interface (but I doubt it would be there?)

Thanks :)

GlennsPref 11-02-2011 11:54 AM

Quote:

Hi, Welcome to LQ!

LQ has a fantastic search function that may save you time waiting for an answer to a popular question.

With over 4 million posts to search it's possible the answer has been given.
:)

You could try one of these...
Code:

commands for knowing which linux is running

lsb_release -a
cat /etc/redhat-release
ls /etc | grep release

cat /etc/*release*
cat /etc/*version*

cat /etc/issue

Code:

uname -a
may reveal something about the kernel and system.

All the best, Glenn


All times are GMT -5. The time now is 10:04 PM.