Hwmond high cpu load after 10.6.8 update

hwmond is causing up to 70% cpu load after every reboot on several xserves i manage caused by the update to 10.6.8. anybody else having this problem? it can be solved by hwmond -s5 to set the hwmond interval to 5 seconds but this command is not processed properly, is causing an error message "IOConnectMethodScalarIScalra0 call return err = 0xE00002BC" and has to be exited with cmd+c. Also, the com.apple.hwmond.plist in LaunchDaemons is empty.

In my case:
I installed 10.6.8 via the Combo Update, was running 10.6.7 previous to this.
/System/Library/LaunchDaemons/com.apple.hwmond.plist still exists and is not empty
/etc/hwmond.SMART still exists and is not empty
/etc/hwmond.conf didn't exist, so from Terminal.app I simply issued "sudo touch /etc/hwmond.conf"
I tried:
In Terminal.app, ran:sudo launchctl unload /System/Library/LaunchDaemons/com.apple.hwmond.plist
Then, backed up /usr/sbin/hwmond and /System/Library/LaunchDaemons/com.apple.hwmond.plist
From a Mac Pro running 10.6.7 Server, copied both the binary and the plist to the same spots on the Xserve, then, in Terminal.app, ran:sudo launchctl load /System/Library/LaunchDaemons/com.apple.hwmond.plist
That didn't change a thing. hwmond still spiked.
Put everything back the way it was.
And:
In Terminal.app, ran:sudo launchctl unload /System/Library/LaunchDaemons/com.apple.hwmond.plist
Backed up /System/Library/LaunchDaemons/com.apple.hwmond.plist
Made another copy to the Desktop
Edited this copy and added a string in ProgramArguments with a value of "-S255", but this still caused hwmond to spike after putting this copy back in LaunchDaemons, repairing permissions, and loading the plist via launchctl again. Any valid value still caused it to spike. However my Xserve now reboots if I set the value to an invalid value, like "-s256". Then again this also caused com.apple.hwmond and com.apple.launchd to create entries in the system log complaining about the value with hwmond attempting to relaunch itself every 10 seconds:
6/24/11 2:37:10 PM com.apple.hwmond[2697] hwmond: n should be 1 to 255 seconds
6/24/11 2:37:10 PM com.apple.launchd[1] (com.apple.hwmond[2697]) Exited with exit code: 1
6/24/11 2:37:10 PM          com.apple.launchd[1] (com.apple.hwmond) Throttling respawn: Will start in 10 seconds
OP, Armin, did something similar, but I think he tried doing it directly in Terminal, not using launchctl / launchd, which caused the error he mentioned.
Finally, added a "Disabled" item, with a boolean value of YES to the plist, recopied it, repaired permissions again (launchctl will complain and won't load the plist if you don't). This way hwmond is disabled, I can reboot my Xserve, and wait until Apple figures this out.
Full com.apple.hwmond.plist on my Xserve looks like this now:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
          <key>Label</key>
          <string>com.apple.hwmond</string>
          <key>OnDemand</key>
          <false/>
          <key>Program</key>
          <string>/usr/sbin/hwmond</string>
          <key>ProgramArguments</key>
          <array>
                    <string>hwmond</string>
                    <string>-s255</string>
          </array>
          <key>ServiceIPC</key>
          <false/>
          <key>Disabled</key>
          <true/>
</dict>
</plist>
Edit: I too have filed a bug report with a link to this thread included.
Second Edit: Server Monitor.app still works after disabling hwmond via the plist even after a reboot.
Third Edit: Sorry, keep remembering things, a modified /usr/sbin/hwmond was included the 10.6.8 Server Combo Update package, but not the Delta. Not sure if this matters. How has everyone updated to 10.6.8 so far? Like I mentioned, I used the Combo.

