I cant start smc,help,thanks

1.method 1:open solaris (express 6/06,newest version),only one nootbook.

when i excute:

/etc/init.d/init.wbem start

after a while:

/etc/init.d/init.wbem status

result:Solaris Management Console server not running on port 898.

i have excute:JAVA_HOME=/usr/java

export JAVA_HOME

or edit /.profile

add tow line:

JAVA_HOME=/usr/java

export JAVA_HOME

2.method 2:start smc:

/usr/sadm/bin/smc &

load /usr/sadm/lib/smc/prereg/SUNWmc/smc/smc.tbx or this_computer.tbx,

can't get the default tool:

how can i do?Can everybody give me a detail method to sovle

this question?

thanks very much!!!

Message was edited by:

pengchenghu

[749 byte] By [pengchenghu] at [2007-11-26 9:28:27]
# 1

You could have a look in /var/adm/messages to see if there are

any error messages.

If

# /etc/init.d/init.wbem start

has failed repeatedly, it is probably a good idea to start all over

again by deleting the two configuration directories that are (or should be!)

created when SMC is first started.

They are called smc and wbem, and they are in /var/sadm

# /etc/init.d/init.wbem stop

Shutting down Solaris Management Console server on port 898.

# cd /var/sadm

# ls

READMEpatch securityspool wbem

installpkgsmcsvm3

install_data prod softinfosystem

fozzie:/var/sadm

# rm -r smc wbem

fozzie:/var/sadm

# /etc/init.d/init.wbem start

# /etc/init.d/init.wbem status

Solaris Management Console server version 2.1.0 running on port 898.

good luck!

kidari at 2007-7-7 0:10:02 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

hello:

Thank you very much!

i have tried you method,but can't start wbem.

Actually,in /var/sadm hase no folder "smc",only "wbem".

in /var/adm/messages,only one software error as bellow:

Aug 16 22:56:49 plhpc cacao[722]: [ID 702911 daemon.warning] com.sun.scn.jmx.impl.AbstractComponent.log : SCNClientConfigImpl.deactivate("Register the Solaris software without choosing an update option") -- module locked

Aug 16 22:57:49 plhpc sendmail[492]: [ID 702911 mail.crit] My unqualified host name (plhpc) unknown; sleeping for retry

Aug 16 22:57:49 plhpc sendmail[491]: [ID 702911 mail.crit] My unqualified host name (plhpc) unknown; sleeping for retry

Aug 16 23:01:38 plhpc sendmail[491]: [ID 702911 mail.alert] unable to qualify my own domain name (plhpc) -- using short name

Aug 16 23:01:38 plhpc sendmail[492]: [ID 702911 mail.alert] unable to qualify my own domain name (plhpc) -- using short name

I install os(express) only by using the first five disk(cd format,not dvd),Is it related smc?

thans.

pengchenghu at 2007-7-7 0:10:02 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3

Using the first five CDs sounds fine.

One more thing to try is to look for a hidden file

called .smc.properties in the home directory

of whichever user is starting smc, *then* go

through the steps I suggested earlier.

Having no /var/sadm/smc directory means the

client never started successfully. Having a /var/sadm/webm

directory means the server may have started successfully.

http://www.sun.com/bigadmin/content/misc/smc20_faq.html

tells you the correct order to uninstall and reinstall *all* the

smc packages. Perhaps it's not worth it!

Sorry, apart from that I'm out of ideas.

cheers.

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

as well as me.

hi guys,

I followed the full process you've give. tried to find solution on the web...in summary...I'm becoming crazy with the SMC.

I'm running :

SunOS 5.10 Generic_118833-22 sun4u sparc SUNW,Sun-Fire-V240

java version "1.5.0_06"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)

Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)

Solaris Management Console 2.1.0

It says : Solaris Management Console server version 2.1.0 running on port 898.

but if I launch the SMC then I get the answer "There is no Solaris Managemetn Console SErver running"

i'm lost...

kcm at 2007-7-7 0:10:02 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5
Reinstalling the SMC packages might fix the problem. It fixed it for me for a similar problem and I was surprised. No guarantees though. http://forum.sun.com/jive/thread.jspa?threadID=57915&tstart=270
dananderson at 2007-7-7 0:10:02 > top of Java-index,Solaris Operating System,Solaris 10 Features...