How to determine if AIQUM files failed deployment on vApp/OVA and RHEL
Applies to
- Active IQ Unified Manager (AIQUM) Version Independent
- OnCommand Unified Manager (OCUM) Version Independent
- OnCommand Performance Manager (OPM) Version Independent
Procedure
How to determine if *.war and/or *.ear files failed deployment or were actively undeployed
- Access a root prompt.
- For Virtual Machine deployments you will need to enable the diag user using the steps outlined in KB: How to access ActiveIQ Unified Manager Virtual Machine (OVA) DIAG shell, then switch to root using the command:
sudo su -
- For Red Hat Enterprise Linux (RHEL), take the appropriate steps to get a root prompt. This may be different per environment.
- Execute these commands:
For example:ls -la /opt/netapp/essentials/jboss/standalone/deployments/
-
Output from an impact UM 7.3RC1 RHEL instance:
[root@um ~]# ls -la /opt/netapp/essentials/jboss/standalone/deployments/
total 545892
drwxr-xr-x 4 jboss jboss 4096 Jan 12 09:53 .
drwxr-xr-x 7 jboss jboss 4096 Jan 12 09:21 ..
drwxr-xr-x 3 jboss jboss 4096 Jan 12 09:20 datasources.war
-rw-r--r-- 1 jboss root 222 Jan 12 09:53 datasources.war.failed
-r--r--r-- 1 root root 193653963 Oct 23 09:50 dfm-app.war
-rw-r--r-- 1 jboss root 222 Jan 12 09:53 dfm-app.war.failed
-r--r--r-- 1 root root 352602041 Oct 23 09:50 dfm-report-app.ear
-rw-r--r-- 1 jboss root 222 Jan 12 09:53 dfm-report-app.ear.failed
-r--r--r-- 1 root root 9881686 Oct 23 09:51 dfm-script-plugin.war
-rw-r--r-- 1 jboss root 222 Jan 12 09:53 dfm-script-plugin.war.failed
-rwxr-xr-x 1 jboss jboss 2785507 Oct 23 02:22 mega-app.ear
-rw-r--r-- 1 jboss root 222 Jan 12 09:53 mega-app.ear.failed
drwxr-xr-x 4 jboss jboss 4096 Oct 23 02:22 mega-schema.war
-rw-r--r-- 1 jboss root 222 Jan 12 09:53 mega-schema.war.failed
-rw-r--r-- 1 jboss jboss 8869 Feb 17 2017 README.txt
[root@um ~]#Note: Not all will show as failed or undeployed. It may be only one file.
- See below articles for correction action
Additional Information
Parent topic: Error 404 or page not available when accessing Active_IQ_Unified Manager