today we had an issue with one share mounted on one aix 6.1 cluster (2 nodes)
The share source went offline so we had to urgently migrate it to another host but mantaining the original mount point.
Since this moment ncpa listener and passive refuse to start with the following message :
Code: Select all
Traceback (most recent call last):
File "/opt/freeware/lib/python2.7/site-packages/cx_Freeze-4.3.4-py2.7-aix-6.1.egg/cx_Freeze/initscripts/Console.py", line 27, in <module>
File "ncpa_listener.py", line 5, in <module>
File "/tmp/test/ncpa/agent/ncpadaemon.py", line 14, in <module>
File "/tmp/test/ncpa/agent/listener/database.py", line 5, in <module>
File "/tmp/test/ncpa/agent/listener/server.py", line 11, in <module>
File "/tmp/test/ncpa/agent/listener/psapi.py", line 245, in <module>
File "/tmp/test/ncpa/agent/listener/psapi.py", line 216, in get_root_node
File "/tmp/test/ncpa/agent/listener/psapi.py", line 177, in get_disk_node
AttributeError: 'NoneType' object has no attribute 'split'Code: Select all
0513-059 The ncpa_listener Subsystem has been started. Subsystem PID is 37028070.Code: Select all
ncpa_listener inoperative
ncpa_passive inoperativeCode: Select all
LABEL: SRC_SVKO
IDENTIFIER: BC3BE5A3
Date/Time: Fri May 22 17:21:31 CEST 2020
Sequence Number: 119774
Machine Id: 00FBC6DC4C00
Node Id: #####
Class: S
Type: PERM
WPAR: Global
Resource Name: SRC
Description
SOFTWARE PROGRAM ERROR
Probable Causes
APPLICATION PROGRAM
Failure Causes
SOFTWARE PROGRAM
Recommended Actions
MANUALLY RESTART SUBSYSTEM IF NEEDED
Detail Data
SYMPTOM CODE
65280
SOFTWARE ERROR CODE
-9017
ERROR CODE
0
DETECTING MODULE
'srchevn.c'@line:'383'
FAILING MODULE
ncpa_listenerWe can't find a way to restore it.
Uninstalling and reinstalling the agent did not solve the problem.
Is there something else we ca do ?
NCPA installed = ncpa-2.1.1.aix6.1
Thanks
Regards