Volfs in maintenance state

I have an issue with volfs.
volfs is all the time in maintenance state ( I have had no chance yet to reboot system).
I tried to use "clear" but it didnt help
Hera are some details:
# svcs -a /system/filesystem/volfs
svcs: -a ignored when used with arguments.
STATE          STIME    FMRI
maintenance    12:45:18 svc:/system/filesystem/volfs:default
# svcs -d /system/filesystem/volfs
STATE          STIME    FMRI
online         kw_22    svc:/network/rpc/bind:default
online         kw_22    svc:/network/rpc/smserver:default
online         15:25:05 svc:/system/filesystem/local:default
# svcs -vx /system/filesystem/volfs
svc:/system/filesystem/volfs:default (Volume Management filesystem)
State: maintenance since  7 maja 2010 12:45:18 CEST
Reason: Restarting too quickly.
   See: http://sun.com/msg/SMF-8000-L5
   See: man -M /usr/man -s 7FS volfs
   See: /var/svc/log/system-filesystem-volfs:default.log
Impact: This service is not running.and here is a log:
cat  /var/svc/log/system-filesystem-volfs:default.log
[ maj  7 12:45:16 Enabled. ]
[ maj  7 12:45:16 Executing start method ("/lib/svc/method/svc-volfs start") ]
[ maj  7 12:45:16 Method "start" exited with status 0 ]
Fri May  7 12:45:16 2010 fatal: vol_init: already a daemon running
[ maj  7 12:45:16 Stopping because all processes in service exited. ]
[ maj  7 12:45:16 Executing stop method (:kill) ]
[ maj  7 12:45:16 Executing start method ("/lib/svc/method/svc-volfs start") ]
[ maj  7 12:45:16 Method "start" exited with status 0 ]
Fri May  7 12:45:16 2010 fatal: vol_init: already a daemon running
[ maj  7 12:45:16 Stopping because all processes in service exited. ]
[ maj  7 12:45:16 Executing stop method (:kill) ]
[ maj  7 12:45:16 Executing start method ("/lib/svc/method/svc-volfs start") ]
[ maj  7 12:45:16 Method "start" exited with status 0 ]
Fri May  7 12:45:16 2010 fatal: vol_init: already a daemon running
[ maj  7 12:45:17 Stopping because all processes in service exited. ]
[ maj  7 12:45:17 Executing stop method (:kill) ]
[ maj  7 12:45:17 Executing start method ("/lib/svc/method/svc-volfs start") ]
[ maj  7 12:45:17 Method "start" exited with status 0 ]
Fri May  7 12:45:17 2010 fatal: vol_init: already a daemon running
[ maj  7 12:45:17 Stopping because all processes in service exited. ]
[ maj  7 12:45:17 Executing stop method (:kill) ]
[ maj  7 12:45:17 Executing start method ("/lib/svc/method/svc-volfs start") ]
[ maj  7 12:45:17 Method "start" exited with status 0 ]
Fri May  7 12:45:17 2010 fatal: vol_init: already a daemon running
[ maj  7 12:45:17 Stopping because all processes in service exited. ]
[ maj  7 12:45:17 Executing stop method (:kill) ]
[ maj  7 12:45:17 Executing start method ("/lib/svc/method/svc-volfs start") ]
[ maj  7 12:45:17 Method "start" exited with status 0 ]
Fri May  7 12:45:17 2010 fatal: vol_init: already a daemon running
[ maj  7 12:45:17 Stopping because all processes in service exited. ]
[ maj  7 12:45:17 Executing stop method (:kill) ]
[ maj  7 12:45:17 Executing start method ("/lib/svc/method/svc-volfs start") ]
[ maj  7 12:45:17 Method "start" exited with status 0 ]
Fri May  7 12:45:17 2010 fatal: vol_init: already a daemon running
[ maj  7 12:45:17 Stopping because all processes in service exited. ]
[ maj  7 12:45:18 Executing stop method (:kill) ]
[ maj  7 12:45:18 Executing start method ("/lib/svc/method/svc-volfs start") ]
[ maj  7 12:45:18 Method "start" exited with status 0 ]
Fri May  7 12:45:18 2010 fatal: vol_init: already a daemon running
[ maj  7 12:45:18 Stopping because all processes in service exited. ]
[ maj  7 12:45:18 Executing stop method (:kill) ]
[ maj  7 12:45:18 Executing start method ("/lib/svc/method/svc-volfs start") ]Does anyone had similar situation ? How can I bring it back to ENABLE state ?

Your problem comes from
Fri May  7 12:45:18 2010 fatal: vol_init: already a daemon runningIt is very likely that the daemon was started outside the service control. Try to stop if and the clear the maintenance mode.
# ps -ef|grep -i vold
# kill ....
# svcadm clear volfs
# svcs -l volfsCheers
Andy

