Solaris 10 : CTRL+ALT+DEL won't work

I'm new to Solaris. I recently installed solaris 10 11/06 on x86 machine. The OS installed normaly, and after login to Java Desktop, when I press CTRL+ALT+DEL, an error happend.

An error said :

"There was error running "sdtprocess",

Failed to execute child process "sdtprocess"(no such file or directory). Any one know about it?

I though it will show something like task manager in windows, but it didn't.

Thank you for respons.

[470 byte] By [hudarsonoa] at [2007-11-27 2:01:46]
# 1
Try running the performance meter utility. It sounds like that's what you're trying to accomplish?
DoxBriana at 2007-7-12 1:42:17 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Another alternative (on the command line) is prstatThis updates every 10 seconds by default.ctrl-c to quit.Are you wanting to assess performance/load, or arelooking for a way to kill unhappy processes?
kidari..a at 2007-7-12 1:42:17 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
Yap, I have tried performance meter, good, it's like task manager. Thanks for your help.By the way, on solaris, what is CTRL+ALT+DEL usually used for?Why on my machine there is an error why pressing CTRL+ALT+DEL? How about you, Is this the same on your machine?Thank
hudarsonoa at 2007-7-12 1:42:17 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4

I don't think it's used for anything at all by Solaris itself.

Some window managers (like GNOME) take ctrl-alt-backspace

as an instruction to reset themselves -- they log you out,

and restart the graphical service.

I can't try it on my machines, I'm afraid, as I only

connect to them over the network.

kidari..a at 2007-7-12 1:42:17 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 5
I don't know what CTRL + ALT + DEL is supposed to do on Solaris, I've never tried it and never ran across anyone else who mentioned it :-)
DoxBriana at 2007-7-12 1:42:17 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 6
In Solaris Express CTRL-ALT-DEL on an x86 system will bring up the Process Manager tool, which is the equivalent to the Windows Task Manager.-- Alan
alansta at 2007-7-12 1:42:17 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 7
Simply add /usr/dt/bin to your PATH. sdtprocess is there.
V.S.a at 2007-7-12 1:42:17 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...