Unity Connection 9 Failover Not Working

Just built 2 Unity Connection 9 in Pub/Sub configuration.  Call Manager version is still 8.
Call Manager configuration:
1 line group, 1 hunt list, and 1 hunt pilot
1 voicemail pilot and 1 voicemail profile
64 voicemail ports (32 ports per Unity Connection server) (all ports are registered)
Unity Connection configuration:
1 publisher and 1 subscriber
1 phone system
1 port group (64 port count, 32 for publisher and 32 for subscriber)
Cluster configuration is set to change status when publisher fails
Publisher takes calls without a problem.  But when publisher stops taking calls, subscriber does not take the calls (busy signal).
To test if the issue might be on the call manager, I changed all port settings in Unity to point to the subscriber.  Subscriber take the calls.
I changed 2 ports to point only to publisher, publisher takes the calls.  But when publisher stops taking calls, subscriber does not take the calls (busy signal).
It seems like I cannot split the ports to both servers.  Am I missing something?
Has anyone encountered this issue?  Any info is appreciated.
Thank you!

Problem solved! 
In Call Manager, I created a second line group for the subscriber ports.  Added the second line group to the hunt list.  Set the LG for the subscriber in the hunt list as first and publisher as second.  This way, all calls will go to the subscriber server first.  
In Unity Connection, I created a second port group then added the ports and made sure they are registered in CM.
Tested failover by stopping taking calls on each server and it works!

