|
|
This chapter provides the following sections on how to troubleshoot any problems you might encounter when using CiscoView. It also includes information on how to report unresolved problems to Cisco Systems:
For CiscoView release-specific installation information, open the README file /opt/CSCOcv/etc. Also, for detailed release information and caveats, refer to the CiscoView Release Note shipped with the product. CiscoView Release Notes are also available on CCO. They present the known problems you might encounter and possible workarounds for them. Several examples are shown in Table 5-1.
| Problem | Workaround |
|---|---|
| HP patch PSOV_1090 (installation patch for 2.5) does not work in the Solaris 2.5.1 environment. | Modify common.nnm to contain the line:
case 'uname -rs' in Sun?2.5.1 OS=SOLARIS ECHO=echo ;; |
| CiscoView 3.1 or later is not compatible with CiscoWorks 2.x. | There are two solutions. You can upgrade CiscoWorks to 3.x or remove the CiscoWorks software. |
| Attempts to use Help cause HyperHelp error: Could not find HyperHelp executable. | Check that HHHOME is set or source the /etc/cvinstall.cshrc file. |
This section describes actions you can take to troubleshoot your device:
Read your Cisco IOS release notes or check CCO for the latest bug information for the version of Cisco IOS your device is running.
The cvinstall.cshrc and the cvinstall.sh files automatically set all environmental variables required for CiscoView. If there are errors starting CiscoView, source one of these files.
CiscoView opens each device in a separate window by default. On large networks, this can consume too much RAM and slow performance. To decrease the use of RAM for separate windows, you can choose to open devices in the same window by changing operating characteristics. Select Options>Properties. Choose Same Window in the Launch CiscoView in: option.
If CiscoView fails to display a device, the following message appears:
"<hostname>: unmanageable"
This message indicates one of the following conditions:
Perform any of the following tasks in CiscoView to isolate the cause of a problem:
CiscoView displays the following SNMP error messages resulting from failed command requests in the Status Bar message area (Table 5-2):
| Message | Explanation |
|---|---|
| timeout | You can no longer reach the device in the time specified in the CiscoView Properties window. |
| tooBig | The request you made cannot fit into a single packet. Generally, CiscoView splits requests for physical view status until the device can respond. In certain cases, CiscoView assumes that if an agent times out on 20 or more variables, the agent might not be able to respond because the request is too big; it splits the request and resends it. Check that the MTU size on the SNMP interface is as large as possible so that CiscoView does not waste bandwidth by sending more than one request. |
| genErr | A collective message name for problems that do not have a unique error message. |
| noSuchName | A request for a variable was sent to a variable that is not accessible. This occurs if you are not using the correct community string. |
| badValue | The agent did not respond within the time interval specified by the timeout/retries field in the CiscoView Properties window. This can also indicate the use of an incorrect community string. |
If you receive an error message, try to resolve the error by following the recommended action. Check for any release-specific information that might apply to a problem by opening the README file.
|
|