Admintool vs SMC

Hello there,I installed Solaris 10 x86. I am trying to find something like admintool but none.I know that admintool has been removed and smc works only on SPARC.Is there any other gui tool that I can use even from third party sofware provider.Thanks in advance.
[296 byte] By [jet_1234] at [2007-11-26 9:47:06]
# 1
SMC is installed on x86, and worked ok for meon a ThinkPad using the 01/06 release.It is not somehing you'd want to use to fly an aeroplane, though, on either SPARC or x86: slightly unstable :->
kidari at 2007-7-7 0:53:07 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
I tried to launch smc from a terminal but kept getting command not found and nowhere to be found from the Launcher (start). Why is that?
jet_1234 at 2007-7-7 0:53:07 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3

hehe, thats very diplomatic of you. If you ask me its a big, big pile of crap which should be printed on toiletpaper, so it could actually be of use for once.

Hmm. Maybe its not that bad, but its not far from.

In Solaris 10 there is also the webmin service and chances are that if you get your hands on an admintool binary from Solaris 8 it will still work in S10, apart from that your best bet is to use the CLIs..

7/M.

mAbrante at 2007-7-7 0:53:07 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4

Why's it not in the launcher? No idea.

Why doesn't it start from the command line?

Either it's not installed, or it's not in the search

path your shell is using.

if

# echo $PATH

does not return a list of directories including /usr/sbin,

then /usr/sbin is not in your path, so you'll have to run

programs installed there (like useradd and *smc*) by

providing the full path to the program concerned,

Try

# /usr/sbin/smc &

and see what happens.

mAbrante, I couldn't possible comment on your suggestion.

It's cute for RBAC users to use: power without knowledge!

I generally get real grief when I'm demo'ing the disks tool.

kidari at 2007-7-7 0:53:07 > top of Java-index,Solaris Operating System,Solaris 10 Features...