I'm trying to check all the nexus orientdb databases integrity. For that I'm using:
$ orientdb-console 'CONNECT PLOCAL:db/OSystem admin admin; CHECK DATABASE;'
Type 'help' to display all the supported commands.
orientdb> CONNECT PLOCAL:db/OSystem admin admin
Connecting to database [PLOCAL:db/OSystem] with user 'admin'...
2018-10-03 18:03:40:774 WARNI Not enough physical memory available for DISKCACHE: 1,993MB (heap=444MB direct=444MB). Set lower Maximum Heap (-Xmx setting on JVM) and restart OrientDB. Now running with DISKCACHE=256MB [OMemoryAndLocalPaginatedEnginesInitializer]
Error: com.orientechnologies.orient.core.exception.OSecurityAccessException: User or password not valid for database: 'OSystem'
DB name="OSystem"
Thank You.