ok I threw this box together this morning and to get everything working all together I had to add a few packages. Here is the break down on what got installed.
apt-get install apache2 - if you don't already have it
apt-get install openssh-server
apt-get install build-essential mc vim ntpdate smbfs
apt-get install nagios3
apt-get install libsnmp-perl libsnmp-session-perl
a quick fix after that was
chmod -R g+s /etc/nagios3
dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios3/rw
dpkg-statoverride --update --add nagios nagios 751 /var/lib/nagios3
that was enough to get nagios up.. Next php and mysql
apt-get install php5 mysql-server-5.0 mysql-client-5.0 libapache2-mod-php5 php5-mysql php5-curl php5-cli php5-dev make gcc libc6-dev automake
apt-get install libapache2-mod-perl2 php5-common php5-dev php5-gd php5-imap php5-ldap php5-mhash php5-odbc
from there I copied over openaudit to my /var/www directory
/etc/init.d/apache2 restart
pointed browser to http://serveraddress/openaudit/setup.php
I think that is it. hope I didnt miss anything. Of course you have to do some configuration now
Showing posts with label install. Show all posts
Showing posts with label install. Show all posts
Tuesday, December 22, 2009
Wednesday, April 29, 2009
WSUS Can't connect to Server:Port
Well This post should be before the one below this but the way WSUS was setup here before me was to use port 80. After the crash and the reinstall I had to run the following Script from cmd or run.: cscript c:\Program Files\Update Services\InstallSelfUpdateOnPort80.vbs
After that I was able to connect to http://My-WSUS-Server/iuident.cab and download the file.
After that I was able to connect to http://My-WSUS-Server/iuident.cab and download the file.
Wednesday, April 15, 2009
Installing SCCM 2007
OK i've found a pretty good forum with help on installing and confiuguration of SCCM 2007 on Server 2008 / 2003. Also Has alot of Info on errors, other installs, and just about anything else you could think of to help. So check it out, wont be needing my help since this site has it all :( hehe
SMS, SMS 2007
SMS, SMS 2007
Installing IIS on server 2003 for SMS
Well found a good link for the correct way to install IIS for SMS on windows server 2003. Follow the link.
Installing IIS
Installing IIS
mp.msi exited with return code: 1603
While installing the MP role on SCCM 2007 my MPsetup.log file showed me the mp.msi exited with return code: 1603 error message. The following fixed that error and my MP installed successfully the next try.
BITS is not installed with IIS. Goto
add/remove programs > add/remove windows components > application Server (click details) > Internet Information Services (Click Details) > *CHECK* Background Intelligent Transfer Service[BITS] Server Extentions
Make sure it checks both options under the details of BITS. Click oks and after the install try installing the MP role again and it should be successful.
BITS is not installed with IIS. Goto
add/remove programs > add/remove windows components > application Server (click details) > Internet Information Services (Click Details) > *CHECK* Background Intelligent Transfer Service[BITS] Server Extentions
Make sure it checks both options under the details of BITS. Click oks and after the install try installing the MP role again and it should be successful.
Tuesday, April 14, 2009
Sccm 2007
For those that don't now what sccm means it is System Center Configuration Manager. Its pretty much the upgrade from SMS 2003. Its just about the same pain in the neck to install and configure.. I found a few sites that had semi-walkthroughs on installing and configuration. I followed step by step and basically still was faced with many errors. SQL actually was piece of cake as I haven't had to touch it since I clicked finish...
So after about 2 and a half days I think I've finally got it fully installed and working. After the second day of researching errors and trying various fixes about 1/4 of my clients were accepted and installed. I've been trying to clear the error messages and worry about the warnings at another time. So far I've had to reinstall IIS about 2 - 3 times and make sure WEBDAV was allowed. I've also had to remove roles and reinstall them from the System Management Console. I think I redid the MP about 2 - 3 times as well. I was getting 500 and 501 errors about every hour and for the last 3 hours it hasn't come back yet ::crosses fingers::
Basically for anyone trying to get it installed and are seeing MP or SMP errors, those are your roles so you may just need to uninstall the role, check the log files to make sure it finishes successfully, then reinstall the role. Also I had my boundries setup for AD but it seemed to work better with IP subnet. Well I'll find out tomorrow if I'm all set to go on and try other tasks such as software updates and pushes. Remote management seems to be working. I'll try and get some reference links to the sites that did help me..
Good Luck!!
So after about 2 and a half days I think I've finally got it fully installed and working. After the second day of researching errors and trying various fixes about 1/4 of my clients were accepted and installed. I've been trying to clear the error messages and worry about the warnings at another time. So far I've had to reinstall IIS about 2 - 3 times and make sure WEBDAV was allowed. I've also had to remove roles and reinstall them from the System Management Console. I think I redid the MP about 2 - 3 times as well. I was getting 500 and 501 errors about every hour and for the last 3 hours it hasn't come back yet ::crosses fingers::
Basically for anyone trying to get it installed and are seeing MP or SMP errors, those are your roles so you may just need to uninstall the role, check the log files to make sure it finishes successfully, then reinstall the role. Also I had my boundries setup for AD but it seemed to work better with IP subnet. Well I'll find out tomorrow if I'm all set to go on and try other tasks such as software updates and pushes. Remote management seems to be working. I'll try and get some reference links to the sites that did help me..
Good Luck!!
Subscribe to:
Posts (Atom)