Similar Messages

  • High CPU load after firefox 18.0 update, causing periodical hang

    Hi, I am basically getting crazy here after the update to firefox 18.0 yesterday.
    Firefox periodically causes very high CPU load, which makes it impossible to use.
    http://img805.imageshack.us/img805/702/firefox18.png
    The problem does not occur immediately after restart, but you can already see the spikes of CPU load in the taskmanager with a peak of ~4%. After a couple of minutes this will go up to almost 50% utilizing a whole core and causing the hangs.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • VI causes high CPU load after several days of running

    Hello,
    I have a strange problem. I have craeted a test bench control VI and it runs on five PCs, controling five test benches. All PCs have almost the same hardware, same motherboard, same CPU, etc.
    Normaly the CPU load is around 50% when I run the VI, but at one PC the CPU load climbs up to 85% after several days (maybe one week) of continuous running and the PC is almost tied up - the VI execution becomes very slow (10 times slower) and the mouse only moves very slowly.
    First I thought that the PC has a problem but the problem dissapears as soon as I stop and restart the VI!
    I don't even have to terminate LabVIEW - only my VI and then everything is okay again.
    The problem does not seem to occur at the other four PCs, but I can not tell for sure.
    The task manager says only LabVIEW causes the CPU load - swap file utilisation is little.
    Is there a way to analyze what causes the high CPU load?
    I Use LabVIEW 7.1 professional
    Operating System: Win XP (SP 2 or 3 I don't remember)
    P.S. I have no loops without wait-functions.
    Greetings Johannes
    Using LabVIEW 7.1 and 2009 recently
    Solved!
    Go to Solution.

    Do all PCs have the same amount of RAM?
    What is the memory use over time as seen by the windows taks manager. Does it increase gradually?
    An increase in resource usage if often cause by sloppy programming.
    Do you grow arrays forever or constantly resize arrays in memory? (built array, insert into array, delete from array)
    Do you often create new references and never close them?
    What does the program actually do? In my opinion, a constant 50% CPU load seems too high for my taste. It means it would not even be able to keep up on slightly older hardware.
    LabVIEW Champion . Do more with less code and in less time .

  • SeqEdit.exe goes to high cpu load after execution

    Hello,
    I am making a test sequence (in TestStand 2010), which uses a DLL to communicate (through TCP sockets) with a JAVA program.
    The execution of tests goes perfectly, with CPU load varying from approximatly 7% to 25%.
    However, after a short period of time (couple of seconds) when the tests are finished, the CPU load of SeqEdit.exe rises to 50%, and stays at that level..
    (Since I have a dual core PC, this means it confiscates an entire core).
    When I start another test, or close TestStand, the high level goes away.
    In the Cleanup section of the main sequence, I do (just to be sure) an extra "Unload all modules".
    I already tried reinstalling TestStand, that didn't fix the issues.
    Anyone any clue?
    Jeroen

    Hi,
    My guess is it's got soemthing to do with your code module. Have you tried one of the supplied examples, I believe there is a JAVA example, and do you see the same problems.
    Regards
    Ray Farmer

  • High CPU load after resuming from sleep mode

    When my laptop resumes from sleep mode, LabVIEW 2012 starts to generate a very high and always constant CPU load (25%) without any VI running. I need to close all front panels to get back to the usual <1% CPU load level.
    This behaviour spoils my carbon footprint and frequently eats up my battery. Any ideas what is causing this ?
    Thank you,
    Dirk

    I'm guessing your issue may be related to this:
    http://forums.ni.com/t5/LabVIEW/Why-is-using-100-of-a-CPU-1-out-of-8-when-it-does-nothing/m-p/242745...
    Dirk@LV wrote:
    This behaviour spoils my carbon footprint and frequently eats up my battery.
    Thank you,
    Dirk
    Sorry about your carbon footprint, NI has a lot to answer!
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • High CPU load after waking with Thunderbolt Display connected

    I have a Mid-2013 MacBook Air 13" with Apple Thunderbolt Display connected. I use this setup mostly in a clamshell mode. Recently I've updated to OS X Mavericks. After that I've noticed that one of the cores is occupied by kernel_task to 100% after waking up from sleep. I've managed to isolate that to Apple Thunderbolt Display connected, without display there is a short CPU spike, but it comes down to normal levels in a couple of seconds.
    I've tried resetting SMC to no success. MacBook doesn't enter Safe Mode either (progress bar goes up to approx. 30% and it goes to reboot). Probably it's because of the Thunderbolt Display, I'm not really sure.
    That's not really a problem as this load doen't seem to impact CPU temp (fans are not spinning faster) and more of a activity monitor display glitch (?).
    Does anyone here encounter this?

    Hey Max,
    I also have one CPU core on my Air'13 to run 100% after a wake-up for about 1 minute (kernel_task).
    It is annoyingly like this after I upgraded to Maverics. Notice, I don't have a Thunderbolt monitor, just a laptop, no periphery.

  • Eclipse causes high cpu load after firefox update

    Hi,
    I have a strange problem after the latest firefox (and xulrunner) update (3.0.5.1 and 1.9.0.5-1). When I open firefox and afterwards eclipse, eclipse uses about 60% of the cpu after a short while; even if I don't do anything at all (and nothing gets compiled) in eclipse. But when I open firefox and eclipse in the reverse order, eclipse behaves normally again (like before the update).
    After a downgrade to xulrunner-1.9.0.4-1 and firefox-3.0.4-1 the execution order of both programms is irrelevant again.
    I assume this has something to do with java or maybe xulrunner?
    Thanks, for any help.
    Last edited by otti (2008-12-25 17:11:34)

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • High CPU load and com.apple.ImageCaptureExtension2 crash after upgrade

    After upgrading my Macbook Air from Lion to Mountain Lion, the system has a very high cpu load, and the crash reporter is the process that causes thee high load. In the error log I see this entry several times per second:
    17.08.12 12:58:46,011 ReportCrash[5998]: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: Image Capture Extension
    com.apple.message.signature2: com.apple.ImageCaptureExtension2 ||| 8.0 (8.0)
    com.apple.message.signature3: 03A96CBDA3C85A114383537BFC5C8999
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    I investigated a bit more and recovered, that it has something to do with the printer drivers. When I remove all printers from setting, everything is fine. As soon as I add a printer (Brother MFC 9440CN printer/scanner, printer driver provided by Mountan Lion), the crash reporter starts it's work and the error log is full of those entries.
    Any suggestions?
    Thanks in advance,
    Marcus

    I did more exploration and found the cause of this, but I don't know how to fix it:
    I removed all Brother and Lexmark printer drivers and rebooted (and also tested with a virtual machine using 10.8.0 as guest os that never had any printer installed). As soon as I enter the printer settings and press the "+", the crashes begin, so it looked like the bonjour one of the printers announcing themselves via Bonjour were causing this.
    When watching a picture in the preview app the same happend. We have two multi function printers in our network, the already mentioned brother printer and a Lexmark X204N. Switching off the Lexmark (which wasn't installed on my Mac) solved the problem. Switching off the printer is no solution in our office (it's our fax device and main printer), but switching off mDNS on the Lexmark also solved it. But this can only be a workaround.
    Is this a known problem with Lexmark devices and Mountain Lion (it works fine with machines using Lion)? Are there any fixes known? It's just the Lexmark device announing itself via Bonjour that causes trouble, even if the driver is not installed.

  • Xorg causes extrem high cpu load

    Hello,
    from time to time xorg causes a extrem high cpu load on my system.
    http://imageshack.us/f/38/xorgload.png
    After a reboot it should looks like that
    http://imageshack.us/f/16/xorgnormal.png/
    Is there any possibility the figure out why this happens sometimes?
    Thanks for your help!

    cerbie wrote:And, do I know you from somewhere--a little more Windows-centric--or are there many ElkMonsters, out here?
    Hehe, I'm also wondering how many Cerbies are out there...
    Really funny. The internet is a small place, obviously. Us meeting in a Linux forum also explains why nobody writes to the LSML anymore.

  • High CPU load kills ethernet connection

    Short spikes in CPU load (MenuMeters installed) are constantly killing my internet connection.
    I use an ethernet connection with a cable modem (Motorola SB 4200 E) and have a MB 2 CD, 2 GB of RAM and OS X 10.4.9.
    After the ethernet connection is killed, only a complete re-start can fix the problem (and today alone I had to do something like 15 of them already).
    These sudden spikes in CPU load can be caused by all different kinds of activity, e.g.
    1.) playing back video files which my machine has problems dealing with (like .mkv files),
    2.) playing back 'regular' .avi files,
    3.) browsing the net (Camino, Safari, Opera, Firefox) and displaying flash content (just watching something on youtube creates a CPU load which kills the connection regularly),
    4.) any kind of activity which asks a high CPU load in general.
    It seems that the problem is caused by the CPU load in general, not by any particular application which causes the high workload.
    What I have tried:
    1.) PRAM reset
    2.) Apple Hardware Test (extended, loop)
    3.) de-installed Flash player
    4.) created a new user (admin)
    5.) made a clean 10.4.11 install on an external USB drive and booted from there
    6.) used Airport instead of the ethernet/cable modem
    7.) checked system temperatures (which are ok)
    8.) changed/exchanged/checked the RAM
    9.) made enough free disk space on my HD (15 GB)
    10.) repaired disk permissions
    but to no avail.
    Any help would be very much appreciated (since I'm ready to get a MS machine and wave my Mac good bye).
    Kind regards
    FC

    Hi Fred, and a warm welcome to the forums!
    What Firmware cersion is it?
    http://www.dslreports.com/forum/remark,5221851
    Mac Modem problems with Broadcom Chipset...
    All Linksys Cable Modems
    All Motorola Cable Modems except for the SB5120
    All Scientific Atlanta Cable Modems
    http://discussions.apple.com/thread.jspa?messageID=2985422&#2985422
    t seems that the problem is caused by the CPU load in general, not by any particular application which causes the high workload.
    Do you have Activity Monitor set to Show All Processes?

  • Osx 10.9 Mail & Safari High cpu load

    Hello,
    A few weeks ago I updated to OSX 10.9. After working a few days with it, I run into several high CPU load issues.
    2 processes: mail-webmateriaal and safari-webmateriaal (dutch).
    Now I use Chrome instead of Safari which solves 50% of my problem, but it is not so easy to change to another mail-client...
    Does anyone have a clue about the possible cause, but even more important, a solution?
    Best regards,
    Johan

    jvdstoel,
    Ditto.  I have the exact same OS 10.9 issue on a Late 2008 iMac with a 3.06 GHz Intel Core 2 Duo that is maxed out at 4 GB RAM (seemed like a lot of RAM at the time). 
    Mail, Safari, and Firefox--but not Chrome--whether running any 1, 2, or all 3 programs together keeps the CPU running hard at and often above 100%.  This occurs even when the programs a sitting idle from the user's perspective.  Disabling all extensions on Safari and Firefox did not help.  Nor did running Onyx to clear all catches system wide.
    Calling on anyone with a virtual PhD in Maverics (or real Apple OS 10.9 street-smarts) for suggestions. 
    Best,
    Pete

  • Xorg frequently does high cpu load.

    Hi,
    I've recently installed arch on my (new!) Asus UL30A and I've got a problem with temporal high usage of cpu by X. I've noticed it yesterday after installing gimp and running it. Cpu load was 40-60%. Now I've got htop always open and when I just do stuff (conkeror+couple of terminals) in dwm it jumps to >30%. Is it normal? How can I deal with it?
    It's clean new arch install.
    Conky has 2sec update, double buffer on but it's outputted to console ( I dunno if it's needed to solve my problem )
    .xinitrc: http://pastebin.ca/1919877
    .xorg.conf: http://pastebin.ca/1919882
    .Xorg.0.log: http://pastebin.ca/1919883

    Why are logical reads responsible for high CPU load?First of all, I would like to recommend a good book on 'SQL Tuning' by Don Tow. Its really worthy to have.
    Coming to your qeustion, when a session needs to access blocks in the buffer cache, its needs to acquire a latch, and latch and it uses few CPU cycles to acquire it. Therefore, reading blocks from memory (buffer cache) in terms of CPU, are very costly.
    How to avoid logical reads?Avoid unnecessary block access, either removing indexes, reading only required blocks, also tunig the query according to its cardinality in the execution plan. (compare with v$sql_plan_statistics cardinality.)
    Download a paper from the following link
    http://www.hotsos.com/e-library/abstract.php?id=6
    Title:      Why a 99%+ Database Buffer Cache Hit Ratio is Not Ok
    Author:      Cary Millsap
    Jaffar

  • Syslogd makes high CPU Load and standby mode doesn´t work.

    After updating to Leopard I see high CPU Load caused by syslogd daemon(40%-80%) and my MacBook has problems with standby mode. After stopping the white LED lights and CPU fan speeds up. Is there any chance to fix these problems?

    OK.. here's where I'm at with troubleshooting this. As I said before, for ME it occurred simultaneous to a low or out of memory situation. I don't know if syslogd was using my the ram, or if the low ram was a symptom of an issue that syslogd was getting caught up in reporting... but the system log file had tens of THOUSANDS of out of memory errors listed. Almost all were from dashboard.
    So... I've done the following. In dashboard I closed ALL open widgets. I disabled spaces (since in another thread someone indicated it used a lot of memory). I ran Leopard Cache Cleaner and used it to perform maintenances, run the os scripts and rebuild caches and so on. Rebooted.
    Now its working fine! Since then its been over 24 hrs and I STILL have over 300megs of ram reported free on a 1 gig system. I've used everything else like normal (safari, mail, ichat, itunes, etc..). Where the problem used to happen after a couple of hours after a reboot every time, now it seems normal. No out of mem, and syslogd is running normally (apparently).
    I will run a few apps that I havent run in a while and see if those create an issue. If not, later today I will enable spaces and see how that does after a few hours. Finally I'll add in the dashboard widgets one at a time to see if the issue lies there. I'll report back here if I discover anything.

  • Crypto IKMP High CPU Load

    Hello!
    On C3825 with IOS 15.1(4)M5, I faced with issue:
    I see high cpu load by Crypto IKMP proccess:
    CPU utilization for five seconds: 92%/11%; one minute: 87%; five minutes: 86% PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process 295    96696680      625524     154590 76.42% 70.87% 71.46%   0 Crypto IKMP  65     7719140      608642      12682  1.08%  1.32%  1.33%   0 Per-Second Jobs   6      838308       93487       8967  1.00%  0.16%  0.12%   0 Check heaps 139     1534084     6029064        254  0.75%  0.69%  0.62%   0 IP Input
    But we haven`t a lot of traffic ~10 Mbit/s.
    We have 1 GRE tunnel to branch, and crypto map for remote clients and some ASA`s
    I didn`t find any information how I can tshoot this situation.
    How I can deal with this? Why CPU load so high?
    Router1#show crypto engine accelerator statistic
    Device:   Onboard VPNLocation: Onboard: 0        :Statistics for encryption device since the last clear         of counters 1325 seconds ago                 370618 packets in                      370618 packets out               78673429 bytes in                      77224979 bytes out                    279 paks/sec in                        279 paks/sec out                    474 Kbits/sec in                       466 Kbits/sec out                 171515 packets decrypted               199103 packets encrypted               24579216 bytes before decrypt          52645763 bytes encrypted               15116445 bytes decrypted               63556984 bytes after encrypt                      0 packets decompressed                 0 packets compressed                      0 bytes before decomp                  0 bytes before comp                      0 bytes after decomp                   0 bytes after comp                      0 packets bypass decompr               0 packets bypass compres                      0 bytes bypass decompres               0 bytes bypass compressi                      0 packets not decompress               0 packets not compressed                      0 bytes not decompressed               0 bytes not compressed                  1.0:1 compression ratio                1.0:1 overall                Last 5 minutes:                  69175 packets in                       69175 packets out                    230 paks/sec in                        230 paks/sec out                 380964 bits/sec in                     376846 bits/sec out                2652816 bytes decrypted                9459770 bytes encrypted                  71697 Kbits/sec decrypted             255669 Kbits/sec encrypted                  1.0:1 compression ratio                1.0:1 overall Errors:                      0 pkts dropped                         0 ppq full                      0 tx parts overflow                    0 rx parts overflow                      0 replenishment failure                0 zero len                      0 flow inputs bad                      0 cmd invalid                      0 IPV4 len                             0 IPV6 len                      0 algor invalid                      0 bad shadow particle                  0 algor disabled                      0 pre tx fail                          0 dma error                      0 dbit miss                            0 pipeline abort                      0 failsafe timeout                     0 reserv                      0 bad sz count                         0 bad shdw                      0 bad flow tx                          0 spi mismatch                      0 bad flow rx                          0 auth fail                      0 udm fs fail                          0 pad fail                      0 addr limit fixup fail                0 seq fail                      0 quad fix sp                          0 quad fix mp                      0 quad fix cont
    Thanks!

    #show crypto isa sa
    IPv4 Crypto ISAKMP SA
    dst             src             state          conn-id status
    109.x.x.x   79.105.x.x  QM_IDLE           1196 ACTIVE L2L
    109.x.x.x   77.41.x.x    QM_IDLE           1157 ACTIVE VPNClient
    109.x.x.x   85.88.x.x    QM_IDLE           1162 ACTIVE L2L
    109.x.x.x   2.61.x.x      QM_IDLE           1179 ACTIVE L2L
    109.x.x.x   178.212.x.x QM_IDLE           1178 ACTIVE L2L
    109.x.x.x   178.210.x.x  QM_IDLE           1191 ACTIVE VPNClient
    109.x.x.x   178.210.x.x  QM_IDLE           1186 ACTIVE VPNClient
    109.x.x.x   178.210.x.x  QM_IDLE           1182 ACTIVE VPNClient
    109.x.x.x   178.210.x.x  QM_IDLE           1180 ACTIVE VPNClient
    109.x.x.x   178.210.x.x  QM_IDLE           1177 ACTIVE VPNClient
    109.x.x.x   194.186.x.x   QM_IDLE           1187 ACTIVE L2L
    109.x.x.x   62.32.x.x    QM_IDLE           1146 ACTIVE L2LIPv6 Crypto ISAKMP SARouter1#show crypto isa stats
    ISAKMP Process Packet Stats
    IKE Received Packets.......276181
    IKE Transmit Packets.......278526
    IKE Int Q Depth [0]........0
    IKE Int Q Peak [0].........0
    IKE Int Q Depth [1]........0
    IKE Int Q Peak [1].........0
    IKE Int Q Depth [2]........0
    IKE Int Q Peak [2].........1
    IKE Int Q Depth [3]........0
    IKE Int Q Peak [3].........12
    IKE Int Q Depth [4]........0
    IKE Int Q Peak [4].........0
    IKE IPC Q Depth............0
    IKE IPC Q Peak.............1
    IKE P1 Retransmitted.......13
    IKE P2 Retransmitted.......143
    IKE P1 Rcvd Retransmit.....12
    IKE P2 Rcvd Retransmit.....11
    IKE Dup Retransmit.........0
    Pak too long in queue......0
    Packets too long in queues
    dropped by IKE Dispatcher..0
    NAT Keepalives Received....16
    IKE call reenqueue         0
    IPSec Node Dead Reasons:
       (errored reason mark with *)
       No reason                               ...0
      *By Error                                ...0
       By User Command                         ...0
       By Expired Lifetime                     ...0
       No Error                                ...197
       Informational (in) state 1              ...273268
       Informational (in) state 2              ...0
       Done with xauth request/reply exchange  ...117
       Transaction mode done                   ...81
       Saved QM no longer needed               ...2
       IKMP_NO_ERR_NO_TRANS                    ...0
       P2 Re-tx timer expired (CONF_ADDR)      ...0
       Config mode cleanup                     ...0
       QM done                                 ...0
       QM done (commit)                        ...0
       QM done (await)                         ...944
       IKE deleted                             ...22
      *Delete Larval                           ...1
      *Phase 2 err count exceeded              ...11
      *Decrypt_payload failed                  ...0
      *Invalid payload                         ...0
      *No IV for Transaction                   ...0
      *DELAYED_QM_TIMER expired                ...0
      *QM no hash                              ...0
      *QM bad hash                             ...0
      *QM not authenticated                    ...0
      *QM rejected                             ...16
      *QM not accepted                         ...0
      *No ke payload                           ...0
      *                                        ...0
      *                                        ...0
      *                                        ...0
      *                                        ...0
      *                                        ...0
      *                                        ...0
      *                                        ...0
      *                                        ...0
      *                                        ...0
      *                                        ...0
      *                                        ...0
      *                                        ...0
      *Invalid reason code                     ...0IKE SA Dead Reason:
       No reason                                    ...111
      *By error                                     ...9
       BY user command                              ...132
       BY expired lifetime                          ...0
       No error                                     ...0
       Delete no delete                             ...0
       P1 delete notify (in)                        ...0
       VRF removed from profile                     ...0
       Death by tree-walk                           ...0
       End of ipsec tunnel                          ...0
       IKE SA Lifetime Exceeded                     ...0
      *Receive initial contact                      ...0
      *P1 errcounter exceeded (PEERS_ALIVE_TIMER)   ...18
      *Needed xauth                                 ...18
      *XAUTH fail                                   ...0
      *Client cancel xauth prompt                   ...0
      *XAUTH not complete 1                         ...8
      *XAUTH not complete 2                         ...0
      *Fail to allocate ip address                  ...0
      *Failed to allocate a connection id           ...0
      *Phase1 SA policy proposal not accepted       ...52
      *Recevied fatal informational                 ...0
      *SA err counter exceeded (info)               ...0
      *Death by retransmission P1                   ...0
      *Death by retransmission P2                   ...0
      *Death by retransmission throw                ...0
      *Encrypt failure                              ...0
      *Delete_me flag/throw                         ...0
      *IKMP_ERR_NO_RETRANS                          ...0
      *gen_ipsec_isakmp_delete but doi isakmp       ...0
      *QM_TIMER expired                             ...0
      *IKE Fragmentation Failure                    ...0
      *                                             ...0
      *Invalid reason code                          ...0

  • Permanent high CPU load and timeouts in communication channels

    Dear Colleagues,
    we've a strange issue since last week. At first we had an problem with a redirect to the cytrix online booking engine within the travel management application of our SAP NW Portal. There is a redirect.jsp file deployed in our PI system that connects to cytrix and passes the URL with session link and session cookie to our Portal. We fixed that issue by restarting the PI system.
    We have a PI 7.0 stack 23 on HP-UX.
    After restarting we found that we've got a very high CPU load (about 75% overall CPU, or 300% at 4 CPUs) probably caused by very frequent (3 per second) minor garbage collection runs (as seen in GC.log).
    On friday we had timeouts within one of our communication channels in the PI system.
    We changed the heap size from 2GB to 3GB and the new generation from 341MB to 768MB and restarted the PI system. But after a few ours the system uses 75% RAM of the CPU high CPU load and the GC runs are still the same.
    This is a short excerpt of our GC.log:
    52645.608: [GC 52645.608: [DefNew: 395326K->2003K(589824K), 0.0334788 secs] 1628688K->1235472K(2949120K), 0.0335882 secs]
    52646.071: [GC 52646.072: [DefNew: 395219K->2072K(589824K), 0.0351584 secs] 1628688K->1235680K(2949120K), 0.0353002 secs]
    52646.665: [GC 52646.665: [DefNew: 395288K->2173K(589824K), 0.0371023 secs] 1628896K->1236058K(2949120K), 0.0372198 secs]
    52647.022: [GC 52647.022: [DefNew: 395389K->1969K(589824K), 0.0352723 secs] 1629274K->1235991K(2949120K), 0.0353865 secs]
    52647.368: [GC 52647.368: [DefNew: 395185K->1885K(589824K), 0.0346132 secs] 1629207K->1235944K(2949120K), 0.0347310 secs]
    52647.804: [GC 52647.804: [DefNew: 395101K->2069K(589824K), 0.0357804 secs] 1629160K->1236129K(2949120K), 0.0358980 secs]
    52648.327: [GC 52648.328: [DefNew: 395285K->2285K(589824K), 0.0380093 secs] 1629345K->1236369K(2949120K), 0.0381374 secs]
    52648.737: [GC 52648.738: [DefNew: 395501K->2282K(589824K), 0.0365516 secs] 1629585K->1236400K(2949120K), 0.0366749 secs]
    52649.125: [GC 52649.125: [DefNew: 395498K->2435K(589824K), 0.0352310 secs] 1629616K->1236589K(2949120K), 0.0353407 secs]
    52649.462: [GC 52649.462: [DefNew: 395651K->2436K(589824K), 0.0361161 secs] 1629805K->1236654K(2949120K), 0.0362322 secs]
    52649.840: [GC 52649.840: [DefNew: 395652K->2322K(589824K), 0.0341640 secs] 1629870K->1236539K(2949120K), 0.0342721 secs]
    Does anyone know what can cause the high load?
    Is the frequency of the GC runs normal?
    Can the timeouts be connected to the high CPU load?
    The error ony occurs on our productive system.
    I'd appriciate your help very much.
    Kind regards,
    Paul

    hi Paul,
    I believe an issue like that needs to be done onsite and not via a forum
    as it probably requires doing lots of checks/tests
    my suggestion would be to get a PI consultant expert with basis experience onsite or do it via OSS with SAP
    Regards,
    Michal Krawczyk

Maybe you are looking for

  • SAP BusinessObject Mobile WebI Report Prompt Issue

    Hi, I have problem to view the Prompt value in Long Text for WebI report in my iPad. The SAP BusinessObject Mobile application is on version 5.1.12. We are using BI Platform 4.1, and the WebI report is connected to Bex Query using BICS connection. Be

  • Old Appletalk Printer Stopped Working With Snow Leopard

    My old Apple 630 Pro Printer, which is connected to one of the Ethernet ports of my Time Capsule station, used to work perfectly through Appletalk... till I installed Snow Leopard. No more Appletalk in Snow Leopard, the printer is gone. If I could fi

  • Webkit exploit: Arabic text issue

    (Yes, I know about apple.com/feedback and I know, that Apple doesn't read discussions on this forum) I can't take this anymore. So, let me tell you: there is an exploit in WebKit (Safari, Chrome), that can crash the browser or the page when trying to

  • How to get the bytes of a long?

    Hi, I need an 8-byte number for my application. First I create an int and then cast it to long. After that this long number must be represented by 8 bytes, or 64 bits, in memory. As far as I know the leading zeros in its binary representation are pre

  • Transfer capitalised Assets to Inventory items

    Hi, There is a Material which is procured as ASSET & has been capitalised & available in books as ASSET. Now, there is a requirement to transfer this ASSET in value & quantity from Books of assets to Inventory. The transfer may be in parts also. Can