ASMCMD error

ASMCMD-8002

ASMCMD-8002: entry 'string' does not exist in directory 'string'

Quick fix

Cause
The ASM path given to asmcmd (ls, cd, rm, cp) does not exist: a wrong disk group or DB_UNIQUE_NAME directory, a case mismatch, or a file (such as the spfile alias) that was never created there.
Fix
List the parent directory (asmcmd ls -l +DATA/<DB_UNIQUE_NAME>/) to see the real names, and use find to locate the file.
asmcmd ls -l +DATA/
asmcmd find +DATA spfile*

Where it comes up

Related error codes