7/3/2018
Posted by 
How To Install Glpi On Centos 6 Rating: 9,9/10 5236reviews

Any type of business is bound to have innumerable amounts of items that need to be inventoried, tracked, and managed. Doing so by means of pen and paper not only takes excessive amounts of time but is often prone to multiple user errors. Moving to a digital system such as Excel/Libre Calc worksheets is a little bit more productive and easier to back up but does present some other interesting issues such as access to the spreadsheet, inability to easily query data, or the simple fact that multiple spreadsheets easily becomes a logistical nightmare! GLPI is a fantastic piece of information-resource management software that can be installed to track company resources. GLPI is comparable in functionality to several commercial pieces of software such as LanSweeper, EasyVista,and ManageEngine. Set MySQL Root Password 2.

Ocs inventory server how to install and configure ocs inventory 2.1 on cent os 6.5 64 bit part 1 - duration. Setup IT And Asset Management System With GLPI On Centos 6. Filed under: ADMIN TIPS, LINUX, LINUX SERVER — 1 Comment. December 28, 2013. Install GLPI on Centos 6.

After all of the packages finish installing, it is always a good idea to make sure that the server services are running. Bimco Charter Party Editor Download. This is easily accomplished by evaluating the system to see what services are listening on what ports with the ‘‘ utility.

Centos 6 Install GuiHow To Install Glpi On Centos 6

# lsof -i:80 [will confirm apache2 is listening to port 80] # lsof -i:3306 [will confirm MySQL is listening to port 3306] Another way to confirm apache2 is working and delivering a web-page is to open a web browser and type the Debian server’s IP address in the URL bar. If Apache2 is working, the web browser should return the “ default” Apache2 page. Apache Default Page Now that Apache2 is at least serving up a web-page, lets first prepare the MySQL database and then configure Apache2 to server GLPI. Step 2: MySQL Configuration 3.

From the Debian server, log into the MySQL command line interface using the ‘ mysql‘ command. # mysql -u root -p This command will attempt to log into MySQL as the MySQL root user (NOT the system root user). The ‘ -p‘ argument will prompt the user for the MySQL root user password that was configured when MySQL was installed in the prior paragraph.

At this point, a new database ‘ glpi‘ needs to be created for GLPI. The SQL command to do accomplish this task: mysql>create database glpi; To confirm that this new database was indeed created, the ‘ show databases;‘ command can be issued. The result should look similar to the below screen-shot. Mysql>show databases. Show MySQL Databases 4. From here, a new user with privileges to this database should be created. It is never a good idea to use the root user!