Questions tagged [hp-service-manager]

HP Business Service Management is a suite of service management software tools developed and marketed by the HP Software Division for end-to-end monitoring of services in the data center and the underlying infrastructure.

8 questions
4
votes
4 answers

Loop through Array and return result into Array

I have this array: var shareholders = [“name1”, “name2”, “name3”]; This is function from HPSM that is fetching data from that array: function getShareholders(RECORD) { var fShareholder = new SCFile("device"); var rc =…
Dino.F
  • 91
  • 1
  • 1
  • 10
0
votes
1 answer

How to get License info for Service Manager using Javascript

I need to get my SM license components using a scriptLibrary instead of using the GUI. Is there a table where I can perform a search or another way to get that information?. Any advise would be helpful.
0
votes
1 answer

Recommended Tomcat's Java Heap Size to Server HPSM9.41 webtier

Our company uses HP Service Manager 9.41 to manage ticketing, The web application(called webtier) is hosted in Apache Tomcat, the issue we are facing is running into performance issues with a high CPU load, I wonder if this could be related into…
Sadmi
  • 311
  • 2
  • 15
0
votes
0 answers

wsdl contain different links but same complex type

My Question is I have application HP Service Manager they have 2 different links to access wsdl file but wsdl file contain same data same everything. how can i used wsdl's as service reference in C# application they import as reference but not…
Bilal Ahmed
  • 33
  • 1
  • 8
0
votes
1 answer

How to have the same format for dates?

When I try to export in excel a list of incidents from HPSM I have an issue; the date has different formats: "dd/mm/yyyy hh:mm" or "mm/dd/yyyy hh:mm:ss". It is a problem because when the day and the month are both less the 12th then I don't know…
User
  • 13
  • 5
0
votes
0 answers

Connect Oracle SQL Developer to HP Service Manager

I want to extract data from HP Service Manager by using Oracle SQL Developer. How exactly do I make the connection to Service Manager from SQL Developer? I am new to both of these tools. I have seen many examples of connecting to an oracle localhost…
drake
  • 259
  • 4
  • 17
0
votes
1 answer

how do i configure hpsmh to monitor multiple servers in a single console for HP servers

I installed HP SMH on one server and I am able to monitor that single server. But can I use the HP SMH tool to monitor multiple servers?
shashi
  • 1
  • 1
0
votes
2 answers

POST using jQuery AJAX in HP servicemanager (HPSM)

I know this is a long shot, but I'm trying to make a POST with AJAX within the Javascript tool in HPSM. It's got very limited debugging capabilities so I'm stuck where it should be simple (or so I thought). From the syntax I've seen in other…
James Cockerham
  • 399
  • 1
  • 3
  • 13