Similar Messages

  • CUCI-Lync 9.2 with CUCM 8.6 - Cisco Unity Connection Visual Voicemail Not Working

    Hi
    I have CUCM and CUC 8.6.2 running and MOC with CUCI-Lync 8.5 (with visual Voicemail) running OK with full registry configuration (see below). We are moving to Lync 2013 and want to use CUCI-Lync 9.2.
    A basic install of CUCI-Lync 9.2 works fine with CUCM (with manual setup of TFTP, CCMIP and CTI) but not with CUC. I can only call the VM Pilot but I don't get my visual voicemail.  In the CUCI-Lync  parameters I type in my CUC server IP adress and credentials but get a message saying that it can't connect.
    As the config guide describes a config with CUCM 9 (with UC services) which I don't have in V8.6.  I've tried using the old registry configuration or no registry configuration at all, I can't get CUCI-Lync to connect to CUC...
    Has anyone done this ? Any suggestions ?
    OLD REG Configuration:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Cisco Systems, Inc.\Unified Communications\CUCIMOC]
    "RememberMe"=dword:00000001
    "AutoLogin"=dword:00000001
    [HKEY_CURRENT_USER\Software\Cisco Systems, Inc.\Client Services Framework\AdminData]
    "TftpServer1"="1.1.1.1"
    "TftpServer2"="2.2.2.2"
    "TftpServer3"=""
    "UseCUCMGroupForCti"="1"
    "CcmcipServer1"="1.1.1.1"
    "CcmcipServer2"="2.2.2.2"
    "CcmcipServerValidation"="0"
    "CsfStatsServer"=""
    "CsfStatsCollectionEnabled"=""
    "EnableNativeDirectoryProvider"="1"
    "VoicemailPilotNumber"="12345"
    "VoiceMailService_UseCredentialsFrom"="PHONE"
    "VVM_SystemServer_0"="3.3.3.3"
    "VVM_SystemServer_1"="4.4.4.4"
    "VVM_SystemServer_VmwsProtocol_0"="HTTP"
    "VVM_SystemServer_VmwsProtocol_1"="HTTP"
    "VVM_SystemServer_VmwsPort_0"="80"
    "VVM_SystemServer_VmwsPort_1"="80"
    "VVM_Mailstore_Server_0"="3.3.3.3"
    "VVM_Mailstore_Server_1"="4.4.4.4"
    "VVM_Mailstore_ImapProtocol_0"=""
    "VVM_Mailstore_ImapProtocol_1"=""
    "VVM_Mailstore_ImapPort_0"="143"
    "VVM_Mailstore_ImapPort_1"="143"
    "VVM_Mailstore_InboxFolderName"=""
    "VVM_Mailstore_EncryptedConnection"=""
    "VVM_Mailstore_PollingInterval"=""
    "AutomaticDeviceSelectionMode"="0"
    "SSO_Enabled_CUCM"="false"
    "DeviceProviderServer1"="1.1.1.1"
    "DeviceProviderServer2"="2.2.2.2"
    "DeviceProviderServerValidation"="0"
    "DeviceProviderType"="CCMIP"

    The UC Services are a CUCM 9.0 feature. In 8.x these existed within CUPS under Applications > CUPC/Jabber > CTI Gateway and Profile. Other things that frequently cause this to break: 1) deskphone not associated to your end user object; 2) primary extension not set; 3) standard cti enabled and standard ccm end users group membership missing; 4) the IP/FQDN of the CTI Gateway is not a CUCM node running CTI Manager.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    what email service - Yahoo mail have been acting up lately
    you can try setting Mail as your email client - it resolves this pfoblem for some people
    LN

  • Wifi connection with 4s not working after installing new software ios6

    wifi connection with 4s not working after installing ios 6.

    Go to Settings > WiFi > Select your network and hit the right arrow to "Forget Network"
    Then go to Settings > General > Reset Network Settings  and try connecting again when the phone restarts.

  • IPhone 4s bluetooth connects but does not work handsfree

    My iPhone 4s bluetooth connects but does not work handsfree.  Has worked fine with My iPhone 3s.  The Light on my VW turns green indicating a connect, but the phone does not work through the VWs audio.

    Fixed by power cycling the iPhone

  • Failover not working while connecting to Oracle 11g database

    Hi,
    We have a J2EE application that connects to Oracle 11g database.
    The connection URL we are using is as below
    jdbc:oracle:thin:@(DESCRIPTION =(SDU=32768)(ADDRESS=(PROTOCOL=TCP)(HOST=abc.hostname.com)(PORT=1525))(ADDRESS=(PROTOCOL=TCP)(HOST= xyz.hostname.com)(PORT=1525))(CONNECT_DATA=(SERVICE_NAME=PQR)))
    The issue that we are facing is, the database failover is not working.The application only connects to the first host in the TNS entry.Evertime there is a failure in the connection to the first host,manual steps are required to swap the hosts.
    This started happening after we upgraded Oracle DB from 9i to 11g.
    We are using the client jar of 9i to connect to 11g. Could this be causing the problem?
    Thanks In Advance.
    -Tara

    889517 wrote:
    Yes, you are right. Nothing else was updated.
    The application still works as expected except the failover.If you are correct then I seriously doubt it has anything to do with java. It would be something to do with Oracle and/or network infrastructure.
    If not then it is some small problem with the driver. You can try updating the driver but I wouldn't expect a fix.

  • Unity Connection 8.6 not able to forward from extension (dial out)

    Dear all,
    I'm having a problem at a customer where i'm not able to forward calls externally from the Unity (that's a wish too).
    Basically here is the request for which I'm having an issue:
    - I'm making a menu with a number XXX (CTI Port) with a System Call Handler
    - Under that menu i've 3 choices which points to 3 internal numbers (YY1, YY2, YY3) (CTI Ports).
    - All the CTI Ports are forwarded to international numbers which are the final destination
    So the flow is the following:
    NOT Working
    - XXX --> Choice 1 --> YY1 --> Forwaded all to 000countrycode
    Working
    - XXX --> Choice 1 --> YY1 --> Forwarded all to 444 (internal number)
    The strange thing is that I tested everything when I was on site by calling internally XXX from an internal number and it was able to forward all my call to the international number ...
    If anyone have a clue about what I can do, I'll appreciate a lot ...
    Thanks in advance
    C.

    Hi Taranjit,
    The rules are not made to enable unity to dial out, my goal was to permit only internal calls, but in this specific case, the internal number, is a CTI Port forwarded all to the external international number...
    I tried the Unity connection system handler from a internal phone and it was working perfectly, but not if the call is coming from outside apparently.
    Kind regards
    Christophe

  • Cisco Unity Connection 8.6 not getting CLID information from CUCM 8.6

    Hello,
    Currently Running:
    Cisco Unified Communications Manager 8.6.2
    Cisco Unity Connection 8.6.2
    Problem:
    when any outside caller leaves a voicemail, the caller number information is not being sent to unity.
    example, I call with my cell phone, 817.555.1234 to my Cisco 7940 phone and it shows the CLID information that i am calling with. iDivert to voice mail, Leave a message. Playback message and just the default message information from Cisco Unity.
    we currently upgraded from CUCM 6.1.3 and Unity 5. before i could press 9 and get the caller information.
    I have viewed the "Playback Message Settings" and selected "After Playing Each Message, Play" and selected Sender's Information. and also selected "Include Extension and Sender's ANI"
    upon playing the VoiceMail after the message i get the default message "From Cisco Unity Connection Messaging System"
    I also have the message relaying to my E-mail and I get the same in the subject line.
    "Message from Cisco Unity Connection Messaging System (Unknown extension)"
    This tends to be a big deal with the Sales team as customers will call and say "Call me back"
    But any Internal Calls show the correct information, proper greeting, extension information even on the relay to e-mail.
    Any help will be appreciated.
    Thanks
    Tim

    Found another post that referenced Cisco Bug ID CSCti37610.
    CUC plays message is from Unity Connection Messaging system
    Symptom:Before message playback, Unity Connection plays the message is from Unity Connection Messaging System instead sender's ANI
    Conditions:Problem was observed on Unity Connection cluster and appropriate services are not rebooted after changing the SMTP domain name
    Workaround:
    Restart the Unity Connection servers
    It should have been fixed in 8.5 but we did change the SMTP domain name on 8.6 and now see the problem. Will schedule a reboot and see if the issue goes away.

  • SAP ECC 6.0 SR3 Cluster failover not working in AIX with DB2 UDB V9.1 FP6

    Hi Gurus,
    We have installed the SAP ECC 6.0 SR3 High Availability  with DB2 UDB V9.1 FP6 in AIX cluster environment.
    After installation we are doing the cluster fail test.
    Node A
    Application Server
    Mount Points:
    /sapmnt/<SID>
    /usr/sap/<SID>
    /usr/sap/trans
    Node B
    Database Server
    Mount Points:
    /db2//<SID>
    The procedure followed to do the cluster failover:
    We have down the cluster on Node A and all the resources of the Node A has been moved to Node B.
    On Node B when we issued a command to start the SAP. It says u201Cno start profiles foundu201D
    WE have down the cluster on Node B and  moved the Resource from Node B to Node A .  There the db2 User IDu2019s are not available. We have crated the user Idu2019s manually on Node A. however it did not work.
    Please suggest the procedure to start the sap in cluster failover.
    Best Regards
    Sija

    Hi Sija,
    Can i have detailed scenario in your cluster configuration.
    Means you are saying that going to start cluster package manually, if it is right please make sure that you had the same copy of start, instance profiles of NodeA to Node B. Means you need to maintain two startup, two instance profiles for both nodes. In a normal situation it will picik the profile of node A to start databse from A node. But in a failover situation it will not pick node A profile to start, it should pick Node B s profiles.
    Just make a copy from node A and change the profile name accordingly to Node b. Then try to restart.
    Regards
    Nick Loy

  • IPod connection to car not working?!

    My iPod Nano (not sure if it's 4th Gen or not... not sure how to tell sorry) will not work with my car stereo anymore Up to a few days ago we hooked it up to our Honda (has a USB port in the arm rest) and it played through the car stereo. Today we went to use it and it recognizes the iPod, shows the song name on the stereo display but no sound comes out (the volume is up). We tried my nephews iPod and it works with sound, we tried connecting the earbuds to my iPod and there is music... so I'm stuck now because the cord works with another iPod and the headphones work on mine... any suggestions/ideas/help? Am I just not thinking of something? We're travelling so this is important lol
    TIA,
    Sarah

    Hi there, have you guys gotten your problem solved yet?
    If not try to reset your ipod. you can reset it by holding the centre and menu button at the same time until the screen displays an aple logo. try that and see if that fixes your problem.
    oh by the way to tell if your ipod nano is 4th gen it will look like one of these from the following webpage:
    http://www.apple.com/ipodnano/
    Peace!

  • 5800 Connection Manager is not working correctly

    I have my preferred connections setup with my home WLAN as priority, then my cell phone provider (ATT) as the last priority. The connection manager switches from my WLAN to ATT everytime I go out of range of my WLAN fully automatically. So that part is working as designed.
    The problem is when I get back to my home WLAN the connection manager doesn't automatically drop the EDGE or 3G connection and connect to my WLAN.
    To make things worse, even if I kill the EDGE or 3G connection manually, it may or may not pick up my WLAN and start using it.
    Then, if I can get the WLAN to connect, the connection manager will insist on connecting to the EDGE/3G connection and disconnecting the WLAN.
    This is crazy behavior. I've been pretty happy with the phone's stability over my old N78, but I hope to Zeus that a Firmware upgrade will be release that fixes this bug. It drives me nuts.
    So far the only way I can get the connection manager to resume it's expected behavior is to power off the phone and pull the battery. Then it will behave for a few days before becoming schizophrenic.
    If you have any tips on how to correct this behavior, I'd appreciate hearing it.
    cheers,
    mikehd
    5800XM NE
    F/W 40.2.005
    Solved!
    Go to Solution.

    mikehd wrote:
    The problem is when I get back to my home WLAN the connection manager doesn't automatically drop the EDGE or 3G connection and connect to my WLAN.
    Then, if I can get the WLAN to connect, the connection manager will insist on connecting to the EDGE/3G connection and disconnecting the WLAN.
    This is crazy behavior. I've been pretty happy with the phone's stability over my old N78, but I hope to Zeus that a Firmware upgrade will be release that fixes this bug. It drives me nuts.
    So far the only way I can get the connection manager to resume it's expected behavior is to power off the phone and pull the battery. Then it will behave for a few days before becoming schizophrenic.
    First, you may get much better response if you post in the appropriate forum.  in you case, "Connectivity."
    Dropping an active connection & switching to another connection is probably not designed behavior.  So in your case if the 3G connection is active, I can understand why it is not switching to WLAN.  I can also see why it might be a "nice-to-have" feature, but in some cases dropping an active connection may cause problems with applications that are using it, so you may end up with more problems if the connection kept changing (maybe).
    Firmware upgrade will not change as-designed behavior, but what you're describing sounds like there's some application which is configured to use either "default" or the 3G connection.  What I would do is look through all applications that are using the net and check the connection settings in each one and make sure it's set to use "Internet"
    Another thing you can do is set the AT&T connection to "always ask" mode so that it doesn't get used without you clicking OK.
    Lumia 920, Lumia 800
    Nokia N8-00 (NAM, Product Code: 059C8T6), Symbian Belle, Type RM-596, 111.030.0609
    Nokia 5800 XpressMusic (NAM, Product Code: 0577454) Software v51.2.007, Type RM-428

  • Connection pooling does not work Oracle Objects! Oracle please respond!

    The problem is that when we retrieve Oracle Objects using pooled connection (closing logical connection at the end of every call)it takes 6-8 times longer than in case we share the same physical connection for all database calls. Parts of our application which do not utilize Oracle Objects (just old good relational data) works just fine with pooled connections - no performance degradation
    This is my reconstruction of f the what is happening behind the seen, so some parts can be not entirely correct.
    OracleConnection class caches StructDescriptor objects in descriptorCache hash table. StructDescriptor objects map content of oracle STRUCTs which are retrieved through the connection onto oracle type names. For example if you retrieve an instance of HR.EMPLOYEE_T oracle object from database some metadata will be retrieved and stored as an entry in descriptorCache cache table associated with "HR.EMPLOYEE_T" key to assist CustomDatum interface. It is a time consuming process and caching of this metadata improves it dramatically.
    Now when using pooled connection descriptorCache gets cleared when you close your logical connection (java.sql.Connection) so next time you get a connection from your pooled connection it will have to repopulate the cache which as I said is very time consuming. As a result even though we can reuse our physical connection by using pooled connection whole setup does not work - fetching metadata takes a long time and we cant use Oracle objects in EJB environment (or Servlet environment)
    Alex Roytman
    Peace Technology, Inc.
    (301) 206-9696
    null

    check out managed datasources in the manuals

  • Had to reset router, wired connection fine wireless not working even w/out security

    hi, after that freakin blackout that made my internet stop workin, i did a complete reset to my router, and reconfigured it all over again, now i can connect to the internet if im wired to it but if im wireless i cant (tried with other laptops, xbox and it wouldnt work) i even left the wireless without security but its the same, when i click on connect to my network, it hangs forever "connecting" and in the end it remains unconnected... BTW i have a button in wireless settings "Status SES Inactive" which in the first firmware version it wasnt there, and i dont know what its for and if i should use it (what is "SES"? its not in the help manual)

    hi..
                                hmmm.....i hope i cn help u im not so sure if it will work but then try to do so....
                               access the set-up page...try 192.168.1.1 or if it will not prompt for  a username and a password just in case that u r n a dsl connection use this 192.168.2.1...launch internet explorer and type 192.168.2.1 on the address bar u shud be promted with a username and password
    leave the usrname blank and passwrd is "admin" if ever admin password will not work try to type in any password tht u can possibly use and after that u must be able to access the router's set-up page....
    on the router's set-up page
    click on wireless tab
    change the ssid or network name to ur preferred network name like ur name or ur lastname...
    after that click save settings and it will tell u if saving the settings is succesful.....
    after that click again on wireless tab and click the wireless security tab
    and then change the security mode to WPA personal or if ever u can't see the WPA personal click on WPA pre-shared key and type on the wpa pre-shared key box the network key for ur router it is like a password for ur network.....type in at least 8 characters....
    and click save settings.....
    and then close that window and try on ur wireless computer to view avaliable network and then refresh network list and look for ur network name and hit connect there the comp will ask for a network key type in there ur network key....
    take care...
    i'm not sure if it cn help u but just try to do so...

  • Sqlplus can connect but can not work!

    I have finished an installing of an Oracle10R2 on the OEL5.0 system. All run well except that the sqlplus can not work.I install it once more, but the results are same. What is the problem?
    [oracle@localhost database]$ sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri May 30 15:10:58 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initorcl.ora'
    SQL>
    Message was edited by:
    frank.qian

    [root@localhost admin]# whoami
    root
    [root@localhost admin]# set | grep -i ora
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    LOGNAME=oracle
    MAIL=/var/spool/mail/oracle
    OLDPWD=//u01/app/oracle/product/10.2.0/db_1/dbs
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    ORACLE_SID=orcl
    PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin:/u01/app/oracle/product/10.2.0/db_1/bin
    PWD=//u01/app/oracle/product/10.2.0/db_1/network/admin
    USER=oracle
    USERNAME=oracle
    [root@localhost admin]# la -l $ORACLE_HOME/bin/oracle
    bash: la: command not found
    [root@localhost admin]# ls -l $ORACLE_HOME/bin/oracle
    -rwsr-s--x 1 oracle oinstall 93362188 May 30 14:56 /u01/app/oracle/product/10.2.0/db_1/bin/oracle
    [root@localhost admin]# cat $ORACLE_HOME/network/admin/listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    [root@localhost admin]# cat $ORACLE_HOME/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl2)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    [root@localhost admin]# ls -l $ORACLE_HOME/dbs
    total 20784
    -rw-r----- 1 oracle oinstall 168 May 29 10:10 alert_orcl.log
    -rw-r----- 1 oracle oinstall 1544 May 29 21:27 hc_orcl0.dat
    -rw-r----- 1 oracle oinstall 1544 May 30 08:31 hc_orcl1.dat
    -rw-r----- 1 oracle oinstall 1544 May 30 14:58 hc_orcl2.dat
    -rw-r----- 1 oracle oinstall 1544 May 27 12:49 hc_orcl.dat
    -rw-r----- 1 oracle oinstall 12920 May 3 2001 initdw.ora
    -rw-r----- 1 oracle oinstall 8385 Sep 11 1998 init.ora
    -rw-r----- 1 oracle oinstall 24 May 30 15:00 lkORCL2
    -rw-r----- 1 oracle oinstall 1536 May 30 15:04 orapworcl2
    -rw-r----- 1 oracle oinstall 7061504 May 29 22:24 snapcf_orcl0.f
    -rw-r----- 1 oracle oinstall 7061504 May 30 10:52 snapcf_orcl1.f
    -rw-r----- 1 oracle oinstall 7061504 May 30 18:56 snapcf_orcl2.f
    -rw-r----- 1 oracle oinstall 2560 May 30 16:29 spfileorcl2.ora
    [root@localhost admin]# ps -ef | grep lsnr
    oracle 8371 1 0 14:58 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr LISTENER -inherit
    root 18146 5097 0 20:58 pts/2 00:00:00 grep lsnr
    [root@localhost admin]# ps -ef | grep lsnr
    oracle 8371 1 0 14:58 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr LISTENER -inherit
    root 18146 5097 0 20:58 pts/2 00:00:00 grep lsnr
    [root@localhost admin]# ps -ef | grep ora
    root 2581 2560 0 14:15 ? 00:00:00 hald-addon-storage: polling /dev/hda
    oracle 3542 3485 0 14:17 ? 00:00:00 /usr/bin/gnome-session
    oracle 3605 3542 0 14:17 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /etc/X11/xinit/Xclients
    oracle 3608 1 0 14:17 ? 00:00:00 /usr/bin/dbus-launch --exit-with-session /etc/X11/xinit/Xclients
    oracle 3609 1 0 14:17 ? 00:00:00 /bin/dbus-daemon fork print-pid 4 print-address 6 session
    oracle 3615 1 0 14:17 ? 00:00:00 /usr/libexec/gconfd-2 11
    oracle 3618 1 0 14:17 ? 00:00:00 /usr/bin/gnome-keyring-daemon
    oracle 3620 1 0 14:17 ? 00:00:01 /usr/libexec/gnome-settings-daemon
    oracle 3635 1 0 14:17 ? 00:00:14 metacity --sm-client-id=default1
    oracle 3639 1 0 14:17 ? 00:00:02 gnome-panel --sm-client-id default2
    oracle 3641 1 0 14:17 ? 00:00:01 nautilus no-default-window sm-client-id default3
    oracle 3645 1 0 14:17 ? 00:00:00 /usr/libexec/gnome-vfs-daemon
    oracle 3649 1 0 14:17 ? 00:00:00 /usr/libexec/bonobo-activation-server ac-activate ior-output-fd=17
    oracle 3652 1 0 14:17 ? 00:00:00 eggcups --sm-client-id default4
    oracle 3655 1 0 14:17 ? 00:00:00 gnome-volume-manager --sm-client-id default5
    oracle 3660 1 0 14:17 ? 00:00:00 bt-applet --sm-disable
    oracle 3675 1 0 14:17 ? 00:00:00 /usr/bin/python -tt /usr/bin/puplet
    oracle 3677 1 0 14:17 ? 00:00:00 /usr/libexec/gam_server
    oracle 3684 1 0 14:17 ? 00:00:00 ./escd key_Inserted="/usr/bin/esc" on_Signal="/usr/bin/esc"
    oracle 3687 1 0 14:17 ? 00:00:00 /usr/libexec/trashapplet oaf-activate-iid=OAFIID:GNOME_Panel_TrashApplet_Factory oaf-ior-fd=19
    oracle 3689 1 0 14:17 ? 00:00:06 /usr/libexec/wnck-applet oaf-activate-iid=OAFIID:GNOME_Wncklet_Factory oaf-ior-fd=25
    oracle 3693 1 0 14:17 ? 00:00:00 /usr/libexec/mapping-daemon
    oracle 3695 1 0 14:17 ? 00:00:00 nm-applet --sm-disable
    oracle 3703 1 0 14:18 ? 00:00:00 pam-panel-icon --sm-client-id default0
    oracle 3708 1 0 14:18 ? 00:00:01 gnome-power-manager
    oracle 3712 1 0 14:18 ? 00:00:00 /usr/libexec/mixer_applet2 oaf-activate-iid=OAFIID:GNOME_MixerApplet_Factory oaf-ior-fd=23
    oracle 3718 1 0 14:18 ? 00:00:01 /usr/bin/python -E /usr/bin/sealert -s
    oracle 3728 1 0 14:18 ? 00:00:00 /usr/libexec/notification-area-applet oaf-activate-iid=OAFIID:GNOME_NotificationAreaApplet_Factory oaf-ior-fd=24
    oracle 3730 1 0 14:18 ? 00:00:00 /usr/libexec/clock-applet oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory oaf-ior-fd=28
    oracle 3766 1 0 14:18 ? 00:00:03 gnome-screensaver
    oracle 3828 1 0 14:26 ? 00:00:09 gnome-terminal
    oracle 3831 3828 0 14:26 ? 00:00:00 gnome-pty-helper
    oracle 3832 3828 0 14:26 pts/1 00:00:00 bash
    oracle 5067 3828 0 14:43 pts/2 00:00:00 bash
    oracle 8371 1 0 14:58 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr LISTENER -inherit
    oracle 9663 1 0 15:04 pts/1 00:00:00 /u01/app/oracle/product/10.2.0/db_1/perl/bin/perl /u01/app/oracle/product/10.2.0/db_1/bin/emwd.pl dbconsole /u01/app/oracle/product/10.2.0/db_1/localhost.localdomain_orcl2/sysman/log/emdb.nohup
    oracle 10827 9663 0 15:06 pts/1 00:00:12 /u01/app/oracle/product/10.2.0/db_1/bin/emagent
    oracle 11211 1 0 15:07 pts/1 00:00:11 /u01/app/oracle/product/10.2.0/db_1/jdk/bin/java -Djava.awt.headless=true -Doracle.oc4j.localhome=/u01/app/oracle/product/10.2.0/db_1/sqlplus -Djava.security.properties=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/config/jazn.security.props -jar /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/oc4j.jar -config /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/isqlplus/config/server.xml
    oracle 11427 1 0 15:10 ? 00:00:00 /bin/sh /usr/lib/firefox-1.5.0.9/firefox
    oracle 11450 11427 0 15:10 ? 00:00:00 /bin/sh /usr/lib/firefox-1.5.0.9/run-mozilla.sh /usr/lib/firefox-1.5.0.9/firefox-bin
    oracle 11455 11450 2 15:10 ? 00:10:14 /usr/lib/firefox-1.5.0.9/firefox-bin
    oracle 12851 1 0 15:29 ? 00:00:00 ora_pmon_orcl2
    oracle 12853 1 0 15:29 ? 00:00:00 ora_psp0_orcl2
    oracle 12855 1 0 15:29 ? 00:00:00 ora_mman_orcl2
    oracle 12857 1 0 15:29 ? 00:00:00 ora_dbw0_orcl2
    oracle 12859 1 0 15:29 ? 00:00:02 ora_lgwr_orcl2
    oracle 12861 1 0 15:29 ? 00:00:00 ora_ckpt_orcl2
    oracle 12863 1 0 15:29 ? 00:00:06 ora_smon_orcl2
    oracle 12865 1 0 15:29 ? 00:00:00 ora_reco_orcl2
    oracle 12867 1 0 15:29 ? 00:00:00 ora_cjq0_orcl2
    oracle 12869 1 0 15:29 ? 00:00:02 ora_mmon_orcl2
    oracle 12871 1 0 15:29 ? 00:00:00 ora_mmnl_orcl2
    oracle 12873 1 0 15:29 ? 00:00:00 ora_d000_orcl2
    oracle 12876 1 0 15:29 ? 00:00:00 ora_s000_orcl2
    oracle 12884 1 0 15:29 ? 00:00:00 ora_rvwr_orcl2
    oracle 12886 1 0 15:29 ? 00:00:00 ora_arc0_orcl2
    oracle 12888 1 0 15:29 ? 00:00:00 ora_arc1_orcl2
    oracle 12895 1 0 15:29 ? 00:00:00 ora_qmnc_orcl2
    oracle 12966 1 0 15:29 ? 00:00:10 oracleorcl2 (LOCAL=NO)
    oracle 12975 1 0 15:29 ? 00:00:02 oracleorcl2 (LOCAL=NO)
    oracle 12978 1 0 15:29 ? 00:00:00 ora_q000_orcl2
    oracle 12982 1 0 15:29 ? 00:00:00 ora_q002_orcl2
    oracle 12989 9663 2 15:29 pts/1 00:08:04 /u01/app/oracle/product/10.2.0/db_1/jdk/bin/java -server -Xmx256M -XX:MaxPermSize=96m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -DORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1 -Doracle.home=/u01/app/oracle/product/10.2.0/db_1/oc4j -Doracle.oc4j.localhome=/u01/app/oracle/product/10.2.0/db_1/localhost.localdomain_orcl2/sysman -DEMSTATE=/u01/app/oracle/product/10.2.0/db_1/localhost.localdomain_orcl2 -Doracle.j2ee.dont.use.memory.archive=true -Djava.protocol.handler.pkgs=HTTPClient -Doracle.security.jazn.config=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain_orcl2/config/jazn.xml -Djava.security.policy=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain_orcl2/config/java2.policy -Djava.security.properties=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/config/jazn.security.props -DEMDROOT=/u01/app/oracle/product/10.2.0/db_1/localhost.localdomain_orcl2 -Dsysman.md5password=true -Drepapi.oracle.home=/u01/app/oracle/product/10.2.0/db_1 -Ddisable.checkForUpdate=true -Djava.awt.headless=true -jar /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/oc4j.jar -config /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain_orcl2/config/server.xml
    oracle 13020 1 0 15:30 ? 00:00:01 oracleorcl2 (LOCAL=NO)
    oracle 13028 1 0 15:30 ? 00:00:01 oracleorcl2 (LOCAL=NO)
    oracle 13031 1 0 15:30 ? 00:00:09 oracleorcl2 (LOCAL=NO)
    oracle 13148 1 0 15:32 ? 00:00:10 oracleorcl2 (LOCAL=NO)
    oracle 16447 3832 0 18:50 pts/1 00:00:00 sqlplus
    oracle 16448 16447 0 18:50 ? 00:00:00 oracleorcl2 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle 18165 1 14 21:00 ? 00:00:00 ora_j000_orcl2
    root 18167 5097 0 21:00 pts/2 00:00:00 grep ora
    [root@localhost admin]# tail /u01/app/oracle/admin/orcl/bdump/alert.log
    tail: cannot open `/u01/app/oracle/admin/orcl/bdump/alert.log' for reading: No such file or directory
    [root@localhost admin]# tail /u01/app/oracle/admin/orcl2/bdump/alert.log
    tail: cannot open `/u01/app/oracle/admin/orcl2/bdump/alert.log' for reading: No such file or directory

  • Windows 8.1 Remote Desktop Not Connecting - "Credentials Did Not Work"

    Hi,
    I am having trouble connecting remotely to my work's servers.  It was previously working fine, but today I upgraded to Windows 8.1 and now I'm getting an error.  It says my credentials do not work.  Now, my username and password are both still
    valid, as they were used to log in from another computer.  I initially thought it was that the firewall was preventing me from connecting, but I enabled the Remote Desktop app and it still does not work.
    I'm kind of at a loss on where to go from here so any help would be appreciated.

    Hi,
    Please try the method below to fix this problem for test.
    Open Group Policy, then navigate to
    Local Computer Policy\Computer Configuration\Administrative Templates\System\Credentials Delegation\
    Open Setting Allow Delegating Saved Credentials with NTLM-only Server Authentication, set it to
    Enabled click on button Show... and in Show Contents
    window add Value TERMSRV/terminal.server.com. Close all windows by pressing
    OK.
    In the end, Open cmd and enter gpupdate
    command to update your policy.
    Roger Lu
    TechNet Community Support

Maybe you are looking for

  • Bootcamp drivers Windows 7 (64 bit)

    I had my mac replaced because of a screen defect... for some reason after installing windows 7 back on it I cant seem to get the boocamp drivers to work properly. The closest I got was having my keyboard lit all the time but no buttons were working..

  • Relinking timeline clips to browser

    I am working on a pretty long project in which in noticed recently the timeline clips are not connected to the ones in the browser. Meaning, when I try to reveal master clip, FCP asks if Id like to add it to the browser, even though the clip is in it

  • Apple 24 display as an extra display

    I have an Imac - late 2006 - and want an extra display connected - Does any user of this forum know if I can use Apple's late 24 display. I think of the graphic card or the power of this display can work together with my Imac. thanks in advance for a

  • Lost purchased itunes music

    my computer went down and i took it to a store to have it repaired, he restored just the my documents and it looks like I lost all my purchased itunes music as the "purchased music" folder is empty. I had several thousand songs that I had bought when

  • Toggle layout in the virtual console

    How can I set a keyboard shortcut to change a layout from one to another in the virtual console?