How to check constantly vCenter logon session?

I need a reliable way to check to see if my vCenter session is active. I am aware of the $global: DefaultVIServer.IsConnected, but no one knows how many times which is updated from $true to $false if vCenter fails? I performed a test fast and connected to a vCenter, valid IsConnected = $true, stopped the vCenter services and it took several minutes before he ever upgrade IsConnected = $false. I even ran a few basic cmds (Get - VM, Get-Cluster, etc.) trying to see if that would update IsConnected = $false, but I had no luck.

I have a very long interview script that runs throughout the night and I need to be able to check the status of my session of vCenter repeatedly during the maintenance script. My first thoughts were to build a function around the State of IsConnected, but based on my tests and the time it took to update, I'm not sure this is the correct path.

Does anyone have a better suggestion on checking the status of my session of vCenter or know a way to force IsConnected to update immediately after the session of vCenter is killed?

This will tell you if the session is connected or disconnected.

$si = get-view ServiceInstance

$sessMgr is get-view-Id $si. Content.SessionManager

{while ($true)}

{if($sessMgr.CurrentSession)}

Write-Output "$(Get-Date-Format ' hh) connected Session.

}

else {}

Write-Output "$(Get-Date-Format ' hh) disconnected Session.

}

sleep 1

$sessMgr.UpdateViewData ('CurrentSession')

}

Tags: VMware

