Hi Denis, I found this:
bash-3.00# which smc /usr/sbin/smc bash-3.00# ls -l `which smc` lrwxrwxrwx 1 root root 15 May 28 04:40 /usr/sbin/smc -> ../sadm/bin/smc bash-3.00# ls -l /usr/sadm/bin/smc -rwxr-xr-x 1 root bin 440 Jan 10 2005 /usr/sadm/bin/smc I suggest you have a check if "/usr/sadm/bin/smc" exists, if so, in order to let you usr the "smc" command directly, you should just link it to "/usr/sbin/smc" as the following: # ln /usr/sadm/bin/smc /usr/sadm/smc Rgds, Belial Denis wrote: > Thanks for helping. I installed SUNWsmcmd but SUNWsmcmd not existing in > opensolaris repository. > And I dont have smc with only installed SUNWsmcmd > > which smc > which: no smc in (/usr/gnu/bin:/usr/bin:/usr/X11/bin:/usr/sbin:/sbin) >