Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Fri Mar 29, 2024 10:15 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 10 posts ] 
Author Message
 Post subject: Installation steps
PostPosted: Fri Nov 12, 2010 9:43 pm 
Offline
Newbie

Joined: Fri Nov 12, 2010 9:02 pm
Posts: 2
Hi,
I'm new in this Foro. I'm looking for a tool to inventory our network and it seems a very good tool but we'd need some documentation to start. Could anybody help us ? We'd like to know the steps we must follow. ie:
setup mysql (how)
setup open- audit (how)
etc.

We have windows server 2003 Domain.

Thank you very much.


Top
 Profile  
Reply with quote  
 Post subject: Re: Installation steps
PostPosted: Mon Nov 22, 2010 9:39 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 07, 2004 11:48 am
Posts: 1964
Location: Brisbane, Australia
Take a look in the F.A.Q forum, here -
[url]http://www.open-audit.org/phpBB3/viewforum.php?f=6[/url]

_________________
Support and Development hours available from [url=https://opmantek.com]Opmantek[/url].
Please consider a purchase to help make Open-AudIT better for everyone.


Top
 Profile  
Reply with quote  
PostPosted: Sat Oct 08, 2011 1:38 am 
Offline
Newbie

Joined: Fri Oct 07, 2011 6:42 am
Posts: 12
Hello Mark,

Good day!

I'm new to OAv2 just downloaded from https://launchpad.net/oav2/trunk/beta3 (OAv2_beta3.zip) unzip / installed (in RHEL5 x86 64-bit linux box) as per readme.txt as shown below

How to install OAv2.

1 - Extract the archive to /usr/
2 - Move the contents of www folder to your root web folder (/var/www under Ubuntu).
3 - Edit the file /var/www/index.php. Line 27/28. Adjust to suit (as per step 1).
4 - in the /usr/OAv2/other folder, run the following command (under Ubuntu)
mysql -u root -p
{enter password}
create database OAv2;
exit;
mysql -u root -p OAv2 < OAv2_mysql.sql
{enter password}
5 - Check file permissions (still to clarify). Easy to just run "sudo chmod -r 777 /usr/OAv2/"
6 - Alter the settings to connect to the database in /usr/OAv2/code_igniter/system/application/config/database.php
7 - Point your web browser to http://YOURSERVER/index.php
8 - Logon with Username: Admin, Password: password
9 - Change password by going to Admin -> List Users -> Edit User


Unfortunately, after I entered http://localhost/index.php a white page screen showed-up. Trying to figure out. I edited /etc/httpd.conf adding index.php under DirectoryIndex and changing DocumentRoot to /var/www and after which, I saved the apache config file and ran service httpd restart but still a white blank screen shown up. Tried to search here viewforum.php?f=10 but can't find specific solution on my issues. I appreciate if you could guide me on this installation Mark with your remarkable open source solution.

Your immediate response on this matter is very much appreciated.

Cheers! More power!

lawrence


Top
 Profile  
Reply with quote  
 Post subject: Re: Installation steps
PostPosted: Tue Oct 11, 2011 3:24 am 
Offline
Moderator

Joined: Fri Jul 20, 2007 8:27 am
Posts: 1259
Check your PHP error logs for clues. You might have not done step 3 (edit the index.php) correctly.


Top
 Profile  
Reply with quote  
 Post subject: Re: Installation steps
PostPosted: Tue Oct 11, 2011 11:46 pm 
Offline
Newbie

Joined: Fri Oct 07, 2011 6:42 am
Posts: 12
Hello jpa,

Thanks for the reply. I did checked already (3 - Edit the file /var/www/index.php. Line 27/28. Adjust to suit (as per step 1) and as I vi the php file variable param ($system_folder) were assigned to the right path (/usr/OAv2/code_igniter/system) link is included http://img406.imageshack.us/img406/153/oav2indexphp.jpg.

By the way, if I may ask where can I find then the shell script for us to audit our linux box? Because in the previous version as I read in the forum there is a shell script (audit_linux.sh) but in the OAv2 I can't found same shell script.

Your help is very much appreciated. More power!

Cheers,

lawrence


Top
 Profile  
Reply with quote  
 Post subject: Re: Installation steps
PostPosted: Wed Oct 12, 2011 1:25 am 
Offline
Newbie

Joined: Fri Oct 07, 2011 6:42 am
Posts: 12
side note: shell script found it at /usr/OAv2/other. thanks


Top
 Profile  
Reply with quote  
PostPosted: Wed Oct 12, 2011 2:24 am 
Offline
Newbie

Joined: Fri Oct 07, 2011 6:42 am
Posts: 12
Hello jpa/Mark,

Error displayed in the browser when tried to open http://192.26.x.x/index.php as shown below:

Fatal error: Call to undefined function mb_strtolower() in /usr/OAv2/code_igniter/system/application/libraries/Session.php on line 511

Thanks in advance for your help.

lawrence


Top
 Profile  
Reply with quote  
PostPosted: Thu Oct 13, 2011 1:32 am 
Offline
Newbie

Joined: Fri Oct 07, 2011 6:42 am
Posts: 12
Hello,

When I also tail /var/log/httpd/error_log I also get this log as shown:

[Wed Oct 12 15:23:33 2011] [error] [client x.x.x.13] PHP Fatal error: Call to undefined function mb_strtolower() in /usr/OAv2/code_igniter/system/application/libraries/Session.php on line 511


It would be great if you could guide me on this issue for the resolution.

Thanks again.

Cheers,

Lawrence


Top
 Profile  
Reply with quote  
 Post subject: Re: Installation steps
PostPosted: Thu Oct 13, 2011 7:49 am 
Offline
Moderator

Joined: Fri Jul 20, 2007 8:27 am
Posts: 1259
You need to enable mbstrings in your php config. Not sure how that's done in Linux land.


Top
 Profile  
Reply with quote  
 Post subject: Re: Installation steps
PostPosted: Thu Oct 13, 2011 10:29 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 07, 2004 11:48 am
Posts: 1964
Location: Brisbane, Australia
When run on a default TASKSEL -> LAMP install on Ubuntu 10.10, it "just works".
No idea about RHEL 5.

_________________
Support and Development hours available from [url=https://opmantek.com]Opmantek[/url].
Please consider a purchase to help make Open-AudIT better for everyone.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 10 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group