Cisco Cisco Configuration Engine 3.5.3 Guía Para Resolver Problemas

Descargar
Página de 30
Troubleshooting Guide for Cisco Configuration Engine 3.5.3
Troubleshooting the Web Services
10
Troubleshooting Guide for Cisco Configuration Engine 3.5.3
OL-17767-03
Troubleshooting the Web Services
To troubleshoot Web Services, see the following sections:
Cisco CE GUI Not Displaying
Problem
The Cisco CE GUI is not displaying.
Solution
To resolve this problem, follow these steps:
Step 1
Check whether the Cisco CE service endpoint is up. Go to: 
http://<CE hostname>/cns/services/<services>. If the web page is displayed, the service is up. 
Step 2
If the web page is not displayed, check the httpd status (web server status). 
Step 3
If the httpd status is okay, deploy all or individual services. 
Go to: cd $CISCO_CE_INSTALL_ROOT/CSCOcnsie/bin.
To deploy all services, enter the following command:
./deploy.all.websvc 
To deploy an individual service, enter the following command:
./deploy.
<service>.websvc
 
Undeploying Services
Problem
How do I undeploy services?
Solution
To undeploy services, follow these steps:
Step 1
Go to: cd $CISCO_CE_INSTALL_ROOT/CSCOcnsie/bin.
Step 2
To undeploy all services, enter the following command:
./undeploy.all.websvc
 
Step 3
To undeploy an individual service, enter the following command:
./undeploy.
<service>.websvc