automatic inventoring of machines to glpi 10.0.5 installed on my server - glpi

I installed glpi on a server and I want to do automatic inventoring of other computers and machines in the park.
I tried to install FusionInventory but its last version isn't compatible with glpi 10.0.5.
Is there an other plugin that i can use please?

GLPI from 10.x onwards now has its own agent that can be installed on clients. Details can be found here:
https://glpi-agent.readthedocs.io/en/latest/

Related

How do I install Oracle Enterprise Repository 12c on Macbook?

I am trying to install the Oracle SOA stack of products on my MacBook but I am stuck at one very crucial point. Need a database on my machine for OER but cannot figure out what to do?
Here is what I have already done:
Successfully installed Oracle SOA Suite 12c
I have downloaded OER
I have tried installing Oracle Database 12c, with Linux version even though as there is no download choice for Mac. I faced following error : ./runInstaller: line 252: /Users/madhu/Oracle/product/18.0.0/dbhome_1/install/.oui: cannot execute binary file
I checked supported database for OER but did not find MySQL or SQLlite or any other product than Oracle and Microsoft SQL server.
Microsoft SQL server is obviously not supported in MacOS
So at the as for OER a database is essential and I cannot install any supported database on MacBook.
Can you please help me?
Even if the installer script doesn't instantly fail, that doesn't mean that the Linux version of ODB 12c will magically work on OS X.
Install ODB or SQL Server on something else and configure OER to connect to it. That "something else" can be a virtual machine running on your Mac.
Install VirtualBox (or your preferred hypervisor);
Install Linux or Windows on a virtual machine;
Install and configure Oracle Database or SQL Server on that VM;
Consult the manual to configure networking for your virtual machine so the database is accessible from your host machine.
WebLogic will run on the Mac but FMW/SOA will not - at least not stable. Neither will the database.
& I know I teach/install/admin these products and am a certified Oracle trainer. I’ve tried...my time was worth more than it took to try and get it to work outside a vm-natively. I assume yours is too.
Unless you are actively trying to learn how to install them, then yes #backgammon is right, install them in a VM.
BUT, if you just want to use them and are not as interested in installation, then use one of the prebuilt -preconfigured FMW virtual box images here that will run on the Mac under virtual box.
Then Install OER in that image.
But, be advised OER is no longer sold by Oracle, even though it’s available for download.
It has been replaced by the API cloud service product.

Can't install LocalDB on Windows 8.1

I've developed an application that uses SQL Server (in particular LocalDB), and, I have just pushed it out to the client.
The client runs Windows 8.1 x64, but, when I try to install either x86 or x64 version of SQL LocalDB direct from Microsoft, I keep getting this error:
Microsoft SQL Server 2014 Express LocalDB
Installation of this product failed because it is not supported on this operating system. For information on supported configurations, see the product documentation.
I'm a little bit stuck here, and, quite confused as I am using LocalDB on my Windows 8.1 dev machine.
How can I resolve this?
Please right click the LocalDB setup file and check if it is configured with other compatibility mode. And make sure that you choose “Run as Administrator” to start the installation. There is also a similar thread for your reference, which may require you to reinstall the Windows to resolve the OS error.
SQL Server 2014 Express why not support Windows 8.1 Pro

How to set up OSB service in eclipse?

I did some research on this. Everywhere I have seen that, this is coming as package.
Weblogic/Eclipse IDE/OSB.
How can I use the Eclipse as client and connect to OSB server, deploy to server for testing.
i don't want to install any services.
Also I have installed Jdeveloper, that is not supporting OSB.
The Eclipse distribution you need to use is OEPE (Oracle Enterprise Pack for Eclipse).
There is a guide on how to get a development environment set up on the Oracle Middleware blog.
Do make sure you get compatible versions, though, even minor version differences can be a problem:
To ensure the Eclipse version is compatible with your OSB version I recommend using the Eclipse that comes with the supported WLS server, e.g. OSB 11.1.1.4 you would install WLS 10.3.4+oepe.
I'm not sure exactly what you mean when you say "I don't want to install any services".
If you mean you don't want to install OSB as a windows service, then don't. You will be able to start and stop the server with the startWeblogic.cmd file after installation.
If you mean you don't want to install OSB separately, then you won't be able to deploy to anything. OEPE just provides tools to work with OSB or Weblogic, it doesn't have a server as part of the software. If you are concerned about installing OSB, all of the configuration is stored in the "Oracle Home" directory, which you will specify yourself.

Access to SQLServer with Node.js on Linux

I'm trying to write a REST service with Node.js and Express and I need to connect to a SLQServer 2000 database. I've tried the Microsoft connector but it's not working on linux, according to them:
The Microsoft Driver for Node.JS for SQL Server is currently available
as a preview release, and relies on run-time components that are only
available on the Microsoft Windows and Windows Azure operating
systems.
I've also tried node.js's modules tdm and tedious with no success... Any idea?
Check out tedious again. Version 0.2 fixed compatibility with TDS 7.1 (SQL Server 2000).
Have you tried Edge.js?
Leverage SQL Server with node.js.
npm install mssql
I believe that to be the generally accepted best solution
You can use Espresso Logicto create a REST API and then call that from .NodeJS
Even if its a year old question, thought of answering it as it is the first thing that shows up in google for the question.
There is node-sqlserver maintained by Microsoft. The last commit was made 5 months ago though.
Install with $ npm install msnodesql .

can we install sqlserver2005 before installing vs2005?

I want to install sqlserver2005 on my server2003 machine. I heard that sqlserver2005 should be installed prior to visualstudio2005. Is it right or wrong?
can we install sqlserver2005 before installing vs2005? - Yes
i heard that sqlserver2005 should be installed prior to visualstudio2005. is it right or wrong? - not necessarily, but it depends on what parts of SQL you are using.
This link should give you the answer
In short
The issue is that if you install
Visual Studio first, SQL Server
Express will be installed if there is
not a local instance of SQL already
installed. When you later attempt to
install the SQL Server 2005
workstation tools it will fail, but
you are not blatantly alerted to that
fact.
They are independent of each other. It shouldn't make a difference which one you install first.

Resources