Enhanced Storage Problem in Solaris Management Console Started in XManager

I have Sun Fire 480 with solaris 5.9 installed on it. I use XManager 1.3.9 on windows 2000 workstation to connect to it and launch Solaris Management Console (smc). After starting smc I point to Management Tools -> This Computer (sf480dbs) -> Storage -> Enhanced Storage. At that moment Log In dialog appears and I give root user name and password. After a few seconds SMC disappears (exits). If I look at CDE Error log there is the following exception
Thu Jul 31 21:00:36 2003 (/usr/dt/bin/dtexec) /usr/sbin/smc
Exception while creating engine named com.sun.java.help.search.DefaultSearchEngine for view: javax.help.SearchView@4db52b
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at javax.help.search.MergingSearchEngine.makeEngine(MergingSearchEngine.java:148)
at javax.help.search.MergingSearchEngine.merge(MergingSearchEngine.java:82)
at javax.help.JHelpSearchNavigator.merge(JHelpSearchNavigator.java:160)
at javax.help.JHelp.addHelpSet(JHelp.java:322)
at javax.help.JHelp.helpSetAdded(JHelp.java:288)
at javax.help.HelpSet.fireHelpSetAdded(HelpSet.java:344)
at javax.help.HelpSet.add(HelpSet.java:256)
at com.sun.management.viper.console.gui.help.VHelpViewer.consoleAction(VHelpViewer.java:138)
at com.sun.management.viper.console.VConsole.notifyListeners(VConsole.java:566)
at com.sun.management.viper.console.VConsole.consoleAction(VConsole.java:512)
at com.sun.management.viper.console.gui.VGUIConsole.consoleAction(VGUIConsole.java:566)
at com.sun.management.viperimpl.console.gui.SMCConsole.consoleAction(SMCConsole.java:292)
at com.sun.management.viperimpl.console.BaseConsoleManager.notifyListeners(BaseConsoleManager.java:370)
at com.sun.management.viperimpl.console.gui.GUIConsoleManager.loadOnlineHelpForTool(GUIConsoleManager.java:1198)
at com.sun.management.viperimpl.console.BaseConsoleManager.loadToolAndReplaceStub(BaseConsoleManager.java:2139)
at com.sun.management.viperimpl.console.BaseConsoleManager$ClickLoader.run(BaseConsoleManager.java:2060)
at com.sun.management.viper.util.ThreadPool$ThreadWorker.run(ThreadPool.java:138)
Caused by: java.security.InvalidParameterException
at com.sun.java.help.search.DefaultSearchEngine.<init>(DefaultSearchEngine.java:75)
... 21 more
Can anyone tell me anything what is problem?
I am newby to solaris and any ideas will be appreaciated.
Thanks in advance
David Suladze

Try search the WEB for your display adapter drivers. However, most of new especially intergated graphics are still not supported.
You may try to get it working with xsun, run kdmconfig and specify as display adapter VGA or Super VGA. I know that in some cases it helps.
As well do the same with Xorg and run /usr/X11/bin/xorgcfg, try to find somekind of generic VGA in drivers that are listed there.
As I know, smc runs only in graphical mode.
I saved the settings and pressed F2 for testing. I could see the displayDid you see buttons on that display (something like "yes", "no")?
xsun is very hard to set with most of display adapters and monitors, sometimes it shows only part of the screen, so you might not to see these buttons. However if you see them, press "yes" (or something like that, I dont exactly remember). Then reboot and your computer should start the GUI.

