Hi,
I have installed DB2 v9.5 Enterprise on Suse Linux 10 fix 1 for System z. I have established ssh connection to DB2 from my Linux desktop PC. (command: ssh -X userid@serverIPaddress).
I can run any command by db2inst1, for example "db2" command. But running db2cc command, which is DB2 Control Center, produces error:
Code:
-bash: db2cc: command not found
It looks like Linux is unable to find db2cc command. Any idea how to start DB2 Control Center? It also looks db2cc file is not on computer:
sudo find / -name "db2cc"
returns no file.
By the way, I can run DB2 Control Center by ssh command on DB2 8.2 fp11 Suse Linux 10 for System z without any error. Running the same find command on this computer finds file /opt/IBM/db2/V8.1/bin/db2cc.
Thanks,
Grofaty