vxsvc core dump while trying VEA connect

book

Article ID: 100024217

calendar_today

Updated On:

Description

Error Message

(gdb) bt
#0  0xc8cd67a4 in IJob::Destroy+0x138 ()
   from /opt/VRTSob/bin/../../VRTSob/lib/compat/libvxapi.sl
#1  0xc1588c38 in __thread_mutex_unlock+0x70 () from /usr/lib/libc.2
#2  0xc1588c38 in __thread_mutex_unlock+0x70 () from /usr/lib/libc.2
#3  0x407a5f00 in ()
#4  0xc13a2650 in __mxn_sleep+0xf28 () from /wudi/414368615/apr19/libpthread.1
 

Cause

Some packages corrupt, cause vxsvc abort

Resolution

Use below steps to reinstall the packages for VEA:

1 Stop the VEA Service. Kill pbx process
# /opt/VRTS/bin/vxsvcctrl stop
# ps –ef | grep pbx  (find the process named "opt/VRTSpbx/bin/pbx_exchange")
# kill -9    (kill the process)
 
2 Use the swremove command to remove the VEA packages.
# swremove –x enforce_dependencies=false VRTSob VRTSobc33 VRTSobgui VRTSpbx VRTSicsco VRTSat
 
3 Reinstall the packages removed above:
#swinstall –s
 
4 Start the daemons:
#   cd /opt/VRTSpbx/bin
# ./vxpbx_exchanged start
# /opt/VRTS/bin/vxsvcctrl start

 


Applies To

Storage Foundation 5.0MP2rp3 on HP-UX 11.23

Issue/Introduction

vxsvc core dump while trying VEA connect