Similar Questions

  • How to check the Session Variables using the analytical web dashboard

    This is my first post. Easy points to the first right answer... If I can figure out how to give points.

    Problem: I need to know how to check that the Session Variables with the Administration of Oracle BI tool are used by the web analytics tool.

    Environment: Windows running Oracle 10g BI. Connect to the database using web analytics http:// < server >: 9704/analytics, web analytics is running in a windows Explorer browser.

    Current situation: the analytical tool is connected to the database and I can use the screen of "Answers" to the table edge to probe the tables look and things as expected.
    In the administration Oracle BI tool I can see the session of web analytics and I see that he thinks that the Session Variables are set correctly.
    I have reasons to doubt that the analytical tool is to get the right variables and I need to check it out.
    I know that I should use the 'Answer' window to create a shape any of a query that includes NQ_SESSION. < my variable >, but I can't understand what the format should be doing the work.

    That's all I need.

    What I do is insert a text in my dashboard object and then set the properties of the text object to display the variable.

    for example to display the DISPLAYNAME variable, the text object properties are:

    User: @{biServer.variables ['NQ_SESSION.]} {[DISPLAYNAME']}

  • How to check a bad use of vSphere or vCenter license details

    How to check if my license has been misused by someone or someone... If possible then how to check and stop the abuse...

    correct, it is there no 'validation' when the license is added to your inventory.  There isn't really anything you can do, I'm aware, other than to change your password in your portal of licenses.

  • How to check the sessions of locking in oracle 10g

    Hello

    I tried to get hang of the sessions. I had the session blocking using v$ lock view.

    Pls help how to get hang of the sessions.

    Kind regards
    Vincent

    >
    SQL > SELECT SID, SQL_ID, name of USER BLOCKING_SESSION FROM v$ session WHERE BLOCKING_SESSION IS NOT NULL;
    SELECT SID, SQL_ID, username, BLOCKING_SESSION FROM v$ session WHERE BLOCKING_SESSION IS NOT NULL
    *
    ERROR on line 1:
    ORA-00904: "BLOCKING_SESSION": invalid identifier
    >

    What is your version of the database? Please show us all the 5 digits of the version (select from version$ v); *

    10.1_

    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Prod
    PL/SQL Release 10.1.0.4.0 - Production
    CORE    10.1.0.4.0      Production
    TNS for Linux: Version 10.1.0.4.0 - Production
    NLSRTL Version 10.1.0.4.0 - Production
    
    SQL> SELECT SID, SQL_ID, USERNAME, BLOCKING_SESSION FROM v$session WHERE BLOCKING_SESSION IS NOT NULL;
    
    no rows selected
    

    In 10.2*

    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for HPUX: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    
    SQL> SELECT SID, SQL_ID, USERNAME, BLOCKING_SESSION FROM v$session WHERE BLOCKING_SESSION IS NOT NULL;
    
    no rows selected
    

    11g _ _ (showing a situation of real lock)

    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    
    5 rows selected.
    
    SQL> SELECT SID, SQL_ID, USERNAME, BLOCKING_SESSION FROM v$session WHERE BLOCKING_SESSION IS NOT NULL;
    
           SID SQL_ID        USERNAME                       BLOCKING_SESSION
    ---------- ------------- ------------------------------ ----------------
           145 62ttrb9xf43zr SCOTT                                      26
    
    1 row selected.
    

    Published by: user12035575 on 10 Sep, 2011 12:42

  • How to check generating a lot of archivelogs/session of the user?

    Hello

    On a 10g database, how can I get to the session/user who generates a lot of archivelogs?

    Thanks in advance,

    For the currently connected sessions, you can query V$ SESSTAT (join to V$ STATNAME). Therefore,.

    select s.sid, s.value
    from v$sesstat s, v$statname n
    where s.statistic#=n.statistic#
    and n.name = 'redo size'
    order by 2
    /
    

    However, there are few complications:
    1. persistent Sessions will appear with very high statistics, simply because they have not disconnected. Many applications maintain permanent Sessions for one of
    a. follow-up and ongoing execution user submitted or jobs at the request (for example, in Oracle e-Business Suite and Peoplesoft)
    b. connection pooling
    2. the Sessions that have already disconnected will not appear in your report.

    Therefore, you have to frequent meetings of "sample" and find that the differentials redo size. Then, another complication hits you:
    c. oracle reuses the Session ID. Once a session disconnects, another session of connection can get the same SID. He could get the same serial number immediately, so you might want to use a combination of SID + SERIAL # from V$ SESSION as your key (you will need to add V$ SESSION in your query of surveillance) even in this case, I would not ensure that the couple would not repeat after some time, especially with the restart of the instance.
    You would be better to use AUDSID from V$ SESSION, that this value is incremented (and not reused) auditing session.

  • Using Apple Watch - how do I constantly monitor my heart rate during exercise

    Using Apple Watch - how do I constantly monitor my heart rate during a workout?

    Your heart rate. What it means, and where on Apple Watch you will find. -Apple Support

    According to this link, it should be available - but I can't find it on my Apple Watch?

    Is there a setting that needs to be enabled on it somewhere? The only place where I can see the heart rate is in the menu looks and there are only a few seconds? and takes awhile to show the heart rate.

    Hello

    When you save a workout using integrated workout app, your heart rate will be measured continuously throughout the workout. During training, you can also choose what primary metric is shown on your dial, with choices including heart rate. At the end of the workout, the results include the heart rate data. Training sessions are also recorded in the implementation of the activity on your iPhone.

    During the workout, to change the main metric indicated on the dial of the watch, slide on the side on this subject. Depending on your type of activity, the choice may include: time, active calories, total calories, heart rate, rhythm, speed and distance.

    More information:

    Use of the workout on your Apple Watch - Apple Support

    Use the activity on your Apple Watch - Apple Support

    Health and fitness data from other sources, iPhone, and Apple Watch are also aggregated within the health on iPhone app. Combined data is reflected in the application of health dashboard, which adjusts the results to avoid any double counting of data from different sources.

    To see Apple Watch heart rate data and other sources (for example a Bluetooth chest monitor strap):

    -On your iPhone, in the application of health (icon has a red heart on a white background), go to: data on health (tab) > Vitals > heart rate.

    Data are displayed in graphical form (this can be added to the application of Health Dashboard by activating the setting here) as well as individual data points (via display all data).

  • tape recorder in Vista how to check registration is ongoing

    Need to know how to check the recording is underway displayed constantly "Stop Recording" and the result of game.
    Advanced software is available from Microsoft to view more results and status?
    Cannot call or open the previously saved file and add voices for recording.
    With the help of digital recorder with minicable headphone jack on voice and recorder connected to the microphone on computer decision-making.
    Green light appears on the ICDBX800 of Sony, but no other display is visible other advancing time.

    Hello

    What happens when you try to open the previously saved files?

    When you start recording in sound recorder, you can check the progress bar that is green and also see the time elapsed recording.

    There is no other software to check the status or the sound recorder.

    Kind regards
    Afzal Taher
    Microsoft technical support engineer.

  • How to limit maximum SSL VPN sessions by group policy on ASA5510?

    How to limit maximum SSL VPN sessions by group policy on ASA5510?

    There are ideas?

    There are 2-Group Policy: within a maximum of 10 connections, in the second - 15 (total licenses for SSL VPN 25 connections).

    Hi Anton,.

    It is an interesting question.

    Please check the following options, depending on your scenario:

    simultaneous VPN connections

    Pour configurer configure the number of simultaneous connections allowed for a user, use the command simultaneous vpn connections in the configuration of group policy or username configuration mode. To remove the attribute from the running configuration, don't use No form of this command. This option allows inheritance of a value from another group policy. Enter 0 to disable the connection and prevent the access of the user.

    simultaneous vpn connections {integer}

    No vpn - connections

    http://www.Cisco.com/en/us/docs/security/ASA/asa84/command/reference/uz.html#wp1664777

    There is a global command, although may not be useful, I wanted to share it with you:

    VPN-sessiondb max-session-limit

    --> To specify the maximum limit of VPN session.

    Best option:

    What you can do is to create a pool of IP 10 IP addresses in one and 15 in the other, this way you let only 10 connections and 15 respectively.

    IP local pool only_10 192.168.1.1 - 192.168.1.10

    IP local pool only_15 192.168.2.1 - 192.168.1.15

    Then,

    attributes of the strategy of group only_10

    the address value only_10 pools

    !

    attributes of the strategy of group only_20

    the address value only_20 pools

  • How to check latency between the ESX host and SAN

    How to check latency between the ESXi host and SAN

    Hi friend

    Below KB will solve your need:

    VMware KB: Using esxtop to identify problems of performance of storage to ESX / ESXi (several versions)

    Under discussion can help you get more insight:

    Best values LVAD/cmd (ESXTOP)?

    Learn ESXTOP @ latency:

    vCenter and Esxtop to storage i/o bottlenecks to avoid

    Very detailed blog on ESXTOP:

    http://www.yellow-bricks.com/ESXTOP/

  • How to check the locks in the database

    Hello

    oracleDatabase version: 11 GR 2
    OS: Solaris

    How to check the locks on database objects .it can be any lock?
    None Select sql query to check the levlel of objects of database locks? what basis locks occur?

    Please explain on the locks or share notes MOS?

    Rgds,
    Sam.

    Check below sql.

    Select s1.username. '@' || S1.machine
    || ' (SID =' | s1.sid | block him ') '
    || S2. UserName | '@' || S2.machine | ' (SID =' | s2.sid |) ') ' AS blocking_status
    v $ lock l1, v$ session s1, v$ lock l2, s2 of v$ session
    where s1.sid = l1.sid and s2.sid = l2.sid
    and l1. BLOCK = 1 and l2.request > 0
    and l1.id1 = l2.id1
    and l2.id2 = l2.id2;

    http://psoug.org/snippet/locks-view-locked-Objects_866.htm
    http://www.DBA-Oracle.com/t_locked_rows_user_locks.htm

  • How to check the ESX memory for errors?

    Hi all

    I faced with the strange behavior of ESX:

    Some linux VMs (RHEL) were stopped. No error messages in the vCenter nor LabManager, I even thought that someone just connected and Runic stop.

    Below you will find information of ESX server logs:

    (1) the vmkernel newspaper:

    #grep - color = always-i ' 1922 [^ 0-9] "... /VMkernel *"

    .. (/ VMkernel.8:Dec 8 22:22:40 WKK1EC02 vmkernel: 290:11:51:47.230 cpu14:23084) UserDump: 1441: Dumping cartel 23079 (of the world 23084) to file the vmfs/volumes/4a4ce277-4a35505c-8828-0024817b058c/labmanager/1922/vmware-vmx-zdump.000...

    (2) the journal of the VM:

    # grep ' 08 Dec' /vmfs/volumes/4a4ce277-4a35505c-8828-0024817b058c/labmanager/1922/vmware-1.log '.

    16:53:49.164 Dec 08: vmx | GuestRpcSendTimedOut: message to the Toolbox has expired.
    16:54:14.972 Dec 08: vmx | GuestRpcSendTimedOut: message to the Toolbox has expired.
    21:59:05.262 Dec 08: mks | Cannot write the temporary image THUMB
    21:59:15.264 Dec 08: mks | Cannot write the temporary image THUMB
    21:59:30.270 Dec 08: mks | Cannot write the temporary image THUMB
    21:59:35.271 Dec 08: mks | Cannot write the temporary image THUMB
    21:59:45.275 Dec 08: mks | Cannot write the temporary image THUMB
    21:59:50.285 Dec 08: mks | Cannot write the temporary image THUMB
    22:00:00.274 Dec 08: mks | Cannot write the temporary image THUMB
    22:00:05.276 Dec 08: mks | Cannot write the temporary image THUMB
    22:01:15.410 Dec 08: mks | Cannot write the temporary image THUMB
    22:03:25.312 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:00.324 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:05.340 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:15.331 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:20.341 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:30.344 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:35.353 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:40.354 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:45.366 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:50.357 Dec 08: mks | Cannot write the temporary image THUMB
    22:05:55.361 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:00.365 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:05.371 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:10.395 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:15.379 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:20.381 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:30.397 Dec 08: mks | Cannot write the temporary image THUMB
    22:06:40.403 Dec 08: mks | Cannot write the temporary image THUMB
    22:20:45.541 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:10.580 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:15.538 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:20.554 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:25.545 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:30.580 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:35.591 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:40.537 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:45.629 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:50.583 Dec 08: mks | Cannot write the temporary image THUMB
    22:21:55.616 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:00.590 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:05.638 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:10.595 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:15.582 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:20.622 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:25.583 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:30.627 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:35.673 Dec 08: mks | Cannot write the temporary image THUMB
    22:22:40.588 Dec 08: mks | Panic: file lock (was the bug 49968)
    22:22:40.589 Dec 08: mks | Bora/lib/image/imageUtilPng.c:462 unrecoverable memory allocation failure
    22:23:21.438 Dec 08: mks | Backtrace:
    22:23:21.440 Dec 08: mks | Backtrace [0] 0x3ccf63d8 eip 0xa3f88cd
    22:23:21.442 Dec 08: mks | Backtrace [1] 0x3ccf6818 eip 0x9ff705c
    22:23:21.443 Dec 08: mks | Backtrace [2] eip 0xa2803bc 0x3ccf6b88
    22:23:21.443 Dec 08: mks | Backtrace [3] eip 0xa2803f6 0x3ccf6bb8
    22:23:21.444 Dec 08: mks | Backtrace [4] eip 0xa27fcc3 0x3ccf6bd8
    22:23:21.444 Dec 08: mks | Backtrace [5] eip 0xa27fd28 0x3ccf6c28
    22:23:21.445 Dec 08: mks | Backtrace [6] eip 0xa115582 0x3ccf7128
    22:23:21.445 Dec 08: mks | Backtrace [7] eip 0xa115717 0x3ccf7138
    22:23:21.445 Dec 08: mks | Backtrace [8] eip 0xa00d0a9 0x3ccf7168
    22:23:21.446 Dec 08: mks | Backtrace [9] 0x3ccf9278 0xa00dbef eip
    22:23:21.447 Dec 08: mks | Backtrace [10] eip 0x3ccf9298 0xa298217
    22:23:21.447 Dec 08: mks | Backtrace [11] eip 0x3ccf92b8 0xa298255
    22:23:21.448 Dec 08: mks | Backtrace [12] eip 0x3ccf92e8 0xa10bfe9
    22:23:21.448 Dec 08: mks | Backtrace [13] eip 0xa0f2e81 0x3ccf93c8
    22:23:21.504 Dec 08: mks | Backtrace [14] eip 0x160534fb 0x3ccf94b8
    22:23:21.505 Dec 08: mks | Backtrace [15] eip 00000000 0x1613ae3e
    22:23:21.507 Dec 08: mks | SymBacktrace [0] 0x3ccf63d8 eip in function 0xa3f88cd in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.508 Dec 08: mks | SymBacktrace [1] 0x3ccf6818 eip 0x9ff705c panic function in/usr/lib/vmware/bin/vmware-vmx of the object loaded on the 0x9f98000
    22:23:21.508 Dec 08: mks | SymBacktrace [2] 0x3ccf6b88 eip in function 0xa2803bc in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.511 Dec 08: mks | SymBacktrace [3] 0x3ccf6bb8 eip in function 0xa2803f6 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.511 Dec 08: mks | SymBacktrace [4] 0x3ccf6bd8 eip in function 0xa27fcc3 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.512 Dec 08: mks | SymBacktrace [5] 0x3ccf6c28 eip in function 0xa27fd28 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.513 Dec 08: mks | SymBacktrace [6] 0x3ccf7128 eip in function 0xa115582 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.514 Dec 08: mks | SymBacktrace [7] 0x3ccf7138 eip in function 0xa115717 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.515 Dec 08: mks | SymBacktrace [8] 0x3ccf7168 eip in function 0xa00d0a9 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.515 Dec 08: mks | SymBacktrace [9] 0x3ccf9278 eip in function 0xa00dbef in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.516 Dec 08: mks | SymBacktrace [10] 0x3ccf9298 eip in function 0xa298217 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.517 Dec 08: mks | SymBacktrace [11] 0x3ccf92b8 eip in function 0xa298255 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.518 Dec 08: mks | SymBacktrace [12] 0x3ccf92e8 eip in function 0xa10bfe9 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.519 Dec 08: mks | SymBacktrace [13] 0x3ccf93c8 eip in function 0xa0f2e81 in/usr/lib/vmware/bin/vmware-vmx of the object in the 0x9f98000 (zero)
    22:23:21.519 Dec 08: mks | SymBacktrace [14] 0x3ccf94b8 eip 0x160534fb in function (zero) in the object /usr/lib/vmware/lib/libpthread.so.0 to the 0x1604e000
    22:23:21.520 Dec 08: mks | SymBacktrace [15] eip 00000000 0x1613ae3e based on cloning in object /usr/lib/vmware/lib/libc.so.6 loaded in 0 x 16069000
    22:23:21.520 Dec 08: mks | Msg_Post: error
    22:23:21.521 Dec 08: mks | [msg.log.error.unrecoverable] fatal error VMware ESX: (mks)
    22:23:21.521 Dec 08: mks | Bora/lib/image/imageUtilPng.c:462 unrecoverable memory allocation failure
    22:23:21.521 Dec 08: mks | [msg.panic.haveLog] a log file is available in "/ vmfs/volumes/4a4ce277-4a35505c-8828-0024817b058c/labmanager/1922/vmware.log".  [msg.panic.haveCore] a base file is available in "/ vmfs/volumes/4a4ce277-4a35505c-8828-0024817b058c/labmanager/1922/vmware-vmx-zdump.000".  [msg.panic.requestSupport.withLogAndCore] please request support and include the contents of the log file and the base file.  [msg.panic.requestSupport.vmSupport.vmx86]
    22:23:21.523 Dec 08: mks | To collect the data to submit to the VMware support, run 'vm-support.
    22:23:21.524 Dec 08: mks | [msg.panic.response] we will respond on the basis of your entitlement to support.
    22:23:21.525 Dec 08: mks | ----------------------------------------
    22:23:21.739 Dec 08: vmx | Watched VTHREAD thread 1 "mks" is dead
    22:23:22.651 Dec 08: 1 vcpu. Watched VTHREAD thread 0 "vmx" is dead
    22:23:22.740 Dec 08: vcpu-3 | Watched VTHREAD thread 0 "vmx" is dead
    22:23:22.741 Dec 08: vcpu-2 | Watched VTHREAD thread 0 "vmx" is dead
    22:23:22.743 Dec 08: vcpu-0 | Watched VTHREAD thread 0 "vmx" is dead

    I found the suggestion to check the ESX memory for problems.

    I found the information that ESX 3.0 was ramcheck service which could check the memory, but there is no such service in future versions of ESX.

    Could someone help me find how to check the memory without stopping the ESX Server (I could not migrate virtual machines per host)?

    The only way you will get a true test of the memory of the HOST must stop it and run the test directly. Any tool running in the ESX console will only have indirect access RAM. The vmkernel controls access to physical RAM.

  • ORA-00481 and Patch 3659289 - how to check if the patch has been applied? --

    Dear all,

    Currently my client uses the oracle 10.2.0.4.0 database (RAC). However sometimes during treatment (the application attempts to write/change data), they are several ORA-00481 errors and then the database crashed. But I'd say it's an automatic restart sort of as the newspaper has said.

    Trying to get on a few articles on this subject and found one saying this is due to internal bugs, and the problem solved with patch 3659289 .

    So far, I couldn't find much information about this hotfix (3659289) and I need some help here.

    1. I wonder if it is the case of my customer database?
    2. how to check if this specific hotfix (3659289) has been applied?
    3. be appreciate if you have access to this patch and post the details here.

    Advise, Suggestion or jokes will be appreciated. Thanks in advance!

    Thank you and best regards,
    CT



    Some additional information:
    1 version of oracle 10.2.0.4.0 database

    Connected to:
    Oracle Database 10g Release 10.2.0.4.0 - Production 64-bit
    With the Real Application Clusters option

    2 CARS with two nodes.

    3. in the course of running on Solaris 10 sparc infrastructure.

    4. what error log says:

    Sun Dec 4 00:51:09 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms1_16541.trc file:
    Sun Dec 4 00:51:34 2011
    Track of dumping performs id = [cdmp_20111204003639]
    Sun Dec 4 00:52:03 2011
    kkjcre1p: unable to reproduce the jobq slave process
    Sun Dec 4 00:52:04 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_cjq0_16598.trc file:

    Sun Dec 4 00:54:58 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lmon_16525.trc file:
    ORA-29740: expelled by Member 1, group incarnation 74
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_j002_14521.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_j000_29799.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    WARNING: inbound connections has expired (ORA-3136)
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_j003_15093.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lck0_16841.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_pmon_16519.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms3_16549.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_psp0_16523.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:00 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms5_16557.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:00 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms4_16553.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:01 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lmd0_16527.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:01 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms0_16537.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:01 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms1_16541.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:01 2011
    RECO: termination litigation because of the error 481
    Sun Dec 4 00:55:07 2011
    Instance terminated by RECO, pid = 16588
    Sun Dec 4 00:55:18 2011
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Interface type 1 bge2 configured 10.0.2.0 from OCR to serve a cluster interconnect
    Type 1 202.76.5.0 configured OCR bge0 interface to be used as a public interface
    SNA system picked latch-free 3
    Autotune undo retention is enabled.
    LICENSE_MAX_USERS = 0
    SYS audit is disabled
    ksdpec: called to the event 13740 before initialization of the event group
    Commissioning ORACLE RDBMS Version: 10.2.0.4.0.
    Parameters of the system with default values:
    process = 300
    sessions = 500
    SGA_MAX_SIZE = 5368709120
    __shared_pool_size = 1879048192
    shared_pool_size = 1073741824
    __large_pool_size = 16777216
    LARGE_POOL_SIZE = 16777216
    __java_pool_size = 134217728
    JAVA_POOL_SIZE = 134217728
    __streams_pool_size = 0
    SHARED_POOL_RESERVED_SIZE = 142606336
    SPFile = +DATA/xxxxx/spfilexxxxx.ora
    SGA_TARGET = 5368709120
    control_files = +DATA/xxxxx/controlfile/current.258.702223445
    DB_BLOCK_SIZE = 8192
    __db_cache_size = 3288334336
    db_cache_size = 3221225472
    compatible = 10.2.0.1.0
    Log_archive_dest = + REDOARCH/xxxxx/archlog
    log_buffer = 30543360
    db_file_multiblock_read_count = 16
    cluster_database = TRUE
    cluster_database_instances = 2
    db_create_file_dest = + DATA
    db_create_online_log_dest_1 = + REDOARCH
    db_recovery_file_dest_size = 2147483648
    = 1 thread
    instance_number = 1
    UNDO_MANAGEMENT = AUTO
    undo_tablespace = UNDOTBS1
    UNDO_RETENTION = 14400
    Remote_login_passwordfile = EXCLUSIVE lock
    db_domain =
    dispatchers = (PROTOCOL = TCP) (SERVICE = xxxxxXDB)
    LOCAL_LISTENER = LISTENER_xxxxx1
    remote_listener = LISTENERS_xxxxx
    session_cached_cursors = 100
    JOB_QUEUE_PROCESSES = 10
    CURSOR_SHARING = SIMILAR
    background_dump_dest = / opt/app/oracle/admin/xxxxx/bdump
    user_dump_dest = / opt/app/oracle/admin/xxxxx/udump
    core_dump_dest = / opt/app/oracle/admin/xxxxx/cdump
    audit_file_dest = / opt/app/oracle/admin/xxxxx/adump
    db_name = xxxxx
    open_cursors = 500
    pga_aggregate_target = 1073741824
    Communication of cluster is configured to use the following interfaces for this instance
    10.0.2.235
    Sun Dec 4 00:55:25 2011
    cluster interconnect IPC version: Oracle UDP/IP (generic)
    CPI for the seller 1 proto 2
    PMON started with pid = 2, OS id = 19662
    DIAG started with pid = 3, OS id = 19664
    PSP0 started with pid = 4, OS id = 19666
    LMON started with pid = 5, OS id = 19668
    LMD0 started with pid = 6, OS id = 19670
    LMS0 started with pid = 7, OS id = 19672
    LMS1 started with pid = 8, OS id = 19676
    LMS2 started with pid = 9, OS id = 19688
    LMS3 started with pid = 10, OS id = 19692
    LMS4 started with pid = 11, OS id = 19696
    LMS5 started with pid = 12, OS id = 19700
    MA started with pid = 13, OS id = 19704
    DBW0 started with pid = 14, OS id = 19706
    DBW1 started with pid = 15, OS id = 19708
    DBW2 started with pid = 16, OS id = 19718
    LGWR started with pid = 17, OS id = 19720
    CKPT started with pid = 18, OS id = 19722
    SMON started with pid = 19, OS id = 19724
    RECCE has started with pid = 20, OS id = 19726
    CJQ0 started with pid = 21, OS id = 19728
    MMON started with pid = 22, OS id = 19730
    Sun Dec 4 00:55:28 2011
    commissioning 1 dispatcher (s) for '(ADDRESS =(PARTIAL=YES) (PROTOCOL = TCP))' network address...
    MMNL started with pid = 23, OS id = 19732
    Sun Dec 4 00:55:28 2011
    commissioning or shared server 1...
    Sun Dec 4 00:55:28 2011
    DISM started, OS id = 19746
    Sun Dec 4 00:55:52 2011
    LMON recorded with NM - 1 instance id (internal mem not 0)
    Sun Dec 4 00:55:53 2011
    Reconfiguration began (old Inc. 0, Inc. new, 78)
    List of nodes:
    0 1
    Global Resource Directory frozen
    allocate domain 0, invalid = TRUE
    Restored communication channels
    * field validates according to the instance 1 0
    * domain 0 valid = 1 according to instance 1
    Sun Dec 4 00:55:53 2011
    Diffuse master hash resource bitmaps
    Blocks of non-local process cleaned
    Sun Dec 4 00:55:53 2011
    Shadows GCS LMS 0 0: cancelled, 0 closed
    Sun Dec 4 00:55:53 2011
    Cancelled LMS shadows SCM 4: 0, 0 closed
    Sun Dec 4 00:55:53 2011
    Cancelled LMS shadows GCS 3: 0, 0 closed
    Sun Dec 4 00:55:53 2011
    Cancelled LMS shadows GCS 1: 0, 0 closed
    Sun Dec 4 00:55:53 2011
    Cancelled LMS shadows BSC 5: 0, 0 closed
    Sun Dec 4 00:55:53 2011
    Cancelled LMS shadows SCM 2: 0, 0 closed
    Set of master node info
    Subject to all requests for remote enqueue
    DWN-cvts replayed, questionable VALBLKs
    All enqueues grant awarded
    Sun Dec 4 00:55:53 2011
    LMS crossed shadows 5: 0, replayed 0 GCS
    Sun Dec 4 00:55:53 2011
    LMS crossed shadows 3: 0, replayed 0 GCS
    Sun Dec 4 00:55:53 2011
    Crossed shadows SCM 2: 0, replayed 0 LMS
    Sun Dec 4 00:55:53 2011
    LMS 0: 0 GCS shadows traveled 0 replayed
    Sun Dec 4 00:55:53 2011
    Crossed shadows SCM 4: 0, replayed 0 LMS
    Sun Dec 4 00:55:53 2011
    LMS crossed shadows 1: 0, replayed 0 GCS
    Sun Dec 4 00:55:53 2011
    Subject to all requests for remote-cache GCS
    Post SMON start 1 IR pass
    Fix write in SCM resources
    Reconfiguration complete
    LCK0 started with pid = 26, OS id = 19984
    Sun Dec 4 00:55:55 2011
    Oracle Data Guard is not available in this edition of Oracle.
    Sun Dec 4 00:55:55 2011
    ALTER DATABASE MOUNT
    Sun Dec 4 00:55:56 2011
    From FILIPE background process
    FILIPE started with pid = 28, OS id = 19995
    From RBAL background process
    RBAL started with pid = 29, OS id = 19999
    Sun Dec 4 00:55:59 2011
    SUCCESS: diskgroup DATA has been mounted
    Sun Dec 4 00:56:03 2011
    Assessment target incarnation to 7
    Sun Dec 4 00:56:04 2011
    Mount of redo thread 1, with mount id 3288132717
    Sun Dec 4 00:56:04 2011
    Database mounted in shared Mode (CLUSTER_DATABASE = TRUE)
    Completed: ALTER DATABASE MOUNT
    Sun Dec 4 00:56:05 2011
    ALTER DATABASE OPEN
    Selected broadcast the validation schema to generate notifications SNA
    Sun Dec 4 00:56:06 2011
    LGWR: FROM PROCESS ARCH
    Arc0 started with pid = 33, OS id = 20135
    Sun Dec 4 00:56:06 2011
    Arc0: Started archiving
    Arc1: Started archiving
    LGWR: FROM PROCESS ARCH COMPLETE
    Arc1 started with pid = 34, OS id = 20137
    Sun Dec 4 00:56:06 2011
    SUCCESS: diskgroup REDOARCH rose
    Thread 1 is open to the sequence of journal 23830
    Currently Journal # 3 seq # 23830 mem # 0: +REDOARCH/xxxxx/onlinelog/group_3.261.709928305
    Opening of redo thread 1
    Sun Dec 4 00:56:07 2011
    SMON: enabling cache recovery
    Sun Dec 4 00:56:07 2011
    Arc0: become the "no FAL' ARCH
    Arc0: become the "no SRL" ARCH
    Sun Dec 4 00:56:07 2011
    Arc1: Become the heartbeat ARCH
    Sun Dec 4 00:56:09 2011
    Successfully onlined Undo Tablespace 1.
    Sun Dec 4 00:56:09 2011
    SMON: enabling the recovery of tx
    Sun Dec 4 00:56:09 2011
    Database charset is UTF8
    off replication_dependency_tracking (no replication multimaster async found)
    From QMNC background process
    QMNC started with pid = 35, OS id = 20185
    Sun Dec 4 00:56:15 2011
    Errors in the /opt/app/oracle/admin/xxxxx/udump/xxxxx1_ora_20121.trc file:
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-12663: Services required by the customer not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS." OLAPIHISTORYRETENTION', line 1
    ORA-06512: at line 15 level
    Sun Dec 4 00:56:15 2011
    Completed: ALTER DATABASE OPEN

    Hi, Eric.

    Sory for these last response time.

    If you are looking for a special patch that is exists or not, you must run below

    ORACLE_HOME and ORACLE_SID and opatch as mention in my previous post, that it is the value

    lsinventory opatch | grep patch_no

    If she reports record than his average you past. If its does not provide that the problem is that you do not have this patch

    Respect of
    HELIOS

  • How to check the status of the import in Windows?

    Hello

    Import runs in my box of Wndows. The log file is not updated since long. How to check the status of the import job? FYI its oracle 10g.

    And I checked the database which.

    FYI
    ===
    Select * from DBA_DATAPUMP_SESSIONS;

    no selected line.

    Select * from DBA_JOBS_RUNNING;

    no selected line


    Select the username, machine, module, sid, State, event, seq #, session seconds_in_wait $ v where type <>'IMPORT' and username = "AUTOTIME";

    no selected line



    Please let me know.

    You actually look at the session of $ v and check the status of the session that is created by the import job.

    Sometimes the underlying tablespace is full, so import session just hangs, it must increase the size of the storage space.

    You should also look at alert.log file and see if there is any error message like "cannot extend table space '.

  • How to check the status of the statistics on a table?

    Hello
    I started the statistics collection on a few large tables in my database.
    How to check the status of statistics about a table? Are there views of data dictionary or tables to monitor the progress of the collection of statistics.


    Regds,
    Malika

    Hi all

    You can check with this little script.
    It lists details of sid for long as running session
    When he started
    What last update
    How long still to the left
    "ACTIVE/INACTIVE" session state etc.

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    -Author: James Syed_
    -Script_name: sid_long_ops.sql
    -Description: list details of sid for long running the session as when it began when the last update how long still to the left.

    fixed lines 200
    Neck LESS to a25

    Select
    a.SID,
    a.Serial #.
    b.Status,
    a.opname,
    TO_CHAR (a.START_TIME,' DD-me-AAAA HH24:mi:ss) START_TIME,
    TO_CHAR (a.LAST_UPDATE_TIME,' DD-me-AAAA HH24:mi:ss) LAST_UPDATE_TIME,.
    a.time_remaining as 'time remaining dry. "
    a.time_remaining/60 as "Min remaining time."
    a.time_remaining/60/60 as 'remaining time in HR.
    V $ session_longops a, v$ session b
    where = select a.sid
    a.sid = & sid
    And time_remaining > 0;

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------

    The sample output:
    --------------------

    SQL > @sid_long_ops
    Enter the SID value: 474
    13 old: a.sid = & sid
    13 News: and a.sid = 474

    SID, SERIAL # STATUS START_TIME LAST_UPDATE_TIME remaining time LESS dry time remaining minutes remaining HR time
    --------------------------------
    474 2033 ACTIVE collection schema statistics June 6, 2012 20:10:49 June 7, 2012 01:35:24 572 9.53333333.158888889

    Thank you & best regards

    Syed James.
    Oracle Apps DBA
    Mobile: + 91 9966270072
    E-mail: [email protected]

  • How to check the Dell laptop computer charger is authentic

    Hi.Dell Community

    I want to know how to check the Dell laptop computer charger is authentic? also, I bought the system in India on 30' th December 2015 but its POW watch warranty expires at the beginning?

    Warranty details
    Service Provider Start Date End Date Days warranty
    Only the the parts warranty REFERENCE DELL 26/06/2017 26/09/2017 614
    Next business day response REFERENCE DELL 26/06/2017 26/09/2017 614
    Only the the parts warranty REFERENCE DELL 26/06/2016 26/06/2017 522
    Next business day response REFERENCE DELL 26/06/2016 26/06/2017 522
    Parts only warranty (in Service) REFERENCE DELL 25/06/2015 26/06/2016 157
    In service (3-Business Day)(8x5) REFERENCE DELL 25/06/2015 26/06/2016 157
    TECHNIQUE STANDARD TELEPHONE SUPPORT REFERENCE DELL 25/06/2015 26/06/2016 157
    Only the the parts warranty REFERENCE DELL 25/06/2015 26/06/2016 157
    Next business day response REFERENCE DELL 25/06/2015 26/06/2016 157

    Hi Hema,

    Thank you for your kind reply.

    I bought the system in a Dell store allowed, but the thing is I'm getting confused on post purchase experience.  The bag pack which the seller gave me apparently local, when I refused to take it, he assured me that I will get a real bag after a few days. I also think that I cheated from windows.

    I will be much obliged if you can read the issue in the context (the conversation with the windows community)-

    My question - what is the use of "slmgr / / ato" command, my system is watch a range error code 0x80072EF7, when I run this command. can be solved?

    response-

    Thank you for visiting Microsoft Community.

    According to the publication of the description and the error code that you get when running ' slmgr / / ato "command, it seems that you have any question in your Windows activation.

    Use of slmgr / / ato command:

    For volume systems, with a KMS host key retail editions or a key to activate Multiple (MAK) installed /atoprompts Windows to attempt activation online. Activate Windows license and product key from the Microsoft server. If you receive error 0x80072EF7 code then I suggest you to try the steps outlined in the article below and see if it helps you to solve the problem.

    My question-

    I can't run these technical stuffs on my computer. I'm scared I might lose the original settings since I'm not familiar with computer terminology. I didn't activate windows, I run the command "slmgr/ato' because of Microsoft technical team asked me to do the same. The reality is that I just bought a new Dell laptop, which came with no reinstalled windows, but dealer told me it communicates me windows 8.1pro as compliment (when I asked him which win. I should use win10 update or win original 8.1). and the cost of windows is not mentioned in the Bill. I was not aware at the time of the purchase that I won't have a preinstalled windows system, because I asked the price for laptop with the desired configuration and win8.1. I never thought that I buy a DOS system. I paid for almost the same price for laptop with "win 8.1pro" brokers in the area compare to preinstalled laptop computer sing.language win8.1. After 2 days, when I realized the question and asked the technical team at Microsoft to see if windows that is installed on my system is authentic or not, and they told me that windows is authentic, after checking with my key.  From there, my doubt starts Can a windows be true, even if the user has no evidence that he has purchased? Is the only information is the product key which certifies the genuine windows? What is the risk if the dealer gives the same key to another customer as a "compliment".

    Once I shared the issue with Microsoft support, they tried to hear me, but I think that they have not properly my concern. However, they asked me to run that command and message showed that windows is already activated. Since then, I thought that it could be someone else can also use the same key, I tried to check this order 4 days after. Since then, this error shows. Now, I want to solve each and every error on windows, I will also be very grateful if you could provide me the only way to learn how to check the real windows.

    response-

    Yes, I agree with you, your concern on the product key. It is true that your computer vendor could give the same product key to the other person as a gift too. If another person uses the same key to activate the OS, then you might get pop up to activate your Windows or other activation errors.

    You can see the article mentioned below to check if your OS is authentic.

    My question-

    Today, I called again to Microsoft helpline years technical support says my concern again. This time they told me that 'the ID of the product' which I use is enabled on other computers, but still found my authentic windows. I wonder, earlier the chat session which is held with the technical support told me that no one can use the same key that I use. If it someone trying to do it won't affect my computer because I am one who is authentic and the first user. I don't understand why are there different versions of the truths in the company for the same problem?

    I feel very sad that the company like Microsoft is not able to do something for their customers like me who are less sophisticated techno and want to become authentic windows user! Now, I think there must be a link any between the 'error', I've mentioned above and even the activation key on a different system.  I'm afraid how it would affect my system if other systems get activated by the same key. I don't know what are the services that I won't be able to enjoy if my windows become ingenuine later. Kindly guide me how to raise my complain about best way (with respect to the argument) to the dealer or authority be it is.

    response-

    If you have a valid key, then you will be able to turn it on again. If you call our support team then they will check into his tool and validate it, after doing this they will validate your key and help by activating the latter, if it turns out anyway.

    Keep us.

Maybe you are looking for

  • A100-692 left side fan works very often

    Hello I just bought a Satellite A100-692 with a processor intel Core Duo T2050 processor with and an ATI Radeon X 1400 graphics card. I am quite surprised how often works the fan on the left side. Sometimes it works even when the system is idle or I'

  • Certificates SSL ID not chaining of CA

    * Any thoughts on what this should have been posted in a different security thread? I tried this piece so that SSL VPN remote access, understanding PKI and ASA 5500 Series chapter 73 configuration of certificates of the digital Cisco, but still need

  • Reinstalling Windows: Save preferences and settings CC

    After hours and hours of trying to diagnose a number of problems with my Windows 8.1, I have finally conceded and is going to be reinstalling a fresh copy of the operating system that you are clean.I want to know if anyone can tell me how I can save

  • Scan pdf photosmart C6380

    I have a photosmart C6380 and I was wondering I would be able to scan in pdf or do I need to buy more software, if yes what software do I need. Thanks for your time. Ray Message edited by raytraci on 06/18/2009 15:50

  • How can I configure the identity information in acrobat reader so that my school will check my login and open my eBooks.

    I attend the University of Phoenix. We use e-books that need to be signed or verified by my school ID before opening.  My e-books do not succeed in this process.  How or where can I enter my login information so that I can open my books?