Similar Messages

  • Problem with solaris management console

    I have installing solaris 9 x86 12/02 on my PC. After start solaris management console 2.1 and after loged in as root, smc display this message:
    System Information is not able to connect to the server because the WBEM server daemon does not appear to be running. If it is running, try stopping and restarting it. After restarting the daemon, please also exit and restart the Solaris Management Console.
    SMC server is running ok.
    # /etc/init.d/init.wbem status
    Solaris Management Console server version 2.1.0 running on port 898.
    Thank you for help.
    lukas

    Hello Senthilkumar,
    Here are the outputs from the commands. The other ones that I left out (/var/adm/messages and showrev -p) had a lot of output and I wasn't sure what you needed. Please let me know what to post or if you want me to post the whole things.
    # more /etc/release
    Solaris 8 7/01 s28x_u5wos_08 INTEL
    Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
    Assembled 06 June 2001
    # java -version
    java version "1.2.2"
    Solaris VM (build Solaris_JDK_1.2.2_07a, native threads, sunwjit)
    Here are the errors that come back when /etc/init.d/init.wbem fails.
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/management/viperimpl/server/ViperServer
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:495)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:110)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:252)
    at java.net.URLClassLoader.access$1(URLClassLoader.java:218)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:193)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:300)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:290)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:256)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)

  • Cannot start Solaris Management Console in Solaris 9

    I cannot start the Solaris Management Console in Solaris 9. The splash screen appears for a few seconds, then nothing else.
    There is a error: "Assertion Fail: Offset < fFileSize ..." something like that.
    Please help me~~~~~~~

    Java Bug 4838130:
    http://developer.java.sun.com/developer/bugParade/bugs/4838130.html
    suggests to trace the problem by running the java application with JAVA2D_DEBUGFONTS defined, so try
    env JAVA2D_DEBUGFONTS=1 smc
    The bug report also documents a workaround: Set the environment variable JAVA_FONTS to
    /usr/openwin/lib/X11/fonts/TrueType, i.e.
    env JAVA_FONTS=/usr/openwin/lib/X11/fonts/TrueType smc

  • Solaris Management Console Server Problems

    When I try to run Solaris Management Console, I get an error saying that the server is not running on port 898. I have followed the instructions on hte FAQ. I see no instances of smcboot running in the processes. When I run /etc/init.d/init.wbem start it returns to the prompt with no additional information. When I then run /etc/init.d/init.wbem status - it says the server is not running. Anyone have any ideas ... this is driving me nuts. I have gone so far as executing smcwbemserver by hand, and it returns "smcwbemserver [7]: /lib/functions: not found"
    Does ANYONE have any ideas (faint sobbing sounds in the background...)

    I've got the same problem on b63 aswell if I start wbem manually I get no error (infact I don't get anything) and the server just dies. Also had the same thing on a previous Solaris 10 beta and through trial and error found it to be /etc/resolv.conf misconfigured. Unfortunately I can't quite remember what I done to fix it , if I remember I'll post back.

  • SMC - Solaris Management Console in whole root zone

    Hi,
    Is it possible to run smc in whole root zone? Is there a howto for this?
    I have created a whole root zone in my x86 and sparc systems but I can't seem to manage the zones through smc (Adding users, share disks and etc).
    I was able to manage my sparse zones with smc but for some reason smc won't even start in whole root zone. The whole root zone does not seem to have smcserver and bunch of other directories relating to smc.
    Thanks...

    Hi dnzrnd,
    dnzrnd wrote:
    Is it possible to run smc in whole root zone? Is there a howto for this?
    I have created a whole root zone in my x86 and sparc systems but I can't seem to manage the zones through smc (Adding users, share disks and etc).
    I was able to manage my sparse zones with smc but for some reason smc won't even start in whole root zone. The whole root zone does not seem to have smcserver and bunch of other directories relating to smc.SunMC should install and run fine in a whole-root zone: I haven't heard of any problems. Are you maybe confusing "Sun Management Center" (this forum) with "Solaris Management Console" (a different product)?
    Regards,
    [email protected]
    http://www.HalcyonInc.com
    New !! : http://forums.HalcyonInc.com !!

  • Solaris Management Console (SMC) - Solaris 9 x86

    I�ve just installed Solaris 9 (x86) version. I�m unable to install Solaris Management console.
    I was using below command to add listed patches:
    pkgadd -d . SUNWpmgr SUNWrmui SUNWlvmr SUNWlvma SUNWlvmg
    I�m unable to find these packages on cd1. Somehow they�re on cd2. These cd�s are direct extract from Sun�s web site.
    Anyway when I run the pkgadd command I�m getting the following error:
    �No package associated with (SUNWpmgr)�
    When I look into the SUNWpmgr, there are 2 files (pkgmap., pkginfo.) and 3 dir (install, archive, reloc)
    Same with other packages
    Please help me.

    I was able to correct this problem on my server
    The .server file is the smc java keystore that contains
    the private/public key pair for SSL
    You can create this file by executing
    cd /usr/sadm/lib/smc/bin
    certtool -genkey
    Once the keys are generated execute
    /etc/init.d/init.wbem stop
    /etc/init.d/init.wbem start
    if your smpatch no longer works
    take a look at the following article
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/spfaq

  • Solaris Management Console in whole root zones

    Is it possible to run smc in whole root zone? Is there a howto for this? I have created a whole root zone in my x86 and sparc systems but I can't seem to manage the zones through smc (Adding users, share disks and etc).
    I was able to manage my sparse zones with smc but for some reason smc won't even start in whole root zone. The whole root zone does not seem to have smcserver and bunch of other directories relating to smc.

    Hi dnzrnd,
    dnzrnd wrote:
    Is it possible to run smc in whole root zone? Is there a howto for this?
    I have created a whole root zone in my x86 and sparc systems but I can't seem to manage the zones through smc (Adding users, share disks and etc).
    I was able to manage my sparse zones with smc but for some reason smc won't even start in whole root zone. The whole root zone does not seem to have smcserver and bunch of other directories relating to smc.SunMC should install and run fine in a whole-root zone: I haven't heard of any problems. Are you maybe confusing "Sun Management Center" (this forum) with "Solaris Management Console" (a different product)?
    Regards,
    [email protected]
    http://www.HalcyonInc.com
    New !! : http://forums.HalcyonInc.com !!

  • SMC (Solaris Management Console)

    On a fresh install of Sparc Solaris 9 - the SMC app works. Upon patching to yesterday's 9_Recommended - it fails - the applets all have red stop signs in the console, and it says someting like - 'There is no server running...' and 'No Solaris Management Console server was available on the specified server.'
    This is in the console:
    kermit console login: java.io.FileNotFoundException: /var/sadm/smc/properties/.s
    erver (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:103)
    at com.sun.management.viperimpl.util.security.SMCSSLConfig.setu pServer(S
    MCSSLConfig.java:114)
    at com.sun.management.viperimpl.server.ViperWbemServer.main(Vip erWbemSer
    ver.java:61)
    Starting Solaris Management Console server version 2.1.0.
    endpoint created: :898
    Solaris Management Console server is ready.
    I have tried to stop/start/restart the server with the init.wbem script in /etc/init.d
    Thanks for any hints!
    S7

    I was able to correct this problem on my server
    The .server file is the smc java keystore that contains
    the private/public key pair for SSL
    You can create this file by executing
    cd /usr/sadm/lib/smc/bin
    certtool -genkey
    Once the keys are generated execute
    /etc/init.d/init.wbem stop
    /etc/init.d/init.wbem start
    if your smpatch no longer works
    take a look at the following article
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/spfaq

  • Jds-help and Solaris Management Console compatible with jdk6u1?

    Hello,
    I am running Sol 10 11/06 for sparc on a Sun Blade. I just upgraded to jdk6u1 from jdk5. I installed all required j6 packages, and then installed patches for j6u1. I then used pkgrm to remove all jdk5-related packages (I searched for all packages starting with SUNWj5 and then removed them). Java seems to be working fine.
    Now, my Desktop Overview and other java-related help functions do not work. I get this error:
    # jds-help ghelp:jdsoverview
    ** (jdshelp:826): WARNING **: An exception occured 'Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0''
    A large jre error log is produced that mentions a problem with JVM:
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xfc94dd6c, pid=1338, tid=1
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
    # Problematic frame:
    # V [libjvm.so+0x14dd6c]
    Solaris Management Console does not work either, and gives an error that no suitable java 2 version is installed in /usr/java.
    Maybe I removed a j5 package I shouldn't have. Which j5 packages are related to the operation of jds-help? Any ideas as to what is causing my problem with jds-help and smc?
    Does anyone know FOR SURE that jdshelp and smc are compatible with jdk6u1?
    Thank you...

    I got rid of jdk6 and re-installed 1.5.0.11. Solaris Management Console 2.1 works again, so it appears as if smc and Sun Studio 11 are both INCOMPATIBLE with jdk/jre6.
    jds-help still does not work, with a jvm error, so perhaps it is also incompatible with jdk/jre 1.5.0.10+.

  • Solaris 10u6 fresh install - can't get Solaris Management Console working

    Hey guys,
    I have been searching all over but can't seem to find any help on getting SMC working. I have a fresh install of Solaris 10u6 on a Sun Fire V20z.
    So I login via ssh to the solaris machine ("unknown"), and It looks like wbem is online:
    root@unknown:/# svcs wbem
    STATE          STIME    FMRI
    online         16:37:50 svc:/application/management/wbem:default
    root@unknown:/# And netstat shows that my machine is listening on port 898
    root@unknown:/# netstat -an|grep 898
    127.0.0.1.898              *.*                0      0 49152      0 LISTEN
    root@unknown:/# The problem is
    1)
    When I try to do anything in the smc launched with as
    smt -toption for terminal mode, I always end up getting the message:
    There is no Solaris Management Console Server running on localhost.2)
    If I login from my laptop with X11 forwarding on, and launch the graphical interface, it does come up with the main window that says "Solaris Management Console 2.1" and the "Open Toolbox" window. However, in the Open Toolbox window it says "Server Not Running"
    I'm not sure what I'm doing wrong, since svcs says that wbem is running... I'm pretty new to Solaris, working hard to get up to speed, so I'd really appreciate any help you guys could offer.
    Thanks,
    Jamie

    For some reason it was able to run once by running the command
    # /etc/init.d/init.wbem start
    But no matter what I do, I can't get it to work one lick with
    # svcadm enable wbem
    Any ideas guys?
    Edited by: orange80 on Nov 29, 2008 8:18 PM

  • Solaris Management Console no longer accepts logins after running JASS...

    I have an unusual problem... I have a Solaris 10 system (with the 2/16/2005 patches on it. I am able to use the Solaris Management Console (v2.1) with no issues to make my disk storage adjustments, etc etc.
    The problem is when I run JASS with the secure.driver setup. After that, the Management console no longer accepts the root password to authenticate. So, I know that JASS tightened something up, but I can't figure out what it did. Worse, when I undo the JASS run, it doesn't undo whatever it did to the security of the Management Console.
    Any idea where the Solaris Management Console gets it's security information (and configuration) from? And how I can undo whatever JASS did to it?
    Again, I've reinstalled this test box 3 times, and I know it's the JASS step that's locking me out, and not the recommended & security patches.
    Thanks to all!
    -- M

    As a followup - right after posting this message, I opened a support case for this, and the solution is that you need to go into /etc/security/policy.conf and backup JASS's change to the default encryption model.
    Change CRYPT_DEFAULT=1 back to CRYPT_DEFAULT=__unix__
    Then, you have to clear the password using "passwd -d", and then reset it again to what you want. Then, the management console will work.
    I guess the management console is set to always use the __unix__ method, and not look at the policy.conf's setting. So when JASS wanders from the default, it breaks SMC.

  • Solaris Management Console Error

    I have installed Solaris 9.0 and I am using Solaris Management Console 2.1. I am trying to change the shell of the 'root' user . When I make the change I get the following error message :
    "The management server cannot perform the operation requested
    if this problem persists, refer to the log Viewer for additional information and contact your Sun Microsystem support provider.
    The actual error reported was:
    User root was partially modified. See the error log for further details "
    I have seen that the changes requeted( change shell in this case) does actually take place although the SMC complains. Where is the error log and how do I see it ? I fail to understand why this happens. Any help will be appreciated.
    I have also noticed that when I make any changed to other users SMC does not complain.
    Thanks

    I have installed Solaris 9.0 and I am using Solaris
    Management Console 2.1. I am trying to change the
    shell of the 'root' user . When I make the change I
    get the following error message :
    "The management server cannot perform the operation
    requested
    if this problem persists, refer to the log Viewer for
    additional information and contact your Sun
    Microsystem support provider.
    The actual error reported was:
    User root was partially modified. See the error log
    for further details "
    I have seen that the changes requeted( change shell in
    this case) does actually take place although the SMC
    complains. Where is the error log and how do I see it
    ? I fail to understand why this happens. Any help will
    be appreciated.
    I have also noticed that when I make any changed to
    other users SMC does not complain.
    ThanksAdded on 10/23 :
    This is a part of the log : /var/sadm/wbem/log/wbem_log
    T^L�f\236�:^A�m��fym;^Ulogsvc.wbem.version.1^A�m�_�\236�C��CIMOM@#@2@#@0@#@N/A@#@localhost@#@sun02@#@1066871122857@#@CIM Object Manager Started@#@CIM Object Manager version 2.5.1 build 04/29/03:17:32 started@#@null@#@0@#@0@#@off@#@^A�m�"b�RC^A^ASolaris Management Console Server@#@2@#@0@#@root@#@sun02@#@sun02@#@1066871201263@#@Solaris Management Console server starts up.@#@Solaris Management Console server starts up on
    port 898.@#@
    The user SMC Service was logged in as role root.@#@0@#@0@#@off@#@^A�m�vjj�^A^E^A^A^A^AAuthentication Service@#@1@#@0@#@root@#@sun02@#@sun02@#@1066871233865@#@Session opened@#@A secure session was established for user "root" from host "sun02" with session identifier 1066871233422.@#@
    The user root was logged in as role root.@#@0@#@0@#@off@#@^A�m�\2127=/^B^[��UMgrProvider@#@0@#@2@#@root@#@sun02@#@sun02@#@1066871280383@#@Listing user(s) failed@#@The details for User root were not fully retrieved.
    The Users Full Name could not be returned due to an unknown reason.@#@@#@0@#@0@#@off@#@^A�m��}�d^C2��UMgrProvider@#@0@#@2@#@root@#@sun02@#@sun02@#@1066871283929@#@User modify failed@#@User root was partially modified. See the error log for further details.@#@@#@0@#@0@#@off@#@^A�m���\202^O^D,��UMgrProvider@#@0@#@2@#@root@#@sun02@#@sun02@#@1066873142980@#@Listing user(s) failed@#@The details for User root were not fully^Q�^Q^P^T�f�(^O^A�m��fym;^Ulogsvc.wbem.version.1^A�m�_�\236�C��CIMOM@#@2@#@0@#@N/A@#@localhost@#@sun02@#@1066871122857@#@CIM Object Manager Started@#@CIM Object Manager version 2.5.1 build 04/29/03:17:32 started@#@null@#@0@#@0@#@off@#@^A�m�"b�RC^A^ASolaris Management Console Server@#@2@#@0@#@root@#@sun02@#@sun02@#@1066871201263@#@Solaris Management Console server starts up.@#@Solaris Management Console server starts up
    on port 898.@#@
    Hope this helps !
    Thanks again

  • Toolbox in Solaris management console

    I installed Solaris management console 2.0 and when I try to open it, it asks me for a toolbox. What kind of file is a toolbox? Could anybody tell me how can i install a toolbox?
    Thanks

    For some reason it was able to run once by running the command
    # /etc/init.d/init.wbem start
    But no matter what I do, I can't get it to work one lick with
    # svcadm enable wbem
    Any ideas guys?
    Edited by: orange80 on Nov 29, 2008 8:18 PM

  • Solaris 9, Solaris Management Console ISSUE

    Solaris 9, Solaris Management Console ISSUE
    I have Solaris 9 installed and I am unable to use the Solaris Management console.
    I have managed to start it:
    /etc/init.d/init.wbem start
    /etc/init.d/init.wbem status -> shows it's running
    But if I try browser with the link http:// host:898, I have got the following error:
    "A web version of the Solaris Management Console is not available at this time."
    any Idea why?

    Are you running Trusted Extensions? What patch cluster are you on? What toolbox are you opening?

  • Solaris Management Console doesn't show user's groups

    Hello friends:
    I am using Solaris 10 under Sparc.
    i am having some problem with Solaris Managemen Console
    With users -> users accounts -> edit a user
    when i click on Groups TAB i can read:
    The groups can not be listed. You can ....
    It has been running, but sice 1 day ago it doesn't...
    We don't use NIS or LDAP, only files.
    /etc/nsswitch.conf is nsswitch.dns
    groups command runs ok
    cd /etc
    ruben@laika:/etc$ ls -l nsswitch.*
    -rw-r--r-- 1 root sys 1120 Apr 8 13:08 nsswitch.conf
    -rw-r--r-- 1 root sys 1120 Jan 21 23:29 nsswitch.dns
    -rw-r--r-- 1 root sys 757 Jan 21 23:28 nsswitch.files
    -rw-r--r-- 1 root sys 1248 Jan 21 23:29 nsswitch.ldap
    -rw-r--r-- 1 root sys 1228 Jan 21 23:28 nsswitch.nis
    -rw-r--r-- 1 root sys 1558 Jan 21 23:29 nsswitch.nisplus
    ruben@laika:/etc$ groups ruben
    users
    ruben@laika:/etc$
    Where could be the problem?
    How could i reinit solaris management console server.
    Solaris has been restarted a lot of times without result :(
    Thank's

    i have reinstalled solaris and the problem continues.
    Under Solaris Management Console groups and users doesn't run ok. Editing an user i can't see groups and editing groups i can't see its users...very very extrange.
    A bug?
    I don't know what is happening :(

Maybe you are looking for

  • What is new in Nokia 6500s update firmware ver. 6....

    What is new in Nokia 6500s update firmware ver. 6.6? Nokia N73. V 4.0812.4.0.1 Code: 0529786 Nokia 6500 Slide V6.6 code: 0556234

  • I want to run a program on my ipad that runs on my mac using the terminal

    I have a prgram that I can run in terminal on my mac.  I would like to be able to run it on my iPad.  Is that possible?

  • Calling a url from forms

    Hi! i have created a website using ARCIMS - (if you are not familiar with ARCIMS it is software that is used to create maps) I now want to call URL (website) from a button on my form. I have tried to use web.show_docuement and I am getting errors suc

  • Lumia 610 doesn't display notification for Outlook...

    Hello, My Lumia 610 doesn't display notification (unread messages) for outlook when the screen is locked. However it does display the notification such as missed calls, text messages, face book messages, Gmails, Yahoo emails, Windows live emails. But

  • Physical standby 10gr2

    I am running a query which takes 2minutes. the same query if i run on primary of physical standby (maximum availability) it takes 8 minutes. why this behavior.