Similar Messages

  • BOOTPS in maintenance state

    The svc:/network/bootps/udp:default is in maintenance state and each time I use the svcadm clear command to remove this state, it changes to an online state. But when I run the inetadm command again, its back to maintenance state. I ran the svcs -vx command and I get this:
    svc:/network/bootps/udp:default (bootps)
    State: maintenance since Fri Sep 09 15:27:01 2005
    Reason: Restarter svc:/network/inetd:default gave no explanation.
    See: http://sun.com/msg/SMF-8000-9C
    Impact: This service is not running.
    I looked at the following link but it did not help me much at all: http://sun.com/msg/SMF-8000-9C
    The /etc/inet/inetd.conf looks like this:
    #100235/1 tli rpc/ticotsord wait root /usr/lib/fs/cachefs/cachefsd cachefsd"
    #TFTPD - tftp server (primarily used for booting)
    tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot
    # Sun ToolTalk Database Server
    #100083/1 tli rpc/tcp wait root /usr/dt/bin/rpc.ttdbserverd rpc.ttdbserverd
    # rpc.cmsd is a data base daemon which manages calendar data backed
    # by files in /var/spool/calendar
    #100068/2-5 dgram rpc/udp wait root /usr/dt/bin/rpc.cmsd rpc.cmsd
    bootps dgram udp wait root /usr/sbin/bootpd bootpd
    Is there anything wrong with this? How can I permantly keep the bootp service to online state. Please help. Thanks.

    Your problem comes from
    Fri May  7 12:45:18 2010 fatal: vol_init: already a daemon runningIt is very likely that the daemon was started outside the service control. Try to stop if and the clear the maintenance mode.
    # ps -ef|grep -i vold
    # kill ....
    # svcadm clear volfs
    # svcs -l volfsCheers
    Andy

  • Critical Alarms from LAPs in Maintenance State

    Should a critical alarm be triggered when an LAP disassociates from a WLC if it is placed in Maintenance State before it's taken offline?
    Should I delete, clear or acknowledge the critical alarm if a LAP was taken offline before it was placed in Maintenance state?
    Should I still put LAPs in maintenance state if they were taken offline before I had a chance to?
    Using Cisco Prime Infrastructure version 1.2

    I just upgraded CPI to version 2.2 and the controllers to 7.6.130 and I'm still getting the same result.
    I'm getting critical alarms for APs in Maintenance State.

  • How to place a WAP into Maintenance State in Cisco WCS

    I presently have a WAP offline and WCS continually alerts that the WAP Radio interfaces are down.
    I am logged into WCS with Admin priveleges, but if I select the WAP and opt to place the WAP into Maintenance State so as to suppress the alarms, WCS reports back "Permission Denied - You do not have privileges for the requested operation."
    The WAP is operating LWAPP
    What is causing the denial ? Any suggestions please.
    Thanks
    David

    Hi,
    The problem has been identified and is a bug in the latest version of WCS being 7.0.172.0
    According the Cisco, the Bug is to be fix in the next version of WCS due for release later this year pending code updates for the controllers making them compatible with the new version of WCS. Details of the Bug can be found here :
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtq83879
    Anyway, to place the WAP in Maintenance State, you will need to change your WCS AAA settings via Administration>>AAA Mode and set to Local. Proceed then via a second IE session to log into WCS using the Root username and Password and place the WAP in Maintenance State. Following placing the WAP in Maintenance State, change your AAA Mode back to TACACS+ or RADIUS with fallback to local.
    Regards

  • Some services in maintenance state after reboot

    Hi,
    I installed solaris 10 and everything ran fine for a month. I recently upgraded memory on the server and when I rebooted, some of the services were put in the maintenance mode.
    Here is the solaris 10 release info:
    bash-3.00# cat /etc/release
    Solaris 10 1/06 s10s_u1wos_19a SPARC
    Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 07 December 2005
    Here is the error during boot up
    irvsun12 console login: Mar 2 11:20:42 inetd[230]: Property 'name' of instance svc:/network/rpc/rstat:default is missing, inconsistent or invalid
    Mar 2 11:20:42 inetd[230]: Invalid configuration for instance svc:/network/rpc/rstat:default, placing in maintenance
    Mar 2 11:20:42 inetd[230]: Property 'name' of instance svc:/network/rpc/rusers:default is missing, inconsistent or invalid
    Mar 2 11:20:42 inetd[230]: Invalid configuration for instance svc:/network/rpc/rusers:default, placing in maintenance
    Mar 2 11:20:43 inetd[230]: Property 'proto' of instance svc:/network/telnet:default is missing, inconsistent or invalid
    Mar 2 11:20:43 inetd[230]: Invalid configuration for instance svc:/network/telnet:default, placing in maintenance
    Mar 2 11:20:43 inetd[230]: Property 'name' of instance svc:/network/nfs/rquota:default is missing, inconsistent or invalid
    Mar 2 11:20:43 inetd[230]: Invalid configuration for instance svc:/network/nfs/rquota:default, placing in maintenance
    Mar 2 11:20:43 inetd[230]: Property 'proto' of instance svc:/network/ftp:default is missing, inconsistent or invalid
    Mar 2 11:20:43 inetd[230]: Invalid configuration for instance svc:/network/ftp:default, placing in maintenance
    Mar 2 11:20:43 inetd[230]: Property 'proto' of instance svc:/network/finger:default is missing, inconsistent or invalid
    Mar 2 11:20:43 inetd[230]: Invalid configuration for instance svc:/network/finger:default, placing in maintenance
    Mar 2 11:20:43 inetd[230]: Property 'proto' of instance svc:/network/login:rlogin is missing, inconsistent or invalid
    Mar 2 11:20:43 inetd[230]: Invalid configuration for instance svc:/network/login:rlogin, placing in maintenance
    Mar 2 11:20:43 inetd[230]: Property 'proto' of instance svc:/network/shell:default is missing, inconsistent or invalid
    Mar 2 11:20:43 inetd[230]: Invalid configuration for instance svc:/network/shell:default, placing in maintenance
    Mar 2 11:20:43 inetd[230]: Property 'proto' of instance svc:/application/x11/xfs:default is missing, inconsistent or invalid
    Mar 2 11:20:43 inetd[230]: Invalid configuration for instance svc:/application/x11/xfs:default, placing in maintenance
    Mar 2 11:20:43 inetd[230]: Property 'proto' of instance svc:/application/print/rfc1179:default is missing, inconsistent or invalid
    Mar 2 11:20:43 inetd[230]: Invalid configuration for instance svc:/application/print/rfc1179:default, placing in maintenance
    Any help on getting this resolved is appreciated.
    Thanks

    I have run into the same problem and cannot figure out how to resolve it.
    Here is what I saw during the boot process:
    May 11 21:37:59 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc/gss:default is invalid
    May 11 21:37:59 inetd[202]: Invalid configuration for instance svc:/network/rpc/gss:default, placing in maintenance
    May 11 21:38:01 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc/mdcomm:default is invalid
    May 11 21:38:01 inetd[202]: Invalid configuration for instance svc:/network/rpc/mdcomm:default, placing in maintenance
    May 11 21:38:01 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc/meta:default is invalid
    May 11 21:38:01 inetd[202]: Invalid configuration for instance svc:/network/rpc/meta:default, placing in maintenance
    May 11 21:38:02 svc.startd[7]: svc:/system/mdmonitor:default: Method "/lib/svc/method/svc-mdmonitor" failed with exit status 1.
    May 11 21:38:02 svc.startd[7]: svc:/system/mdmonitor:default: Method "/lib/svc/method/svc-mdmonitor" failed with exit status 1.
    May 11 21:38:02 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc/metamed:default is invalid
    May 11 21:38:02 svc.startd[7]: svc:/system/mdmonitor:default: Method "/lib/svc/method/svc-mdmonitor" failed with exit status 1.
    May 11 21:38:02 inetd[202]: Invalid configuration for instance svc:/network/rpc/metamed:default, placing in maintenance
    May 11 21:38:02 svc.startd[7]: system/mdmonitor:default failed
    May 11 21:38:03 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc/metamh:default is invalid
    May 11 21:38:04 inetd[202]: Invalid configuration for instance svc:/network/rpc/metamh:default, placing in maintenance
    May 11 21:38:04 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc/rstat:default is invalid
    May 11 21:38:04 inetd[202]: Invalid configuration for instance svc:/network/rpc/rstat:default, placing in maintenance
    May 11 21:38:05 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc/rusers:default is invalid
    May 11 21:38:05 louise2 inetd[202]: Invalid configuration for instance svc:/network/rpc/rusers:default, placing in maintenance
    May 11 21:38:06 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/security/ktkt_warn:default is invalid
    May 11 21:38:06 louise2 inetd[202]: Invalid configuration for instance svc:/network/security/ktkt_warn:default, placing in maintenance
    May 11 21:38:06 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/telnet:default is invalid
    May 11 21:38:06 louise2 inetd[202]: Invalid configuration for instance svc:/network/telnet:default, placing in maintenance
    May 11 21:38:07 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/nfs/rquota:default is invalid
    May 11 21:38:07 louise2 inetd[202]: Invalid configuration for instance svc:/network/nfs/rquota:default, placing in maintenance
    May 11 21:38:08 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/ftp:default is invalid
    May 11 21:38:08 louise2 inetd[202]: Invalid configuration for instance svc:/network/ftp:default, placing in maintenance
    May 11 21:38:08 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/finger:default is invalid
    May 11 21:38:08 louise2 inetd[202]: Invalid configuration for instance svc:/network/finger:default, placing in maintenance
    May 11 21:38:09 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/login:rlogin is invalid
    May 11 21:38:09 louise2 inetd[202]: Invalid configuration for instance svc:/network/login:rlogin, placing in maintenance
    May 11 21:38:09 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/shell:default is invalid
    May 11 21:38:09 louise2 inetd[202]: Invalid configuration for instance svc:/network/shell:default, placing in maintenance
    May 11 21:38:09 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/application/font/stfsloader:default is invalid
    May 11 21:38:09 louise2 inetd[202]: Invalid configuration for instance svc:/application/font/stfsloader:default, placing in maintenance
    May 11 21:38:09 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/application/x11/xfs:default is invalid
    May 11 21:38:09 louise2 inetd[202]: Invalid configuration for instance svc:/application/x11/xfs:default, placing in maintenance
    May 11 21:38:10 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc/smserver:default is invalid
    May 11 21:38:10 louise2 inetd[202]: Invalid configuration for instance svc:/network/rpc/smserver:default, placing in maintenance
    May 11 21:38:10 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/application/print/rfc1179:default is invalid
    May 11 21:38:10 louise2 inetd[202]: Invalid configuration for instance svc:/application/print/rfc1179:default, placing in maintenance
    May 11 21:38:10 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc-100235_1/rpc_ticotsord:default is invalid
    May 11 21:38:10 louise2 inetd[202]: Invalid configuration for instance svc:/network/rpc-100235_1/rpc_ticotsord:default, placing in maintenance
    May 11 21:38:11 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc-100083_1/rpc_tcp:default is invalid
    May 11 21:38:11 louise2 inetd[202]: Invalid configuration for instance svc:/network/rpc-100083_1/rpc_tcp:default, placing in maintenance
    May 11 21:38:11 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/rpc-100068_2-5/rpc_udp:default is invalid
    May 11 21:38:11 louise2 inetd[202]: Invalid configuration for instance svc:/network/rpc-100068_2-5/rpc_udp:default, placing in maintenance
    May 11 21:38:11 louise2 inetd[202]: Property exec for method inetd_start of instance svc:/network/tftp/udp6:default is invalid
    May 11 21:38:11 louise2 inetd[202]: Invalid configuration for instance svc:/network/tftp/udp6:default, placing in maintenance
    And if I run: svcprop rpc/gss:default
    general/enabled boolean true
    general/entity_stability astring Unstable
    general/restarter fmri svc:/network/inetd:default
    rpcbind/entities fmri svc:/network/rpc/bind
    rpcbind/grouping astring require_all
    rpcbind/restart_on astring restart
    rpcbind/type astring service
    keyserv/entities fmri svc:/network/rpc/keyserv
    keyserv/grouping astring optional_all
    keyserv/restart_on astring none
    keyserv/type astring service
    inetd/endpoint_type astring tli
    inetd/isrpc boolean true
    inetd/name astring 100234
    inetd/proto astring ticotsord
    inetd/rpc_high_version integer 1
    inetd/rpc_low_version integer 1
    inetd/stability astring Evolving
    inetd/wait boolean true
    inetd_start/exec astring /usr/lib/gss/gssd
    inetd_start/group astring root
    inetd_start/limit_privileges astring :default
    inetd_start/privileges astring basic,!file_link_any,!proc_info,!proc_session,net_privaddr,file_chown,file_dac_read,file_dac_write
    inetd_start/project astring :default
    inetd_start/resource_pool astring :default
    inetd_start/supp_groups astring :default
    inetd_start/timeout_seconds count 0
    inetd_start/type astring method
    inetd_start/use_profile boolean false
    inetd_start/user astring root
    inetd_start/working_directory astring :default
    inetd_offline/exec astring :kill_process
    inetd_offline/timeout_seconds count 0
    inetd_offline/type astring method
    inetd_disable/exec astring :kill
    inetd_disable/timeout_seconds count 0
    inetd_disable/type astring method
    tm_common_name/C ustring Generic\ Security\ Service
    tm_man_gssd/manpath astring /usr/share/man
    tm_man_gssd/section astring 1M
    tm_man_gssd/title astring gssd
    restarter/auxiliary_state astring none
    restarter/next_state astring none
    restarter/state astring maintenance
    restarter/state_timestamp time 1147397880.430382000
    inetd_state/cur_state integer 8
    inetd_state/next_state integer 13
    #

  • Apache2 in maintenance state

    Hi guys,
    I have 2 Sun SPARCs running Solaris 10 with Apache2 installed. On server1, I can start the apache2 service using svcadm enable apache2. On server2, this doesn't work. I have compared the 2 servers, including the directories for apache2 and they are exactly the same.
    root@wrkarea2 # svcs -l apache2
    fmri svc:/network/http:apache2
    name Apache 2 HTTP server
    enabled true
    state maintenance
    next_state none
    state_time Mon Nov 19 16:18:35 2007
    logfile /var/svc/log/network-http:apache2.log
    restarter svc:/system/svc/restarter:default
    contract_id
    dependency require_all/error svc:/network/loopback:default (online)
    dependency optional_all/error svc:/network/physical:default (online)
    root@wrkarea2 # svcs -x apache2
    svc:/network/http:apache2 (Apache 2 HTTP server)
    State: maintenance since Mon Nov 19 16:18:35 2007
    Reason: Start method failed repeatedly, last exited with status 1.
    See: http://sun.com/msg/SMF-8000-KS
    See: apache2(1M)
    See: /var/svc/log/network-http:apache2.log
    Impact: This service is not running.
    I did a tail on the log file and saw this:
    [ Nov  19 15:00:31 Leaving maintenance because clear requested. ]
    [ Nov  19 15:00:31 Enabled. ]
    [ Nov  19 15:00:31 Executing start method ("/lib/svc/method/http-apache2 start") ]
    Syntax error on line 112 of /etc/apache2/ssl.conf:
    SSLCertificateFile: file '/etc/apache2/ssl.crt/server.crt' does not exist or is empty
    [ Nov  19 15:00:31 Method "start" exited with status 1 ]
    When I checked on etc/apache2/, there is no ssl.crt folder in both servers. I can't figure why it works on server1 but not on server2. Wonder if anyone has any ideas.
    I had even tried the following:
    openssl req -new -x509 -nodes -out server.crt -keyout server.key
    and got: openssl not found.

    Hi,
    i assume you have an
    include ssl/ssl.conf directive in your http.conf file on one server, an probably not on the other one. If you don't need https, you can simply remove the include. The ssl.conf usualy contains the directive SSLCertificateFile which points th the certificate file you don't have.
    Fritz

  • Samba/Swat in maintenance state

    I am trying to share solaries folder for windows.
    I am using solaries 10. I have made changes using swat https://127.0.0.1:901.
    when I am checking status of samba using command svcs samba;
    it is showing me status as maintenance .
    how to bring samba online.
    please help.

    What do you see when you do svcs -x samba?

  • Stats collection running long in 11g

    Oracle11.2.0.1
    Sun Solaris.
    Stats collection running long for almost 12 hours from 6PM to 6AM daily and stats collection autotask is getting STOPPED after the window duration.
    DBA_TABLES.last_analyzed is not getting updated after 2AM in the morning. I believe it is scanning some big tables, but not able to pin point the table/index.
    And we've some a bunch of 100GB tables in the DB. Is there a way to find out which table it's gathering stats between 2AM and 6AM and not getting completed?
    Thanks for your time!

    moreajays wrote:
    Hi,
    I would suggest to find out those tables with huge Table & last_analyzed is Null , these tables would be possible tables responsible for long run.
    Only AWR ot other SQL Hist stats tables can help you to get details.
    To fix this issue you should run stats gathering manually in day time (not in maintenance window) either with auto stats or with little estimate_percent (10 or 5)
    After getting first successful analyze (manually) , maintenance stats will pick up new incremental stats thereafter
    Ajay,
    I don't think that your statement that after the gathering the statistics manually, it would be next done incrmentally is correct. The incremental statistics are introduced only for partitioned tables AFAIK. Can you post a link from the documentation that your mentioned behavior exists?
    Aman....

  • X windows not running

    The x windows is not loaded under X86 solaris station and a call to run svcs -xf is asked :
    *#svcs -xf*
    svc:/network/rpc/bind:default (RPC bindings)
    State: maintenance since Wed Dec 21 12:29:08 2011
    Reason: Start method failed repeatedly, last exited with status 1.
    See: http://sun.com/msg/SMF-8000-KS
    See: man -M /usr/share/man -s 1M rpcbind
    See: /var/svc/log/network-rpc-bind:default.log
    Impact: 11 dependent services are not running:
    svc:/network/rpc/gss:default
    svc:/network/nfs/client:default
    svc:/system/filesystem/autofs:default
    svc:/network/nfs/server:default
    svc:/network/nfs/nlockmgr:default
    svc:/network/nfs/status:default
    svc:/network/nfs/cbd:default
    svc:/network/nfs/mapid:default
    svc:/network/rpc/smserver:default
    svc:/system/filesystem/volfs:default
    svc:/network/nfs/rquota:default
    svc:/network/security/ktkt_warn:default (Kerberos V5 warning messages
    daemon)
    State: maintenance since Wed Dec 21 12:29:10 2011
    Reason: Restarter svc:/network/inetd:default gave no explanation.
    See: http://sun.com/msg/SMF-8000-9C
    See: man -M /usr/share/man -s 1M ktkt_warnd
    Impact: This service is not running.
    svc:/application/ridl:default (FFPS Remote IDL)
    State: maintenance since Wed Dec 21 12:29:18 2011
    Reason: Restarting too quickly.
    See: http://sun.com/msg/SMF-8000-L5
    See: /var/svc/log/application-ridl:default.log
    Impact: This service is not running.
    svc:/application/font/stfsloader:default (Standard Type Services
    Framework (STSF) Font Server loader)
    State: maintenance since Wed Dec 21 12:29:10 2011
    Reason: Restarter svc:/network/inetd:default gave no explanation.
    See: http://sun.com/msg/SMF-8000-9C
    Impact: This service is not running.
    svc:/network/routing/route:default (in.routed network routing daemon)
    State: maintenance since Wed Dec 21 12:29:15 2011
    Reason: Restarting too quickly.
    See: http://sun.com/msg/SMF-8000-L5
    See: man -M /usr/share/man -s 1M in.routed
    See: /var/svc/log/network-routing-route:default.log
    Impact: This service is not running.
    svc:/application/docusp:default (?)
    State: offline since Wed Dec 21 12:30:46 2011
    Reason: Start method is running.
    See: http://sun.com/msg/SMF-8000-C4
    See: /var/svc/log/application-docusp:default.log
    Impact: This service is not running.
    svc:/network/rpc-100235_1/rpc_ticotsord:default (100235)
    State: maintenance since Wed Dec 21 12:29:10 2011
    Reason: Restarter svc:/network/inetd:default gave no explanation.
    See: http://sun.com/msg/SMF-8000-9C
    Impact: This service is not running.
    svc:/system/fmd:default (Solaris Fault Manager)
    State: maintenance since Wed Dec 21 12:29:15 2011
    Reason: Start method failed repeatedly, last exited with status 1.
    See: http://sun.com/msg/SMF-8000-KS
    See: man -M /usr/share/man -s 1M fmd
    See: /var/svc/log/system-fmd:default.log
    Impact: This service is not running.
    *#cat /var/adm/messages*
    Dec 21 10:58:35 CustBank genunix: [ID 540533 kern.notice] ^MSunOS Release 5.10 Version Generic_137112-06 64-bit
    Dec 21 10:58:35 CustBank genunix: [ID 172908 kern.notice] Copyright 1983-2008 Sun Microsystems, Inc. All rights reserved.
    Dec 21 10:58:35 CustBank Use is subject to license terms.
    Dec 21 10:58:35 CustBank unix: [ID 126719 kern.info] features: 15f7fdf<cpuid,mwait,cmp,cx16,sse3,nx,asysc,sse2,sse,sep,pat,cx8,pae,mca,mmx,cmov,pge,mtrr,msr,tsc,lgpg>
    Dec 21 10:58:35 CustBank genunix: [ID 107833 kern.warning] WARNING: Missing " on line 742 of /etc/driver_aliases
    Dec 21 10:58:35 CustBank genunix: [ID 107833 kern.warning] WARNING: Unexpected token '' on line 743 of /etc/driver_aliases
    Dec 21 10:58:35 CustBank last message repeated 320 times
    Dec 21 10:58:35 CustBank unix: [ID 168242 kern.info] mem = 6224760K (0x17bede000)
    Dec 21 10:58:35 CustBank rootnex: [ID 466748 kern.info] root nexus = i86pc
    Dec 21 10:58:35 CustBank rootnex: [ID 349649 kern.info] pseudo0 at root
    Dec 21 10:58:35 CustBank genunix: [ID 936769 kern.info] pseudo0 is /pseudo
    Dec 21 10:58:35 CustBank rootnex: [ID 349649 kern.info] scsi_vhci0 at root
    Dec 21 10:58:35 CustBank genunix: [ID 936769 kern.info] scsi_vhci0 is /scsi_vhci
    Dec 21 10:58:35 CustBank rootnex: [ID 349649 kern.info] isa0 at root
    Dec 21 10:58:35 CustBank pcplusmp: [ID 658230 kern.info] NOTICE: apic: local nmi: 255 0 0 1
    Dec 21 10:58:35 CustBank pcplusmp: [ID 736762 kern.info] pcplusmp: vector 0x9 ioapic 0x4 intin 0x9 is bound to cpu 1
    Dec 21 10:58:35 CustBank pseudo: [ID 129642 kern.info] pseudo-device: ppm0
    Dec 21 10:58:35 CustBank genunix: [ID 936769 kern.info] ppm0 is /pseudo/ppm@0
    Dec 21 10:58:35 CustBank rootnex: [ID 349649 kern.info] npe0 at root: space 0 offset 0
    Dec 21 10:58:35 CustBank genunix: [ID 936769 kern.info] npe0 is /pci@0,0
    Dec 21 10:58:35 CustBank ahci: [ID 808794 kern.info] NOTICE: hba AHCI version = 1.20
    Dec 21 10:58:35 CustBank pcplusmp: [ID 637496 kern.info] pcplusmp: pciclass,010601 (ahci) instance 0 vector 0x13 ioapic 0x4 intin 0x13 is bound to cpu 2
    Dec 21 10:58:35 CustBank sata: [ID 663010 kern.info] /pci@0,0/pci108e,5351@1f,2 :
    Dec 21 10:58:35 CustBank sata: [ID 761595 kern.info]      SATA CD/DVD (ATAPI) device at port 0
    Dec 21 10:58:35 CustBank sata: [ID 846691 kern.info]      model TSSTcorp CDDVDW TS-H653G
    Dec 21 10:58:35 CustBank sata: [ID 693010 kern.info]      firmware SI00
    Dec 21 10:58:35 CustBank sata: [ID 163988 kern.info]      serial number 05r3456789YLMNOP
    Dec 21 10:58:35 CustBank sata: [ID 594940 kern.info]      supported features:
    Dec 21 10:58:35 CustBank sata: [ID 981177 kern.info]      DMA
    Dec 21 10:58:35 CustBank sata: [ID 514995 kern.info]      SATA Gen1 signaling speed (1.5Gbps)
    Dec 21 10:58:35 CustBank scsi: [ID 193665 kern.info] sd0 at ahci0: target 0 lun 0
    Dec 21 10:58:35 CustBank genunix: [ID 936769 kern.info] sd0 is /pci@0,0/pci108e,5351@1f,2/cdrom@0,0
    Dec 21 10:58:35 CustBank genunix: [ID 408114 kern.info] /pci@0,0/pci108e,5351@1f,2/cdrom@0,0 (sd0) online
    Dec 21 10:58:35 CustBank sata: [ID 663010 kern.info] /pci@0,0/pci108e,5351@1f,2 :
    Dec 21 10:58:35 CustBank sata: [ID 761595 kern.info]      SATA disk device at port 1
    Dec 21 10:58:35 CustBank sata: [ID 846691 kern.info]      model SEAGATE ST32502NSSUN250G 0938819KRY
    Dec 21 10:58:35 CustBank sata: [ID 693010 kern.info]      firmware SU0E
    Dec 21 10:58:35 CustBank sata: [ID 163988 kern.info]      serial number 9SF19KRY
    Dec 21 10:58:35 CustBank sata: [ID 594940 kern.info]      supported features:
    Dec 21 10:58:35 CustBank sata: [ID 981177 kern.info]      48-bit LBA, DMA, Native Command Queueing, SMART, SMART self-test
    Dec 21 10:58:35 CustBank sata: [ID 643337 kern.info]      SATA Gen2 signaling speed (3.0Gbps)
    Dec 21 10:58:35 CustBank sata: [ID 349649 kern.info]      Supported queue depth 32
    Dec 21 10:58:35 CustBank sata: [ID 349649 kern.info]      capacity = 488390625 sectors
    Dec 21 10:58:35 CustBank scsi: [ID 193665 kern.info] sd1 at ahci0: target 1 lun 0
    Dec 21 10:58:35 CustBank genunix: [ID 936769 kern.info] sd1 is /pci@0,0/pci108e,5351@1f,2/disk@1,0
    Dec 21 10:58:35 CustBank genunix: [ID 408114 kern.info] /pci@0,0/pci108e,5351@1f,2/disk@1,0 (sd1) online
    Dec 21 10:58:35 CustBank sata: [ID 663010 kern.info] /pci@0,0/pci108e,5351@1f,2 :
    Dec 21 10:58:35 CustBank sata: [ID 761595 kern.info]      SATA disk device at port 2
    Dec 21 10:58:35 CustBank sata: [ID 846691 kern.info]      model SEAGATE ST32502NSSUN250G 093881AEG9
    Dec 21 10:58:35 CustBank sata: [ID 693010 kern.info]      firmware SU0E
    Dec 21 10:58:35 CustBank sata: [ID 163988 kern.info]      serial number 9SF1AEG9
    Dec 21 10:58:35 CustBank sata: [ID 594940 kern.info]      supported features:
    Dec 21 10:58:35 CustBank sata: [ID 981177 kern.info]      48-bit LBA, DMA, Native Command Queueing, SMART, SMART self-test
    Dec 21 10:58:35 CustBank sata: [ID 643337 kern.info]      SATA Gen2 signaling speed (3.0Gbps)
    Dec 21 10:58:35 CustBank sata: [ID 349649 kern.info]      Supported queue depth 32
    Dec 21 10:58:35 CustBank sata: [ID 349649 kern.info]      capacity = 488390625 sectors
    Dec 21 10:58:35 CustBank scsi: [ID 193665 kern.info] sd2 at ahci0: target 2 lun 0
    Dec 21 10:58:35 CustBank genunix: [ID 936769 kern.info] sd2 is /pci@0,0/pci108e,5351@1f,2/disk@2,0
    Dec 21 10:58:35 CustBank genunix: [ID 408114 kern.info] /pci@0,0/pci108e,5351@1f,2/disk@2,0 (sd2) online
    Dec 21 10:58:35 CustBank unix: [ID 190185 kern.info] SMBIOS v2.5 loaded (1301 bytes)
    Dec 21 10:58:35 CustBank genunix: [ID 408114 kern.info] /cpus (cpunex0) online
    Dec 21 10:58:35 CustBank acpica: [ID 779830 kern.notice] ACPI (exconfig-0560): Dynamic SSDT Load - OemId [DpgPmm] OemTableId [ P001Ist] [20060721]
    Dec 21 10:58:35 CustBank cpunex: [ID 114370 kern.info] cpu0 at cpus0
    Dec 21 10:58:35 CustBank genunix: [ID 408114 kern.info] /cpus/cpu@0 (cpudrv0) online
    Dec 21 10:58:35 CustBank pseudo: [ID 129642 kern.info] pseudo-device: dld0
    Dec 21 10:58:35 CustBank genunix: [ID 936769 kern.info] dld0 is /pseudo/dld@0
    Dec 21 10:58:35 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci8086,29e9@6, pcie_pci1
    Dec 21 10:58:35 CustBank genunix: [ID 936769 kern.info] pcie_pci1 is /pci@0,0/pci8086,29e9@6
    Dec 21 10:58:35 CustBank pcplusmp: [ID 637496 kern.info] pcplusmp: pciclass,0c0320 (ehci) instance 0 vector 0x12 ioapic 0x4 intin 0x12 is bound to cpu 3
    Dec 21 10:58:36 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1a,7, ehci0
    Dec 21 10:58:36 CustBank genunix: [ID 936769 kern.info] ehci0 is /pci@0,0/pci108e,5351@1a,7
    Dec 21 10:58:36 CustBank pcplusmp: [ID 398438 kern.info] pcplusmp: pciclass,0c0320 (ehci) instance #1 vector 0x17 ioapic 0x4 intin 0x17 is bound to cpu 3
    Dec 21 10:58:38 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1d,7, ehci1
    Dec 21 10:58:38 CustBank genunix: [ID 936769 kern.info] ehci1 is /pci@0,0/pci108e,5351@1d,7
    Dec 21 10:58:38 CustBank pcplusmp: [ID 637496 kern.info] pcplusmp: pciclass,0c0300 (uhci) instance 0 vector 0x10 ioapic 0x4 intin 0x10 is bound to cpu 0
    Dec 21 10:58:39 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1a, uhci0
    Dec 21 10:58:39 CustBank genunix: [ID 936769 kern.info] uhci0 is /pci@0,0/pci108e,5351@1a
    Dec 21 10:58:39 CustBank pcplusmp: [ID 398438 kern.info] pcplusmp: pciclass,0c0300 (uhci) instance #1 vector 0x15 ioapic 0x4 intin 0x15 is bound to cpu 0
    Dec 21 10:58:40 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1a,1, uhci1
    Dec 21 10:58:40 CustBank genunix: [ID 936769 kern.info] uhci1 is /pci@0,0/pci108e,5351@1a,1
    Dec 21 10:58:41 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1d, uhci2
    Dec 21 10:58:41 CustBank genunix: [ID 936769 kern.info] uhci2 is /pci@0,0/pci108e,5351@1d
    Dec 21 10:58:41 CustBank unix: [ID 954099 kern.info] NOTICE: IRQ19 is being shared by drivers with different interrupt levels.
    Dec 21 10:58:41 CustBank This may result in reduced system performance.
    Dec 21 10:58:42 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1d,1, uhci3
    Dec 21 10:58:42 CustBank genunix: [ID 936769 kern.info] uhci3 is /pci@0,0/pci108e,5351@1d,1
    Dec 21 10:58:43 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1d,2, uhci4
    Dec 21 10:58:43 CustBank genunix: [ID 936769 kern.info] uhci4 is /pci@0,0/pci108e,5351@1d,2
    Dec 21 10:58:45 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1d,3, uhci5
    Dec 21 10:58:45 CustBank genunix: [ID 936769 kern.info] uhci5 is /pci@0,0/pci108e,5351@1d,3
    Dec 21 10:58:45 CustBank unix: [ID 950921 kern.info] cpu0: x86 (chipid 0x0 GenuineIntel family 6 model 23 step 7 clock 2500 MHz)
    Dec 21 10:58:45 CustBank unix: [ID 950921 kern.info] cpu0: Intel(r) Core(tm)2 Quad CPU Q9300 @ 2.50GHz
    Dec 21 10:58:47 CustBank unix: [ID 950921 kern.info] cpu1: x86 (chipid 0x0 GenuineIntel family 6 model 23 step 7 clock 2500 MHz)
    Dec 21 10:58:47 CustBank unix: [ID 950921 kern.info] cpu1: Intel(r) Core(tm)2 Quad CPU Q9300 @ 2.50GHz
    Dec 21 10:58:47 CustBank acpica: [ID 177039 kern.notice] ACPI (exconfig-0560): Dynamic SSDT Load - OemId [DpgPmm] OemTableId [ P002Ist] [20060721]
    Dec 21 10:58:47 CustBank cpunex: [ID 114370 kern.info] cpu1 at cpus0
    Dec 21 10:58:47 CustBank genunix: [ID 408114 kern.info] /cpus/cpu@1 (cpudrv1) online
    Dec 21 10:58:47 CustBank unix: [ID 557827 kern.info] cpu1 initialization complete - online
    Dec 21 10:58:47 CustBank usba: [ID 912658 kern.info] USB 1.10 device (usb566,4006) operating at low speed (USB 1.x) on USB 1.10 root hub: mouse@1, hid6 at bus address 2
    Dec 21 10:58:47 CustBank usba: [ID 349649 kern.info]      USB Mouse
    Dec 21 10:58:47 CustBank genunix: [ID 936769 kern.info] hid6 is /pci@0,0/pci108e,5351@1d,1/mouse@1
    Dec 21 10:58:47 CustBank genunix: [ID 408114 kern.info] /pci@0,0/pci108e,5351@1d,1/mouse@1 (hid6) online
    Dec 21 10:58:47 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci8086,29e1@1, pcie_pci0
    Dec 21 10:58:47 CustBank genunix: [ID 936769 kern.info] pcie_pci0 is /pci@0,0/pci8086,29e1@1
    Dec 21 10:58:47 CustBank pcplusmp: [ID 637496 kern.info] pcplusmp: pciexclass,060400 (pcie_pci) instance 2 vector 0x11 ioapic 0x4 intin 0x11 is bound to cpu 1
    Dec 21 10:58:47 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci8086,2940@1c, pcie_pci2
    Dec 21 10:58:47 CustBank genunix: [ID 936769 kern.info] pcie_pci2 is /pci@0,0/pci8086,2940@1c
    Dec 21 10:58:47 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci8086,2948@1c,4, pcie_pci3
    Dec 21 10:58:47 CustBank genunix: [ID 936769 kern.info] pcie_pci3 is /pci@0,0/pci8086,2948@1c,4
    Dec 21 10:58:48 CustBank usba: [ID 912658 kern.info] USB 2.0 device (usb430,100e) operating at full speed (USB 1.x) on USB 1.10 root hub: hub@2, hubd0 at bus address 3
    Dec 21 10:58:48 CustBank genunix: [ID 936769 kern.info] hubd0 is /pci@0,0/pci108e,5351@1d,1/hub@2
    Dec 21 10:58:48 CustBank genunix: [ID 408114 kern.info] /pci@0,0/pci108e,5351@1d,1/hub@2 (hubd0) online
    Dec 21 10:58:48 CustBank usba: [ID 912658 kern.info] USB 2.0 device (usb430,a2) operating at full speed (USB 1.x) on USB 2.0 external hub: keyboard@4, hid7 at bus address 4
    Dec 21 10:58:48 CustBank usba: [ID 349649 kern.info]      Sun USB Keyboard
    Dec 21 10:58:48 CustBank genunix: [ID 936769 kern.info] hid7 is /pci@0,0/pci108e,5351@1d,1/hub@2/keyboard@4
    Dec 21 10:58:48 CustBank genunix: [ID 408114 kern.info] /pci@0,0/pci108e,5351@1d,1/hub@2/keyboard@4 (hid7) online
    Dec 21 10:58:49 CustBank unix: [ID 950921 kern.info] cpu2: x86 (chipid 0x0 GenuineIntel family 6 model 23 step 7 clock 2500 MHz)
    Dec 21 10:58:49 CustBank unix: [ID 950921 kern.info] cpu2: Intel(r) Core(tm)2 Quad CPU Q9300 @ 2.50GHz
    Dec 21 10:58:49 CustBank acpica: [ID 474229 kern.notice] ACPI (exconfig-0560): Dynamic SSDT Load - OemId [DpgPmm] OemTableId [ P003Ist] [20060721]
    Dec 21 10:58:49 CustBank cpunex: [ID 114370 kern.info] cpu2 at cpus0
    Dec 21 10:58:49 CustBank genunix: [ID 408114 kern.info] /cpus/cpu@2 (cpudrv2) online
    Dec 21 10:58:49 CustBank unix: [ID 557827 kern.info] cpu2 initialization complete - online
    Dec 21 10:58:51 CustBank unix: [ID 950921 kern.info] cpu3: x86 (chipid 0x0 GenuineIntel family 6 model 23 step 7 clock 2500 MHz)
    Dec 21 10:58:51 CustBank unix: [ID 950921 kern.info] cpu3: Intel(r) Core(tm)2 Quad CPU Q9300 @ 2.50GHz
    Dec 21 10:58:51 CustBank acpica: [ID 771419 kern.notice] ACPI (exconfig-0560): Dynamic SSDT Load - OemId [DpgPmm] OemTableId [ P004Ist] [20060721]
    Dec 21 10:58:51 CustBank cpunex: [ID 114370 kern.info] cpu3 at cpus0
    Dec 21 10:58:51 CustBank genunix: [ID 408114 kern.info] /cpus/cpu@3 (cpudrv3) online
    Dec 21 10:58:51 CustBank unix: [ID 557827 kern.info] cpu3 initialization complete - online
    Dec 21 10:58:53 CustBank pcplusmp: [ID 637496 kern.info] pcplusmp: pci8086,10bd (e1000g) instance 0 vector 0x18 ioapic 0xff intin 0xff is bound to cpu 2
    Dec 21 10:58:53 CustBank mac: [ID 469746 kern.info] NOTICE: e1000g0 registered
    Dec 21 10:58:53 CustBank e1000g: [ID 766679 kern.info] Intel(R) PRO/1000 Network Connection, Driver Ver. 5.1.11
    Dec 21 10:58:53 CustBank pcplusmp: [ID 398438 kern.info] pcplusmp: pciex8086,10b9 (e1000g) instance #1 vector 0x19 ioapic 0xff intin 0xff is bound to cpu 2
    Dec 21 10:58:53 CustBank mac: [ID 469746 kern.info] NOTICE: e1000g1 registered
    Dec 21 10:58:53 CustBank e1000g: [ID 766679 kern.info] Intel(R) PRO/1000 Network Connection, Driver Ver. 5.1.11
    Dec 21 10:58:55 CustBank genunix: [ID 454863 kern.info] dump on /dev/dsk/c0t1d0s1 size 9122 MB
    Dec 21 10:58:55 CustBank ipf: [ID 774698 kern.info] IP Filter: v4.1.9, running.
    Dec 21 10:58:55 CustBank pseudo: [ID 129642 kern.info] pseudo-device: zfs0
    Dec 21 10:58:55 CustBank genunix: [ID 936769 kern.info] zfs0 is /pseudo/zfs@0
    Dec 21 10:58:56 CustBank pseudo: [ID 129642 kern.info] pseudo-device: pm0
    Dec 21 10:58:56 CustBank genunix: [ID 936769 kern.info] pm0 is /pseudo/pm@0
    Dec 21 10:58:56 CustBank genunix: [ID 314293 kern.info] device pciclass,030000@0(display#0) keeps up device scsiclass,05@0,0(cdrom#0), but the latter is not power managed
    Dec 21 10:58:56 CustBank e1000g: [ID 801725 kern.info] NOTICE: pci8086,10bd - e1000g[0] : Adapter 100Mbps full duplex copper link is up.
    Dec 21 10:58:56 CustBank pseudo: [ID 129642 kern.info] pseudo-device: power0
    Dec 21 10:58:56 CustBank genunix: [ID 936769 kern.info] power0 is /pseudo/power@0
    Dec 21 10:58:56 CustBank pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
    Dec 21 10:58:56 CustBank genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo@0
    Dec 21 10:58:58 CustBank e1000g: [ID 801725 kern.info] NOTICE: pciex8086,10b9 - e1000g[1] : Adapter copper link is down.
    Dec 21 10:58:59 CustBank pseudo: [ID 129642 kern.info] pseudo-device: pool0
    Dec 21 10:58:59 CustBank genunix: [ID 936769 kern.info] pool0 is /pseudo/pool@0
    Dec 21 10:58:59 CustBank svc.startd[7]: [ID 652011 daemon.warning] svc:/network/rpc/bind:default: Method "/lib/svc/method/rpc-bind start" failed with exit status 1.
    Dec 21 10:58:59 CustBank last message repeated 2 times
    Dec 21 10:58:59 CustBank svc.startd[7]: [ID 748625 daemon.error] network/rpc/bind:default failed: transitioned to maintenance (see 'svcs -xv' for details)
    Dec 21 10:59:01 CustBank inetd[510]: [ID 702911 daemon.error] Failed to register version 1 of RPC service instance svc:/application/font/stfsloader:default, netid ticotsord
    Dec 21 10:59:01 CustBank inetd[510]: [ID 702911 daemon.error] Too many bind failures for instance svc:/application/font/stfsloader:default, transitioning to maintenance
    Dec 21 10:59:01 CustBank inetd[510]: [ID 702911 daemon.error] Failed to register version 1 of RPC service instance svc:/network/security/ktkt_warn:default, netid ticotsord
    Dec 21 10:59:01 CustBank inetd[510]: [ID 702911 daemon.error] Too many bind failures for instance svc:/network/security/ktkt_warn:default, transitioning to maintenance
    Dec 21 10:59:01 CustBank inetd[510]: [ID 702911 daemon.error] Failed to register version 1 of RPC service instance svc:/network/rpc-100235_1/rpc_ticotsord:default, netid ticotsord
    Dec 21 10:59:01 CustBank inetd[510]: [ID 702911 daemon.error] Too many bind failures for instance svc:/network/rpc-100235_1/rpc_ticotsord:default, transitioning to maintenance
    Dec 21 10:59:01 CustBank audiosup: [ID 272091 kern.info] NOTICE: audiohd0: codec info: vid=0x10ec0888, sid=0x00000000, rev=0x00100001
    Dec 21 10:59:01 CustBank pcplusmp: [ID 637496 kern.info] pcplusmp: pciclass,0403 (audiohd) instance 0 vector 0x16 ioapic 0x4 intin 0x16 is bound to cpu 3
    Dec 21 10:59:01 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1b, audiohd0
    Dec 21 10:59:01 CustBank genunix: [ID 936769 kern.info] audiohd0 is /pci@0,0/pci108e,5351@1b
    Dec 21 10:59:02 CustBank rootnex: [ID 349649 kern.info] xsvc0 at root
    Dec 21 10:59:02 CustBank genunix: [ID 936769 kern.info] xsvc0 is /xsvc
    Dec 21 10:59:05 CustBank svc.startd[7]: [ID 652011 daemon.warning] svc:/system/fmd:default: Method "/usr/lib/fm/fmd/fmd" failed with exit status 1.
    Dec 21 10:59:07 CustBank last message repeated 2 times
    Dec 21 10:59:07 CustBank svc.startd[7]: [ID 748625 daemon.error] system/fmd:default failed: transitioned to maintenance (see 'svcs -xv' for details)
    Dec 21 10:59:08 CustBank svc.startd[7]: [ID 748625 daemon.error] network/routing/route:default failed repeatedly: transitioned to maintenance (see 'svcs -xv' for details)
    Dec 21 10:59:09 CustBank ridl[1375]: [ID 514559 user.error] svc_tp_create: Could not register prog 536871066 vers 1 on tcp
    Dec 21 10:59:09 CustBank ridl[1443]: [ID 514559 user.error] svc_tp_create: Could not register prog 536871066 vers 1 on tcp
    Dec 21 10:59:09 CustBank ridl[1453]: [ID 514559 user.error] svc_tp_create: Could not register prog 536871066 vers 1 on tcp
    Dec 21 10:59:09 CustBank ridl[1459]: [ID 514559 user.error] svc_tp_create: Could not register prog 536871066 vers 1 on tcp
    Dec 21 10:59:09 CustBank ridl[1468]: [ID 514559 user.error] svc_tp_create: Could not register prog 536871066 vers 1 on tcp
    Dec 21 10:59:09 CustBank ridl[1503]: [ID 514559 user.error] svc_tp_create: Could not register prog 536871066 vers 1 on tcp
    Dec 21 10:59:09 CustBank pseudo: [ID 129642 kern.info] pseudo-device: dtrace0
    Dec 21 10:59:09 CustBank genunix: [ID 936769 kern.info] dtrace0 is /pseudo/dtrace@0
    Dec 21 10:59:09 CustBank ridl[1511]: [ID 514559 user.error] svc_tp_create: Could not register prog 536871066 vers 1 on tcp
    Dec 21 10:59:09 CustBank ridl[1517]: [ID 514559 user.error] svc_tp_create: Could not register prog 536871066 vers 1 on tcp
    Dec 21 10:59:09 CustBank ridl[1523]: [ID 514559 user.error] svc_tp_create: Could not register prog 536871066 vers 1 on tcp
    Dec 21 10:59:09 CustBank svc.startd[7]: [ID 748625 daemon.error] application/ridl:default failed repeatedly: transitioned to maintenance (see 'svcs -xv' for details)
    Dec 21 10:59:15 CustBank audiosup: [ID 272091 kern.info] NOTICE: audiohd0: codec info: vid=0x10ec0888, sid=0x00000000, rev=0x00100001
    Dec 21 10:59:15 CustBank pcplusmp: [ID 637496 kern.info] pcplusmp: pciclass,0403 (audiohd) instance 0 vector 0x16 ioapic 0x4 intin 0x16 is bound to cpu 0
    Dec 21 10:59:15 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1b, audiohd0
    Dec 21 10:59:15 CustBank genunix: [ID 936769 kern.info] audiohd0 is /pci@0,0/pci108e,5351@1b
    Dec 21 11:01:19 CustBank pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
    Dec 21 11:01:19 CustBank genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo@0
    Dec 21 11:01:57 CustBank inetd[510]: [ID 702911 daemon.warning] inetd_offline method for instance svc:/application/x11/xfs:default is unspecified. Taking default action: kill.
    Dec 21 11:01:57 CustBank inetd[510]: [ID 702911 daemon.warning] inetd_offline method for instance svc:/network/stdiscover:default is unspecified. Taking default action: kill.
    Dec 21 11:01:58 CustBank pseudo: [ID 129642 kern.info] pseudo-device: pm0
    Dec 21 11:01:58 CustBank genunix: [ID 936769 kern.info] pm0 is /pseudo/pm@0
    Dec 21 11:01:59 CustBank syslogd: going down on signal 15
    Dec 21 11:02:20 CustBank genunix: [ID 672855 kern.notice] syncing file systems...
    Dec 21 11:02:20 CustBank genunix: [ID 904073 kern.notice] done
    Dec 21 11:03:15 CustBank genunix: [ID 540533 kern.notice] ^MSunOS Release 5.10 Version Generic_137112-06 64-bit
    Dec 21 11:03:15 CustBank genunix: [ID 172908 kern.notice] Copyright 1983-2008 Sun Microsystems, Inc. All rights reserved.
    Dec 21 11:03:15 CustBank Use is subject to license terms.
    Dec 21 11:03:15 CustBank unix: [ID 126719 kern.info] features: 15f7fdf<cpuid,mwait,cmp,cx16,sse3,nx,asysc,sse2,sse,sep,pat,cx8,pae,mca,mmx,cmov,pge,mtrr,msr,tsc,lgpg>
    Dec 21 11:03:15 CustBank genunix: [ID 107833 kern.warning] WARNING: Missing " on line 742 of /etc/driver_aliases
    Dec 21 11:03:15 CustBank genunix: [ID 107833 kern.warning] WARNING: Unexpected token '' on line 743 of /etc/driver_aliases
    Dec 21 11:03:15 CustBank last message repeated 320 times
    Dec 21 11:03:15 CustBank unix: [ID 168242 kern.info] mem = 6224760K (0x17bede000)
    Dec 21 11:03:15 CustBank rootnex: [ID 466748 kern.info] root nexus = i86pc
    Dec 21 11:03:15 CustBank rootnex: [ID 349649 kern.info] pseudo0 at root
    Dec 21 11:03:15 CustBank genunix: [ID 936769 kern.info] pseudo0 is /pseudo
    Dec 21 11:03:15 CustBank rootnex: [ID 349649 kern.info] scsi_vhci0 at root
    Dec 21 11:03:15 CustBank genunix: [ID 936769 kern.info] scsi_vhci0 is /scsi_vhci
    Dec 21 11:03:15 CustBank rootnex: [ID 349649 kern.info] isa0 at root
    Dec 21 11:03:15 CustBank pcplusmp: [ID 658230 kern.info] NOTICE: apic: local nmi: 255 0 0 1
    Dec 21 11:03:15 CustBank pcplusmp: [ID 736762 kern.info] pcplusmp: vector 0x9 ioapic 0x4 intin 0x9 is bound to cpu 1
    Dec 21 11:03:15 CustBank pseudo: [ID 129642 kern.info] pseudo-device: ppm0
    Dec 21 11:03:15 CustBank genunix: [ID 936769 kern.info] ppm0 is /pseudo/ppm@0
    Dec 21 11:03:15 CustBank rootnex: [ID 349649 kern.info] npe0 at root: space 0 offset 0
    Dec 21 11:03:15 CustBank genunix: [ID 936769 kern.info] npe0 is /pci@0,0
    Dec 21 11:03:15 CustBank ahci: [ID 808794 kern.info] NOTICE: hba AHCI version = 1.20
    Dec 21 11:03:15 CustBank pcplusmp: [ID 637496 kern.info] pcplusmp: pciclass,010601 (ahci) instance 0 vector 0x13 ioapic 0x4 intin 0x13 is bound to cpu 2
    Dec 21 11:03:15 CustBank sata: [ID 663010 kern.info] /pci@0,0/pci108e,5351@1f,2 :
    Dec 21 11:03:15 CustBank sata: [ID 761595 kern.info]      SATA CD/DVD (ATAPI) device at port 0
    Dec 21 11:03:15 CustBank sata: [ID 846691 kern.info]      model TSSTcorp CDDVDW TS-H653G
    Dec 21 11:03:15 CustBank sata: [ID 693010 kern.info]      firmware SI00
    Dec 21 11:03:15 CustBank sata: [ID 163988 kern.info]      serial number 05r3456789YLMNOP
    Dec 21 11:03:15 CustBank sata: [ID 594940 kern.info]      supported features:
    Dec 21 11:03:15 CustBank sata: [ID 981177 kern.info]      DMA
    Dec 21 11:03:15 CustBank sata: [ID 514995 kern.info]      SATA Gen1 signaling speed (1.5Gbps)
    Dec 21 11:03:15 CustBank scsi: [ID 193665 kern.info] sd0 at ahci0: target 0 lun 0
    Dec 21 11:03:15 CustBank genunix: [ID 936769 kern.info] sd0 is /pci@0,0/pci108e,5351@1f,2/cdrom@0,0
    Dec 21 11:03:15 CustBank genunix: [ID 408114 kern.info] /pci@0,0/pci108e,5351@1f,2/cdrom@0,0 (sd0) online
    Dec 21 11:03:15 CustBank sata: [ID 663010 kern.info] /pci@0,0/pci108e,5351@1f,2 :
    Dec 21 11:03:15 CustBank sata: [ID 761595 kern.info]      SATA disk device at port 1
    Dec 21 11:03:15 CustBank sata: [ID 846691 kern.info]      model SEAGATE ST32502NSSUN250G 0938819KRY
    Dec 21 11:03:15 CustBank sata: [ID 693010 kern.info]      firmware SU0E
    Dec 21 11:03:15 CustBank sata: [ID 163988 kern.info]      serial number 9SF19KRY
    Dec 21 11:03:15 CustBank sata: [ID 594940 kern.info]      supported features:
    Dec 21 11:03:15 CustBank sata: [ID 981177 kern.info]      48-bit LBA, DMA, Native Command Queueing, SMART, SMART self-test
    Dec 21 11:03:15 CustBank sata: [ID 643337 kern.info]      SATA Gen2 signaling speed (3.0Gbps)
    Dec 21 11:03:15 CustBank sata: [ID 349649 kern.info]      Supported queue depth 32
    Dec 21 11:03:15 CustBank sata: [ID 349649 kern.info]      capacity = 488390625 sectors
    Dec 21 11:03:15 CustBank scsi: [ID 193665 kern.info] sd1 at ahci0: target 1 lun 0
    Dec 21 11:03:15 CustBank genunix: [ID 936769 kern.info] sd1 is /pci@0,0/pci108e,5351@1f,2/disk@1,0
    Dec 21 11:03:15 CustBank genunix: [ID 408114 kern.info] /pci@0,0/pci108e,5351@1f,2/disk@1,0 (sd1) online
    Dec 21 11:03:15 CustBank sata: [ID 663010 kern.info] /pci@0,0/pci108e,5351@1f,2 :
    Dec 21 11:03:15 CustBank sata: [ID 761595 kern.info]      SATA disk device at port 2
    Dec 21 11:03:15 CustBank sata: [ID 846691 kern.info]      model SEAGATE ST32502NSSUN250G 093881AEG9
    Dec 21 11:03:15 CustBank sata: [ID 693010 kern.info]      firmware SU0E
    Dec 21 11:03:15 CustBank sata: [ID 163988 kern.info]      serial number 9SF1AEG9
    Dec 21 11:03:15 CustBank sata: [ID 594940 kern.info]      supported features:
    Dec 21 11:03:15 CustBank sata: [ID 981177 kern.info]      48-bit LBA, DMA, Native Command Queueing, SMART, SMART self-test
    Dec 21 11:03:15 CustBank sata: [ID 643337 kern.info]      SATA Gen2 signaling speed (3.0Gbps)
    Dec 21 11:03:15 CustBank sata: [ID 349649 kern.info]      Supported queue depth 32
    Dec 21 11:03:15 CustBank sata: [ID 349649 kern.info]      capacity = 488390625 sectors
    Dec 21 11:03:15 CustBank scsi: [ID 193665 kern.info] sd2 at ahci0: target 2 lun 0
    Dec 21 11:03:15 CustBank genunix: [ID 936769 kern.info] sd2 is /pci@0,0/pci108e,5351@1f,2/disk@2,0
    Dec 21 11:03:15 CustBank genunix: [ID 408114 kern.info] /pci@0,0/pci108e,5351@1f,2/disk@2,0 (sd2) online
    Dec 21 11:03:16 CustBank unix: [ID 190185 kern.info] SMBIOS v2.5 loaded (1301 bytes)
    Dec 21 11:03:16 CustBank genunix: [ID 408114 kern.info] /cpus (cpunex0) online
    Dec 21 11:03:16 CustBank acpica: [ID 779830 kern.notice] ACPI (exconfig-0560): Dynamic SSDT Load - OemId [DpgPmm] OemTableId [ P001Ist] [20060721]
    Dec 21 11:03:16 CustBank cpunex: [ID 114370 kern.info] cpu0 at cpus0
    Dec 21 11:03:16 CustBank genunix: [ID 408114 kern.info] /cpus/cpu@0 (cpudrv0) online
    Dec 21 11:03:16 CustBank pseudo: [ID 129642 kern.info] pseudo-device: dld0
    Dec 21 11:03:16 CustBank genunix: [ID 936769 kern.info] dld0 is /pseudo/dld@0
    Dec 21 11:03:16 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci8086,29e9@6, pcie_pci1
    Dec 21 11:03:16 CustBank genunix: [ID 936769 kern.info] pcie_pci1 is /pci@0,0/pci8086,29e9@6
    Dec 21 11:03:16 CustBank pcplusmp: [ID 637496 kern.info] pcplusmp: pciclass,0c0320 (ehci) instance 0 vector 0x12 ioapic 0x4 intin 0x12 is bound to cpu 3
    Dec 21 11:03:17 CustBank npe: [ID 236367 kern.info] PCI Express-device: pci108e,5351@1a,7, ehci0
    Dec 21 11:03:17 CustBank genunix: [ID 936769 kern.info] ehci0 is /pci@0,0/pci108e,5351@1a,7
    Dec 21 11:03:17 CustBank pcplusmp: [ID 398438 kern.info] pcplusmp: pciclass,0c0320 (ehci) instance #1 vector 0x17 ioapic 0x4 intin 0x17 is bound to cpu 3
    Dec 21 11:03:19 CustBank npe: [ID 236367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

    Check your entries in /etc/vfstab and make sure that all the devices are mounted. If not, repair the device with fsck and mount or comment the entry in the /etc/vfstab and reboot. Most often the listed services will go to maintenance state if the device is not available for mount or incorrect entry in /etc/vfstab.

  • Unable to install SUN SMC  on solaris 10

    Hi,
    I am trying to install SMC on solaris 10. es-guisetup is giving errors as given below:
    smcdatabase service is always in maintenance mode.
    I am running postgres on 5433 port.
    Please help me in this regard.
    Here is the log file:
    # cat core-db-setup_rtisifldhdesk.100929090636.6642
    Started /var/opt/SUNWsymon/install/guibased-setup.1285765588453.sh at Wed Sep 29 09:06:36 EDT 2010.
    Running on SunOS rtisifldhdesk 5.10 Generic_142900-03 sun4u sparc SUNW,Sun-Fire-V210.
    -sh: initdb: not found
    bash-3.00# cat gui_setup_rtisifldhdesk.100929090557
    The system memory to be compared has mapped to : 8192
    Skipping the Disable SNMP panel as a port other than 161 is specified as the agent port
    The web server organization is given as : ADP
    The web server location is given as : njjjjj
    The Setup script will be executed as : /var/opt/SUNWsymon/install/guibased-setup.1285765588453.sh
    stty: : Invalid argument
    /var/opt/SUNWsymon/install/guibased-setup.1285765588453.sh: /var/opt/SUNWsymon/db/data/SunMC/pg_hba.conf: cannot create
    /var/opt/SUNWsymon/install/guibased-setup.1285765588453.sh: /var/opt/SUNWsymon/db/data/SunMC/postgresql.conf: cannot create
    SYMON_JAVAHOME is set to: /usr/java
    JDK version is: "1.5.0_22-b03"
    This script will help you to setup Sun Management Center 4.0.
    Following layer[s] are installed:SERVER,AGENT
    None of the layers is setup.
    Following layer[s] will get setup: SERVER,AGENT
    Database will be setup.
    Following Addon[s] are installed:
    Advanced System Monitoring,ELP Config-Reader Monitoring,Desktop,Service Availability Manager,Sun Fire Entry-Level Midrange System,Netra,DomMonit SPARC Enterprise Mx000,Dom DR SPARC Enterprise Mx000,PltAdmin SPARC Enterprise Mx000,Performance Reporting Manager,Solaris Container Manager,Sun Fire Midrange Systems Domain Administration,Dynamic Reconfiguration for Sun Fire High-End and Midrange Systems,Sun Fire Midrange Systems Platform Administration,Starfire Monitoring,Sun Fire High-End Systems Monitoring,Sun Enterprise 6500-3500 Servers/sun4d DR,Sun Enterprise 6500-3500 Servers/sun4d Config Reader,System Reliability Manager,Workgroup Server,Generic X86/X64 Config Reader.
    Checking memory available...
    Configuring Sun Management Center DB...
    The Port 5433 for Sun Management Center DB has already been used.
    Enter another port for Sun Management Center DB listener : : 2521
    Initializing SunMC database.
    disabled sunmcdatabase service from maintenance state during setup
    check the smf database service log to know the reason
    Failed to enable service sunmc-database
    Database setup failed : db-start failed
    Updating registry...
    None of the base layers are setup.
    No Addon is setup.
    Following Addons are not yet setup: Advanced System Monitoring,ELP Config-Reader Monitoring,Desktop,Service Availability Manager,Sun Fire Entry-Level Midrange System,Netra,DomMonit SPARC Enterprise Mx000,Dom DR SPARC Enterprise Mx000,PltAdmin SPARC Enterprise Mx000,Performance Reporting Manager,Solaris Container Manager,Sun Fire Midrange Systems Domain Administration,Dynamic Reconfiguration for Sun Fire High-End and Midrange Systems,Sun Fire Midrange Systems Platform Administration,Starfire Monitoring,Sun Fire High-End Systems Monitoring,Sun Enterprise 6500-3500 Servers/sun4d DR,Sun Enterprise 6500-3500 Servers/sun4d Config Reader,System Reliability Manager,Workgroup Server,Generic X86/X64 Config Reader
    Could not finish requested task.
    Thanks
    Sugunakar

    Hi Sugunakar,
    There are a few small things I can think of checking:
    I am trying to install SMC on solaris 10What version of Solaris 10 are you using? You need 11/06 (aka "Update 3") or later. Also, it looks like this is on a V210: how much memory and swap do you have ([requirements here|http://docs.sun.com/app/docs/doc/820-2215/deployment-72?l=en&a=view])? And have you [edited your /etc/project file|http://docs.sun.com/app/docs/doc/820-2216/chapter2-1000?l=en&a=view] to adjust the shared memory settings?
    Have you applied any of the [patch sets|http://forums.halcyoninc.com/showthread.php?t=104]?
    smcdatabase service is always in maintenance mode.It would be interesting to see what that service log says. Look in /var/svc/log/application-management-sunmcdatabase:default.log for clues.
    /var/opt/SUNWsymon/install/guibased-setup.1285765588453.sh: /var/opt/SUNWsymon/db/data/SunMC/pg_hba.conf: cannot createIs there any reason why SunMC may not be able to write to /var (or /var/opt/SUNWsymon)? Maybe portions of /var are read-only (shared from a global zone, or over NFS)?
    I've done a lot of SunMC pilot projects over the years: if you could use some help speeding up your eval just send me an email.
    Regards,
    [email protected]

  • SCOM 2012 R2 Post upgrade issues

    Hey all,
    yesterday we upgraded our SCOM environment from 2012 SP1 to R2.  All of the installers ran fine without any issues.  After a couple reboots it was back up however we have run into some issues.
    Issue 1:  The ACS seems to be broken.  I can usually run a query on the ACS database manually and get back audit entries.  However, now I am getting nothing back at all.  Here are the errors that are repeated every few minutes on both
    management servers.  I did run the ACS upgrade on them both yesterday.
    Error occured on database connection:
     Status: 0x00040000
     ODBC Error: 14
     ODBC State: 01000
     Message: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (ParseConnectParams()).
     Database: Register
     Connection: ComplianceTest
     Statement: -
    Error occured on database connection:
     Status: 0x00200001
     ODBC Error: 14
     ODBC State: 08001
     Message: [Microsoft][ODBC SQL Server Driver][DBNETLIB]Invalid connection.
     Database: Register
     Connection: ComplianceTest
     Statement: -
    Issue 2:  Our UNIX agents are all greyed out now and when I try to upgrade them I get the following error.
    EDIT: and here is something else I just found on our other management server
    Any info would be great
    Thanks
    Warm Fuzzies!

    I am going to update this post.  The service is still crashing nightly.  The views dvAll, dvAll5 and dvHeader are not being created.  I tried the fix provided by the Microsoft rep and it did nothing.  I have uninstalled and reinstalled
    the ACS server multiple times and the views are never created.  When I start the ACS services I get the same errors.
    AdtServer encountered the following problem during startup:
     Task: Load Certificate
     Failure: Certificate for SSL based authentication could not be found. SSL authentication will be disabled
     Error: 0x00000002
     Error Message:
    The system cannot find the file specified.
    Error occured on database connection:
     Status: 0x00040000
     ODBC Error: 4624
     ODBC State: 01000
     Message: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.
     Database: SqlWriter
     Connection: Maintenance
     Statement:
    I see where the forwarders are connecting.  No other errors or messages.  The service is set to start up as the Network Services account.  The DOMAIN\SERVER$ has a logon and is mapped to the SQL user AdtServer on the OperationsManagerAC database.
     We have almost a terabyte of data that we cannot get to after the R2 upgrade.
    Very frustrating!!!!
    Warm Fuzzies!

  • Pooladm: cannot enable pools: No such file or directory

    I'm having a problem enabling pools in Solaris 10. I used a core installation and manually installed the SUNWpool, SUNWpoolr, SUNWzoner, and SUNWzoneu packages.
    When I try to execute "pooladm -e" to enable pools I get the following error:
    pooladm: cannot enable pools: No such file or directory
    Also, when I enable the svc:/system/pools:default service it errors into maintenance state with the same error in the log file.
    I believe the problem is related to the non-existance of /dev/pool, but I'm not sure why it is not there.
    Here is the output from truss:
    bash-3.00# truss -f pooladm -e
    2753:   execve("/usr/sbin/pooladm", 0xFFBFFC8C, 0xFFBFFC98)  argc = 2
    2753:   resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    2753:   resolvepath("/usr/sbin/pooladm", "/usr/sbin/pooladm", 1023) = 17
    2753:   stat("/usr/sbin/pooladm", 0xFFBFFA68)           = 0
    2753:   open("/var/ld/ld.config", O_RDONLY)             Err#2 ENOENT
    2753:   stat("/lib/libpool.so.1", 0xFFBFF520)           Err#2 ENOENT
    2753:   stat("/usr/lib/libpool.so.1", 0xFFBFF520)       = 0
    2753:   resolvepath("/usr/lib/libpool.so.1", "/usr/lib/libpool.so.1", 1023) = 21
    2753:   open("/usr/lib/libpool.so.1", O_RDONLY)         = 3
    2753:   mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 172032, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF370000
    2753:   mmap(0xFF370000, 93041, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF370000
    2753:   mmap(0xFF398000, 7097, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 98304) = 0xFF398000
    2753:   munmap(0xFF388000, 65536)                       = 0
    2753:   memcntl(0xFF370000, 17100, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libc.so.1", 0xFFBFF520)              = 0
    2753:   resolvepath("/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    2753:   open("/lib/libc.so.1", O_RDONLY)                = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 1015808, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF200000
    2753:   mmap(0xFF200000, 909301, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF200000
    2753:   mmap(0xFF2EE000, 32017, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 909312) = 0xFF2EE000
    2753:   mmap(0xFF2F6000, 5984, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF2F6000
    2753:   munmap(0xFF2DE000, 65536)                       = 0
    2753:   memcntl(0xFF200000, 144128, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libxml2.so.2", 0xFFBFF520)           Err#2 ENOENT
    2753:   stat("/usr/lib/libxml2.so.2", 0xFFBFF520)       = 0
    2753:   resolvepath("/usr/lib/libxml2.so.2", "/usr/lib/libxml2.so.2", 1023) = 21
    2753:   open("/usr/lib/libxml2.so.2", O_RDONLY)         = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 1540096, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF080000
    2753:   mmap(0xFF080000, 1397070, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF080000
    2753:   mmap(0xFF1E4000, 72885, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 1392640) = 0xFF1E4000
    2753:   mmap(0xFF1F6000, 2168, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF1F6000
    2753:   munmap(0xFF1D6000, 57344)                       = 0
    2753:   mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF360000
    2753:   memcntl(0xFF080000, 202876, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libscf.so.1", 0xFFBFF520)            = 0
    2753:   resolvepath("/lib/libscf.so.1", "/lib/libscf.so.1", 1023) = 16
    2753:   open("/lib/libscf.so.1", O_RDONLY)              = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 172032, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF330000
    2753:   mmap(0xFF330000, 97095, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF330000
    2753:   mmap(0xFF358000, 4934, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 98304) = 0xFF358000
    2753:   munmap(0xFF348000, 65536)                       = 0
    2753:   memcntl(0xFF330000, 20432, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libnvpair.so.1", 0xFFBFF520)         = 0
    2753:   resolvepath("/lib/libnvpair.so.1", "/lib/libnvpair.so.1", 1023) = 19
    2753:   open("/lib/libnvpair.so.1", O_RDONLY)           = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 98304, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF310000
    2753:   mmap(0xFF310000, 24206, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF310000
    2753:   mmap(0xFF326000, 1192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 24576) = 0xFF326000
    2753:   munmap(0xFF316000, 65536)                       = 0
    2753:   memcntl(0xFF310000, 7604, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libexacct.so.1", 0xFFBFF520)         Err#2 ENOENT
    2753:   stat("/usr/lib/libexacct.so.1", 0xFFBFF520)     = 0
    2753:   resolvepath("/usr/lib/libexacct.so.1", "/usr/lib/libexacct.so.1", 1023) = 23
    2753:   open("/usr/lib/libexacct.so.1", O_RDONLY)       = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 90112, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF060000
    2753:   mmap(0xFF060000, 15042, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF060000
    2753:   mmap(0xFF074000, 888, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 16384) = 0xFF074000
    2753:   munmap(0xFF064000, 65536)                       = 0
    2753:   memcntl(0xFF060000, 3568, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libpthread.so.1", 0xFFBFF520)        = 0
    2753:   resolvepath("/lib/libpthread.so.1", "/lib/libpthread.so.1", 1023) = 20
    2753:   open("/lib/libpthread.so.1", O_RDONLY)          = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00002000, 16384, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF3EC000
    2753:   mmap(0xFF3EC000, 12032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF3EC000
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libz.so.1", 0xFFBFF520)              Err#2 ENOENT
    2753:   stat("/usr/lib/libz.so.1", 0xFFBFF520)          = 0
    2753:   resolvepath("/usr/lib/libz.so.1", "/usr/lib/libz.so.1", 1023) = 18
    2753:   open("/usr/lib/libz.so.1", O_RDONLY)            = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 139264, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF030000
    2753:   mmap(0xFF030000, 69442, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF030000
    2753:   mmap(0xFF050000, 6012, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 65536) = 0xFF050000
    2753:   munmap(0xFF042000, 57344)                       = 0
    2753:   memcntl(0xFF030000, 5032, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libm.so.2", 0xFFBFF520)              = 0
    2753:   resolvepath("/lib/libm.so.2", "/lib/libm.so.2", 1023) = 14
    2753:   open("/lib/libm.so.2", O_RDONLY)                = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 786432, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFEF00000
    2753:   mmap(0xFEF00000, 693647, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFEF00000
    2753:   mmap(0xFEFB8000, 28592, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 688128) = 0xFEFB8000
    2753:   munmap(0xFEFAA000, 57344)                       = 0
    2753:   memcntl(0xFEF00000, 33076, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libsocket.so.1", 0xFFBFF520)         = 0
    2753:   resolvepath("/lib/libsocket.so.1", "/lib/libsocket.so.1", 1023) = 19
    2753:   open("/lib/libsocket.so.1", O_RDONLY)           = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 122880, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF000000
    2753:   mmap(0xFF000000, 44594, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF000000
    2753:   mmap(0xFF01C000, 4277, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 49152) = 0xFF01C000
    2753:   munmap(0xFF00C000, 65536)                       = 0
    2753:   memcntl(0xFF000000, 14320, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libnsl.so.1", 0xFFBFF520)            = 0
    2753:   resolvepath("/lib/libnsl.so.1", "/lib/libnsl.so.1", 1023) = 16
    2753:   open("/lib/libnsl.so.1", O_RDONLY)              = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 729088, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFEE00000
    2753:   mmap(0xFEE00000, 594942, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFEE00000
    2753:   mmap(0xFEEA2000, 33745, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 598016) = 0xFEEA2000
    2753:   mmap(0xFEEAC000, 23232, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFEEAC000
    2753:   munmap(0xFEE92000, 65536)                       = 0
    2753:   mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF300000
    2753:   memcntl(0xFEE00000, 89508, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libdoor.so.1", 0xFFBFF520)           = 0
    2753:   resolvepath("/lib/libdoor.so.1", "/lib/libdoor.so.1", 1023) = 17
    2753:   open("/lib/libdoor.so.1", O_RDONLY)             = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 81920, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFEFE0000
    2753:   mmap(0xFEFE0000, 3315, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFEFE0000
    2753:   mmap(0xFEFF2000, 600, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 8192) = 0xFEFF2000
    2753:   munmap(0xFEFE2000, 65536)                       = 0
    2753:   memcntl(0xFEFE0000, 2240, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libuutil.so.1", 0xFFBFF520)          = 0
    2753:   resolvepath("/lib/libuutil.so.1", "/lib/libuutil.so.1", 1023) = 18
    2753:   open("/lib/libuutil.so.1", O_RDONLY)            = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 106496, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFEEE0000
    2753:   mmap(0xFEEE0000, 26032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFEEE0000
    2753:   mmap(0xFEEF8000, 1882, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 32768) = 0xFEEF8000
    2753:   munmap(0xFEEE8000, 65536)                       = 0
    2753:   memcntl(0xFEEE0000, 6652, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   stat("/lib/libgen.so.1", 0xFFBFF520)            = 0
    2753:   resolvepath("/lib/libgen.so.1", "/lib/libgen.so.1", 1023) = 16
    2753:   open("/lib/libgen.so.1", O_RDONLY)              = 3
    2753:   mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    2753:   mmap(0x00010000, 98304, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFEEC0000
    2753:   mmap(0xFEEC0000, 22089, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFEEC0000
    2753:   mmap(0xFEED6000, 2303, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 24576) = 0xFEED6000
    2753:   munmap(0xFEEC6000, 65536)                       = 0
    2753:   memcntl(0xFEEC0000, 5656, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    2753:   close(3)                                        = 0
    2753:   munmap(0xFF3A0000, 8192)                        = 0
    2753:   mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFEFD0000
    2753:   getcontext(0xFFBFF758)
    2753:   getrlimit(RLIMIT_STACK, 0xFFBFF738)             = 0
    2753:   getpid()                                        = 2753 [2752]
    2753:   setustack(0xFEFD2088)
    2753:   sigfillset(0xFF2F64D8)                          = 0
    2753:   stat("/platform/SUNW,Sun-Fire-T200/lib/libc_psr.so.1", 0xFFBFF1B0) = 0
    2753:   resolvepath("/platform/SUNW,Sun-Fire-T200/lib/libc_psr.so.1", "/platform/sun4v/lib/libc_psr.so.1", 1023) = 33
    2753:   open("/platform/SUNW,Sun-Fire-T200/lib/libc_psr.so.1", O_RDONLY) = 3
    2753:   mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFEDF0000
    2753:   close(3)                                        = 0
    2753:   brk(0x00022448)                                 = 0
    2753:   brk(0x00024448)                                 = 0
    2753:   getprivimplinfo(0xFFBFF2E0, 2076)               = 0
    2753:   sysconfig(_CONFIG_NGROUPS)                      = 16
    2753:   zone_lookup("")                                 = 0
    2753:   zone_getattr(0, ZONE_ATTR_PRIVSET, 0xFEFD02C8, 12) = 12
    2753:   getppriv(PRIV_EFFECTIVE, {ffffffffffffffffffffffff}) = 0
    2753:   open64("/dev/pool", O_RDONLY)                   Err#2 ENOENT
    2753:   fstat64(2, 0xFFBFEC88)                          = 0
    pooladm2753:    write(2, " p o o l a d m", 7)                   = 7
    : 2753: write(2, " :  ", 2)                             = 2
    cannot enable pools2753:        write(2, " c a n n o t   e n a b l".., 19)      = 19
    : 2753: write(2, " :  ", 2)                             = 2
    No such file or directory2753:  write(2, " N o   s u c h   f i l e".., 25)      = 25
    2753:   write(2, "\n", 1)                               = 1
    2753:   _exit(1)

    All it took was running devfsadm and the errors were gone.

  • Ops Center - reportdb problem

    I have problem starting OPS Center services. Ops Center is not coming online as scn/repordb is in the maintenance state. svcadm clear scn/reportdb too doesnt work.
    Did stop / start of agentadm, proxyadm and satadm server times, but no use. OCDoctor.sh is not reporting any specific error.
    Any help is welcome.
    legacy_run 9:52:56 lrc:/etc/rcS_d/S88SUNWscn-update-agent-prepare-singleuser
    legacy_run 9:52:57 lrc:/etc/rcS_d/S90SUNWscn-update-agent-singleuser
    disabled 9:52:51 svc:/application/scn/proxy-enable:default
    disabled 9:56:49 svc:/application/scn/update-agent:default
    online 9:58:12 svc:/application/scn/satellite-enable:default
    online 9:58:17 svc:/application/scn/ajaxterm:default
    online 10:26:02 svc:/application/management/common-agent-container-1:scn-agent
    offline 9:52:51 svc:/application/scn/db:default
    offline 9:52:51 svc:/application/management/common-agent-container-1:scn-proxy
    offline 9:52:51 svc:/application/scn/console:default
    offline 9:52:51 svc:/application/scn/uce-scheduler:default
    offline 9:52:51 svc:/application/scn/uce-server:default
    offline 9:52:51 svc:/application/scn/satellite-available:default
    offline 9:52:51 svc:/application/scn/proxy-available:default
    offline 9:52:51 svc:/application/scn/dhcpd:default
    maintenance 9:54:58 svc:/application/scn/reportdb:default

    Hi,
    it's not really possible to analyze your problem with this level of information, whats the output of:
    # svcs -xv
    # svcs -l reportdb:default
    # tail /var/svc/log/application-scn-reportdb:default.log
    And did you try a restart the whole satellite:
    # /opt/SUNWxvmoc/bin/satadm stop -w
    # /opt/SUNWxvmoc/bin/satadm start -w
    Have you already consulted Oracle support?
    Regards,
    Manuel

  • CAN'T LOG IN APEX APPLICATION

    Hi, I am working with apex 3.2, when I try to login to the application it immediately shows Please contact the administrator. . I am no expert, the first thing that I check was the http on the Data Base Server, It is on maintenance state, but in other application the http service is also maintenance and the application is running, so I don't think this is the cause.
    Also check the data base schema and look at the Apex Administrator page and don't see anything wrong.
    I hope that someone can give some ideas to keep checking and find the error.
    Thanks.

    So it sounds like you can login the Apex application builder but not an application that you've built/deployed. If this is the case I would start looking at either the authentication scheme or the user account settings if your using the Apex authentication.
    Perhaps you could recreate the problem and post a screenshot somewhere of the error page that you see (you can't post images here on the forum)?
    Earl

  • Recovery plan for Solstice disk suite 4.2 on Solaris 8

    need to know have more details regarding recovery of applications which are running on a server with Solstice disk suite.
    I know we run metadb �d option for replacing bad disks when there is disk failure and metareplace for Sub Mirrors out of sync and are in maintenance state.
    I would appreciate if you have any detailed recovery plan as to how we can take care of applications such as Oracle ,when the system crashes Which is using Solstice disk suite .
    Any websites or white papers on the same will be highly appreciated.

    what exactly is a scenario you are thinking about!?

Maybe you are looking for

  • Email and SMS from 2004 B Indian version

    Hello All, Can we use the EMail and SMS alert in 2004 B Indian Version. It is possible in 2005 A version(US). If you start SBO Mailer in the server tools the alerts will automatically send. Can any one help me to find it. Thanks & Regards, Jayakumar

  • IPod Won't Sync Particular Song

    I purchased five songs from iTunes the other day and one of them will not sync to my iPod. The same thing happened earlier this summer and I tried what the tech support person suggested, but it didn't work. I thought I'd try my luck with the song aga

  • Re-order curves programmatically in REPORT or VIEW

    Is is possible to programatically re-order curves in REPORT or VIEW?  Thanks! Julia

  • CTM planning related conceptual questions

    In an attempt to understand the CTM functionality for master planning I have the following  questions 1.In real implementation where is the safety stock planning done by the standard methods and the where are the service levels considered. 2.when is

  • Random Confetti script

    I have a ton of icons 100x100 and I made a droplet to import them into a document as separate layers and make them 125X125. I now need to make all of the images look like they are falling out of a hole, like confetti squares. is there a way I can mak