Solution
Send another request. If sending another request fails, verify that the request and response FIFOs do not contain pending messages, that is, contain 0 bytes.
Type:
# cd /var/sadm/wbem/snmp
Type:
# ls -l
The request and response FIFOs are listed.
Does either FIFO contain pending messages (contain more than 0 bytes)?
If yes, go to step Step 4.
If no:
Ensure that you need to stop WBEM by using the Solaris Management Console Log Viewer to view log data and determine the problem.
Instructions that describe how to start the Solaris Management Console Log Viewer are presented in "Viewing Log Data Through Log Viewer".
If necessary, stop WBEM.
# /etc/init.d/init.wbem stop
Go to Step 9.
Stop WBEM.
# /etc/init.d/init.wbem stop
Stop the Master Agent.
# /etc/init.d/init.snmpdx stop
Change to the directory in which the FIFOs are located.
# cd /var/sadm/wbem/snmp
Remove both FIFOs.
# rm _adapter_rcv.fifo
# rm _adapter_snd.fifo
Restart the Master Agent.
# /etc/init.d/init.snmpdx start
If you stopped WBEM in Step 3 or in Step 4, restart it.
# /etc/init.d/init.wbem start
FIFO Cannot Be Opened
Error Message
ERROR: request FIFO cannot be opened. |
ERROR: response FIFO cannot be opened. |
Cause
A protocol problem occurred either when the Adapter received a request or when the Adapter processed a response.
Solution
Send another request. If sending another request fails, verify that the request and response FIFOs do not contain pending messages, that is, contain 0 bytes.
Type:
# cd /var/sadm/wbem/snmp
Type:
# ls -l
The request and response FIFOs are listed.
Does either FIFO contain pending messages (contain more than 0 bytes)?
If yes, go to step Step 4.
If no:
Ensure that you need to stop WBEM by using the Solaris Management Console Log Viewer to view log data and determine the problem.
Instructions that describe how to start the Solaris Management Console Log Viewer are presented in "Viewing Log Data Through Log Viewer".
If necessary, stop WBEM.
# /etc/init.d/init.wbem stop
Go to Step 9.
Stop WBEM.
# /etc/init.d/init.wbem stop
Stop the Master Agent.
# /etc/init.d/init.snmpdx stop
Change to the directory in which the FIFOs are located.
# cd /var/sadm/wbem/snmp
Remove both FIFOs.
# rm _adapter_rcv.fifo
# rm _adapter_snd.fifo
Restart the Master Agent.
# /etc/init.d/init.snmpdx start
If you stopped WBEM in Step 3 or in Step 4, restart it.
# /etc/init.d/init.wbem start