Questions tagged [tivoli]

Tivoli is a closed source system management application. Tivoli Systems was founded in 1989 by four former IBM employees and was located at Austin, Texas.

119 questions
0
votes
1 answer

How to read the output of previous command and then proceed to the next command

I wanted to write a script which will execute the next command only if the previous command was successful. As part of the script I am trying to add files. Once the command to add the file is successfully executed, I get a message like as…
Bindu
  • 21
  • 7
0
votes
2 answers

Maximo 7.6 Change status dialog box (Notification E-mail field) default blank

Seeking for guidance, in Maximo 7.6 the change status dialog box has a field (toemailaddr) Label: Notification E-mail for work Order change status. See the picture below. What I am seeking guidance on is how do I edit that field to where I make it…
Leo
  • 13
  • 8
0
votes
1 answer

architecture for monitoring system using java EE

i want to create a web application with JAVA EE in order to monitor Tivoli Storage Manager which is an entreprise solution for storage management and backup data.So what i want to do exactly is to build service/script/scheduled job/timer to run SQL…
0
votes
1 answer

TWS - what is the better way to schedule job to run twice a day...?

I need to schedule job to run twice a day everyday i.e. first run at 1 AM and second run at 11 PM. As you can see there is no way I can use option "repeat range". So my question is what is the better way to do it: 1. set two run cycles (DAILY and…
0
votes
1 answer

java.lang.NumberFormatException : Not a valid char constructor input: aa

I have a xml job where I define resources: ............... …
TUAM
  • 1
0
votes
1 answer

IBM Security Directory Server - How to modify user password as client request?

We have an authentication service that allows admins to attach various directory services to our cloud service. We support a bunch of different directory services (Active Directory, OpenLDAP, GSuit etc.) and we're offering support for a new LDAP…
0
votes
1 answer

Use API to get a list of all services requests in the system

With this API, I can get a list of all my service requests: http://localhost:9080/maxrest/rest/os/SRM_SR?_lid=maxadmin&_lpwd=maxadmin maxadmin is my credentials. Is there a way for me to get a list of all service requests in the system? Here is a…
Kenneth Bo Christensen
  • 2,256
  • 2
  • 18
  • 21
0
votes
1 answer

How do I know installed fix packs onTSAMP?

I am investigating vulnerability in these information below. https://www.ibm.com/support/docview.wss?uid=swg21998459 http://www.ibm.com/support/docview.wss?uid=swg22005058 http://www-01.ibm.com/support/docview.wss?uid=swg22002336 However I…
tekun
  • 71
  • 4
  • 14
0
votes
1 answer

Control access to SharePoint Lists using Tivoli Identity Manager

We are designing a system where will use SharePoint, the customer has Tivoli Identity Manager integrated with Active Directory. One way that we have thought of doing this is by creating an asp.net membership provider that communicates with TIM. But…
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
0
votes
1 answer

Accessing Tivoli Performance Module

I am trying to extract the PMI data using a Java Application, I already been able to access performance module, but unfortunately, i cannot access SubModule as in the below example. I extracted the ThreadPool Module data using this…
0
votes
1 answer

netcool omnibus probe rules

I have following probable values for $6 coming to netcool omnibus rules. I would like to extract the InstanceName from $6 Eg: SQLSERVER1 SQL2012TESTRTM SQL2012TESTSTD1 SQL2014STD MSSQLSERVER Below are $6 values 6 =…
Atul
  • 63
  • 1
  • 1
  • 8
0
votes
1 answer

SSL vulnerability in Tivoli Monitoring Agent

I am fixing some deviations on a windows server 2008, and in the scan results the vulnerability SSL Enabled Server Supports Medium Strength SSL Encryption Certificates/Ciphers appeared in port 7756. The application that is running in that port is…
user3105533
  • 321
  • 3
  • 11
0
votes
2 answers

TSM command to get the count of backup in GB's?

Can some one please provide me the TSM command to get the count of backup in GB's for last 30 days? An example of SQL command which we can execute on TSM to get the data size for last 24 hours: SELECT substr(entity,1,20) AS "Node",…
vikram
  • 1
  • 1
0
votes
1 answer

Why is IBM Tivoli Netcool Omnibus's Summary is not fully printed?

I need help to print an omnibus "summary" string. I have a trigger that executes a procedure: begin for each row critical in alerts.status where critical.AlertKey = 'DISK_USAGE_CRIT' begin execute send_email( critical.Node,…
0
votes
1 answer

Netcool/Omnibus Active Event List Summary

I use Netcool OMNIbus to forward alerts from IBM Tivoli Monitoring (ITM). There are active event lists and summaries in there. How can I change the summary value with my own default information to get easier read reason? Picture:
dot blank
  • 1
  • 1