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 9:59 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Newbie
PostPosted: Wed Aug 16, 2006 6:15 am 
Offline
Newbie

Joined: Wed Aug 16, 2006 6:13 am
Posts: 1
Where's the instructions to setting this up. I am a WMI\ VBS Script guy ..I do not know MySQL or PHP can someone please send me step by step instructions to set this up...

I am trying to inventory only certain servers...not my entire domain....

Pease step by step ....


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 01, 2006 6:59 am 
Offline
Newbie

Joined: Wed Aug 30, 2006 5:52 am
Posts: 4
Location: Hessen, Germany
1) grab the release from here:
http://sourceforge.net/project/showfile ... _id=160594
Unfortunately I can not explaint to you how you can update to a newer release using the version control software.

2) install a server that handles
- web with php
- mysql
You might wann use xampp for Windows if you're a Windows guy

3) Create the database:
Using Windows:
go to the mysql bin directory and connect using
mysql -u root
now create the database itself and the user:
mysql> create database openaudit;
mysql> grant all on openaudit.* to 'username'@'localhost' identified by 'password';
there you go, the database is ready!

4) create the neccessary tables:
go to the directory containing the .sql file and run:
c:\program files\xampp\mysql\bin mysql -u root -p openaudit < open_audit.sql (e.g.)

5) Customize the include_config.php file to your fit your needs, change username and password, of cause use the one you granted access to that database.

6) Web server:
Create a vhost for apache or simply use a directory on your server and copy the content of the open-audit release to it, then go to
http://serveraddress/openaudit/setup.php
and configure everything.
Make sure you have write access to the audit.config file and stuff

Follow the steps explained her to download the neccessary files and put them in the proper locations

7) Finish:
Without a AD domain enter PCnames , usernames and passwords in pc_file_list.txt

8) You can move the scripts directory to your local PC and fire up
# cscript audit.vbs
to run an audit

b1ff


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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