cancel
Showing results for 
Search instead for 
Did you mean: 

dbmcli not found on content server

Former Member
0 Kudos

We are running our content server on aix6.1 with maxdb.

I am trying to run commands like dbmcli -d CERT1 -u dbm,dbm -uUTL & keep getting ksh:dbmcli not found. Am not sure what I am missing. Kindly help me on how can I find the dbmcli

I found the dbmcli on /sapdb/programs/bin/dbmcli but for some reason i cannot run this as i face the same error.

kindly advise.

philip

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Philip,

You must be logged in as <sid>adm or the root user.

Check the size of the dbmcli program - May be it is corrupted ?

ls -ltr /sapdb/programs/bin

If there is no problem with the file size & OS user, try running the command using fullpath

/sapdb/programs/bin/dbmcli -d CERT1 -u dbm,dbm

OR switch to the /sapdb/programs/bin directory and run

./dbmcli -d CERT1 -u dbm,dbm

sunny_pahuja2
Active Contributor
0 Kudos

Hello,

Are you trying to run this command with <sid>adm user?

Thanks,

Sunny