Solaris 10 Console Server won't start

Pardon this slightly off-topic query, but I don't believe there is a more proper place for it.
Been a while since I've upgraded anything, but I finally installed Solaris 10 on my Ultra 30 (a clean install, replacing Solaris 9). The installation went well, except that when I started up the SMC, it wouldn't connect to the console server. I have stopped and started the console server, but it will never show that it's running. The status is always "Solaris Management Console server not running on port 898". I have seen numerous other folks having the same difficulty, not no solutions so far. Any ideas? I'd hate to roll back to Solaris 9, but without a solution I can't even add any users to the system...at least using the GUI.
Jake Brodersen
Jacob K. Brodersen III
Deputy Director, Test and Operations
Jacobs/Sverdrup

I assume you haven't enabled RBAC and turned root into a role at this point.
Take a look at the useradd man page for a command line level example of adding users.
I just started using Sol10 x86 myself. I haven't tried installing SMC just yet but I'm pretty sure the wbem is a legacy boot script. I looked on my newly installed Sol10 install and port 898 isn't up on my server either. A "svcs -a" command didn't show up services that appear to be SMC console related.
Stupid question - Did you go through the SMC install process on that server ?

Similar Messages

  • No Solaris Management Console server was available

    I just installed solaris 8/07 fully patched the OS using smpatch went to use smc and get No Solaris Management Console server was available error.
    # netstat -a | grep 898
    localhost.898 *.* 0 0 49152 0 LISTEN
    fmri svc:/application/management/wbem:default
    name SMC and WBEM Server
    enabled true
    state online
    next_state none
    state_time Sat Jan 31 21:01:59 2009
    logfile /var/svc/log/application-management-wbem:default.log
    restarter svc:/system/svc/restarter:default
    contract_id 102
    dependency require_all/error svc:/milestone/sysconfig:default (online)
    log::
    [ Jan 31 21:01:57 Stopping because all processes in service exited. ]
    [ Jan 31 21:01:57 Executing stop method ("/lib/svc/method/svc-wbem stop") ]
    [ Jan 31 21:01:59 Method "stop" exited with status 0 ]
    [ Jan 31 21:01:59 Executing start method ("/lib/svc/method/svc-wbem start") ]
    [ Jan 31 21:01:59 Method "start" exited with status 0 ]
    I have even uninstalled all packages related to smc reboot, and then reinstalled them from the dvd reboot.
    Still won't load so I patched back up.
    Any idea?
    Thanks
    Admin please move or delete this post I have tried and can't find an option to delete.
    I'm really sorry I put this in the wrong forum. Center not Console.
    Edited by: mark42324 on Jan 31, 2009 6:22 PM

    Regarding SMC (not SunMC)..
    Note: SMC = Solaris Management Console
    SunMC = Sun Management Center (topic of this forum)
    Patch 121308-16+ makes WBEM "secure by default."
    Customers running Solaris 10 6/06 or prior must modify the client's WBEM
    configuration file to allow remote connections after installing patch 121308.
    1. Modify the following line in /usr/sadm/lib/smc/policy/smcserver.config:
    FROM:
    remote.connections=false
    TO:
    remote.connections=true
    2. Stop and restart wbem.
    # /etc/init.d/init.wbem stop
    # /etc/init.d/init.wbem start
    3. Verify that WBEM is now listening for connections to port 898
    on all interfaces:
    # netstat -an |grep 898
    *.898 *.* 0 0 49152 0 LISTEN
    In Solaris [TM]10 update 3 (11/06), the startup mechanism for WBEM was changed
    from the legacy (rc script) method to the new Service Management Facility (SMF).
    To allow remote WBEM connections on Solaris 10 update 3 or later:
    # svcadm disable wbem
    # svccfg -s wbem setprop options/tcp_listen=true
    # svcadm enable wbem

  • After Setting Up SSO Managed Server Won't Start

    I am using the Oracle supplied white paper to set up SSO using Active Directory. Following those instructions everything was working and testing correctly until I added the NegotiateIdentityAsserter provider to the list of WLS providers. Now the managed server won't start. The admin server starts without any errors and goes to the RUNNING state. But the Start BI Services command window gets to the wls.alive: prompt and hangs. And hangs. Eventually the window goes away and it may throw an error but I've never seen it. You can login to the WLS console and EM without a problem. Remove the new provider and everything comes up normally. I have looked at the krb5.ini and krb5login.conf files and even rewritten them from scratch without any change in behavior.
    While looking for answers I ran into the SPNEGOCheck webapp that Oracle makes available to diagnose problems. It says everything is OK until it parses the krb5login.conf and then complains that the Username associated with SPN in AD is blank and so doesn't match the SPN specified in the krblogin config. But I can't see anything wrong in the files themselves.
    from the log:
    In section 'libdefaults'
    LSA: Found Ticket
    LSA: Made NewWeakGlobalRef
    LSA: Found PrincipalName
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue
    LSA: Made NewWeakGlobalRef
    LSA: Found EncryptionKey
    LSA: Made NewWeakGlobalRef
    LSA: Found TicketFlags
    LSA: Made NewWeakGlobalRef
    LSA: Found KerberosTime
    LSA: Made NewWeakGlobalRef
    LSA: Found String
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue constructor
    LSA: Found Ticket constructor
    LSA: Found PrincipalName constructor
    LSA: Found EncryptionKey constructor
    LSA: Found TicketFlags constructor
    LSA: Found KerberosTime constructor
    LSA: Finished OnLoad processing
    Config name: C:\Windows\krb5.ini
    KdcAccessibility: reset
    KdcAccessibility: reset
    Reachable? true
    Connection seems to have succeeded.
    Parsing section contents 'com.sun.security.jgss.krb5.accept { com.sun.security.auth.module.Krb5LoginModule required principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true;};'
    Section name: 'com.sun.security.jgss.krb5.accept'
    Getting next NV pair beginning at 'principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true'
    NVPair name: 'principal' value: '[email protected]'
    NVPair name: 'keyTab' value: 'biwhse1a.keytab'
    NVPair name: 'useKeyTab' value: 'true'
    NVPair name: 'storeKey' value: 'true'
    Got back 4 name/value pairs.
    section com.sun.security.jgss.krb5.accept should probably contain a setting for debug=true
    Section com.sun.security.jgss.krb5.accept seems OK
    The krb5.ini file:
    [libdefaults]
    default_realm = SRS1.COM
    default_tkt_enctypes = des-cbc-crc
    default_tgs_enctypes = des-cbc-crc
    ticket_lifetime = 600
    [realms]
    SRS1.COM = {
    kdc = 129.58.120.200
    admin_server = adc01.srs1.com
    default_domain = SRS1.COM
    [domain_realm]
    .srs1.com = SRS1.COM
    [appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true
    The krb5login.conf file:
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    [D:\] setspn -L bi_kerb_prin
    Registered ServicePrincipalNames for CN=bi_kerb_prin,OU=Non-Person Users,OU=WRC Users,DC=srs1,DC=com:
    HTTP/biwhse1a.srs1.com
    HTTP/biwhse1a
    [D:\]
    OBIEE 11.1.1.6.2 BP2
    Windows Server 2008 SP1

    Did you try -Djava.security.krb5.conf=<path>/krb5.conf before the %EXTRA_JAVA_PROPERTIES%. in your C:\OBI\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd .?
    Also change your JAAS config file and try with
    com.sun.security.jgss.krb5.initiate {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    Now restart and see.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS
    Edited by: SSVS on Mar 17, 2013 11:47 PM

  • I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes (or I already have) and my server won't start

    I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes
    (or I already have) and my server won't start.
    <P>
    The steps are the same whether you have already upgraded or are about to.
    <P>
    Calendar Server 4.0 on the Windows NT platform can only support up to nine
    nodes on one server, while 3.51 supported up to 14. If you have a Calendar
    Server 3.51 with more than 9 nodes that you want to upgrade to Calendar Server
    4.0, Netscape recommends that you migrate the extra nodes to another Calendar
    Server 3.51 on another Windows NT system. To accomplish this:
    <OL>
    <LI>Install Calendar Server on another Windows NT machine and configure it to
    use the same directory server as your current Calendar Server.
    <LI>Stop and backup your current Calendar Server.
    <LI>Individually zip up the node directories you want to move to the new
    server. (drive:\unsers\unison\db\Nx
    where "x" is the number of the node you want to use.)
    <LI>Stop the new Calendar Server.
    <LI>Unzip the files into the new Calendar Server in the same place as they
    were on the old server.
    <LI>Edit the unison.ini
    file on the new server to add the nodes you have just migrated.
    <LI>Edit the unison.ini
    file on the old server to remove the nodes you have moved to the new server.
    <LI>Edit the nodes.ini
    file on the old server to remove the nodes you just moved and then add them
    with the new hostname. Keep in mind that you will only be able to modify the
    node network from the old host.
    <LI>Run unidbfix -export
    on both servers for all nodes.
    <LI>Edit the remotenodes.ini
    file on both servers to reflect your node topology.
    <LI>Run unidbfix -import
    to import the changes into the node databases.
    <LI>Run unidbfix -c,
    then -f,
    then -c
    again on both servers for all the nodes.
    <LI>If you don't get any errors, run uninode -test all
    to test if your nodes connections are set properly. If they are not, <B>do not</B>
    start either of the servers; instead, fix the errors and try again.
    <LI>Start both servers.
    <LI>Log in and check to see if you can see people on remote nodes.
    <LI>Notify the users on the moved nodes of their new calendar host.
    <LI>If you did this in preparation of an upgrade, you can now run the upgrade to
    4.0 since both servers contain fewer than 9 nodes.
    </OL>

    Use Disk Utility whihc is in the Utilities Folder.
    Select your Boot Disk on the left.
    Select Verify Permissions
    If any errors the do Reapir permissions.
    You might have to repeat the process.
    see this:
    Steve

  • Root password fails on auth to Solaris Management Console Server

    I've setup Solaris 10 x86 on a VA linux 1220 server, all is good so far except when I try to create additional users. I am logged in as root, and the root password logs in to the CDE, but fails on authentication to Solaris Management Console Server when I try to use any of the management apps like computers and networks or Users. So I'm stalled at the point where I should be configuring the system. I have been very careful about typing in the password exactly as I use it in the login screen, but it never works in the System Management tools for This Computer. The password I'm using is 26 characters long, is it too long? Or is there a step I'm missing?
    Thanks,
    Brian

    One of my famous guesses, but unless you changed the default password algorithm the maximum length of your password is 8 characters, when logging in on the console or desktop, anything typed after those eight characters will be ignored (unless this behaviour changed very recently).
    Its possibly that SMC, and its server component WBEM does not ignore the extra characters, which could cause this behavior.
    What happens if you try and login to SMC with the root user and only the first eight characters of your password?
    Btw, if this was the problem i think there is a way to change the default crypto algorithm to something that supports more characters.
    .7/M.

  • Wrong JRE Runtime Lib Path on Win2K--Admin Server Won't Start

    Running Sun One Web Server 6.0 SP6 on a Windows 2000 server, I inadvertently entered a typo in the iPlanet Administration Server's Global Settings, "Configure JRE/JDK Paths" link.
    In the "JRE Runtime Lib Path" field I typed "jjk1.3.1_03" instead of "jdk1.3.1_03". Now the Sun One web server won't start, so I can't go into the Administrative Server to fix the Jre Runtime Lib Path. I havent' been able to find any file where I can change that erroneous setting either. Is it a Registry entry?
    I also tried adding the correct JRE Runtime Lib Path at the end of the Windows PATH environment variable on the server, but that didn't help.

    Yes we checked the Registry settings and fixed the typo in the path associated with the key NSES_JRE_RUNTIME_LIBPATH. That should have fixed the problem, but the Sun One web server still wouldn't start.
    Moved to plan B and removed then reinstalled the Sun One web server. Now it starts and all is well.
    Thanks for helping everyone. This also raised the issue for us of whether or not we are entitled to individual support from Sun since we paid for the Sun One web server. According to the web site, the answer is NO - unless we pay $3,000 for a support contract. Other vendors who recommended using Sun One with their products say YES. We're still tracking that down.

  • Report Application Server won't start. CCM always says Starting....

    I am complete newbie to doing admin for Crystal Servers, forgive the question:
    (Win Server 2003 r 2 / CR XI)
    Report Application Server won't start which is preventing other servers from starting in CCM.
    Reboot machine several times and still having the issue.
    Get an error msg in Windows before login window appears stating that the crystalras.exe application requested a runtime to terminiate in an unusual way (.Net error).
    I get the following error msg in my event viewer.
    From Event Viewer:
    Event Type: Error
    Event Source: BusinessObjects_crystalras
    Event Category: Startup
    Event ID: 33000
    Date: 7/27/2010
    Time: 4:24:34 PM
    User: N/A
    Computer: CRYSTAL
    Description:
    Failed to start the Report Application Server.
    From Logging:
    Timestamp ProcessID ThreadID Message
    Tue Jul 27 20:24:34 2010 2496 3176 assert failure: (.\sso_wrapper.cpp:94). (SFileSys::exists(ssPath) && SFileSys::isDir(ssPath) : Platform binaries directory not valid.).
    We installed some Windows Server Updates about 3 months ago (at the time, over 70 Windows updates were installed) but, this problem hasn't shown up until 2 or 3 weeks ago. I think a .Net Service Pack might have been part of the updates at that time. When we did the updates, Windows was shutdown and updates installed per the preferred option of Windows. But now when rebooting since that time, the server continually reccomends the install updates and shutdown option. Do we need to rollback the server to date prior those updates if possible?
    I have also uninstalled .Net Framework back to 2.0. Is 1.0 or 1.1 the max that will work with XI?
    Should I also try to uninstall all other Windows updates?
    Thanks in advance for any help, Ed

    Post this query to the [Business Objects Enterprise Administration|BI Platform; forum.

  • X server won't start after recent catalyst-test and kernel upgrade

    Hi,
    after recent upgrade of catalyst-test (13.2) and kernel (3.7.5), my x server won't start with this log (WW) and (EE) only:
    [   114.989] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [   116.077] (WW) Falling back to old probe method for fglrx
    [   116.093] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [   116.101] (EE) fglrx(0): DAL initialization failed!
    [   116.101] (EE) fglrx(0): Display Infrastructure Failed
    [   116.101] (EE) fglrx(0): PreInit failed
    [   116.212] (EE) Screen(s) found, but none have a usable configuration.
    [   116.212]
    Fatal server error:
    [   116.212] no screens found
    [   116.212] (EE)
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    [   116.212] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [   116.212] (EE)
    [   116.515] Server terminated with error (1). Closing log file.
    My card is mobility radeon hd 5700, I'm running on x86_64 system. I'm using aticonfig generated xorg.conf. I will provide any other information if needed.
    I've tried:
    - to downgrade to catalyst 12.8 and xorg 1.12 (screen just freezes after trying to get to X, only poweroff button works (system catches the signal and shuts down softly - no errors in Xorg.0.log))
    - to use catalyst-total 13.1 / catalyst-generator 13.1 (Xorg.0.log says something about *not* compatible module - i can try it again and give you the whole log, it is probably another problem)
    - to use open-source drivers (poor performance, overheating)
    - to check nomodeset option (present at all kernel images in generated grub.cfg)
    Unfortunately, I could not find any similar issue solved in past few days...

    Downgrading kernel to 3.7.4 actually worked for catalyst 13.1. Anyone knows what could be wrong for linux 3.7.5?
    Edit: catalyst-test 13.2 beta works with linux 3.7.4.
    Last edited by sirkubador (2013-02-05 14:24:44)

  • Server won't start/Bad JVM?

    Running CFMX7.02. After noticing that the Java version was
    1.4 something (the version originally supplied with the product in
    2006), and that I couldn't do things like use the "browse server"
    controls in CFAdministrator without getting Java errors, I
    repointed the CF engine to use the version supplied by Java on
    their website today. Now the server won't start.
    From the CF error log:
    Error: no `server' JVM at `C:\Program
    Files\Java\jre1.6.0_03\bin\server\jvm.dll'.
    Windows event log is no help, reporting that is has received
    "server-specific error code 2". Based on the advice of some earlier
    topic, I tried to restart the service with "interact with the
    Desktop" checked, but no DOS window there.
    Any ideas? I'd be happy to point CF back to its own version
    of Java, if I could do so without interacting with the
    Administrator (which requires starting the server).

    quote:
    Originally posted by:
    JR "Bob" Dobbs
    1. CF 7 does not support JVMs higher than 1.4.x
    Ah. That explains
    that.
    quote:
    2. You should install the full JDK so you'll get the server
    version of the JVM
    3. You change change the JVM version by editing the
    jvm.config file.
    Got it--and thanks for the extremely quick reply.
    However, what can I do to fix the Java errors that keep me
    from using the GUI file-browsing components in the CFAdministrator,
    since I can't upgrade the main Java engine?

  • Messaging Server won't start up, or acts strangely

    One of the config files has disappeared, or the Messaging Server
    is acting "strangely".
    <P>
    Because of bugs in the Berkeley DB code, it is possible for a configuration
    file to become corrupted. The Messaging Server will remove a severly
    corrupted config file, but there is a threshold of corruption that may
    impact server operation and may not cause files to be deleted.
    <P>
    If you notice that one of the config files is gone (your server won't start),
    or that your server is acting strangely, DO NOT REPLACE IT WITH A BACKUP COPY.
    This will most likely re-introduce the corruption. Instead, make note of
    all the configuration changes you've made with the Messaging Server admin gui.
    The easiest way to do this is to print out each page. Then replace the
    config file with a clean one from the install directory or from the media.
    <P>
    Before re-starting the server, check each admin gui page to make sure it
    matches your printout, and make any necessary changes. Then start the server.
    <P>
    The installed configuration files are located in the message spool area,
    by default: /var/spool/postoffice/config and they are:<BR>
    <P>
    Account-Handler<BR>
    Account-Manager<BR>
    AutoReply-Handler<BR>
    Configuration-Manager<BR>
    Dispatch<BR>
    Error-Handler<BR>
    Finger-Server<BR>
    IMAP4-Server<BR>
    MTA-Accounts<BR>
    Mailbox-Deliver<BR>
    POP3-Server<BR>
    Program-Deliver<BR>
    SMTP-Accept<BR>
    SMTP-Deliver<BR>
    SMTP-Router<BR>
    UNIX-Deliver<BR>
    <P>
    Un-configured copies of all these files may be found under the directory
    you installed the server at:
    <P>
    /install/server/data<BR>
    <P>
    The fresh files will all have a .install appended to them.

    Shut the computer dow, remove the power cord and all peripherals, wait for 30 seconds, replace the power cod and press the start button at the same time.
    If you do not have the iSight, try the steps in [this|http://docs.info.apple.com/article.html?artnum=300908] Apple article.

  • EPMA Dimension server won't start using SSL enabled Database

    Has anyone had any luck configuring EPMA 11.1.2.2 or 11.1.2.1 EPMA Dimension server with a JDBC SSL connection? I am using the following url to configure my SSL-enabled database:
    jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=slc00qox)(PORT=1529))(CONNECT_DATA=(SERVICE_NAME=slc00qox.us.oracle.com)))
    and the Dimension server won't start. Other Foundation, Essbase and Reporting repository connections work with same URL. Getting an error in Event Log:
    Service cannot be started. Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---> Hyperion.CommonServices.Exceptions.SessionManagerException: Session Manager could not start because database connectivity could not be established. ---> Oracle.DataAccess.Client.OracleException ORA-12537: TNS:connection closed at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String configFileName, Boolean restorePastInstanceSessions, Boolean enableCaching)
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.Service.Main.InitializeSessionManager()
    at Hyperion.DimensionServer.Service.Main.Start()
    at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
    AND
    [EPMA Server Startup] ERROR SVR_ERR_PROCESSMGR_CANT_INIT_SESSIONMGR:Cannot initialize the Session Manager.Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---> Hyperion.CommonServices.Exceptions.SessionManagerException: Session Manager could not start because database connectivity could not be established. ---> Oracle.DataAccess.Client.OracleException ORA-12537: TNS:connection closed at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String configFileName, Boolean restorePastInstanceSessions, Boolean enableCaching)
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.Service.Main.InitializeSessionManager()
    at Hyperion.DimensionServer.Service.Main.Start()

    As you have backup you can try this:
    Restore your master database backup to another instance of SQL Server and in the "To
    database:" section of the Restore Database dialog box, use an alternate database name such as "recover_master" to avoid conflict with the master database on this instance of SQL Server. This will cause the mdf/ldf to be named "recover_master.mdf"
    and "recover_master_1.ldf". Then detach the
    recover_master database, go into the file system, copy the recover_master.mdf and recover_master_1.ldf to the instance of SQL Server with the corrupt master database. Delete the corrupt master.mdf and mastlog.ldf files, rename recover_master.mdf to master.mdf,
    and rename recover_master_1.ldf to mastlog.ldf. Now you're ready to try starting the SQL Server service again!
    http://blogs.technet.com/b/fort_sql/archive/2011/02/01/the-easiest-way-to-rebuild-the-sql-server-master-database.aspx
    Once master is online you can restore other database.

  • Logitech Media Server won't start

    Hi,
    Logitech Media Server won’t start after I clean installed 10.10.1 and migrated my user data from time machine. I tried tuned of firewall and clean install LMS many times and tried different version of LMS from 7.7.4 to 7.9 but none of them worked.
    I builded a new user account for testing, LMS works well in this new user account.
    Is there anything I can do to fix my old user account?
    Thank you.

    Thank you very much! I did not know about the nightly builds. LMS has pretty much worked throughout the years; it may have needed an update now and then but I never had to go looking for beta versions.
    I held off upgrading my Mac Pro -- which acts as a server for iTunes and other things around the house -- to Yosemite until today. All was well except for getting LMS to start. I was pretty bummed at the prospect of not having my tunes on my Squeezebox radio. In any case, I'm glad I found my answer in 5 seconds here at the Apple forums. Rock on.

  • 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.

  • 11.1.1.5 Presentation Server won't start automatically

    Hi, gurus. Interesting problem with 11.1.1.5. 4 of 5 OBIEE services start automatically. Presentation Server doesn't. An excerpt from sawlog0.log is shown below. What's odd is that even though it fails when starting automatically, we can go into Fusion Middleware and start it manually - no problems there. So it can start, and from that point everything works great, it just won't start along with all of the other services.
    Any ideas?
    [2012-08-22T14:29:47.000-05:00] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 004lvOK0SKHCwkYzLoePOA00014t000001,0:29] [tid: 1107712320] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
    saw.dms.conext.unwrap
    saw.threadpool
    saw.threads
    ecid: 004lvOK0SKHCwkYzLoePOA00014t000001,0:29
    ThreadID: 1107712320
    [2012-08-22T14:29:47.000-05:00] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 004lvOK0SKHCwkYzLoePOA00014t000001,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:818
    Location:
    saw.rpc.server.listen
    saw.sawserver
    ecid: 004lvOK0SKHCwkYzLoePOA00014t000001,0
    [2012-08-22T14:29:47.000-05:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 004lvOK0SKHCwkYzLoePOA00014t000001,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
    saw.sawserver
    ecid: 004lvOK0SKHCwkYzLoePOA00014t000001,0
    [2012-08-22T14:30:33.000-05:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 120325.0800 BP2 64-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
    saw.sawserver
    ecid:
    [2012-08-22T14:30:35.000-05:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
    saw.sawserver
    ecid:
    [2012-08-22T14:30:41.000-05:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 120325.0800 BP2 64-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
    saw.sawserver
    ecid:
    [2012-08-22T14:30:41.000-05:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
    saw.sawserver
    ecid:
    ]]

    Alas, although out-of-sync GUIDs fit all of the clues, that wasn't the answer.
    The problem still exists. Here's the relevant portion of the opmn.log file.
    These first five sections represent an attempted start of all services in Fusion Middleware by clicking Start All
    Request 1fa starts the BI Server successfully.
    Request 1fb starts the BI Scheduler successfully.
    Request 1fc attempts to start the Presentation Server but fails.
    Request 1fd starts the Java Host successfully.
    Request 1fe starts the Cluster Controller successfully.
    So the Presentation Server will not start automatically as a part of Start All.
    However, manually clicking 'Start Selected' for the Presentation Server (request 236 below) starts the service. So the short version is that we can start it manually, but not as a part of Start All.
    [2012-08-23T16:03:58][opmn][TRACE:1][667][OPMN]Request 1fa Started.  Command: /start?ias-component=coreapplication_obis1
    [2012-08-23T16:03:58][opmn][TRACE:1][662][OPMN][code:pm-process]Starting Process: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (1181693061:0)
    [2012-08-23T16:03:59][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (1181693061:8643) [No addresses for the request.]
    [2012-08-23T16:03:59][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (1181693061:8643)
    [2012-08-23T16:03:59][opmn][TRACE:1][][OPMN][code:libopmncustom]Ping failed in Ready callback for proc:1181693061
    [2012-08-23T16:04:01][opmn][TRACE:1][665][OPMN][code:pm-process]Process Alive: coreapplication_obis1~OracleBIServerComponent~coreapplication_obis1~1 (1181693061:8643)
    [2012-08-23T16:04:01][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 1fa Completed. Command: /start?ias-component=coreapplication_obis1
    [2012-08-23T16:04:01][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 1fb Started.  Command: /start?ias-component=coreapplication_obisch1
    [2012-08-23T16:04:01][opmn][TRACE:1][662][OPMN][code:pm-process]Starting Process: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (1181693062:0)
    [2012-08-23T16:04:03][opmn][TRACE:1][665][OPMN][code:pm-process]Process Alive: coreapplication_obisch1~OracleBISchedulerComponent~coreapplication_obisch1~1 (1181693062:8995)
    [2012-08-23T16:04:03][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 1fb Completed. Command: /start?ias-component=coreapplication_obisch1
    [2012-08-23T16:04:03][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 1fc Started.  Command: /start?ias-component=coreapplication_obips1
    [2012-08-23T16:04:03][opmn][TRACE:1][662][OPMN][code:pm-process]Starting Process: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693063:0)
    [2012-08-23T16:04:05][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693063:9021) [No addresses matched the properties for the request.]
    [2012-08-23T16:04:05][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693063:9021)
    [2012-08-23T16:04:05][opmn][TRACE:1][][OPMN][code:libopmncustom]Ping failed in Ready callback for proc:1181693063
    [2012-08-23T16:04:07][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693063:9021) [No addresses matched the properties for the request.]
    [2012-08-23T16:04:07][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693063:9021)
    [2012-08-23T16:04:07][opmn][TRACE:1][][OPMN][code:libopmncustom]Ping failed in Ready callback for proc:1181693063
    [2012-08-23T16:04:09][opmn][TRACE:1][662][OPMN][code:pm-process]Starting Process: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693063:0)
    [2012-08-23T16:04:11][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693063:9043) [No addresses matched the properties for the request.]
    [2012-08-23T16:04:11][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693063:9043)
    [2012-08-23T16:04:11][opmn][TRACE:1][][OPMN][code:libopmncustom]Ping failed in Ready callback for proc:1181693063
    [2012-08-23T16:04:13][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 1fc Completed. Command: /start?ias-component=coreapplication_obips1
    [2012-08-23T16:04:13][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693063:9043) [No addresses matched the properties for the request.]
    [2012-08-23T16:04:13][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693063:9043)
    [2012-08-23T16:04:13][opmn][TRACE:1][][OPMN][code:libopmncustom]Ping failed in Ready callback for proc:1181693063
    [2012-08-23T16:04:14][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 1fd Started.  Command: /start?ias-component=coreapplication_obijh1
    [2012-08-23T16:04:14][opmn][TRACE:1][662][OPMN][code:pm-process]Starting Process: coreapplication_obijh1~OracleBIJavaHostComponent~coreapplication_obijh1~1 (1181693064:0)
    [2012-08-23T16:04:16][opmn][TRACE:1][665][OPMN][code:pm-process]Process Alive: coreapplication_obijh1~OracleBIJavaHostComponent~coreapplication_obijh1~1 (1181693064:9053)
    [2012-08-23T16:04:16][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 1fd Completed. Command: /start?ias-component=coreapplication_obijh1
    [2012-08-23T16:04:16][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 1fe Started.  Command: /start?ias-component=coreapplication_obiccs1
    [2012-08-23T16:04:16][opmn][TRACE:1][662][OPMN][code:pm-process]Starting Process: coreapplication_obiccs1~OracleBIClusterControllerComponent~BIClusterController~1 (1181693065:0)
    [2012-08-23T16:04:18][opmn][TRACE:1][665][OPMN][code:pm-process]Process Alive: coreapplication_obiccs1~OracleBIClusterControllerComponent~BIClusterController~1 (1181693065:9079)
    [2012-08-23T16:04:18][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 1fe Completed. Command: /start?ias-component=coreapplication_obiccs1
    [2012-08-23T16:04:53][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 236 Started.  Command: /start?ias-component=coreapplication_obips1
    [2012-08-23T16:04:53][opmn][TRACE:1][662][OPMN][code:pm-process]Starting Process: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693066:0)
    [2012-08-23T16:04:54][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693066:9537) [No addresses matched the properties for the request.]
    [2012-08-23T16:04:54][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693066:9537)
    [2012-08-23T16:04:54][opmn][TRACE:1][][OPMN][code:libopmncustom]Ping failed in Ready callback for proc:1181693066
    [2012-08-23T16:04:56][opmn][TRACE:1][665][OPMN][code:pm-process]Process Alive: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1181693066:9537)
    [2012-08-23T16:04:56][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 236 Completed. Command: /start?ias-component=coreapplication_obips1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Weblogic server won't start: java.sql.SQLException: [Security:090735]

    I've been trying to start the weblogic server, installed locally, but it won't start. In checking the server log I see this as the first Error reported:
    java.sql.SQLException: [Security:090735]The DBMS connection was not usable
    I changed all ref from localhost to my actual IP and that did not help.
    Any ideas what the issue could be?

    I did not specify anything reg. a database. It was all created for me by the system, so in checking the config.xml I see something like this:
    <jdbc-store>
    <name>pfProliferationJMSStore</name>
    <prefix-name>PF_PROLIFERATION_</prefix-name>
    <data-source>portalDataSourceNeverXA</data-source>
    <target>AdminServer</target>
    </jdbc-store>
    Since I have not created a database, nor created any explicit connections to one, what else could the issue be?

Maybe you are looking for

  • How do I transfer existing music library on to a new computer?

    How do I transfer an existing music library from one computer to another?

  • TS4088 Help please, black Mac Book Pro screen

    My screen on Macbook Pro  has gone black, can hear it start. I have tried starting it using the disconnect , wait 5 min then start while holding the shift key method -no luck. I have tried the start and hold the option, command, p and r keys, I heard

  • Turn off Documents in used List

    My Goal is to turn off Recent Docs History In Adobe Reader 9.13.  You can set display in Reader to 1 but not 0.  Next attempt was Registry modifications which I could clear all Document History List by clearing out Registry entries but OpenSaveMRU en

  • Local information from html code

    I have built an application in which i required the web-sites which are exclusively built for us people.while retrieving the index/home page of web-sites some are in html, some are in jsp and some are in asp. so i need a code exclusively in java to k

  • IDOC to create a shipment cost document

    Hallo all, i am looking for an IDOC to create a shipment cost document. Do you know is there an IDOC which is suitable for this? I haven't found one..... Many thanks for any advise, Hannes