![]() |
Inheriting a network admin’s job
i've inherited an admin's job. i have gather experiance as i go along, but i'm still very new at this. at the moment i want to go through the servers i'm watching over and seewhat significant programs there are/ are running on each one. (expect mysql apache postfix php etc). is there any advice on how to go through and see what all is running.....i'm needing a list (what and what version) of what is running.....any help on how to tackle this job would be appreciated. thanks
|
".i'm needing a list (what and what version) of what is running"
Most distributions have a method of keeping track of what is installed. If you are using Mandrake, Red Hat, or SuSE then what you have installed is probably catalogued in the rpm data base. You can list the rpm data base to a file with: rpm -qa /root/my.rpm.list.txt It is possible that your predecessor compiled some packages from source and did not register their names in the rpm data base. It is also possible that you are using a distribution that does not use rpm, but if you are then rpm -qa is a good place to start. ___________________________________ Be prepared. Create a LifeBoat CD. http://users.rcn.com/srstites/LifeBo...home.page.html Steve Stites |
| All times are GMT -5. The time now is 11:25 AM. |