1754172 Members
3235 Online
108811 Solutions
New Discussion юеВ

Re: CIM server error

 
Fabio Ettore
Honored Contributor

Re: CIM server error

Hi Dukul,

the set -x was not suggested to solve the problem, it just was to get more info about where the problem is.

(root)#/sbin/init.d/cim_server start
+ export _M_ARENA_OPTS=1:8
+ export _M_SBA_OPTS=512:100:16
+ /opt/wbem/lbin/cimserver
PGS10021: CIM server error: PGS00604: Attribute value on line 44 is not valid.
ERROR CODE 1

This means the problem starts into /opt/wbem/lbin/cimserver. Now we are stuck because /opt/wbem/lbin/cimserver is a binary executable and we cannot see inside.
I'd proceed as follows:

- save current /opt/opt/wbem/lbin/cimserver:

mv /opt/wbem/lbin/cimserver /opt/wbem/lbin/cimserver.ORIG

- copy it from another machine with the same OS (and the same WBEM Services version).

If the problem is still not solved then use tusc, to begin just

tusc /opt/wbem/lbin/cimserver

and report here the output.
tusc is available from Porting:

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.10/

Best regards,
Fabio




WISH? IMPROVEMENT!
DuKul
Regular Advisor

Re: CIM server error

Hi all,

still the same error, so here is the output of tusc.

Dukul
Fabio Ettore
Honored Contributor

Re: CIM server error

Hi,

I see something strange.

I'm comparing your tusc output with a my working system. Next questions:

- post contents of /var/opt/wbem/cimserver_current.conf and /var/opt/wbem/cimserver_planned.conf;

- ps -ef |grep -i 3864
(I see this pid in tusc output)

- which OS and WBEM services version do you have?
An idea could be to reinstall the latest version of WBEM Services, it seems that something is dirty on the system. However please report the answers to the above questions.

Best regards,
Fabio
WISH? IMPROVEMENT!
Dennis Handly
Acclaimed Contributor

Re: CIM server error

>here is the output of tusc.

It doesn't have the details needed. Please use:
tusc -fp -ea -o tusc.out /opt/wbem/lbin/cimserver
DuKul
Regular Advisor

Re: CIM server error

Hi Dennis,
here is the output again.
Dukul
DuKul
Regular Advisor

Re: CIM server error

Hi Fabio,

==> so both conf files seems to be emtpy:

(root)#cat /var/opt/wbem/cimserver_planned.conf
########################################################################
## ##
## CIM Server configuration file ##
## ##
########################################################################

########################################################################
# #
# This is the configuration file for the CIMOM. The configuration #
# properties in this file are loaded in to CIMOM at startup. #
# CIMOM updates this file with the changes in the configurations. #
# #
# It is recommended that user do not edit this file, instead use #
# CIMConfigCommand to make any changes to the CIMOM configurations. #
# #
########################################################################

(root)#cat /var/opt/wbem/cimserver_current.conf
########################################################################
## ##
## CIM Server configuration file ##
## ##
########################################################################

########################################################################
# #
# This is the configuration file for the CIMOM. The configuration #
# properties in this file are loaded in to CIMOM at startup. #
# CIMOM updates this file with the changes in the configurations. #
# #
# It is recommended that user do not edit this file, instead use #
# CIMConfigCommand to make any changes to the CIMOM configurations. #
# #
########################################################################

The system is HP-UX sapdbs1 B.11.23 U ia64.

The software version is:
(root)#swlist WBEMServices
# Initializing...
# Contacting target "sapdbs1"...
#
# Target: sapdbs1:/
#

# WBEMServices A.02.05.08 WBEM Services CORE Product
WBEMServices.WBEM-CORE A.02.05.08 WBEM Services CORE Fileset for hp Integrity servers
WBEMServices.WBEM-CORE-COM A.02.05.08 WBEM Services COM Fileset for hp Integrity servers and hp 9000 servers
WBEMServices.WBEM-MAN A.02.05.08 WBEM Services MAN Fileset
WBEMServices.WBEM-MX A.02.05.08 WBEM Services MX fileset
Dennis Handly
Acclaimed Contributor

Re: CIM server error

>here is the output again.

Not sure where the error is.
/var/opt/wbem/repository/root#PG_InterOp/qualifiers/Values
/opt/wbem/share/locale/ICU_Messages/pegasus/pegasusServer_en.res
/opt/wbem/share/locale/ICU_Messages/pegasus/pegasusServer_root.res
/etc/default/syslogd
DuKul
Regular Advisor

Re: CIM server error

Hi all,

well, perhaps the reinstalation of WBEMServices should take place.

Dukul
Fabio Ettore
Honored Contributor

Re: CIM server error

Hi Dukul,

yes, try to install the latest version for HP-UX 11.23. You get it from here:

https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=WBEMSvcs

Let me know the results.

Best regards,
Fabio
WISH? IMPROVEMENT!