Monitor RAC (nodeapps, scan, etc)

Hi,
We have recently set up a 11g RAC environment but we could not find any way of monitoring the nodeapps, scan vips, crs in Grid Control 11g. We get notify if an instance or listener is down but if a CRS or VIP is down or relocated, is there a way of getting alert messages from Grid Control?
Thanks.

Yes ... you can achieve that ..
First you need to configure the cluster using below link :
http://download.oracle.com/docs/cd/E11857_01/install.111/e16847/addnl_tasks.htm#BEIFDCGJ
http://download.oracle.com/docs/cd/E11857_01/em.111/e16285/rac_cluster.htm#CCHIACIH
Regards
Rajesh

Similar Messages

  • TNS-12520 when connecting via TCPS on 11gR2 RAC with SCAN Listener

    I am struck trying to implement TCPS on our Oracle RAC SCAN Listener.  I have added to our Oracle 12c systems, but not on a RAC with SCAN.
    I created a wallet and certificate on one of the nodes, and copied it to the node and created auto login on each node.  I exported the trust.jks and identity.jks, and loaded them in my test java program as the trust store and key stores.  I have added the wallet location to the listener tns and sql  ora files.
    When attempting a TCPS connection, the ssl handshake succeed, but the client reports error:
    ORA-12520, TNS:listener could not find available handler for requested type of server
    The nodes scan listener log reports the TNS error, listener_scan1/alert/log.xml, when the connection is using TCPS on port 2484:
    <msg time='2015-04-29T14:06:20.629-04:00' org_id='oracle' comp_id='tnslsnr'  type='UNKNOWN' level='16' host_id='dublr059vm.dub.usoh.ibm.com'  host_addr='9.55.59.45'>
    <txt>29-APR-2015 14:06:20 * (CONNECT_DATA=(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=tcarlson))
    (SERVER=DEDICATED)(SERVICE_NAME=DUB11RAC)) * (ADDRESS=(PROTOCOL=tcps)(HOST=9.55.61.122)(PORT=46635)) *
    establish * DUB11RAC * 12520
    </txt>
    </msg>
    <msg time='2015-04-29T14:06:20.629-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='dublr059vm.dub.usoh.ibm.com'
    host_addr='9.55.59.45'>
    <txt>TNS-12520: TNS:listener could not find available handler for requested type of server
    </txt>
    </msg>
    A connection using TCP completes without error:
    <msg time='2015-04-29T14:42:02.588-04:00' org_id='oracle' comp_id='tnslsnr' type='UNKNOWN' level='16' host_id='dublr059vm.dub.usoh.ibm.com'  host_addr='9.55.59.45'>
    <txt>29-APR-2015 14:42:02 * (CONNECT_DATA=(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=tcarlson))
    (SERVER=DEDICATED)(SERVICE_NAME=DUB11RAC)) * (ADDRESS=(PROTOCOL=tcp)(HOST=9.55.61.122)(PORT=41950)) *
    establish * DUB11RAC * 0
    </txt>
    </msg>
    The scan listener is configured for TCP on 1521 and TCPS on 2484
    [oracle@dublr059vm ~]$ srvctl status scan_listener
    SCAN Listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node dublr060vm
    [oracle@dublr059vm ~]$ srvctl config scan_listener
    SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521/TCPS:2484
    The service, dub11rac is ready on both instances.
    [oracle@dublr060vm ~]$ lsnrctl stat LISTENER_SCAN1
    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 30-APR-2015 11:45:18
    Copyright (c) 1991, 2013, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))
    STATUS of the LISTENER
    Alias                     LISTENER_SCAN1
    Version                   TNSLSNR for Linux: Version 11.2.0.4.0 - Production
    Start Date                30-APR-2015 11:43:24
    Uptime                    0 days 0 hr. 1 min. 53 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File         /u01/app/11.2.0/grid/log/diag/tnslsnr/dublr060vm/listener_scan1/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=9.55.59.47)(PORT=2484)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=9.55.59.47)(PORT=1521)))
    Services Summary...
    Service "dub11rac" has 2 instance(s).
      Instance "dub11rac1", status READY, has 1 handler(s) for this service...
      Instance "dub11rac2", status READY, has 1 handler(s) for this service...
    Service "dub11racXDB" has 2 instance(s).
      Instance "dub11rac1", status READY, has 1 handler(s) for this service...
      Instance "dub11rac2", status READY, has 1 handler(s) for this service...
    The command completed successfully

    Hi hitgon,
    Thanks first.
    The commands output are as the following:
    Command: srvctl status listener
    Output:
    # Listener LISTENER is enabled
    # Listener LISTENER is running on node(s): rac1,rac2
    Command: srvctl status scan_listener
    Output:
    # SCAN Listener LISTENER_SCAN1 is enabled
    # SCAN listener LISTENER_SCAN1 is running on node rac2
    # TNSNAMES.ORA
    RAC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac-scan)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = rac.localdomain)
    Command: sqlplus username/passwd@rac-scan:1521/rac.localdomain
    Output:
    # ERROR:
    # ORA-12520: TNS:listener could not find available handler for requested type of server
    # Enter user-name:
    By the way, rac-scan is the host where the SCAN listener is running and rac.localdomain is the service name. I've also tried the following commands
    with the same error output:
    sqlplus username/passwd@RAC
    At last, i think the output of "lsnrctl status LISTENER_SCAN1" might help:
    Service "rac.localdomain" has 2 instance(s).
    Instance "rac1", status READY, has 1 handler(s) for this service...
    Instance "rac2", status READY, has 1 handler(s) for this service...
    Service "racXDB.localdomain" has 2 instance(s).
    Instance "rac1", status READY, has 1 handler(s) for this service...
    Instance "rac2", status READY, has 1 handler(s) for this service...

  • How to monitor RAC services and nodeapps in Grid Control

    Hi,
    I have created a number of RAC service names such as GL on a 2-node RAC and would like to use Grid control 10.2.0.2 to monitor the availability of those services and nodeapps. I was not able to find anything in Grid Control that would allow me to configure that. What are being monitored now are the listeners, database instances and nodes. Would it be possible to monitor more than just the RAC listeners, instances and nodes?
    thanks.

    I don&acute;t think that there is an out-of-the-box metric. However, CRS monitors your services and Grid Control monitors CRS errors. If you need more granular monitoring, I have 2 suggestions:
    1) user callouts:
    [http://download.oracle.com/docs/cd/B28359_01/rac.111/b28254/hafeats.htm#RACAD7133]
    2) extending oracle enterprise manager
    I have written a paper on how to extend oem at [http://www.ora-solutions.net/web/papers/]
    "Extending Oracle Enterprise Manager to collect HP-UX glance data"
    You can follow the instructions to build a new target type called "RAC_SERVICE" and add your serivces as targets, e.g. S_BATCH, S_ONLINE, S_HR.
    Best regards,
    Martin Decker
    www.ora-solutions.net
    Edited by: mdecker on Jan 2, 2009 10:57 AM
    Edited by: mdecker on Jan 2, 2009 10:59 AM

  • Best Practice for monitoring RAC 11gR2

    Hi,
    I have RAC 11gR2+ASM on two nodes.
    I would like to get your advice what are the most critical things i should monitor - Regarding RAC COMPONENCTS
    Thanks

    Hi,
    here i am mentioning some basic monitoring
    1)interconnect switch is working properly or not(private network)
    2) check which instances are running on which nodes
    3) check if ASM,listeners,nodeapps,gsd,vip..... are running or not.
    Each instance carrying planned load (balanced?).
    – Shared storage access is equal.
    – Interconnect Load
    -Latency
    – High CPU usage - Oracle processes getting enough resources.?
    Thanks

  • LR /Epson 3880 Color Profile / Monitor Calibration / Printer Calibration etc - X-Rite  Color Munki

    Looking for opinions on the X-rite product colormunki or spyder etc. to calibrate my monitors with the Epson 3880.  My preview screen for printing in LR 5.7.1 looks VERY grainy (at times) and often the printer does not produce accurate color renditions of the monitor screen.  Do folks have an opinion on this or a path they followed to produce the best prints having post processed in both Lightroom and Photoshop?

    Excellent.  Thank you.  I did not realize that you were working with two sets of profiles, one for the monitor to ensure correct color/brightness etc that best duplicates what you will receive from the printer, and a second color profile that adjusts the printers interpretation of the print colors for the type of medium (paper, e.g., gloss, hot press, etc) that you are using to produce the product.  This now makes sense to me.  Therefore, if I am using the correct color management profile in the color management section of the LR print module, e.g. let's say an Epson Hot press paper, if my printed product does not render the colors in the same manner as I viewed them on the monitor, my next step would be to calibrate my monitors using a X-rite device or Spyder etc. 
    Going back to the X-rite Colormunki verses for example a spyder of x-rite i1Display Pro, I assume that the colormunki is able to create a profile for both a monitor as well as the paper you are using. The Colormunki is twice the price of the i1Display Pro.  (I guess it scans the paper).   Unless you are using a non-standard paper from a manufacturer that HAS NOT created a profile which you can download, you do not need a Colormunki and the i1Display Pro (or Spyder) to calibrate the monitor is all that is necessary.
    Finally, your point about ensuring you do not "double" manage the color profile in the software (LR or PS) and the printer driver software is very helpful.  The Epson 3880 printer driver allows you to turn off the color management by the printer but you also can set an input profile, printer profile, and a host of other settings etc depending on your production objective.  You were correct in that, in some cases,I was double managing the color, hence, my product was much more accurate when I choose one or the other.
    Thanks again for being so clear and taking the time to respond in detail.  Much appreciated.

  • RAC 11g SCAN and DNS

    Hi,
    Do I need to consider and resgister SCAN with DNS or just use SCAN as VIP before I install RAC 11G R2 ?

    Hi,
    In case you decide to use the Grid Naming Service (GNS),the GNS daemon will allocate three IP addresses from the range of addresses offered by the DHCP server. The IP addresses are Address records in DNS that resolve to the SCAN name in a round robin fashion
    In /etc/hosts on each node of the cluster – a single IP for the whole cluster. Helps bypass the OUI installer limitation of DNS defined SCAN.
    see this links
    http://download.oracle.com/docs/cd/E11882_01/install.112/e17212/prelinux.htm#BABEHBAA
    http://gjilevski.wordpress.com/2010/09/03/dns-configuration-for-oracle-11gr2-scan-listeners/

  • Oracle RAC nodeapp 启动报错-vip:IP:192.168.2.200 is already up in the network

    Linux redhat 5 Oracle RAC 10.2.0.5环境
    启动nodeapp报错如下:
    [oracle@rac1 ~]$ srvctl start nodeapps -n rac1
    CRS-0210: Could not find resource ora.rac1.gsd.
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)
    crsd.log部分日志如下:
    2012-11-21 20:10:16.831: [  CRSRES][2717907856]0startRunnable: setting CLI values
    2012-11-21 20:10:16.967: [  CRSRES][2717907856]0Attempting to start `ora.rac1.vip` on member `rac1`
    2012-11-21 20:10:44.246: [  CRSAPP][2717907856]0StartResource error for ora.rac1.vip error code = 1
    2012-11-21 20:10:47.007: [  CRSRES][2717907856]0Start of `ora.rac1.vip` on member `rac1` failed.
    2012-11-21 20:10:47.529: [  CRSRES][2717907856]0Attempting to start `ora.rac1.vip` on member `rac2`
    2012-11-21 20:11:18.649: [  CRSRES][2717907856]0Start of `ora.rac1.vip` on member `rac2` failed.
    2012-11-21 20:11:18.897: [  CRSRES][2717907856]0CRS-1006: No more members to consider
    2012-11-21 20:11:20.986: [  CRSRES][2717907856]0startRunnable: setting CLI values
    2012-11-21 20:11:21.190: [  CRSRES][2717907856]0Attempting to start `ora.rac1.vip` on member `rac1`
    2012-11-21 20:11:48.846: [  CRSAPP][2717907856]0StartResource error for ora.rac1.vip error code = 1
    2012-11-21 20:11:51.203: [  CRSRES][2717907856]0Start of `ora.rac1.vip` on member `rac1` failed.
    2012-11-21 20:11:51.492: [  CRSRES][2717907856]0rac2 : CRS-1019: Resource ora.rac1.LISTENER_RAC1.lsnr (application) cannot run on rac2
    请问如何进一步排查“rac1:ora.rac1.vip:IP:192.168.2.200 is already up in the network (host=rac1)”问题?感谢

    ping信息:
    [oracle@rac1 ~]$ ping 192.168.2.200
    PING 192.168.2.200 (192.168.2.200) 56(84) bytes of data.
    64 bytes from 192.168.2.200: icmp_seq=1 ttl=64 time=0.043 ms
    64 bytes from 192.168.2.200: icmp_seq=2 ttl=64 time=0.126 ms
    64 bytes from 192.168.2.200: icmp_seq=3 ttl=64 time=0.059 ms
    64 bytes from 192.168.2.200: icmp_seq=4 ttl=64 time=0.158 ms
    64 bytes from 192.168.2.200: icmp_seq=5 ttl=64 time=0.643 ms
    64 bytes from 192.168.2.200: icmp_seq=6 ttl=64 time=0.034 ms
    64 bytes from 192.168.2.200: icmp_seq=7 ttl=64 time=0.046 ms
    64 bytes from 192.168.2.200: icmp_seq=8 ttl=64 time=0.043 ms
    64 bytes from 192.168.2.200: icmp_seq=9 ttl=64 time=0.048 ms
    64 bytes from 192.168.2.200: icmp_seq=10 ttl=64 time=0.031 ms
    telnet信息
    [oracle@rac1 ~]$ telnet 192.168.2.200
    Trying 192.168.2.200...
    Connected to 192.168.2.200.
    Escape character is '^]'.
    Red Hat Enterprise Linux Server release 5 (Tikanga)
    Kernel 2.6.18-8.el5xen on an i686
    login:
    ssh信息:
    [oracle@rac1 ~]$ ssh 192.168.2.200
    Last login: Sun Nov 18 13:37:10 2012 from rac2-vip
    ifconfig -a信息:
    [root@rac1 ~]# ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:0C:29:B6:CE:6B
    inet addr:192.168.2.100 Bcast:192.168.2.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:feb6:ce6b/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:142396 errors:0 dropped:0 overruns:0 frame:0
    TX packets:172561 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:41403126 (39.4 MiB) TX bytes:96009307 (91.5 MiB)
    Interrupt:18 Base address:0x1480
    eth1 Link encap:Ethernet HWaddr 00:0C:29:B6:CE:75
    inet addr:192.168.2.200 Bcast:192.168.2.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:feb6:ce75/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:14082 errors:0 dropped:0 overruns:0 frame:0
    TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:9789756 (9.3 MiB) TX bytes:1434 (1.4 KiB)
    Interrupt:19 Base address:0x1800
    eth2 Link encap:Ethernet HWaddr 00:0C:29:B6:CE:7F
    inet addr:192.168.3.100 Bcast:192.168.3.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:feb6:ce7f/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:12665 errors:0 dropped:0 overruns:0 frame:0
    TX packets:32728 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:6590271 (6.2 MiB) TX bytes:28437643 (27.1 MiB)
    Interrupt:16 Base address:0x1880
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:30893 errors:0 dropped:0 overruns:0 frame:0
    TX packets:30893 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:9402131 (8.9 MiB) TX bytes:9402131 (8.9 MiB)
    sit0 Link encap:IPv6-in-IPv4
    NOARP MTU:1480 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

  • Externally Monitoring RAC

    Hello,
    I'm curious as to how some folks monitor their RAC clusters with 3rd party application?. I'm concerned about the VIP mostly and to ensure DB connectivity.
    VIP doesn't bind PORT on other nodes, When I down node 1
    This is the problem I' running into with my VIP tests. When I sat back and thought about it, I'm sure RAC is doing this as designed.
    Recently we had a problem were a NODE was doing a call trace for ever. All processes were halted. the VIP was ping able. Port was open, and connections could be made, however the listeners could not respond. This in fact caused an outage with a 3 node cluster due to the fact that the VIP was mostly available from a TCP point of view.
    My tests will use this to connect:
    (DESCRIPTION =(LOAD_BALANCE=on)(FAILOVER=on)(ADDRESS = (PROTOCOL = TCP)(HOST = VIP1)(PORT = 1525))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = DEVN.domain.com)(FAILOVER_MODE=(TYPE=SELECT)(METHOD=BASIC)(RETRIES=12)(DELAY=5))))
    Changing the ADDRESS for each VIP in the cluster. This ensures we test each vip individually every time and we can use the service_name. In theory, if the failed over VIP on another node was listening on the correct port, we would see the VIP up and responding to queries, even tho another server was down.
    In my recent problem, Oracle Grid control FAILED to realize anything was down as well.
    My next plan was to figure out a monitor that would do the DB query, if the DB query failed due to VIP fail over, ensure that we get a "connection refused" and it's ping able and still call it "good".
    Any other suggestions?

    user9932993 wrote:
    (DESCRIPTION =(LOAD_BALANCE=on)(FAILOVER=on)(ADDRESS = (PROTOCOL = TCP)(HOST = VIP1)(PORT = 1525))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = DEVN.domain.com)(FAILOVER_MODE=(TYPE=SELECT)(METHOD=BASIC)(RETRIES=12)(DELAY=5))))
    In theory, if the failed over VIP on another node was listening on the correct port, we would see the VIP up and responding to queries, even tho another server was down. As far as I am aware, you will not be able to connect to the database in the explained config above because there won't be a listener process running on this IP address. If the VIP fails over to another node, only the VIP will be failed over, not the listener, unless you configure a package in Clusterware that the listener should also fail over. In the given scenario you should not be able to connect if the VIP has failed over to another node (again, as far as I am aware).
    Or do you mean "replying to pings" in stead of "responding to queries"?
    Arnoud Roth

  • How to Monitor RAC "Health" and how to Administer

    Now, we are using the RAC that we have setup... i am managing now 11.2.0.3 RAC on windows and 10.2.0.5 RAC on OEL...
    Can I ask, what are the things that needs to be checked in these setup...like what are the logs that I need to check.. how do i monitor well the Clusters...
    its like what are the things that I have to constantly monitor in RAC..sort of RAC "health" monitoring....
    thanks!

    Hi
    There are lots of options...
    Enterprise Manager Database Control/Enterprise Manager Grid Control
    CRSCTL Utility Reference
    http://docs.oracle.com/cd/E11882_01/rac.112/e16794/crsref.htm
    Database Health Reports
    AWR
    ADDM
    ASH
    Logs
    AlertLogs/ClusterLogs
    Cheers

  • Monitoring RAC services in Windows

    I have a 2 node RAC database installed on Win 2003. I've had the Database service go down a few times kind of "magically". I'm looking into the kind of magic that caused this (suspect it was a storage issue), but in the mean-time I need to send out an alert to someone if this goes down. Does anyone have a good way/tool to monitor OS services and send out an e-mail when one goes down?

    Aren't you using grid control?
    http://download.oracle.com/docs/cd/B19306_01/server.102/b25159/monitor.htm#i1006661

  • RAC and SCAN and TNS

    Hi
    suppose that I have got a RAC (Oracle 11gR2) environment and my SCAN IPs are
    172.21.28.115
    172.21.28.116
    172.21.28.117
    I can define TNS name like this
    RAC=(DESCRIPTION =
                (ADDRESS=(PROTOCOL=TCP)(HOST=scan)(PORT=1521))
                 (CONNECT_DATA=
                    (SERVICE=DEDICATED)
                    (SERVICE_NAME=rac.com)
    )Consider that I don't want use DNS in client side ,_But my RAC servers have a DNS for SCAN_
    for example my application server can't use DNS
    Now can I substitute the IPs with scan like follow example ?
    RAC=(DESCRIPTION =
                (LOAD_BALANCE=YES)
                (ADDRESS=(PROTOCOL=TCP)(HOST=172.21.28.115)(PORT=1521))
                 (ADDRESS=(PROTOCOL=TCP)(HOST=172.21.28.116)(PORT=1521))
                 (ADDRESS=(PROTOCOL=TCP)(HOST=172.21.28.117)(PORT=1521))
                 (CONNECT_DATA=
                    (SERVICE=DEDICATED)
                    (SERVICE_NAME=rac.com)
    )Do I miss any thing if I don't use DNS in Clients?
    thanks

    Consider that I don't want use DNS in client side ,But my RAC servers have a DNS for SCANyou can still use VIP to make connectivity even you've configured SCAN.
    entry would be same as we were using in 10g.
    DB =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = tcp)(HOST = ****)(PORT = 1521))
          (ADDRESS = (PROTOCOL = tcp)(HOST = ****)(PORT = 1521))
          (LOAD_BALANCE = yes)
        (CONNECT_DATA =
          (SERVICE_NAME = DB)
          (FAILOVER_MODE =
            (TYPE = select)
            (METHOD = basic)
            (RETRIES = 20)
            (DELAY = 3)
      )

  • What is the best program or way to check an image on monitor screen (contrast/color etc)

    Hi,
    In ACR I adjust the image so that it looks OK for me.
    But there are a little differences in ACR and PS viewing the image (color, contrast etc).
    In programs like windows foto-viewer there is an other difference (relative to ACR and PS) >> images have more contrast and darker  than viewing in PS.
    An other program Irfanview shows the image with less color (saturisation).
    I have made a test print (in a photo centre), that image results in something between Irfanview and PS.
    Question:
    What is the best program or way to adjust the color / contrast etc so that I get an photo-image (on paper) that is the same as what I see on mij monitor screen.

    THANKS! STATION_TWO for the "over-correct-answer" you give................
    If I'm honest, the answer of Richard was for me enough to realize where I made a "wrong inference" in understanding color management.
    He is for me the best teacher in this case, I've learned something from him because he's talking on my level.
    By the way: the english language is not my native language... so my questions should have to be read with understanding of grammatical expressions from other languages >> ("The color management is know by me…").
    Again: Richard, in this case, read my question properly and has helped me on my way.

  • How to connect to Oracle RAC via SCAN

    I just finished Oracle RAC install but I cannot connect via the SCAN name from a remote client - only via the VIP:
    $ sqlplus system/[email protected]:1521/racdb.development.info
    SQL*Plus: Release 11.2.0.3.0 Production on Fri May 25 15:14:13 2012
    Copyright (c) 1982, 2011, Oracle. All rights reserved.
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    This is Oracle 11r2 on Unbreakable Linux 6.2. The sqlplus above is from Instant Client 11.2. Further info is:
    $ ./srvctl status scan
    SCAN VIP scan1 is enabled
    SCAN VIP scan1 is running on node racnode1
    SCAN VIP scan2 is enabled
    SCAN VIP scan2 is running on node racnode2
    SCAN VIP scan3 is enabled
    SCAN VIP scan3 is running on node racnode2
    ./srvctl status scan_listener
    SCAN Listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node racnode1
    $ nslookup rac-scan
    Server:          172.20.0.15
    Address:     172.20.0.15#53
    Name:     rac-scan.xxx.local
    Address: 172.20.0.213
    Name:     rac-scan.xxx.local
    Address: 172.20.0.214
    Name:     rac-scan.xxx.local
    Address: 172.20.0.210
    on racnode1:
    $ /sbin/ifconfig
    eth0 Link encap:Ethernet HWaddr 00:1A:A0:96:A6:B2
    inet addr:172.20.0.221 Bcast:172.20.0.255 Mask:255.255.255.0 <--- public ip
    inet6 addr: fe80::21a:a0ff:fe96:a6b2/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:9458999 errors:0 dropped:0 overruns:0 frame:0
    TX packets:14852588 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:4001261935 (3.7 GiB) TX bytes:1196090235 (1.1 GiB)
    Interrupt:20 Memory:fdfc0000-fdfe0000
    eth0:1 Link encap:Ethernet HWaddr 00:1A:A0:96:A6:B2
    inet addr:172.20.0.212 Bcast:172.20.0.255 Mask:255.255.255.0 <---- VIP
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:20 Memory:fdfc0000-fdfe0000
    eth0:2 Link encap:Ethernet HWaddr 00:1A:A0:96:A6:B2
    inet addr:172.20.0.214 Bcast:172.20.0.255 Mask:255.255.255.0 <---- one of the SCAN ips
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:20 Memory:fdfc0000-fdfe0000
    eth1 Link encap:Ethernet HWaddr 90:E2:BA:0F:F9:8F
    inet addr:10.0.0.2 Bcast:10.0.0.255 Mask:255.255.255.0 <---- private interconnect
    inet6 addr: fe80::92e2:baff:fe0f:f98f/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:26461881 errors:4 dropped:0 overruns:0 frame:2
    TX packets:33628826 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:4053295644 (3.7 GiB) TX bytes:695537051 (663.3 MiB)
    on racnode2
    eth0 Link encap:Ethernet HWaddr 00:1A:A0:96:A4:5B
    inet addr:172.20.0.174 Bcast:172.20.0.255 Mask:255.255.255.0 <--- public IP
    inet6 addr: fe80::21a:a0ff:fe96:a45b/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:3233473 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1766459 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:41109717 (39.2 MiB) TX bytes:179509273 (171.1 MiB)
    Interrupt:20 Memory:fdfc0000-fdfe0000
    eth0:1 Link encap:Ethernet HWaddr 00:1A:A0:96:A4:5B
    inet addr:172.20.0.211 Bcast:172.20.0.255 Mask:255.255.255.0 <--- VIP
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:20 Memory:fdfc0000-fdfe0000
    eth0:2 Link encap:Ethernet HWaddr 00:1A:A0:96:A4:5B
    inet addr:172.20.0.210 Bcast:172.20.0.255 Mask:255.255.255.0 <--- another SCAN IP
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:20 Memory:fdfc0000-fdfe0000
    eth0:3 Link encap:Ethernet HWaddr 00:1A:A0:96:A4:5B
    inet addr:172.20.0.213 Bcast:172.20.0.255 Mask:255.255.255.0 <--- another SCAN IP
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:20 Memory:fdfc0000-fdfe0000
    $ ./lsnrctl status LISTENER_SCAN1
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 25-MAY-2012 15:12:35
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))
    STATUS of the LISTENER
    Alias LISTENER_SCAN1
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 25-MAY-2012 14:28:11
    Uptime 0 days 0 hr. 44 min. 23 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/oracle/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /home/oracle/app/oracle/diag/tnslsnr/racnode1/listener_scan1/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.20.0.214)(PORT=1521)))
    Services Summary...
    Service "racdb.development.info" has 2 instance(s).
    Instance "racdb1", status READY, has 1 handler(s) for this service...
    Instance "racdb2", status READY, has 1 handler(s) for this service...
    Service "racdbXDB.development.info" has 2 instance(s).
    Instance "racdb1", status READY, has 1 handler(s) for this service...
    Instance "racdb2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Any ideas?

    How does SCAN work?
    “When a client submits a request, the SCAN listener listening on a SCAN IP address and the SCAN port is contracted on a client’s behalf. Because all services on the cluster are registered with the SCAN listener, the SCAN listener replies with the address of the local listener (Using SCAN the connection is initiated using the SCANIP, but is established using the VIP) on the least-loaded node (Each scan listener keeps updated cluster load statistics) where the service is currently being offered. Finally, the client establishes connection to the service through the listener using VIP on the node where service is offered.All of these actions take place transparently to the client without any explicit configuration required in the client.”
    So, to SCAN Works you must aware:
    Server (cluster)
    -The service must be registered on Local/Scan ListenerI believe I've done this now but see below.
    Database (rac)
    -You must use remote_listener parameterThe remote listener parameter I have is:
    SQL> show parameter remote listener
    NAME                    TYPE     VALUE
    remote_dependencies_mode     string     TIMESTAMP
    remote_listener           string     rac-scan:1521
    remote_login_passwordfile     string     EXCLUSIVE
    remote_os_authent          boolean     FALSE
    remote_os_roles           boolean     FALSE
    result_cache_remote_expiration     integer     0
    Cient
    -Must resolve all SCAN Names and VIP Names (check with nslookup)I'd made a mistake there. My VIP names were not available from DNS.
    -Must access port of Listener
    Try it:
    http://levipereira.wordpress.com/2011/05/03/configuring-client-to-use-scan-11-2-0/
    Thanks, that document was useful however I don't think I've got it completely right as yet as I have no listener_scan2.
    $ olsnodes -i -s -n
    racnode1     1     racnode1-vip     Active
    racnode2     2     racnode2-vip     Active
    srvctl config vip -n racnode1
    VIP exists.:racnode1
    VIP exists.: /racnode1-vip/172.20.0.212/255.255.255.0/eth0
    srvctl config vip -n racnode2
    VIP exists.:racnode2
    VIP exists.: /racnode2-vip/172.20.0.211/255.255.255.0/eth0
    srvctl config scan
    SCAN name: rac-scan.xxx.local, Network: 1/172.20.0.0/255.255.255.0/eth0
    SCAN VIP name: scan1, IP: /172.20.0.214/172.20.0.214
    SCAN VIP name: scan2, IP: /rac-scan.xxx.local/172.20.0.210
    SCAN VIP name: scan3, IP: /172.20.0.213/172.20.0.213
    SQL> select INST_ID, NAME, VALUE
    2 from gv$parameter
    3 where name like '%_listener%';
    INST_ID
    NAME
    VALUE
         1
    local_listener
    (address=(protocol=tcp)(port=1521)(host=racnode1-vip.xxx.local))
         1
    remote_listener
    rac-scan:1521
    INST_ID
    NAME
    VALUE
         2
    local_listener
    (address=(protocol=tcp)(port=1521)(host=racnode1-vip.xxx.local))
         2
    remote_listener
    INST_ID
    NAME
    VALUE
    rac-scan:1521
    racnode1
    $ lsnrctl service listener_scan1
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 28-MAY-2012 13:36:10
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))
    Services Summary...
    Service "racdb.development.info" has 2 instance(s).
    Instance "racdb1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    REMOTE SERVER
    (address=(protocol=tcp)(port=1521)(host=racnode1-vip.xxx.local))
    Instance "racdb2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    REMOTE SERVER
    (address=(protocol=tcp)(port=1521)(host=racnode2-vip.xxx.local))
    Service "racdbXDB.development.info" has 2 instance(s).
    Instance "racdb1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: racnode1.xxx.local, pid: 3651>
    (ADDRESS=(PROTOCOL=tcp)(HOST=racnode1.xxx.local)(PORT=62553))
    Instance "racdb2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: racnode2.xxx.local, pid: 6501>
    (ADDRESS=(PROTOCOL=tcp)(HOST=racnode2.xxx.local)(PORT=10619))
    The command completed successfully
    $ lsnrctl service
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 28-MAY-2012 13:38:02
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "racdb.development.info" has 1 instance(s).
    Instance "racdb1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "racdbXDB.development.info" has 1 instance(s).
    Instance "racdb1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: racnode1.xxx.local, pid: 3651>
    (ADDRESS=(PROTOCOL=tcp)(HOST=racnode1.xxx.local)(PORT=62553))
    The command completed successfully
    racnode2
    lsnrctl service listener_scan2
    none of listener_scan1, 2 or 3 say anything other than TNS-01101: Could not find service name listener_scanN
    lsnrctl service
    $ lsnrctl service
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 28-MAY-2012 13:19:50
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "racdb.development.info" has 1 instance(s).
    Instance "racdb2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:14 refused:0 state:ready
    LOCAL SERVER
    Service "racdbXDB.development.info" has 1 instance(s).
    Instance "racdb2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: racnode2.xxx.local, pid: 6501>
    (ADDRESS=(PROTOCOL=tcp)(HOST=racnode2.xxx.local)(PORT=10619))
    The command completed successfully
    UPDATE:
    $ srvctl config scan_listener
    SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521
    There is a period of time when I shutdown one node where I cannot connect and get "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor"
    Edited by: MartinJEvans on May 28, 2012 2:02 PM

  • Script fro monitoring RAC services when they failover or relocate to other

    when SERVICE relocate/failover to NODE1? how to catch this.? Do we have any monitoring for Services and where they are running?

    Hi,
    yes the Event Monitor of the clusterware will notify this.
    And you can react on these information (on the server) with the help of a FAN Callout:
    http://docs.oracle.com/cd/E11882_01/rac.112/e16795/hafeats.htm#RACAD7133
    You even could react on client side. In this case you would use ONS (Oracle Notification Service).
    http://www.oracle.com/technetwork/products/clustering/overview/awm11gr2-130711.pdf
    Regards
    Sebastian

  • My HP Printer Laserjet M1217 won't print, scan etc...using my new HP ENVY 700 W8.1??

    I downloaded the HP PRINT and SCAN DOCTOR 4.4
       SELECT SOURCE---------------SCAN
    hp laserjet m1210-Device manager, Device status, Windows (wia) Scan-all OK, stalls at HP TWAIN SCAN
    wia-hp laserjetpro*--------If I selected I can continue-HP TWAIN SCAN, HP SCAN, LASERJET SERVICE
                     SELECT
                    CANCEL                             Doing the above I get a PRINT OK
                                                                A scan ??????
    Thank you

    Hi @twonsy, 
    I see by your post that you are unable to scan, when running the Print and Scan Doctor, you got a error on the Twain.
    I can help you with this.
    I have provided some steps to setup Admin rights on a new user account, check the Services and to install the printer again.
    Please follow these steps:
    Create a new profile with Administrator Rights. Create a user account .
    On the Windows 8, hold down the Windows Logo key on the keyboard and the 'R' to open the run box.
    Check the Windows Image Acquisition Services:
    On the Windows 8, hold down the Windows Logo key on the keyboard and the 'R' to open the run box.
    Type in services.msc and click on OK.
    In the Window, please right click on Windows Image Acquisition Service and then click on Properties.
    In the Properties window, please click on Dependencies window and check the dependencies.
    It should be “Remote Procedure Call” and “Shell Hardware Detection”. If you find anything else, please advise.
    Close the Properties window.
    In the main Services window, in the list make sure Windows Image Acquisition Service shows 'Started' in the Status column and 'Automatic' for the Startup Type. If the option to stop is available, click stop and then click start.
    In the main Services window, in the list make sure that Remote Procedure Call (RPC) shows as 'Started' in the Status column and 'Automatic' for the Startup Type.
    In the main Services window, in the list make Shell Hardware Detection services shows as 'Started' in the Status column and 'Automatic' for the Startup Type.
    If the other two in the services are not started, please restart these services and then restart the Windows Image Acquisition service. Just right click and select start on each one.
    Temporarilty turn off the Antivirus software and the Real Time scanning through the Antivirus software, since it may stop the services.
    When you run the installation, right click on it and Run as Administrator.
    Please let me know the results.
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

Maybe you are looking for

  • Photoshop elements editor Could not complete your request because fo a program error

    I am running PSE 8.0. On some of my photos I cannot save the image. Even if I do no editing on the photo and just do a "save as" in a completely different folder I get the error message Could not complete your request because of a program error. I ha

  • Broadcast keeps stopping...

    We are streaming a live event with two bitrates and the stream keeps stopping.  Can anyone shed some light on this problem?  I haven't been able to find anything that causes this.  Thanks for any help that you can provide.  Here is the log file: Mon

  • 30EA3: F3 (find next) not working in PL/SQL editor

    F3 (find next) appears not to be working in PL/SQL editor - works in worksheet, though.

  • GLOBAL AD POSTING JOB

    GLOBAL AD POSTING JOB Join the real Ad Posting Program. get paid $2 per ad. Post as many Ads you can. Call at +91-79-26826451. http://www.ongoingprofit.com/idevaffiliate/idevaffiliate.php?id=1918

  • Alternate Object Styles?

    I have a document that requires the background colour changes per text frame. I was thinking an alternating object style would work best. But I can't figure out how to do it. I cannot use tables for this project! The layout is generally like this. Th