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.
Questions tagged [tivoli]
119 questions
0
votes
1 answer
Tivoli workload scheduler - background job
I have the following problem about running a job in background, this is a backup job, I know TWS tells you not to run a job in background but in my scenario I have no other option but to run it in background, this is because I have a lot of scripts…

Juan Carlos Costilla
- 119
- 1
- 7
- 15
0
votes
1 answer
Change password LDAP Java
I need to make an method to change an user password that is in the IBM TDS, i have to compare the if the user provide the correct user password, and change it. i have the username, oldpassword and newpassword as parameters.
Anyone knows how to make…

user1599099
- 1
- 1
0
votes
3 answers
LDAP Search disconnecting when connecting via SSL to IBM Tivoli Directory
I am working on an application that has LDAP connectivity. We have, up until now, used only the Open JLDAP libraries to perform LDAP searches and authentication. We have many clients who use this successfully, connecting to Active Directory and…

Sprooose
- 504
- 1
- 6
- 17
0
votes
1 answer
Replicate IBM Tivoli LDAP Server
We had an environment with two IBM Tivoli LDAP servers with IBM Tivoli LDAP configured in peer to peer mode also utilizing NLB.
One our machines crashed and we installed a fresh OS on the machine with empty IBM Tivoli LDAP server.
Now we want to…

Tariq Mehmood
- 259
- 1
- 5
- 15
0
votes
2 answers
Authentication in IBM Websphere Portal
I'm involved in an Java Web Application Migration project to IBM Websphere Portal (IBM WP) Platform.
The actual application in production environment validates manually user credentials (username and password) against a Database Table that stores…

Carlos Gavidia-Calderon
- 7,145
- 9
- 34
- 59
0
votes
1 answer
LDAP filter boolean expression maximum number of arguments
I was writing a small test case to see what's more efficient, multiple small queries or a single big query, when I encountered this limitation.
The query looks like this:
(| (clientid=1) (clientid=2) (clientid=3) ...)
When the number of clients…

Dan Manastireanu
- 1,802
- 1
- 15
- 18
0
votes
2 answers
Upgrading IBM Tivoli Monitoring OS agents remotely
Does anyone know if there is a way to upgrade IBM Tvoli Monitoring (ITM) OS level monitoring agents remotely? We have a bunch of Windows and Linux servers which need the OS agent upgrade but for Linux we do not have direct ssh access enabled for…

squashbuff
- 357
- 1
- 2
- 10
-1
votes
1 answer
How to view existing LDAP users in IBM Tivoli Directory Structure Web Administration Tool
I have IBM Tivoli Directory Structure (LDAP) v 6.3.1 installed on one of my servers. I have configured IBM Tivoli Directory Structure to view all the existing users and groups that I have configured. I checked one of the IBM articles in which it was…

Aditya Datta
- 567
- 2
- 7
- 17
-1
votes
1 answer
How to get list of user givenname property from an LDAP search for a group?
I am trying to fetch a list of users (user fullnames) belong to TEST group.
The search query I am using is
NamingEnumeration> enumeration = ldapCtx.search("ou=staff,o=filenet,dc=test,dc=com", "(cn=TEST_GROUP)", searchCtls);
It returns the group…

stackMan10
- 732
- 6
- 25
-1
votes
1 answer
Monitoring : Tivoli performance viewer embedded on websphere 8.5.5 has stopped few minutes after
Do you know how I can parameter the tivoli performance viewer embedded on websphere so that it won't stop monitoring few minutes after ?
I have enable the logging of the JVM Performance module and I saw that it stopped few minutes after...
Please…

Fatiha E.
- 3
- 5
-1
votes
1 answer
Can we add multiple attributes to a node in a single LDAP operation
suppose I have a node like user in LDAP and I want to multiple attributes to it in one LDAP operation i.e. single update operation.Is it possible?
Any pointers would be helpful.
Note : I am using TDS.

user3239835
- 75
- 7
-1
votes
2 answers
IBM SmartCloud Control Desk REST API
I'm trying to write a program to access the SCCD REST API, but can't find any documentation online. I'd like to know the URLs I have to call. So for example to access a persons details I call :
/maxrest/rest/os/person
But I can't find any other…

cete3
- 647
- 6
- 19
-3
votes
1 answer
using regex expressions to only select lines with an error code (-) and ignore others
I'm new to regex expressions and I need some help to capture only lines that have the (-999), and retrieve the number in parentheses in a line like "2016/99/99 12:00:0.999 2 1 (-499) Cannot open the message store with error code"
This is for an…

J Cromwell
- 1
- 1
-5
votes
1 answer
How can I use underscores in "LIKE" conditions in Tivoli?
I can't properly use underscores in the LIKE part when I use Tivoli databases.
I connected to a Tivoli database with AQT and just run this query;
select NODE_NAME from NODES where NODE_NAME like '%_SQL'
This query gets as…

Soner Gönül
- 97,193
- 102
- 206
- 364