Questions tagged [cmdb]

A Configuration Management Database is a database storing information about equipment and their relationships in IT installations. Typically in larger organisations

Reference

Description

A Configuration Management Database is a database storing information about equipment and their relationships in IT installations. Typically in larger organisations. This is normally mentioned in relation to IT Service Management (ITSM) and used as a base on which to base the information recorded in incidents, changes, problems, etc.

Related tags

43 questions
6
votes
3 answers

Looking for pragmatic CMDB solution

I need a solution to catalog a number of applications in our company (more than 100 less than 1000). Right now we are using a spreadsheet and for each app we fill in name, short description, contact person and maintainer (internal or vendor). The…
ddimitrov
  • 3,293
  • 3
  • 31
  • 46
4
votes
0 answers

Digitally sign HTML-form using hwcrypto

I'm looking for a way to digitally sign an HTML-form with PKCS#11 (smart card) with hwcrypto. Context: at our company we use Combodo's iTop as CMDB. Company devices need to be registered and the employee needs to sign a proof of loan. I like to…
MichealN
  • 41
  • 3
4
votes
1 answer

Which JDBC driver version should I use to access PostgreSQL 9.5?

I installed PostgreSQL on my Ubuntu 16.04 using apt install - it installed PostgreSQL 9.5.12. I want to use cmdbuild 2.5. It gives me 9.4.1204 JDBC driver by default in tar.gz install file. But I have some wrong with install cmdbuild, so I think…
wang kai
  • 1,673
  • 3
  • 12
  • 21
2
votes
0 answers

PHP Form MySql Update Table with Foreign Keys

I'm building a website that holds, laptop and customer information held in separate tables. The structure of the customer table is; ID, Name, Manager, Email The structure of the laptops table is; ID, Asset_No, Make, Model, RAM, CPU,…
Dretreyt
  • 23
  • 4
2
votes
2 answers

Application/Server dependency mapping

I'm just curious as to whether such as tool exists (free, open source, or commercial but for a reasonable price) before I build it myself. We're looking for a simple solution to simplify taking web apps online and offline when a server is undergoing…
David
  • 72,686
  • 18
  • 132
  • 173
1
vote
2 answers

Using and working with UCMDB

I am trying to find a tool which can efficiently help me to map and identify relationships and data flow between applications. I am not very familiar with UCMDB, but does it help for capturing application relationships? Any advice would be very…
JJunior
  • 2,831
  • 16
  • 56
  • 66
1
vote
0 answers

How can I query WMI GroupUser objects and select PartComponent attribute

I want to select Account attribute in this query example : SELECT Description, Disabled, Domain, FullName, Lockout, Name, SID FROM Win32_UserAccount WHERE Domain = '' I'm trying to get SELECT PartComponent FROM Win32_GroupUser WHERE…
1
vote
1 answer

HP Universal Configuration Management Database UCMDB Starting Point

I'm working with a contractor installed UCMDB instance that was put in before I started. What are some good starting points that I should read to get up to speed so that I can ask good questions of the implementing consultants? We have a limited…
1
vote
0 answers

uCMDB getAllCIs - Specify depth

I want to get only the CIs that are at the next level of a specified CI in uCMDB. Is it possible to call getAllCIs by specifying depth? Is there a more efficient way?
Spyros
  • 682
  • 7
  • 18
  • 37
1
vote
1 answer

ServiceNow dynamic label change

I am currently building a CMBD in ServiceNow and have come across a problem I cannot seem to figure out. In my database instance table, I would like to be able to add a field to the table that pulls from all of the names of applications I have in…
Roger99
  • 981
  • 2
  • 11
  • 42
1
vote
1 answer

certain OQL is breaking my JSON structure

The API I'm using (iTop) allows a get request to have a JSON body, and an OQL statement within the JSON in the form: json_data= { ..., "key": "SELECT Animal", ... } I have been using %, the…
Noam Hacker
  • 4,671
  • 7
  • 34
  • 55
1
vote
1 answer

Issues with install shark tool via cmdbuild

Please help me, i'm new on cmdbuild and try to investigate this tools. But i stuck on the running of Shark. I got the next errors in log : shark.log: 2015-12-23 10:35:01,875: SharkEngineManager -> Working with 'org.enhydra.shark.CallbackUtil'…
Just Me
  • 133
  • 1
  • 11
1
vote
1 answer

Powershell - helping with our CMDB Issue - Opinions?

recently I took it upon myself to learn Powershell. It was a rough 2 weeks and a lot of reading but I'm getting better and better. I had some pressure at work to help with correcting our CMDB. We are about 7 months away from having a true…
Patrick
  • 107
  • 5
  • 16
1
vote
1 answer

CMDBuild password reset

I have to deal with an old CMDBUild, but unfortunately, noone have the superuser password. So I would like to change it directly in the postgres database. I manage ton connect to cmdbuild database in psql. I have a table call User, but a select *…
Leitoo0
  • 19
  • 2
  • 6
1
vote
1 answer

Change Management suggestions?

I'm dangerously close to launching a pretty heavy web app and I've got almost everything out on my server in QA. I'm still touching up and making changes here and there and although I'm taking nightly snapshots of my server I would still like to…
Adamjstevenson
  • 435
  • 6
  • 18
1
2 3