Start Service at Boot

Solaris 9
I need to start a service at boot time and cannot figure out where to place it. I Googled it but I could not find anything of real value.
Thanks,
DB

In Solaris 9, this is found with the 'initdefault' line in /etc/inittab. It is 3 by default.
Default will have the system go through sysinit (which runs /sbin/rcS, running the scripts in /etc/rcS.d), then to run level 3. (which runs the scripts in rc2.d and rc3.d in order).
Darren

Similar Messages

  • How do I start service at boot?

    Hello,
      I am relatively new to arch, so I have played with it since .3 on and off but never as a server.  Right now I can start mysql, httpd and exim just fine, but they don't seem to be starting up at boot time.  How do I fix this?
    Thanks,
    mrjohnston

    Hi mrjohnston,
    You have to add an entry for each daemon in the DAEMONS array in the file /etc/rc.conf.  If you add "exim" (for example) to the DAEMONS line, the file /etc/rc.d/exim will be executed, and that should get it started at bootup.
    Cheers.

  • Acer Laptop stuck at "Setup is Starting Services," can't move on AT ALL!

    Hi! I've been having a serious issue with my Acer Aspire (Windows 7) laptop since around 3am last night. Before I go on, please note that I have been searching for solutions before posting this question, and none of what I've found matches my situation and/or
    solves the issue.
    SHORT VERSION:
    Issues:
    -"Windows could not complete the installation. To install windows on this computer, restart the installation" error window keeps showing up, forcing me to click OK, and restart (causing same error over and over)
    -After the above error, and another attempt to restore, this error shows "The computer restarted unexpectedly or encountered an unexpected error. Windows Installation cannot proceed. To install windows, click OK to restart the computer and then the
    installation."
    -can't access login screen after continues restarts
    -AtBroker.exe and Explorer.exe not running (and probably other important .exe as well?)
    -None of the Safe Modes are accessible
    What I've done so far:
    -begin restore process (not factory default! the process included backing up my files)
    -continuous restart and encounter "Windows could not complete the installation. To install windows on this computer, restart the installation."
    -F8 to start the "Last known good configuration," just led me back to the current issue.
    -F8 to boot in Directory Services Restore Mode, went back to trying to install in Safe Mode, forced me to restart.
    -F8 to disable automatic restart (failed and made me restart anyway)
    -F8 to "Disable Driver Signature Enforcement"... also failed
    NOTHING I've done has made any advancement past the "Setup is starting services."
    LONG VERSION
    Last night, I was installing a new theme on my laptop (from a 3rd party on deviantart, but I was carefully following instructions to not mess anything up, using theme manager. however it's probably the reason for the issue) and everything was going well.
    i had to restart occasionally to make sure the themes worked but on my final restart (after I decided I preferred a previous theme), everything went wrong! After logging in, the screen turned gray (it'd probably be black for others, but mine was gray maybe
    due to the theme) and the cursor was there just flickering. And this continued for about 10 minutes before I tried opening task manager but that failed (said the .exe wouldn't start properly) so I shut it down (through ctrl+alt+del) and restarted.
    Still same issue, but this time it said that AtBroker.exe and then explorer.exe were unable to run properly, preventing me from even seeing my desktop.
    So today when I got home, I ended up going through the Acer eRecovery Management and doing a system restore (but it would keep my files, just restore the settings to how they were when my parents bought the laptop (summer-ish 2011)). It took a while and
    it looked promising. Eventually, it took me to the screen with the Windows logo, then to a screen that said "setup is starting services"). And it gave me an error that it couldn't continue installation so it had to restart, so I clicked OK. It happened
    again. Clicked OK and repeated that 2 more times until I got fed up. I just want to skip around that installation and try to access my desktop or at least Command Prompt but it won't let me get any further without making me restart (by clicking OK). I also
    do not recall any disk when my dad set my laptop up but this was 2 years ago. I can't find one either, so I assumed Windows 7 came with it?
    I really don't know what to do! Nor am I really tech savvy when it comes to fixing this kind of computer problem, so if anyone has any solutions, I wouldn't really know a lot of terms that would be important to know when it comes to fixing this issue. Hopefully,
    someone can explain what's happening and how I can fix it fairly simply.
    Thanks!
    Olivia

    Hi Olivia,
    Thanks for your structured and logical description.
    It sounds really serious. According to my understanding, you can't start your computer normally.
    Please refer to this article:
    Windows Setup Hangs When "Setup Is Starting Windows" Screen Appears
    http://support.microsoft.com/kb/217073
    If the issue still persists, we suggest you use installation DVD to do clean install.
    Installing and reinstalling Windows 7
    http://windows.microsoft.com/en-in/windows7/installing-and-reinstalling-windows-7
    Note: please remember to backup your personal data and files
    Best regards,
    Karen Hu
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Dhcpcd does not start automatically on boot

    Hi everyone,
    I have just installed Arch (64 bit) and am running on a dynamic, wired connection.
    I followed the Beginners' Guide and enabled the dhcpcd service during the installation so that it would start automatically on boot.
    systemctl enable [email protected]
    However, I currently must issue the command "dhcpcd" each boot before the internet starts to work.
    Does anyone know how I can automate this process or if I need to further configure my network connection?
    Thank you in advance.
    Last edited by Ipozya (2012-11-15 11:29:05)

    foppe wrote:
    Check the output from
    # systemctl status [email protected]
    to debug the issue you're experiencing.
    % sudo systemctl status [email protected]
    [email protected] - dhcpcd on eth0
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
    Active: failed (Result: exit-code) since Tue, 2012-11-15 20:38:16 GMT; 27 sec ago
    Process: 244 ExecStart=/sbin/dhcpcd -A -q -w %I (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/[email protected]/eth0
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: sendmsg: Cannot assign requested address
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: broadcasting for a lease
    Nov 15 20:37:51 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:55 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:59 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:59 arch dhcpcd[244]: eth0: no IPv6 Routers available
    Nov 15 20:38:16 arch dhcpcd[244]: timed out
    Nov 15 20:38:16 arch systemd[1]: Failed to start dhcpcd on eth0.
    Nov 15 20:38:16 arch systemd[1]: Unit [email protected] entered failed state
    Dhclient did not work automatically on boot either.
    Others seem to have experienced similar issues but I don't see any real solutions in any of these posts, despite being marked as solved. For example, adding "-t 120" to the dhcpcd start line in /usr/lib/systemd/system/[email protected] did not work for me.
    I also tried the following but it did not work either and I had to issue "dhcpcd" before internet started working.
    Install and configure wired and wireless networking
    # pacman -S netcfg ifplugd
    # cd /etc/network.d
    # ln -s examples/ethernet-dhcp .
    Make sure the WIRED_INTERFACE and WIRELESS_INTERFACE lines is uncommented
    # nano /etc/conf.d/netcfg
    # systemctl enable net-auto-wired.service
    # pacman -S wireless_tools wpa_supplicant wpa_actiond dialog
    # systemctl enable net-auto-wireless.service
    https://bbs.archlinux.org/viewtopic.php?pid=1176656
    https://bbs.archlinux.org/viewtopic.php?pid=1189587
    https://bbs.archlinux.org/viewtopic.php?pid=1180192
    Last edited by Ipozya (2012-11-15 21:08:03)

  • Btsync not starting correctly at boot

    Hi all,
    I have installed Btsync with the help of this nice guide:
    https://wiki.archlinux.org/index.php/BitTorrent_Sync
    Running this on the RaspberryPi.
    And it starts when I boot but it does not show any logs (systemctl status btsync@username)  and the GUI does not work until I do a
    systemctl restart btsync@username
    What shall I do?
    Regards
    Kristofer

    Service file:   [email protected]
    [Unit]
    Description=Bittorent Sync service for %i
    After=network.target
    [Service]
    User=%i
    ExecStart=/usr/bin/btsync --config %h/.config/btsync/btsync.conf --nodaemon
    Restart=on-abort
    [Install]
    WantedBy=multi-user.target
    After a reboot when the btsync does not work:
    systemctl status btsync@xx
    [email protected] - Bittorent Sync service for xx
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
    Active: active (running) since Thu 1970-01-01 01:00:23 CET; 44 years 0 months ago
    Main PID: 143 (btsync)
    CGroup: /system.slice/system-btsync.slice/[email protected]
    `-143 /usr/bin/btsync --config /home/xx/.config/btsync/btsync.c...

  • Grid on a standalone server Cluster daemons not starting during server boot

    Hi!I have installed Oracle Grid on a standalone server and setup Oracle db 11.2.0.2 on Oracle Linux 6.2 64 bit server.When I reoot the server and run crs_stat -t,several daemons havent started thus the ASM and db instances are also down as below
    Name Type Target State Host
    ora.DATA.dg ora....up.type OFFLINE OFFLINE
    ora.FRADG.dg ora....up.type OFFLINE OFFLINE
    ora....ER.lsnr ora....er.type ONLINE ONLINE amldb01dc
    ora.amldb.db ora....se.type OFFLINE OFFLINE
    ora.asm ora.asm.type OFFLINE OFFLINE
    ora.cssd ora.cssd.type ONLINE OFFLINE
    ora.diskmon ora....on.type ONLINE OFFLINE
    ora.evmd ora.evm.type ONLINE ONLINE amldb01dc
    ora.ons ora.ons.type OFFLINE OFFLINE
    I am forced to manually start the daemons via command crsctl start resource -all then I manually start the ASM and db instances.
    Yet when I run the commands
    crsctl config has
    CRS-4622: Oracle High Availability Services autostart is enabled.
    crsctl check has
    CRS-4638: Oracle High Availability Services is online.
    Thus I would assume the daemons would start automatically during boot.
    How can I resolve this?

    crstcl check crs seems not to be applicable to single instance but for RAC,since I have a single instance db,the output of the command is as below
    crsctl check crs
    Parse error:
    'crs' is an invalid argument
    Brief usage:
    crsctl check has
    Check status of OHAS.
    There is no crsd.log in path /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/crsd.The output of crs_stat -t is already posted in initial post and output of entire alert log is as below
    2012-07-03 16:18:35.975
    [client(8182)]CRS-2101:The OLR was formatted using version 3.
    2012-07-03 16:18:36.471
    [client(8218)]CRS-1001:The OCR was formatted using version 3.
    [client(8293)]CRS-10001:CRS-6021: No msg for has:crs-6021 [l][unlimited]
    [client(8294)]CRS-10001:CRS-6021: No msg for has:crs-6021 [n][65536]
    2012-07-03 16:18:42.528
    [ohasd(8291)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-03 16:18:42.538
    [ohasd(8291)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-03 16:18:51.271
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:18:52.299
    [evmd(8479)]CRS-1401:EVMD started on node amldb01dc.
    [client(8520)]CRS-10001:03-Jul-12 16:18 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    [client(8889)]CRS-10001:03-Jul-12 16:19 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    2012-07-03 16:19:22.600
    [cssd(9014)]CRS-1713:CSSD daemon is started in local-only mode
    2012-07-03 16:19:31.128
    [cssd(9014)]CRS-1601:CSSD Reconfiguration complete. Active nodes are amldb01dc .
    [client(10038)]CRS-10001:03-Jul-12 16:25 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    2012-07-03 16:34:13.791
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5010:Update of configuration file "/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.amldb01dc" failed: details at "(:CLSN00011:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:37:39.674
    [ohasd(8291)]CRS-2765:Resource 'ora.DATA.dg' has failed on server 'amldb01dc'.
    2012-07-03 16:37:43.636
    [ohasd(8291)]CRS-2767:Resource state recovery not attempted for 'ora.asm' as its target state is OFFLINE
    2012-07-03 16:38:06.905
    [cssd(9014)]CRS-1603:CSSD on node amldb01dc shutdown by user.
    2012-07-03 16:38:07.006
    [cssd(9014)]CRS-1660:The CSS daemon shutdown has completed
    2012-07-03 16:38:10.118
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:42:09.578
    [ohasd(4827)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-03 16:42:09.649
    [ohasd(4827)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-03 16:42:10.437
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:2:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:10.667
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:42:40.463
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:40.464
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:54.641
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:55.675
    [evmd(5060)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-03 16:54:35.840
    [cssd(5256)]CRS-1713:CSSD daemon is started in local-only mode
    2012-07-03 16:54:44.396
    [cssd(5256)]CRS-1601:CSSD Reconfiguration complete. Active nodes are amldb01dc .
    2012-07-03 16:54:56.832
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5010:Update of configuration file "/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.amldb01dc" failed: details at "(:CLSN00011:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:03:53.530
    [ohasd(4827)]CRS-2767:Resource state recovery not attempted for 'ora.asm' as its target state is OFFLINE
    2012-07-04 10:04:02.701
    [cssd(5256)]CRS-1603:CSSD on node amldb01dc shutdown by user.
    2012-07-04 10:04:02.809
    [cssd(5256)]CRS-1660:The CSS daemon shutdown has completed
    2012-07-04 10:04:03.008
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:07:48.492
    [ohasd(4698)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:07:48.534
    [ohasd(4698)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:07:49.059
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:07:49.192
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:08:19.085
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:19.093
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:33.278
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5053)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:34.319
    [evmd(5069)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-04 10:27:13.716
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5053)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:30:57.260
    [ohasd(4619)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:30:57.280
    [ohasd(4619)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:30:57.660
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:30:57.784
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:31:27.685
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:27.685
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:41.868
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5168)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:42.916
    [evmd(5184)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-04 10:39:17.166
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5168)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:43:01.219
    [ohasd(4575)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:43:01.240
    [ohasd(4575)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:43:01.643
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:01.781
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:43:31.680
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:31.680
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:45.864
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5120)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:46.915
    [evmd(5136)]CRS-1401:EVMD started on node amldb01dc.

  • LaCie ext drives not starting up on boot

    I have 4 LaCie drives that do not automatically turn on mount when I power up my tower:
    2TB LaCie BIGGER U2&F4&F8 EXTR 7200RPM 16MB US
    Big Disk
    d2 Hard Drives
    When I have connected my older 17" PowerBook, the drives start up on boot and turn off at shutdown as they should. This action also occurred successfully on my previous G5 tower running Tiger. This is not occurring on my current G5 tower (Mac Pro).
    Both systems are running Leopard, but the 17" PB is NOT the Intel processor like the tower.
    All firmware has been updated on the external drives per LaCie's instructions, and they are now suggesting I turn this issue over to Apple to figure out.
    The drives work fine, and I can turn them on manually when I boot the machine, but I just want my automatic turn on and turn off back.
    Suggestions?

    Ok here's the output after a fresh boot.
    ben@arch-desktop:~$ systemctl status [email protected] -l
    [email protected] - PS3 Media Server
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
    Active: active (running) since Wed 2014-03-05 22:20:11 EST; 1min 8s ago
    Main PID: 601 (java)
    CGroup: /system.slice/system-pms.slice/[email protected]
    └─601 java -Xmx768M -Xss1024k -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -Djna.nosys=true -classpath update.jar:pms.jar net.pms.PMS
    Mar 05 22:20:20 arch-desktop PMS.sh[601]: at java.lang.Thread.run(Thread.java:744) [na:1.7.0_51]
    Mar 05 22:20:21 arch-desktop PMS.sh[601]: ERROR 2014-03-05 22:20:21.264 [UPNPHelper] UPNP network exception
    Mar 05 22:20:21 arch-desktop PMS.sh[601]: java.net.SocketException: No such device
    Mar 05 22:20:21 arch-desktop PMS.sh[601]: at java.net.PlainDatagramSocketImpl.join(Native Method) ~[na:1.7.0_51]
    Mar 05 22:20:21 arch-desktop PMS.sh[601]: at java.net.AbstractPlainDatagramSocketImpl.join(AbstractPlainDatagramSocketImpl.java:178) ~[na:1.7.0_51]
    Mar 05 22:20:21 arch-desktop PMS.sh[601]: at java.net.MulticastSocket.joinGroup(MulticastSocket.java:319) ~[na:1.7.0_51]
    Mar 05 22:20:21 arch-desktop PMS.sh[601]: at net.pms.network.UPNPHelper$2.run(UPNPHelper.java:384) ~[pms.jar:1.90.1]
    Mar 05 22:20:21 arch-desktop PMS.sh[601]: at java.lang.Thread.run(Thread.java:744) [na:1.7.0_51]
    Mar 05 22:21:05 arch-desktop PMS.sh[601]: INFO 2014-03-05 22:21:05.376 [UPNPHelper] No IP filter specified, access granted to /192.168.1.42
    Mar 05 22:21:05 arch-desktop PMS.sh[601]: INFO 2014-03-05 22:21:05.377 [UPNPHelper] Using the following UUID configured in PMS.conf: 6ed45cde-e5fa-4e6b-a419-306a122aba82

  • Systemd: Slim fails to start automatically after boot

    Hi, after some update a couple of weeks ago (I don't remember exactly), slim fails to start after boot. I use systemd and just had enabled the slim.service file that is included in the package. After boot, I can login on the tty and then restart the slim.service, and everything works.
    In the slim.log file it says:
    Fatal server error:
    no screens found
    Giving up.
    slim: unable to connect to X server
    /usr/bin/xauth: file /var/run/slim.auth does not exist
    It seems like slim is started before X, since everything works when I restart the service manually. What is causing this problem and how can I solve it?
    Best regards and thanks,
    Jan Oliver

    oliarch ~ sudo systemd-analyze blame
    2460ms net-auto-wireless.service
    243ms rsyslog.service
    239ms sshd.service
    183ms console-kit-log-system-start.service
    136ms systemd-logind.service
    124ms console-kit-daemon.service
    119ms systemd-udev-trigger.service
    99ms systemd-sysctl.service
    82ms systemd-readahead-replay.service
    80ms systemd-vconsole-setup.service
    63ms systemd-user-sessions.service
    62ms systemd-remount-fs.service
    58ms systemd-readahead-collect.service
    55ms sys-kernel-debug.mount
    43ms dev-sda2.swap
    43ms dev-mqueue.mount
    42ms dev-hugepages.mount
    26ms systemd-tmpfiles-setup.service
    20ms srv.mount
    13ms tmp.mount
    12ms systemd-udev.service
    10ms boot.mount
    9ms home.mount
    oliarch ~ sudo journalctl --no-pager -a | grep slim
    Jun 24 14:25:01 oliarch systemd[1]: slim.service: main process exited, code=exited, status=1
    Jun 24 14:25:01 oliarch systemd[1]: Unit slim.service entered failed state.

  • Error message saying this device cannot be used because Apple mobile device service is not started.  What does this mean and how do I start service....had these devices for over a year now??

    When I tried to sync my iphone 4 and ipad in iturnes, an error message popped up saying this device cannot be used because Apple Mobile Device service is not started!  What does that mean and how do I start service?  I've had these devices for over a year and update and sync regularly and have never seen this message before!

    I got that message yesterday. I'm new at this so don't know if this is the correct solution but it worked for me. I reset my iPod by holding the 2 buttons down until the apple appears AND I restarted my computer. After that everything worked.

  • Error: Could not start Service[keystone]: Execution of '/sbin/service openstack-keystone start' returned 1: Starting keystone: [FAILED]

    I'm using Oracle Linux 6u6. While I'm installing openstack ( 2 node set up) using packstack, I'm getting this error:
    Applying 10.245.33.37_cinder.pp
    10.245.33.37_keystone.pp:                         [ ERROR ]
    Applying Puppet manifests                         [ ERROR ]
    ERROR : Error appeared during Puppet run: 10.245.33.37_keystone.pp
    Error: Could not start Service[keystone]: Execution of '/sbin/service openstack-keystone start' returned 1: Starting keystone: [FAILED]
    You will find full trace in log /var/tmp/packstack/20150327-100335-ltC8Ic/manifests/10.245.33.37_keystone.pp.log
    Please check log file /var/tmp/packstack/20150327-100335-ltC8Ic/openstack-setup.log for more information
    Additional information:
    * A new answerfile was created in: /root/packstack-answers-20150327-100336.txt
    * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
    * Did not create a cinder volume group, one already existed
    * File /root/keystonerc_admin has been created on OpenStack client host 10.245.33.37. To use the command line tools you need to source the file.
    * To access the OpenStack Dashboard browse to http://10.245.33.37/dashboard .
    Please, find your login credentials stored in the keystonerc_admin in your home directory.
    Packages:
    [root@slcai461 ~]# rpm -qa|grep keystone
    python-keystoneclient-0.9.0-5.el6.noarch
    python-keystone-2014.1.3-2.el6.noarch
    openstack-keystone-2014.1.3-2.el6.noarch
    [root@slcai461 ~]# rpm -qa|grep packstack
    openstack-packstack-puppet-2014.1.1-0.12.dev1068.0.4.el6.noarch
    openstack-packstack-2014.1.1-0.12.dev1068.0.4.el6.noarch
    Log :
    [root@slcai461 ~]# cat /var/tmp/packstack/20150327-100335-ltC8Ic/manifests/10.245.33.37_keystone.pp.log
    Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
    Warning: Scope(Class[Keystone]): The sql_connection parameter is deprecated, use database_connection instead.
    Warning: Scope(Class[Keystone]): token_format parameter is deprecated. Use token_provider instead.
    Warning: Scope(Class[Keystone::Endpoint]): The public_address parameter is deprecated, use public_url instead.
    Warning: Scope(Class[Keystone::Endpoint]): The internal_address parameter is deprecated, use internal_url instead.
    Warning: Scope(Class[Keystone::Endpoint]): The admin_address parameter is deprecated, use admin_url instead.
    Warning: Scope(Class[Nova::Keystone::Auth]): The cinder parameter is deprecated and has no effect.
    Notice: Compiled catalog for slcai461.us.oracle.com in environment production in 1.60 seconds
    Warning: The package type's allow_virtual parameter will be changing its default value from false to true in a future release. If you do not want to allow virtual packages, please explicitly set allow_virtual to false.
       (at /usr/lib/ruby/site_ruby/1.8/puppet/type.rb:816:in `set_default')
    Notice: /Stage[main]/Keystone/Keystone_config[DEFAULT/admin_token]/value: value changed '[old secret redacted]' to '[new secret redacted]'
    Notice: /Stage[main]/Keystone/Keystone_config[database/connection]/value: value changed '[old secret redacted]' to '[new secret redacted]'
    Notice: /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]: Triggered 'refresh' from 3 events
    Notice: /Stage[main]/Keystone/Exec[keystone-manage pki_setup]: Triggered 'refresh' from 2 events
    Error: Could not start Service[keystone]: Execution of '/sbin/service openstack-keystone start' returned 1: Starting keystone: [FAILED]
    Wrapped exception:
    Execution of '/sbin/service openstack-keystone start' returned 1: Starting keystone: [FAILED]
    Error: /Stage[main]/Keystone::Service/Service[keystone]/ensure: change from stopped to running failed: Could not start Service[keystone]: Execution of '/sbin/service openstack-keystone start' returned 1: Starting keystone: [FAILED]
    Notice: /Stage[main]/Keystone::Service/Service[keystone]: Triggered 'refresh' from 5 events
    Notice: /Stage[main]/Neutron::Keystone::Auth/Keystone_service[neutron]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Neutron::Keystone::Auth/Keystone_service[neutron]: Skipping because of failed dependencies
    Notice: /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[admin]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[admin]: Skipping because of failed dependencies
    Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_service[nova_ec2]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_service[nova_ec2]: Skipping because of failed dependencies
    Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_service[cinderv2]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_service[cinderv2]: Skipping because of failed dependencies
    Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_service[novav3]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_service[novav3]: Skipping because of failed dependencies
    Notice: /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[services]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[services]: Skipping because of failed dependencies
    Notice: /Stage[main]/Neutron::Keystone::Auth/Keystone_user[neutron]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Neutron::Keystone::Auth/Keystone_user[neutron]: Skipping because of failed dependencies
    Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_user[nova]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_user[nova]: Skipping because of failed dependencies
    Notice: /Stage[main]/Glance::Keystone::Auth/Keystone_user[glance]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Glance::Keystone::Auth/Keystone_user[glance]: Skipping because of failed dependencies
    Notice: /Stage[main]/Keystone::Roles::Admin/Keystone_role[admin]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Keystone::Roles::Admin/Keystone_role[admin]: Skipping because of failed dependencies
    Notice: /Stage[main]/Glance::Keystone::Auth/Keystone_user_role[glance@services]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Glance::Keystone::Auth/Keystone_user_role[glance@services]: Skipping because of failed dependencies
    Notice: /Stage[main]/Keystone::Endpoint/Keystone_service[keystone]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Keystone::Endpoint/Keystone_service[keystone]: Skipping because of failed dependencies
    Error: Could not prefetch keystone_endpoint provider 'keystone': Execution of '/usr/bin/keystone --os-endpoint http://127.0.0.1:35357/v2.0/ endpoint-list' returned 1: An unexpected error prevented the server from fulfilling your request. (HTTP 500)
    Notice: /Stage[main]/Keystone::Endpoint/Keystone_endpoint[RegionOne/keystone]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Keystone::Endpoint/Keystone_endpoint[RegionOne/keystone]: Skipping because of failed dependencies
    Notice: /Stage[main]/Main/Keystone_service[cinder_v2]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Main/Keystone_service[cinder_v2]: Skipping because of failed dependencies
    Notice: /Stage[main]/Main/Keystone_endpoint[RegionOne/cinder_v2]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Main/Keystone_endpoint[RegionOne/cinder_v2]: Skipping because of failed dependencies
    Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_endpoint[RegionOne/novav3]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_endpoint[RegionOne/novav3]: Skipping because of failed dependencies
    Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_service[cinder]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_service[cinder]: Skipping because of failed dependencies
    Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_endpoint[RegionOne/cinder]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_endpoint[RegionOne/cinder]: Skipping because of failed dependencies
    Notice: /Stage[main]/Glance::Keystone::Auth/Keystone_service[glance]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Glance::Keystone::Auth/Keystone_service[glance]: Skipping because of failed dependencies
    Notice: /Stage[main]/Glance::Keystone::Auth/Keystone_endpoint[RegionOne/glance]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Glance::Keystone::Auth/Keystone_endpoint[RegionOne/glance]: Skipping because of failed dependencies
    Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_user_role[nova@services]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_user_role[nova@services]: Skipping because of failed dependencies
    Notice: /Stage[main]/Keystone::Roles::Admin/Keystone_user[admin]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Keystone::Roles::Admin/Keystone_user[admin]: Skipping because of failed dependencies
    Notice: /Stage[main]/Keystone::Roles::Admin/Keystone_user_role[admin@admin]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Keystone::Roles::Admin/Keystone_user_role[admin@admin]: Skipping because of failed dependencies
    Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_user[cinder]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_user[cinder]: Skipping because of failed dependencies
    Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_endpoint[RegionOne/nova_ec2]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_endpoint[RegionOne/nova_ec2]: Skipping because of failed dependencies
    Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_endpoint[RegionOne/cinderv2]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_endpoint[RegionOne/cinderv2]: Skipping because of failed dependencies
    Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_service[nova]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_service[nova]: Skipping because of failed dependencies
    Notice: /Stage[main]/Nova::Keystone::Auth/Keystone_endpoint[RegionOne/nova]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Nova::Keystone::Auth/Keystone_endpoint[RegionOne/nova]: Skipping because of failed dependencies
    Notice: /Stage[main]/Neutron::Keystone::Auth/Keystone_user_role[neutron@services]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Neutron::Keystone::Auth/Keystone_user_role[neutron@services]: Skipping because of failed dependencies
    Notice: /Stage[main]/Neutron::Keystone::Auth/Keystone_endpoint[RegionOne/neutron]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Neutron::Keystone::Auth/Keystone_endpoint[RegionOne/neutron]: Skipping because of failed dependencies
    Notice: /Stage[main]/Cinder::Keystone::Auth/Keystone_user_role[cinder@services]: Dependency Service[keystone] has failures: true
    Warning: /Stage[main]/Cinder::Keystone::Auth/Keystone_user_role[cinder@services]: Skipping because of failed dependencies
    Notice: Finished catalog run in 3.10 seconds
    Please let me know how to fix this.

    This problem connected with proxy-setings.
    As the first steps you should try:
           1.  export system env variable:
    http_proxy=http://www-proxy.ru.oracle.com:80
    https_proxy=https://www-proxy.ru.oracle.com:80
    no_proxy=127.0.0.1,localhost
    and you can also export
        export OS_TENANT_NAME=admin
        export OS_USERNAME=admin
        export OS_PASSWORD=root
        export OS_AUTH_URL=http://<conntroller_IP>:5000/v2.0/
    2. and than restart mysqld, if it is running, stop iptables and repeat installation process from beginning with the currently generated answer file
    if we are exporting variable OS_PASSWORD, its value should be the same as value for CONFIG_KEYSTONE_ADMIN_PW in the currently generated answer file.
    This OS_PASSWORD will be written by packstack in the /root/keystonerc_admin file and will be used as admin's password for login to  Openstack dashboard.

  • I have the same problem, MSVCR80.dll, I uninstalled, but can't "install", get message "Service "Apple Mobile Device" failed to start. Verify that you have sufficient priveges to start services. Nothing works? HELP !!!

    I have the same problem, MSVCR80.dll.  I "uninstalled", but can't "install" , get error message "Service "apple mobile device" failed to start. Verify that you have privleges to start service.  No option works.  HELP !!!! I'm NOT  a computer geek !

    Follow the instructions of tt2 in https://discussions.apple.com/thread/5822086 and note especially to run as admin.

  • Order of starting services in Hyperion System 9 release 9.3.1

    Hi,
    How important is the order of starting services in 9.3.1. ?
    I mean does this needs to be done manually every time or does Hyperion takes care of this automatically (including dependencies), if I set this to "automatic" in the services panel?
    If not how to set up dependencies among services in the "services" panel of windows?
    Or Is there any script provided for the sequential start of services?
    cheers
    H

    Hi,
    You can go any way either make all services startup type Automatic
    or(manually) start it sequential or use script to start
    but in production Environment I suggest you to make a script to startup and shutdown the hyperion services.
    Start order Your Database must be running
    Hyperion S9 OpenLDAP
    Hyperion S9 Shared Services
    Hyperion S9 BI+ 9.3 Core Services
    Hyperion Essbase Administration Service (if essbase is installed)
    Hyperion Interactive Reporting Service
    Hyperion Workspace Application Server
    Hyperion WebAnalysis Application Server
    Hyperion Financial Reporting Services
    Hyperion Financial Reporting Application Server
    Hope this will help
    Thanks
    Dhanjit G.

  • OS error in starting service OracleMTSRecoveryService

    I am facing the Following Problem when Installing Oracle 11g Release2 database at Microsoft Window 32-bidt
    OS error in starting service OracleMTSRecoveryService
    Note: Once I have already ionstalled this database on same machine and after that I deleted it from my D drive manually by stopping this services. Now after some data I am againg installing it ; but there is this error.
    Please help me how to solve this problem.
    Thanks in Advance.
    Yassen

    'OS error' is not so convincing, check the eventlog for the reason behind. Possibly you don't need this service,if you don't use MTS:
    ORACLEMTSRecoveryService allows Oracle databases to be used as resource managers in Microsoft Transaction Server.
    So the quick and dirty workaround deactivate the service.
    Werner

  • ERROR WHILE STARTING SERVICE AT ENTERPRISE MANAGEMENT IN OBIEE11G

    Hi,
    I am facing error while uploading RPD in to Enterprise Management.
    When starting Services iam able to start all except "BISERVICES". It is showing 80% success and 20% failed.
    By seeing the error iam able to find it is problem with server.
    Can any help in this regard.
    Below is the error iam facing.
    Message ID     EM-02694
    Message Level     1
    dcid     63595f90fef1a08d:515de89f:1345a56bb43:-8000-00000000000014af
    Relationship ID     1:19282
    Argument 1     BI_INSTANCE:coreapplication;FAILED_TO_START;Error in starting one or more components of BI Instance; Please check the server log files for detailed message.
    Component     AdminServer
    Module     oracle.sysman.emai.view.bi.impl.ProgressDialogHelper
    Host     test.transsys.com
    Host IP Address     192.168.1.5
    User     weblogic
    Thread ID     Thread-1915
    ECID     0000JI2wDyvFg4WFLzuHOA1Ew3RC000104
    Message     Supplementary information regarding operation: BI_INSTANCE:coreapplication;FAILED_TO_START;Error in starting one or more components of BI Instance; Please check the server log files for detailed message.

    Hi ,
    THANKS FOR UR RESPONSE
    Iam not able to stat r stop the services( IAM NEW TO OBIEE11G)
    Iam getting following error
    RCV: Permission denied
    Communication error with the OPMN server local port.
    Check the OPMN log files
    /software/Middleware/Oracle_BI1/opmn/bin/opmn: unexpected exit: code 512
    opmnctl start: opmn failed to start.
    this is what my opmn log file shows
    [2011-12-28T11:56:16][opmn][NOTIFICATION:1][90][OPMN]ONS server initiated
    [2011-12-28T11:56:16][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: /software/Middleware/instances/instance1/config/OPMN/opmn/states
    [2011-12-28T11:56:16][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2011-12-28T11:56:16][opmn][ERROR:1][17][OPMN][code:ons-listener]127.0.0.1,9502: BIND (Address already in use)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • OS error in starting service in OracleMTSRecoveryService

    While Im installing Oracle DB 11g r 2, i've got an error message "OS error in starting service in OracleMTSRecoveryService ".
    Eventhough i retried it, i've got the same error. What is the solution? Can I continue the installation ignoring the error?
    Im a newbie into oracle.. Experts please help me..

    Hi;
    While Im installing Oracle DB 11g r 2, i've got an error message "OS error in starting service in OracleMTSRecoveryService ".
    Eventhough i retried it, i've got the same error. What is the solution? Can I continue the installation ignoring the error?
    Im a newbie into oracle.. Experts please help me..1. What is OS version
    2. What is exact db version(4 digit)
    Regard
    Helios

Maybe you are looking for