Install Anomaly Detection Services
Prepare DNS, certificates, and configuration before installing Anomaly Detection services in the cluster.
Ensure DNS entries are added that are required for the resolution of the Anomaly Detection services. Else, configure the DNS entries using the encrypted secrets file. See Configure and Validate DNS.
- Log into the cluster node console.
- Run the command to install services:
- Small Profile
-
CODE
appdcli start aiops small - Medium Profile
-
CODE
appdcli start aiops medium - Large Profile
-
CODE
appdcli start aiops large - Extra Large Profile
-
CODE
appdcli start aiops xlarge
- Verify the status of the installed pods and service endpoints:
- Pods
-
CODE
kubectl get pods -n cisco-aiops - Endpoints
-
CODE
appdcli status application
Sample Output
CODE+-----------------------------------------+---------------+ | Service | Status | +=========================================+===============+ | Hybrid Controller | Reachable | +-----------------------------------------+---------------+ | Controller | Not Installed | +-----------------------------------------+---------------+ | Events | Not Installed | +-----------------------------------------+---------------+ | EUM Collector | Not Installed | +-----------------------------------------+---------------+ | EUM Aggregator | Not Installed | +-----------------------------------------+---------------+ | EUM Screenshot | Not Installed | +-----------------------------------------+---------------+ | Synthetic Shepherd | Not Installed | +-----------------------------------------+---------------+ | Synthetic Scheduler | Not Installed | +-----------------------------------------+---------------+ | Synthetic Feeder | Not Installed | +-----------------------------------------+---------------+ | Metrics Reader | Not Installed | +-----------------------------------------+---------------+ | Metrics Rollup and Purger | Not Installed | +-----------------------------------------+---------------+ | Data Ingestion | Not Installed | +-----------------------------------------+---------------+ | Anomaly Detection / Root Cause Analysis | Success | +-----------------------------------------+---------------+ | Cisco Secure Application | Not Installed | +-----------------------------------------+---------------+ | Automated Transaction Diagnostics | Not Installed | +-----------------------------------------+---------------+ | AI Insights / AI Assistant | Not Installed | +-----------------------------------------+---------------+ | Log Connect | Not Installed | +-----------------------------------------+---------------+ | Monitoring Agent | Not Installed | +-----------------------------------------+---------------+ | VA Model Context Protocol | Not Installed | +-----------------------------------------+---------------+ | AppDynamics Model Context Protocol | Not Installed | +-----------------------------------------+---------------+You can also access the endpoint URL to verify the installation. See Verify the Service Endpoints Paths.
See Anomaly Detection.Note: Sometimes, anIOExceptionerror occurs when you access Anomaly Detection in the Controller UI. See Troubleshoot Virtual Appliance Issues.