Operating System - HP-UX
1833908 Members
17904 Online
110063 Solutions
New Discussion

Re: Tivoli startup failure after server ip/domainname change

 
SOLVED
Go to solution
jerry1
Super Advisor

Tivoli startup failure after server ip/domainname change

We have changed the ip address and server DNS
domainname.

Tivoli will not start up. Has old domain/ip
in database. Error is:

$Database mismatch (from devsvr2.tx.boeing.com/128.166.11.31)
!/opt/Tivoli/bin/hpux10/bin/oserv: odlist init failed. o_errs:0034 internal reso
urce corrupted. (54)
Aug 4 11:46:33 devsvr2 oserv94[23289]: /opt/Tivoli/bin/hpux10/bin/oserv: odlist
init failed. o_errs:0034 internal resource corrupted. (54)

Does anyone know how to fix this? I know nothing about Tivoli.
The host/domain/ip listed above is the old
record. Seems to be embedded somewhere in Tivoli.
4 REPLIES 4
Olivier Masse
Honored Contributor
Solution

Re: Tivoli startup failure after server ip/domainname change

Don't know much about Tivoli either. In my case I've had some successes in kicking it by renaming the file last.cfg. Try to locate it somewhere under /opt/Tivoli, then rename it to last.cfg.bak and try again to see if it will be recreated. There's a 1% chance it works for you but who knows.

Good Luck
Steven E. Protter
Exalted Contributor

Re: Tivoli startup failure after server ip/domainname change

Search the Tivoli configuration files for the hostname or ip address.

Use the find command.

find /opt/Tivoli -exec grep -l $host {} \;

set host to the search value and adjust the searh path (first parameter input to the find) to meet your actual system configuration.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
jerry1
Super Advisor

Re: Tivoli startup failure after server ip/domainname change

no last.cfg file.
jerry1
Super Advisor

Re: Tivoli startup failure after server ip/domainname change

a