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!
It can perform a large array of management tasks, such as local inventory, software deployment or network discovery. It can be used either standalone, or in combination with a compatible server (OCS Inventory, GLPI, OTRS, Uranos, ) acting as a centralized control point. OCS Inventory NG Agent Deployment Tool is a free software utility that allows you to install the OCS inventory ng agent for windows and for linux. This tool uses Windows SysInternals Psexec and PuTTY remote execution tools.
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. GLPI boasts several very useful features:
- Hardware/Software inventory
- Network and printing hardware inventory
- Support for Fusion Inventory and OCS Inventory
- Computer peripherals inventory such as monitors, scanners, telephones, etc
- Help-desk Ticketing System
- SLA Management
- Change Management
- Project Management
- Reporting to PDF, CSV, PNG, SVG, etc
When GLPI is paired with Fusion Inventory:
- Software deployment abilities
- Automated inventory through client agents
- Ability to do handle Android, Windows, Linux, BSD, HP-UX, and many other operating systems
All in all with GLPI and Fusion Inventory installed, the combination can be used to create an all encompassing help-desk/document management/inventory system for businesses of all sizes.
Sep 01, 2008 How to get the Microsoft WinSock Control to appear on your COM COMPONENTS inside Microsoft Visual Basic 2008. Link to download http://www.ascentive.com/suppo. Microsoft winsock control vb 2008 functions. Jun 23, 2009 I need to put in some winsock controls in one of my applications but I can't find them anywhere in Visual Basic 2008 Express Edition. If there aren't any could someone give me the download link to Visual Basic 2006? There is no Winsock control in the toolbox that you can drag onto a form. The namespace System.Net.Sockets contains most of the objects.
This tutorial will walk through the steps necessary to quickly setup, configure, and begin importing inventory into GLPI with the help of Fusion Inventory on Debian 8 Jessie, but the same instructions also works on Debian based systems like Ubuntu and Mint.
Necessary Components
- Debian 8 Jessie already installed ( TecMint has an article on installing Debian 8 here:
- Working network connection (necessary for the automatic inventory).
- A secondary machine to install the inventory agent (also with a network connection to the Debian server)
- Root/Administrator access to both machines
Installation of GLPI/Fusion Inventory Server
Step 1: Dependency Installation
1. The first step in the process is to boot up and prepare the Debian server. GLPI will require Apache2, MySQL, and some PHP additions in order to function properly. The easiest way to get these packages is with the Apt meta-packager.
This command will download and install the necessary packages and start the basic server services. While MySQL is installing, it will likely ask to have the MySQL root password set. Set this password but DO NOT forget it as it will be needed soon.
2. After all of the packages finish installing, it is always a good idea to make sure that the server services are running. This is easily accomplished by evaluating the system to see what services are listening on what ports with the ‘lsof‘ utility.
![Inventory Inventory](https://www.miloszengel.com/wp-content/uploads/2017/03/ocspackager2.png)
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.
I have no instructions for my stoves envoy cooker, need to know how to set 3 button timer and grill wont ignite, help! Posted by ang770 on May 19, 2009. I have a manual for the 850 DO and it says the following Setting the 'time of day' 1. Switch on electricity supply to the appliance. Gmc envoy owners manual.
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:
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.
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! To create a new MySQL user and assign them permissions to the ‘glpi
‘ database:
- create user ‘glpi’@’localhost’; → creates a MySQL user called ‘glpi‘.
- grant all privileges on glpi.* to ‘glpi’@’localhost’ identified by ‘some_password’; → this grants all database privileges on the database called ‘glpi‘ to the newly created user ‘glpi‘ and then assigns a password required for that user to access the SQL database.
- flush privileges; → run this for the new privileges to be read by the MySQL server.
At this point, MySQL is ready and it is time to obtain the GLPI software.
Deploy Software On Ocs Inventory Documentation Pdf
Step 3: Obtain and Prepare GLPI for Installation
Glpi
5. Obtaining GLPI is very simple and can be accomplished one of two ways. The first method is to visit the project’s home page and Download GLPI Software or via the command line utility known as ‘wget‘.
This will download and install version 9.4.2 which is the current version as of this article.
6. Once the software is downloaded, the contents of the tarball need to be extracted. Using the tar utility, the contents can be decompressed, extracted, and placed in the proper location on the Debian server for the GLPI webpage to be accessible.
This will extract the tarball contents to a folder called ‘glpi
‘ in the /var/www
directory. By default, this is the directory that Apache2 serves files on Debian.
![Glpi Glpi](https://4sysops.com/wp-content/uploads/2012/03/Free-inventory-software-OCS-NG-1.jpg)
7. The above tar command will extract all the contents into the ‘/var/www/glpi
‘ directory but it will all be owned by the root user. This will need to be changed for Apache2 and other security reasons using the chown command.
This will change the owner and primary group ownership for all of the files in /var/www/glpi
to www-data which is the user and group that Apache2 will be using.
At this point, Apache2 will need to be reconfigured in order to serve the newly extracted GLPI contents and the following section will detail the steps.
Open Computer and Software Inventory Next Generation (OCS Inventory NG) is a cross-platform, open-source application designed to help a network or system administrator keep track of the computers configuration and software that are installed on the network.
Information about Hardware and Operating System is collected by the software. OCS Inventory is also able to detect all active devices on your network, such as switch, router, network printer and unattended devices. It also allows deploying software, commands or files on client computers.
This software therefore enables system administrators to identify all of the devices that are attached to a network, what software or hardware component is installed on individual computers, as well as the ability to deploy software and configuration scripts on them.
These responses came to be called 'readings,' and their insights offer practical help and advice to individuals even today. The questions were asked by a conductor of the readings, usually his wife Gertrude, and each session was documented by his secretary, Gladys Davis. From there, he could respond to a variety of questions from individuals across the country. Edgar cayce readings on aliens. The majority of Edgar Cayce's readings deal with holistic health and the treatment of illness.
Features include:
Ocs Inventory
- High performance: about 1 million computers inventoried per day using a reasonably high specification server (bi-Xeon 3 GHz and 4 GB RAM).
- Collates important inventory information (including BIOS, processors, memory, input devices, system ports and slots, system controllers, storage peripherals, logical drives / partitions, video adapters, sound devices, display monitors, telephony modems, network adapters, printers, and operating system software.
- Powerful deployment system allowing administrators to distribute software installation or scripts on computers without overloading the network.
- Web Administration Console.
- Lightweight bandwidth usage.
- 3-Tier architecture using current standards, HTTP/HTTPS protocol and XML data formatting.
- Based on well known open-source products such as the Apache web server, MySQL database server, PHP,and Perl scripting languages.
- Web service accessible through SOAP interface.
- Plugin support through API to further extend functionality.
Website:www.ocsinventory-ng.org
Support:Wiki
Developer: OCS Inventory Team
License: GNU GPL v2
Return to Configuration Management Tools Home Page | Return to Network Inventory Management Home Page
Ocs Inventory Service
Want to find more awesome open source software? Check out our award winning open source software directory featuring more than 20,000 open source apps. |