Linux swap space size?

I am use script to install a data guard, and get ORA-27072 error, the metalink tell my maybe "all available swap space on the system has been used".
and tell me
"According Note 169706.1 : Oracle® Database on AIX®,HP-UX®,Linux®,Mac OS® X,Solaris®,Tru64 Unix® Operating Systems Install
ation and Configuration Requirements Quick Reference (8.0.5 to 11.1)
Oracle has the following recommend on the swap sapce for linux x86 system
If RAM = 1024MB to 2048Mb
then 1.5 times RAM
elseif RAM > 2048MB and < 8192MB
then match RAM
else RAM > 8192MB
then .75 times RAM"
ORA-27072: File I/O error
Linux Error: 25: Inappropriate ioctl for device
My os has 8G RAM and 2G swap space size, do i need chang swap space size to 6G?

>
I am use script to install a data guard, and get ORA-27072 error, the metalink tell my maybe "all available swap space on the system has been used".
and tell me
"According Note 169706.1 : Oracle® Database on AIX®,HP-UX®,Linux®,Mac OS® X,Solaris®,Tru64 Unix® Operating Systems Install
ation and Configuration Requirements Quick Reference (8.0.5 to 11.1)
Oracle has the following recommend on the swap sapce for linux x86 systemWell, for a start you could try clearly telling us what your OS is! Above
you mention a "linux x86" system.
If RAM = 1024MB to 2048Mb
then 1.5 times RAM
elseif RAM > 2048MB and < 8192MB
then match RAM
else RAM > 8192MB
then .75 times RAM"
ORA-27072: File I/O error
Linux Error: 25: Inappropriate ioctl for device
My os has 8G RAM and 2G swap space size, do i need chang swap space size to 6G?Sorry - I'm confused - here you mention 8GB of RAM. Do you have
High Memory Support on your kernel?
You might want to look at
http://www.puschitz.com/InstallingOracle10g.shtml
however more info on your configuration is necessary. BTW, you can also
improve performance by spreading the swap over different disks.
HTH.
Paul...
When asking database related questions, please give other posters
some clues, like OS (with version), version of Oracle being used and DDL.
Other trivia such as CPU, RAM + Disk configuration might also be useful.
The exact text and/or number of error messages is useful (!= "it didn't work!"). Thanks.
Furthermore, as a courtesy to those who spend time analysing and attempting to help,
please do not top post and do try to trim your replies!

Similar Messages

  • Problem on Creating a Swapfile for adding swap space

    Folks,
    Hello. I am using Oracle Linux 5.6. At this time, the Linux swap space is 0 KB by using the command:
    [root@rac1 /]# grep SwapTotal /proc/meminfo
    I need 150MB swap space to install Oracle Database. I create the swap space using the following commands:
    Step 1:
    [root@rac1 /]# dd if=/dev/zero of=/swapfile bs=1024 count15360 hit enter
    Output: 153600 to records in
    153600 to records out
    157286400 bytes(157MB) copied, 3.3835 seconds, 46.5MB/s.
    Step 2:
    [root@rac1 /]# mkswap /swapfile hit enter
    Output: Command not found.
    Step 3:
    [root@rac1 /]# swapon /swapfile hit enter
    Output: Command not found.
    Step 4:
    [root@rac1 etc]#vi fstab
    Add this line into the file: /swapfile swap swap defaults 0 0
    Save and close the file fstab.
    Step 5:
    Reboot Oracle Linux 5.6 and run this command:
    [root@rac1 /]# grep SwapTotal /pro/meminfo
    Output: SwapTotal: 0 KB
    As you see above, swap space is not added. I think the problem is that the commands "mkswap /swapfile" and "swapon /swapfile" are not executed.
    My question is : Do any folk understand how to add the swap space successfully ?

    When you execute a program, the command shell will walk through the locations specified by $PATH environment variable in order to find it. The "./" path is the current working directory and should not be in the $PATH environment to make sure applications are run only from locations defined by $PATH and not the current working directory. You can bypass this behavior iif you specify the full absolute path to the program at the command prompt, e.g. cd /sbin, ./mkswap or /sbin/mkswap. Other programs and administration tasks will use Linux utilities located in /sbin without specifying the full path and will not work if /sbin is not part of your PATH environment.
    You may have seriously screwed up your system because your root account contains /home/ora11g/bin, which is normally defined by .bash_profile located in the user account's home directory. Before analyzing your login scripts, I suggest you post the output of the following command:
    cat /etc/passwd

  • Swap Space in Linux

    Hi,
    I am newbie to Linux.How to increase the Swap Space in Linux for Oracle 10g Installation.Is it possible to create the Swap space without Reboot in Resue Mode.Tell some commands about Swap space and File system.
    Thank You,
    With Regards,

    1. Find a filesystem or partition on which you want to create swap space. Lets say root filesystem /
    2. Example -> dd if=/dev/zero of=/swapfile bs=1024 count=65536
    3. Making of swapfile -> mkswap /swapfile
    4. Immediately enable swap -> swapon /swapfile
    5. To enable it at boot time edit /etc/fstab to include -> */swapfile swap swap defaults 0 0*
    Finally Check with you Unix system administrator before doing these commands.
    Ss

  • SWAP space and RAM size

    Hi all,
         However there is no specific measurement for providing SWAP space,there is a ganeral rule says that "SWAP space must be twice the amount of RAM"...Why this specific value(twice of RAM)..Why it cant be the thrice amount? May i know what is the reason for telling this rule?
    Please can anyone tell me?
    Jasmine

    Hi
    The minimum requirement should be twice the size of RAM.This is because when a core dump occurs the whole active process avaulable in RAM will be written as a core file .the file will be initially written in the swap.The swap has to hold the full amount of memory and inturn swap will also have some files active.So as a minimum requirement you should have twice the amount of RAM as Swap Space.If you have a high storage and you dont know what to do give to to swap,No issue in that.

  • Swap space

    Hi
    I intend to install oracle 10 R2 on redhat linux 5 , my system have 64 gb ram
    how much swap space i need to setup for this size of ram
    i check some installation docoment it mention
    if the memory is 1 to 8 gig then it should be double
    if it is more than 8 gig then it should be 0.75 of mrmory size
    if this is the method then for my ram size i need to set 48 Gb
    is this is right size , i am wondering this size seems like very huge size
    pls advise what is the right size for 64 gb RAM
    RDS

    The documentation states:
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15667/pre_install.htm#i1011296The system must meet the following minimum hardware requirements:
    swap space ... More than 8192 MB -> 0.75 times the size of RAM>
    So, probably it will work with less memory but if you want a supported configuration, then assign the required space, hard disks are so cheap.
    Enrique

  • Swap space/dump devices for large RAM systems

    We are in the process of changing our standards for our server builds and need some input. Currently, we match the swap space on local disk with the size of RAM. I know this isn't necessary for "swap" any more, but we use the swap area as the dump device as well, so we are sure to have enough space there to contain a full memory dump if the server crashes.
    Now we have systems coming in with 128 or even 192 GB of ram. They contain only two disks (146GB), which we mirror. Obviously there isn't enough space on these disks for 192GB of swap or a dedicated dump deivce.
    We need the ability to capture full dumps when we have a crash, probably with a dedicated dump device. Should we start ordering SCSI disk enclosuers for this purpose? Can we make a SAN volume our dump device?
    What is everyone else doing with these larger RAM systems?

    Compressed dumps have been supported in UNIX flavors for many years, so you need to dig further into it. It is supported in linux, so I can't imagine why it wouldn't in Solaris. Tru64UNIX, HP-UX, AIX, and others all provide this capability.
    True, you can't get internal disks bigger than the 146 on Sparc platforms, but you could attach a "boot array", like a storagetek D240 system, or iScsi or fiber attached storage. The only caveat is whether Solaris, in the throes of a crash, still has the drivers loaded that can address an external disk subsystem. That would have to be investigated with SUN. And these arrays support the new 1TB SATA disk drives. We are deploying 6140 shelves with 16TB per shelf. Simply amazing...

  • How is SWAP space and Oracle's Shared Memory related ?

    Platform: RHEL 5.4
    Oracle Version: 11.2
    I was trying to increase MEMORY_TARGET to 15g. Then I encountered the following error
    SQL> alter system set memory_max_target=20g scope=spfile;
    System altered.
    SQL> alter system set memory_target=15g scope=spfile;
    System altered.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL>
    SQL>
    SQL>
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORA-00845: MEMORY_TARGET not supported on this system
    SQL>
    SQL>
    SQL> select name from v$database;
    select name from v$database
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 189 Serial number: 9From the below post
    MEMORY_TARGET not supported on this system
    I gathered that In Linux, if you want to set MEMORY_TARGET, MEMORY_MAX_TARGET to nGB , then you should have a SWAP ( /dev/shm ) of nGB.
    My Swap was only 16gb and I was trying to set memory_max_target to 20g
    $ df -h /dev/shm
    Filesystem            Size  Used Avail Use% Mounted on
    tmpfs                  16G  7.2G  8.6G  46% /dev/shmNow, I am wondering how is Oracle's Shared Memory (SGA+PGA) related to SWAP space in a server ? Shouldn't Oracle's Shared Memory be related to Physical RAM rather than disk based SWAP space ?

    related question:
    In the above mentioned OTN article it says ,
    You could encounter ORA-00845 if your shared memory is not mapped to /dev/shm
    I think he meant
    You could encounter ORA-00845 if your SWAP space is not mapped to /dev/shm .
    Am I right ?

  • Excess Swap Space....

    Hi all,
    Please I would like to find out if large swap space has any effect on the performance of a Server.
    Thanks

    No. Generally not a good idea.
    Oh, details? Sure.
    To begin with you do <u>not</u> want any active paging going on; it kills performance quickly. It is normal to see some memory pages being evicted to paging store; the kernel does some proactive evictions of stale memory pages just in case the room is needed sometime in the future.
    $ top -n1
    top - 07:37:55 up 3 days, 19:58,  1 user,  load average: 0.01, 0.82, 1.26
    Tasks: 302 total,  15 running, 287 sleeping,   0 stopped,   0 zombie
    Cpu(s):  4.5%us,  6.2%sy,  0.1%ni, 88.2%id,  0.8%wa,  0.0%hi,  0.1%si,  0.0%st
    Mem:   6902244k total,  6486860k used,   415384k free,   600968k buffers
    Swap:  8392696k total,    14496k used,  8378200k free,  1290552k cachedThe swap utilization reported by top(1) is misleading because it shows a static picture of how much swap space is being used. The problem is that you can't distinguish between the stale-memory evictions and the unwanted paging activity. Better to use the vmstat(1) tool for this:
    $ vmstat 1 3
    procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
    r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
    1  0  14496 411440 601624 1293196    0    0    48   103   28   24  5  6 88  1  0
    61  0  14496 411316 601632 1293196    0    0     0   212 5224 6751  2  4 93  2  0
    5  0  14496 411152 601640 1293188    0    0     0    16 7205 8826  5 11 83  1  0The interesting metric here is the swap-in (si) column, which counts the number of pages read into memory from the paging store. It is OK for this to show some minor values, but should the count increase rapidly for some time you should regard this as a sign of swap activity and fix it.
    Lots of installation documentation suggests that the size of paging store be at least equal to the physical memory size or even larger. On anything much larger than an old desktop this is simply too much space: the system will become unusably slow long before this amount of space is utilized.
    Ancient history: at one time some UNIX ports used the swap space to temporarily store a memory image of a system oops. Every boot, the kernel checked the swap space for a special signature pattern to see if the swap space held such an image.
    Back to the present: having an excessively-large paging store simply wastes disk space. Sometimes the extra paging store can be useful to have because it can postpone a Linux out-of-memory (OOM) kill by the kernel if you have a run-away program leaking memory, but most likely this simply trades an OOM kill for really poor performance. Your mileage may vary, as they say.

  • Swap Space Recommendations

    Hi,
    Is there a recommendation when it comes to setting the swap space for the system running the endeca server?
    We are using EID 2.3 on Linux.
    Our machines are currently freezing once the swap space gets consumed.
    Thanks,
    Will

    Will,
    Is the machine running Endeca Server also receiving incremental updates or does your solution operate as more of a "kill and fill" operation where the index is being fully loaded each time?
    Some other information that would be helpful would be the size of your index and the amount of RAM available on the machine. If you're not comfortable sharing that, a ratio would also suffice (i.e. I have 48GB of RAM and my index size on disk is 12GB so the ratio of RAM to index size is 4:1).
    Typically, I've seen the "high water mark" of addressable memory reach about 2 to 2.5x the index size. Keep in mind that it only ratchets up to that level on rare occasions when an index that has been in use for a while (warm cache) is in the final stages of a bulk update, the usual running amount is much lower. And of course, swap should only come into play when your available memory is constraining the system.
    Hope that helps,
    Patrick Rafferty
    Branchbird

  • Swap space for multiple instaces on the same box

    OS: Oracle Enterprise Linux 5 Update 2 (64-bit)
    DB: 10.2.0.4
    I'm fairly new to Linux and have a general question about configuring swap space on a Linux box running 10g. From the 10g: Managing Oracle on Linux for DBAs class, Oracle gives the following recommendations about swap size:
    RAM (Swap)
    <= 2Gb (150% of the RAM size)
    Between 2Gb - 8Gb (Equal to the RAM size)
    8Gb+ (75% of the RAM size)
    It's not clear to me from reading the book if this recommendation is good for all Oracle processes running on the machine, or if it's a per instance value? The box has 16Gb of RAM but there are going to be three instances running on it and I need to verify that 12Gb of swap will support all three without issue or if I'll need to configure 12Gb swap per instance.
    Appreciate any input.

    As noted earlier in this thread, swap space is an operating system property, and has nothing to do with software you want to run on top of it, like an oracle database.
    The function of swap space is to be able cope with memory allocations beyond the amount of physical memory. In most occasions you do not want to use swap space, because it has a severe performance impact (memory blocks have to be exchanged from the swap device to physical memory).
    (please mind that on some unixes (AIX and HPUX if I am not mistaking), swap is pre-allocated for processes which means the swap size is not only depended of operating system and memory size, but also the number of processes. Linux does not do that, it starts to allocate swap pages under memory pressure. There are certain issues with some memory settings in linux (linux kernel memory management is quite automatic) that can get your system to page. (memory overcommitting is one thing))
    In my experience, the amount of memory which is used is depended on the amount of memory on the machine in most cases. Whilst this sound simple, think of it: with 2GB used, probably most DBA's would allocate approximately 1.5GB to the databases on that machine, if your machine got 16GB you probably want approximately 14GB to be used by the databases.
    This means (for me) that I use swapspace with the same size as the amount of memory. That few extra GB's allocated to swap won't cost you or your company an arm and a leg, so have that for not running out of memory.

  • Swap space problem on Windows XP

    I'm trying to install BI Publisher on Windows XP from a zip file downloaded last week (version 10.1.3.3.2). However after starting setup.exe in the install directory I get the message that my swap space = 0 Mb while 500 Mb is required. After this the installation procedure quits.
    I haven't got a clue as what the installer is referring to (swap on windows?) but I have plenty of room om my two (logical) disks, no spaces in the directory name from which I start the installer (D:\download\bipublisher\Windows\OBI\install) and about 1.5 Gb of memory free.
    Any hints what to do would be appreciated.
    tia,
    Martin

    Hi Mjb001,
    In computer operating systems that have their main memory divided into pages, paging (sometimes called swapping) is a transfer of pages between main memory and an auxiliary store, such as hard disk drive.[1] Paging is an important part of virtual memory implementation in most contemporary general-purpose operating systems, allowing them to easily use disk storage for data that does not fit into physical RAM. Paging is usually implemented as a task built into the kernel of the operating system.
    Windows 3.x creates a hidden file named 386SPART.PAR or WIN386.SWP for use as a swap file. It is generally found in the root directory, but it may appear elsewhere (typically in the WINDOWS directory). Its size depends on how much swap space the system has (a setting selected by the user under Control Panel → Enhanced under "Virtual Memory"). Please check this file.
    Regards,
    Amit Deshpande
    Persistent Systems Ltd.

  • Problem with swap space

    Hi All,
    Using Oracle 10gR1, Solaris 9.
    prtconf | grep "Memory size"
    Memory size: 16384 Megabytesswap space is 16g
    Pga_aggregate_target = 2G and after checking the v$pga_target_advice, it shows optimal.
    Currently we have a issue of swap space getting used up nearly 100%. The system was out of memory and can't run any application
    Alert logs error;
    ORA-07445: exception encountered: core dump [_aio_free_stack_unlocked()+72] [SIGBUS] [Object specific hardware error] [0xFFFFFFFF7B602000] [] []
    ORA-00600: internal error code, arguments: [ksnpost:ksnigb], [], [], [], [], [], [], []
    ORA-04030: out of process memory when trying to allocate 588408 bytes (pga heap,kco buffer)On checking Metalink note, it said its an unhandled Oracle exception; have to increase the swap space.
    AWR excerpt;
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
                   Buffer Cache:     4,848M      Std Block Size:         8K
               Shared Pool Size:     3,985M          Log Buffer:     1,024K
    Load Profile
    ~~~~~~~~~~~~                            Per Second       Per Transaction
                      Redo size:             63,328.92              2,116.68
                  Logical reads:              4,946.83                165.34
                  Block changes:                257.73                  8.61
                 Physical reads:              1,267.50                 42.36
                Physical writes:                 72.44                  2.42
                     User calls:                385.83                 12.90
                         Parses:                 84.22                  2.81
                    Hard parses:                  0.04                  0.00
                          Sorts:                 10.53                  0.35
                         Logons:                  0.14                  0.00
                       Executes:                211.35                  7.06
                   Transactions:                 29.92
      % Blocks changed per Read:    5.21    Recursive Call %:    13.56
    Rollback per transaction %:    0.29       Rows per Sort:    94.72
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~                                        % Total
    Event                                 Waits    Time (s)   DB Time     Wait Class
    row cache lock                       16,498      45,001     43.44    Concurrency
    log file switch (checkpoint in       30,766      30,281     29.23  Configuration
    db file sequential read           2,873,716      10,796     10.42       User I/O
    buffer busy waits                     8,870       8,718      8.42    Concurrency
    db file parallel write                  421       3,848      3.71     System I/O
              -------------------------------------------------------------On increasing the swap space, and restarting the instance, the system was normal.
    Now why does oracle use up all the swap space and what can be the workaround to avoid this in future?

    Verma wrote:
    Using Oracle 10gR1, Solaris 9.
    swap space is 16gOracle 10gR2 swap space recommendations are:
    - 1 GB - 2 GB = 1.5 times the size of RAM
    - 2 GB - 8 GB = equal to the size of RAM
    - Greater than 8GB = 0.75 times the size of RAM
    Currently we have a issue of swap space getting used up nearly 100%. The system was out of memory and can't run any applicationThat is unusual and should not be happening when you have what seems to be an excess of memory available. This could mean some kind of bug (memory leakage for example), or it could mean plain old fashion abuse of memory. Like PL/SQL code that attempts to bulk fetch a few million rows from the database with a single go.
    On checking Metalink note, it said its an unhandled Oracle exception; have to increase the swap space.Wrong IMO (unless you were not following the recommended swap size factor). If you have have a giant swap area..moving the wall a few meters away (by increasing swap) will only enable you to run faster into it - I doubt that this is the intent of that Metalink note.
    On increasing the swap space, and restarting the instance, the system was normal.
    Now why does oracle use up all the swap space and what can be the workaround to avoid this in future?Oracle only use what is needed to perform the client requests that it receives. If the client request a mountain of data to be moved/processed, Oracle will try to oblige. If that mountain topples and crushes server resources, it is not Oracle that is to blame for trying to do exactly what was requested from it.

  • Java.lang.OutOfMemoryError:growableArray.cpp. Out of swap space?

    Hello,
    My Application(a Desktop application) through the following exception
    Can any one please help me finding what are the possible reasons and solution for the below error?
    https://forums.oracle.com/message/6443182#6443182
    https://forums.oracle.com/message/6646295#6646295
    I have seen in the above discussions that reducing the the heap size (Xmx) would give a solution, can any one please suggest me how much do I have to reduce my Xmx.
    Here are my log details.
    # An unexpected error has been detected by Java Runtime Environment:
    # java.lang.OutOfMemoryError: requested 4096000 bytes for GrET in C:\BUILD_AREA\jdk6_12\hotspot\src\share\vm\utilities\growableArray.cpp. Out of swap space?
    #  Internal Error (allocation.inline.hpp:42), pid=1508, tid=5848
    #  Error: GrET in C:\BUILD_AREA\jdk6_12\hotspot\src\share\vm\utilities\growableArray.cpp
    # Java VM: Java HotSpot(TM) Server VM (11.2-b01 mixed mode windows-x86)
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x070d0400):  VMThread [stack: 0x071b0000,0x072b0000] [id=5848]
    Stack: [0x071b0000,0x072b0000]
    [error occurred during error reporting (printing stack bounds), id 0xc0000005]
    VM_Operation (0x0a21fae4): ParallelGCSystemGC, mode: safepoint, requested by thread 0x070e4800
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x0d1da400 JavaThread "RMI RenewClean-[NCOSJPEPRD02:56100]" daemon [_thread_blocked, id=6104, stack(0x45440000,0x454c0000)]
      0x0d1d9000 JavaThread "RMI RenewClean-[NCOSJPEPRD07:56100]" daemon [_thread_blocked, id=7312, stack(0x3abd0000,0x3ac50000)]
      0x0d1d9c00 JavaThread "RMI RenewClean-[NCOSJPEPRD04:56100]" daemon [_thread_blocked, id=7244, stack(0x38340000,0x383c0000)]
      0x17e82c00 JavaThread "RMI RenewClean-[NCOSJPEPRD06:56100]" daemon [_thread_blocked, id=4432, stack(0x0e210000,0x0e290000)]
      0x17e80800 JavaThread "RMI RenewClean-[NCOSJPEPRD05:56100]" daemon [_thread_blocked, id=4128, stack(0x00e40000,0x00ec0000)]
      0x17e7fc00 JavaThread "RMI RenewClean-[NCOSJPEPRD01:56100]" daemon [_thread_blocked, id=7472, stack(0x0b060000,0x0b0e0000)]
      0x17e81400 JavaThread "WGN ThreadPool Message Receiver(20826) (Inactive)" daemon [_thread_blocked, id=5036, stack(0x37bc0000,0x37c40000)]
      0x17e82800 JavaThread "RMI TCP Connection(261363)-10.22.91.38" daemon [_thread_blocked, id=5560, stack(0x0f460000,0x0f4e0000)]
      0x17e80400 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=6800, stack(0x0cbb0000,0x0cc30000)]
      0x17e7f800 JavaThread "RMI RenewClean-[NCOSJPEPRD03:56100]" daemon [_thread_blocked, id=7784, stack(0x097c0000,0x09840000)]
      0x17e81000 JavaThread "RMI TCP Connection(261367)-10.22.91.39" daemon [_thread_in_native, id=6972, stack(0x00dc0000,0x00e40000)]
      0x0d1d9800 JavaThread "WGN ThreadPool Message Receiver(20825) (Inactive)" daemon [_thread_blocked, id=7872, stack(0x1fe10000,0x1fe90000)]
      0x17e7f400 JavaThread "RMI TCP Connection(261366)-10.22.81.92" daemon [_thread_in_native, id=7948, stack(0x0e070000,0x0e0f0000)]
      0x17e82000 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=7672, stack(0x38440000,0x384c0000)]
      0x08eed400 JavaThread "RMI TCP Connection(261320)-10.22.91.39" daemon [_thread_in_native, id=5640, stack(0x37eb0000,0x37f30000)]
      0x17e81c00 JavaThread "RMI TCP Connection(261357)-10.22.81.92" daemon [_thread_in_native, id=8060, stack(0x22e90000,0x22f10000)]
      0x19dd3c00 JavaThread "RMI TCP Connection(261369)-10.22.91.38" daemon [_thread_in_native, id=1360, stack(0x73da0000,0x73e20000)]
      0x19dd3000 JavaThread "RMI TCP Connection(261360)-10.22.81.92" daemon [_thread_in_native, id=2144, stack(0x71d60000,0x71de0000)]
      0x070e8800 JavaThread "RMI TCP Connection(261368)-10.22.81.92" daemon [_thread_in_native, id=7188, stack(0x4dac0000,0x4db40000)]
      0x19dd0800 JavaThread "WGN ThreadPool Application Data Monitor(20737) (Inactive)" [_thread_blocked, id=6420, stack(0x0cd10000,0x0cd90000)]
      0x19dd0c00 JavaThread "WGN ThreadPool Application Data Monitor(20687) (Inactive)" [_thread_blocked, id=3504, stack(0x0a7a0000,0x0a820000)]
      0x19dd1800 JavaThread "WGN ThreadPool Application Data Monitor(20657) (Inactive)" [_thread_blocked, id=3084, stack(0x0b1e0000,0x0b260000)]
      0x0d1dcc00 JavaThread "WGN ThreadPool Application Data Monitor(20446) (Inactive)" [_thread_blocked, id=7352, stack(0x0ab60000,0x0abe0000)]
      0x08eecc00 JavaThread "RMI RenewClean-[VNCOSJCMSPRD:56102,[email protected]9b3ec]" daemon [_thread_blocked, id=1880, stack(0x0b8e0000,0x0b960000)]
      0x08eec800 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=5100, stack(0x0b820000,0x0b8a0000)]
      0x08eebc00 JavaThread "WGN filter validation thread" [_thread_blocked, id=6412, stack(0x0b6a0000,0x0b720000)]
      0x08eeb400 JavaThread "WGN ID cache(preloader thread)" [_thread_blocked, id=5280, stack(0x0b5e0000,0x0b660000)]
      0x08eeb000 JavaThread "WGN Username cache(preloader thread)" [_thread_blocked, id=6808, stack(0x0b520000,0x0b5a0000)]
      0x08eeac00 JavaThread "WGN Username cache(invalidator thread)" [_thread_blocked, id=3628, stack(0x0b460000,0x0b4e0000)]
      0x08eea400 JavaThread "WGN E-mail address cache(preloader thread)" [_thread_blocked, id=5548, stack(0x0b3a0000,0x0b420000)]
      0x08eea000 JavaThread "WGN E-mail address cache(invalidator thread)" [_thread_blocked, id=3844, stack(0x0b2e0000,0x0b360000)]
      0x08ee8800 JavaThread "WGN Lookup cancellation thread" [_thread_blocked, id=4296, stack(0x0afe0000,0x0b060000)]
      0x08ee8000 JavaThread "WGN RSRegister-FallbackMonitorThread" [_thread_blocked, id=4180, stack(0x0af20000,0x0afa0000)]
      0x08ee7c00 JavaThread "WGN NotifyScheduler (Scheduler)" [_thread_blocked, id=1712, stack(0x0ae60000,0x0aee0000)]
      0x08ee7800 JavaThread "WGN ThreadPool Application Data Monitor(0) - TPQE(NCOSJPEPRD03)" [_thread_blocked, id=6184, stack(0x0ada0000,0x0ae20000)]
      0x08ee7000 JavaThread "WGN DBManagement (Scheduler)" [_thread_blocked, id=3524, stack(0x0ace0000,0x0ad60000)]
      0x070e8c00 JavaThread "WGN Database Event Logging Queue Handler" daemon [_thread_blocked, id=2152, stack(0x0ac20000,0x0aca0000)]
      0x070e7000 JavaThread "RMI RenewClean-[VNCOSJCMSPRD:56101,wigan.infrastruct.serviceutil.ClientSocketFactory@f5d9b3ec]" daemon [_thread_blocked, id=5836, stack(0x0a720000,0x0a7a0000)]
      0x070e6c00 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=6704, stack(0x0a660000,0x0a6e0000)]
      0x070e5800 JavaThread "RMI RenewClean-[VNCOSJCMSPRD:56100]" daemon [_thread_blocked, id=5984, stack(0x0a420000,0x0a4a0000)]
      0x070e5400 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=6224, stack(0x0a360000,0x0a3e0000)]
      0x070e4800 JavaThread "GC Daemon" daemon [_thread_blocked, id=660, stack(0x0a1a0000,0x0a220000)]
      0x070e4400 JavaThread "RMI Reaper" [_thread_blocked, id=5084, stack(0x0a0e0000,0x0a160000)]
      0x070e3c00 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=4916, stack(0x0a060000,0x0a0e0000)]
      0x070e3800 JavaThread "WGN Ping (Ping Server)" [_thread_in_native, id=5112, stack(0x09ea0000,0x09f20000)]
      0x070e3000 JavaThread "RMI TCP Accept-56099" daemon [_thread_in_native, id=4548, stack(0x09d30000,0x09db0000)]
      0x070e2000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1452, stack(0x07870000,0x078f0000)]
      0x070ed800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=4024, stack(0x07730000,0x07830000)]
      0x070ed400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5480, stack(0x075f0000,0x076f0000)]
      0x070e1c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=6908, stack(0x07530000,0x075b0000)]
      0x070e1400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5792, stack(0x07470000,0x074f0000)]
      0x070d4c00 JavaThread "Finalizer" daemon [_thread_blocked, id=4516, stack(0x073b0000,0x07430000)]
      0x070d2400 JavaThread "Reference Handler" daemon [_thread_blocked, id=5384, stack(0x072f0000,0x07370000)]
      0x017fb800 JavaThread "main" [_thread_blocked, id=4796, stack(0x01480000,0x01580000)]
    Other Threads:
    =>0x070d0400 VMThread [stack: 0x071b0000,0x072b0000] [id=5848]
      0x070f9800 WatcherThread [stack: 0x07930000,0x07a30000] [id=5408]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x017f9a10] UNKNOWN - owner thread: 0x070d0400
    [0x017f9e70] UNKNOWN - owner thread: 0x070e4800
    Heap
    PSYoungGen      total 173696K, used 8225K [0xdeaa0000, 0xe9f50000, 0xe9ff0000)
      eden space 162752K, 0% used [0xdeaa0000,0xdeaa0000,0xe8990000)
      from space 10944K, 75% used [0xe8990000,0xe9198528,0xe9440000)
      to   space 11136K, 0% used [0xe9470000,0xe9470000,0xe9f50000)
    PSOldGen        total 470848K, used 221413K [0x83ff0000, 0xa0bc0000, 0xdeaa0000)
      object space 470848K, 47% used [0x83ff0000,0x918297a0,0xa0bc0000)
    PSPermGen       total 20352K, used 20093K [0x7fff0000, 0x813d0000, 0x83ff0000)
      object space 20352K, 98% used [0x7fff0000,0x8138f528,0x813d0000)
    Dynamic libraries:
    0x00400000 - 0x004d0000 C:\Program Files (x86)\CA\CA DLP\system\wgninfra.exe
    0x77800000 - 0x77980000 C:\Windows\SysWOW64\ntdll.dll
    0x762d0000 - 0x763e0000 C:\Windows\syswow64\kernel32.dll
    0x75ba0000 - 0x75be7000 C:\Windows\syswow64\KERNELBASE.dll
    0x71c80000 - 0x71c92000 C:\Windows\system32\MPR.dll
    0x75de0000 - 0x75ee0000 C:\Windows\syswow64\USER32.dll
    0x758b0000 - 0x75940000 C:\Windows\syswow64\GDI32.dll
    0x773f0000 - 0x773fa000 C:\Windows\syswow64\LPK.dll
    0x75810000 - 0x758ad000 C:\Windows\syswow64\USP10.dll
    0x77290000 - 0x7733c000 C:\Windows\syswow64\msvcrt.dll
    0x77350000 - 0x773f0000 C:\Windows\syswow64\ADVAPI32.dll
    0x75a50000 - 0x75a69000 C:\Windows\SysWOW64\sechost.dll
    0x761e0000 - 0x762d0000 C:\Windows\syswow64\RPCRT4.dll
    0x75250000 - 0x752b0000 C:\Windows\syswow64\SspiCli.dll
    0x75240000 - 0x7524c000 C:\Windows\syswow64\CRYPTBASE.dll
    0x75c80000 - 0x75ddc000 C:\Windows\syswow64\ole32.dll
    0x759c0000 - 0x75a4f000 C:\Windows\syswow64\OLEAUT32.dll
    0x735c0000 - 0x73647000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCP80.dll
    0x74ae0000 - 0x74b7b000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCR80.dll
    0x68600000 - 0x68645000 C:\Program Files (x86)\CA\CA DLP\system\infrahlp.dll
    0x75ee0000 - 0x75f15000 C:\Windows\syswow64\WS2_32.dll
    0x75c60000 - 0x75c66000 C:\Windows\syswow64\NSI.dll
    0x76640000 - 0x7728a000 C:\Windows\syswow64\SHELL32.dll
    0x75480000 - 0x754d7000 C:\Windows\syswow64\SHLWAPI.dll
    0x71650000 - 0x7173b000 C:\Windows\system32\dbghelp.dll
    0x75bf0000 - 0x75c50000 C:\Windows\system32\IMM32.DLL
    0x75730000 - 0x757fc000 C:\Windows\syswow64\MSCTF.dll
    0x68200000 - 0x68229000 C:\Program Files (x86)\CA\CA DLP\common\wgnprod.dll
    0x734e0000 - 0x734e9000 C:\Windows\system32\VERSION.dll
    0x10000000 - 0x1000d000 C:\Program Files (x86)\CA\CA DLP\common\wgnprod_en.dll
    0x74ad0000 - 0x74adb000 C:\Windows\system32\profapi.dll
    0x6db30000 - 0x6def4000 C:\Program Files (x86)\CA\CA DLP\system\jre160_12\bin\server\jvm.dll
    0x717b0000 - 0x717e2000 C:\Windows\system32\WINMM.dll
    0x7c340000 - 0x7c396000 C:\Program Files (x86)\CA\CA DLP\system\jre160_12\bin\MSVCR71.dll
    0x71de0000 - 0x71e2c000 C:\Windows\system32\apphelp.dll
    0x6d340000 - 0x6d348000 C:\Program Files (x86)\CA\CA DLP\system\jre160_12\bin\hpi.dll
    0x777d0000 - 0x777d5000 C:\Windows\syswow64\PSAPI.DLL
    0x6d860000 - 0x6d86c000 C:\Program Files (x86)\CA\CA DLP\system\jre160_12\bin\verify.dll
    0x6d3e0000 - 0x6d3ff000 C:\Program Files (x86)\CA\CA DLP\system\jre160_12\bin\java.dll
    0x6d8a0000 - 0x6d8af000 C:\Program Files (x86)\CA\CA DLP\system\jre160_12\bin\zip.dll
    0x75ae0000 - 0x75b63000 C:\Windows\syswow64\CLBCatQ.DLL
    0x72f20000 - 0x72f27000 C:\Windows\system32\msiltcfg.dll
    0x72ba0000 - 0x72de0000 C:\Windows\system32\msi.dll
    0x71d50000 - 0x71d53000 C:\Windows\SysWOW64\SFC.DLL
    0x71600000 - 0x7160d000 C:\Windows\system32\sfc_os.DLL
    0x68400000 - 0x6845e000 C:\Program Files (x86)\CA\CA DLP\common\WgnPerf.dll
    0x6d840000 - 0x6d848000 C:\Program Files (x86)\CA\CA DLP\system\jre160_12\bin\sunmscapi.dll
    0x76060000 - 0x76180000 C:\Windows\syswow64\CRYPT32.dll
    0x76180000 - 0x7618c000 C:\Windows\syswow64\MSASN1.dll
    0x73fb0000 - 0x73fc6000 C:\Windows\system32\CRYPTSP.dll
    0x73f70000 - 0x73fab000 C:\Windows\system32\rsaenh.dll
    0x72f40000 - 0x72f4e000 C:\Windows\system32\RpcRtRemote.dll
    0x2d000000 - 0x2d070000 C:\Program Files (x86)\CA\CA DLP\system\wgnrdm.dll
    0x71610000 - 0x71626000 C:\Windows\system32\MAPI32.dll
    0x71370000 - 0x713c8000 C:\Windows\system32\WINHTTP.dll
    0x70b50000 - 0x70b9f000 C:\Windows\system32\webio.dll
    0x68000000 - 0x6802e000 C:\Program Files (x86)\CA\CA DLP\common\wgnps.dll
    0x70f80000 - 0x70f97000 C:\Windows\system32\USERENV.dll
    0x6d6c0000 - 0x6d6d3000 C:\Program Files (x86)\CA\CA DLP\system\jre160_12\bin\net.dll
    0x73580000 - 0x735bc000 C:\Windows\system32\mswsock.dll
    0x73560000 - 0x73566000 C:\Windows\System32\wship6.dll
    0x73570000 - 0x73575000 C:\Windows\System32\wshtcpip.dll
    0x72ed0000 - 0x72f14000 C:\Windows\system32\DNSAPI.dll
    0x72e40000 - 0x72e5c000 C:\Windows\system32\IPHLPAPI.DLL
    0x72e30000 - 0x72e37000 C:\Windows\system32\WINNSI.DLL
    0x72e20000 - 0x72e26000 C:\Windows\system32\rasadhlp.dll
    0x72de0000 - 0x72e18000 C:\Windows\System32\fwpuclnt.dll
    0x6d7b0000 - 0x6d7b6000 C:\Program Files (x86)\CA\CA DLP\system\jre160_12\bin\rmi.dll
    0x6d610000 - 0x6d619000 C:\Program Files (x86)\CA\CA DLP\system\jre160_12\bin\management.dll
    0x24200000 - 0x24221000 C:\Program Files (x86)\CA\CA DLP\common\streams.dll
    0x2e600000 - 0x2e682000 C:\Program Files (x86)\CA\CA DLP\common\smtputils.dll
    0x0ce30000 - 0x0ce66000 C:\Program Files (x86)\CA\CA DLP\common\mimepp.dll
    0x72f80000 - 0x72f90000 C:\Windows\system32\NLAapi.dll
    0x72f30000 - 0x72f40000 C:\Windows\system32\napinsp.dll
    0x72e60000 - 0x72e68000 C:\Windows\System32\winrnr.dll
    0x71340000 - 0x7136e000 C:\Windows\system32\mlang.dll
    0x6f780000 - 0x6f788000 C:\Windows\system32\credssp.dll
    0x70650000 - 0x7068f000 C:\Windows\SysWOW64\schannel.dll
    0x723c0000 - 0x723c8000 C:\Windows\system32\secur32.dll
    0x70f20000 - 0x70f58000 C:\Windows\system32\ncrypt.dll
    0x70f00000 - 0x70f17000 C:\Windows\system32\bcrypt.dll
    0x70ec0000 - 0x70efd000 C:\Windows\SysWOW64\bcryptprimitives.dll
    0x70f60000 - 0x70f76000 C:\Windows\system32\GPAPI.dll
    0x24800000 - 0x2482e000 C:\Program Files (x86)\CA\CA DLP\common\wgnstore.dll
    0x24600000 - 0x24660000 C:\Program Files (x86)\CA\CA DLP\common\emstore.dll
    0x12330000 - 0x123ab000 C:\Program Files (x86)\CA\CA DLP\client\wgnemol.dll
    VM Arguments:
    jvm_args: -Dsun.net.inetaddr.ttl=10 vfprintf exit abort -Xms5242880 -Xmx1711276032 -XX:NewSize=2621440 -XX:MaxNewSize=855638016 -XX:+HeapDumpOnOutOfMemoryError -Dsun.rmi.dgc.server.gcInterval=60000 -Dsun.rmi.dgc.client.gcInterval=60000 -Djava.security.properties=wigan.java.security -Xss512K
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\Oracle\Default\product\11.2.0\client_1;C:\Oracle\Default\product\11.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\
    USERNAME=osjapp
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 45 Stepping 7, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows NT 6.1 Build 7601 Service Pack 1
    CPU:total 24 (16 cores per cpu, 2 threads per core) family 6 model 13 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht
    Memory: 4k page, physical 4194303k(4194303k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (11.2-b01) for windows-x86 JRE (1.6.0_12-b04), built on Jan 17 2009 09:52:33 by "java_re" with MS VC++ 7.1

    Hi
    Out of memory they can result from different causes:
    - The application is consuming too many resources inappropriately
    - The application is opening and not enough threads are closing, leaving no space for the JVM
    - You lose the connection with database, causing the connection pool is saturated, which makes the memory of the container is depleted and reaches its peak.
    - The container does not have sufficient resources or is not tuned to meet the load generated. But would recommend to discard the above before using this option, because when using this option could work around the problem but could not really be attacking the cause.
    bye

  • Swap Space error in pre requisite check of NWDS2004(Support Pack18)install

    Hi,
    Trying to install NWDI SP 18 (SAP Netweaver Developer Workplace ) trial version on my machine with Windows XP.
    The installation (after installing J2EE Engine + MaxDB + NWDS 2004 etc), it has thrown some error regarding page size.
    So when we check the pre requisites for the installation of the software, it is giving the below error that the swap size needs to be increased.
    ==============================================
    Condition:- Swap Size
    Result Code:- Condition not met
    Severity:- HIGH
    Message:- For the selected services atleast 7135 MB swap space recommeneded.Current value 3921 MB(updated 2005-06-24)
    =============================================
    Please anybody let me know if there is a way to increase the swap size and fix the issue at the earliest.

    Hi Gandhi,
    Right click my on computer ->Select Properties -> Click Advanced Tab ->Click Settings (performance) -> Select Advanced Tab -> In virtual memory -> Change ; You canIncrease swap space/page file here.
    regards
    Juan
    Please reward with points if helpful

  • Available swap space problem in solaris 10

    Dear All,
    Currently I am facing a most interesting problem regarding swap space.
    We have assigned mirrored slice swap space with 20G size. But when we are asking for swap space it is only showing around 2GB.
    1. Please have the swap area:
    root@palash # swap -l
    swapfile dev swaplo blocks free
    /dev/md/dsk/d1 85,1 16 41945456 35002784
    root@palash # swap -s
    total: 53562072k bytes allocated + 5689008k reserved = 59251080k used, 615704k available
    2. Please have the metastat output:
    root@palash # metastat d1
    d1: Mirror
    Submirror 0: d11
    State: Okay
    Submirror 1: d21
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 41945472 blocks (20 GB)
    d11: Submirror of d1
    State: Okay
    Size: 41945472 blocks (20 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s1 0 No Okay Yes
    d21: Submirror of d1
    State: Okay
    Size: 41945472 blocks (20 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s1 0 No Okay Yes
    3. Here is /etc/vfstab entry for swap:
    /dev/md/dsk/d1 - - swap - no -
    4. But when we checked swap space using df command:
    root@palash # df -h
    Filesystem size used avail capacity Mounted on
    /dev/md/dsk/d0 18G 7.7G 9.9G 44% /
    /devices 0K 0K 0K 0% /devices
    ctfs 0K 0K 0K 0% /system/contract
    proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    swap                   1.7G   1.7M   1.7G     1%    /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    sharefs 0K 0K 0K 0% /etc/dfs/sharetab
    /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap1.so.1
    18G 7.7G 9.9G 44% /platform/sun4u-us3/lib/libc_psr.so.1
    /platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
    18G 7.7G 9.9G 44% /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
    fd 0K 0K 0K 0% /dev/fd
    swap 1.7G 184K 1.7G 1% /tmp
    swap 1.7G 64K 1.7G 1% /var/run
    /dev/dsk/c2t40d0s4 20G 20M 19G 1% /redo2
    /dev/dsk/c2t40d0s1 276G 223G 50G 82% /oradata2
    /dev/dsk/c3t40d0s3 195G 198M 193G 1% /restore
    /dev/dsk/c2t40d0s0 276G 216G 57G 80% /oradata1
    /dev/dsk/c2t40d0s5 59G 60M 58G 1% /system1
    /dev/dsk/c3t40d0s0 276G 220G 53G 81% /index1
    /dev/md/dsk/d3 30G 24G 5.7G 81% /oracle
    /dev/dsk/c3t40d0s1 197G 53G 142G 28% /archive1
    /dev/dsk/c2t40d0s3 20G 20M 19G 1% /redo1
    /vol/dev/dsk/c0t6d0/disk1
    0K 0K 0K 0% /cdrom/disk1
    Please help me to indentify the reason.

    918597 wrote:
    Hello,
    Thanks for your reply.
    But I am not clear about your findings as we have around 64GB physical RAM in my machine.
    My question is that if we mount 20GB swap partition, then how we can see this is around less than 2 GB in df -h command.
    And even in swap -s command, this is showing same problem.
    What might be reason behind this????
    //PalashWell no-one else has anwered ... so its back to me.....
    Hmmm ... i would use the word observations rather than findings .... I am not on an old root explotation expedition all over our server .. merely observing on the morsels you show me ....
    Please be aware I may not be totally technically correct or be using right terminology on what follows so I welcome corrections ....
    Your machine has 64GB Memory, and a 20 GB swap file, therefore has the ability up to support 84GB total (Virtual) Memory ofr it's processes/buffers.
    The reason little swap is free (let us say 2GB ... thoug it may be 600m) is theat processes/buffers have a virutal memory requirement of 84GB-2GB = 82Gb.
    ... So rather than wondering about how come 2GB is left, start thinking about ow 82GB is being used.
    ...... Particularly with databases oracle RDBMS; mysql etc a big influencing factor can be how much memory is allocated its memory structures.
    .......... And a DBA may set these extremely high (memory_max / innodb-buffer-pool-size etc etc).
    ps -ef will show the (virtual) 'size' for individual processes
    prstat -a may help show what is going on (but may double account some things):
    ipcs -a would show the allocation for the oracle RDBMS memory_area,
    echo ::memstat | mdb -k ### may help ... but i have seen accounts of it taking ages to run.
    I'd also check kstat zfs ... but your not using zfs so no need to bother.
    .... You may need to show some evidence of how your applications are consuming virutal memory for someone to help you futher ... but if you do htis who may answer your own quesiton.

Maybe you are looking for

  • Lightroom won't download after updating to cc 2014

    Hi everyone I updated all the apps to CC 2014 today. After that Lightroom said I would need to renew my membership (seems to be a common problem) and I tried the solutions posted here on this forum. I couldn't find the SLCache or SLStore folders anyw

  • Nokia Lumia 2520 Domain Capability, Ethernet cable...

    Hi all, Trialling a Nokia 2520 for corporate use and need to have this connected to our domain (initially) to enable VPN certificate installs, profile management etc.... Now, I'm having some issues finding some hardware for the Nokia 2520 - anyone pr

  • Capture Now doesn't capture all

    I just starting using HD. The Capture Now is not capturing the whole tape. Plus, it captures segments and numbers them. How do I get it to capture the whole tape?

  • How do I see a "non-categorized" list of all audio podcasts?

    I'd like to see just a straight, complete list of All audio podcasts (on iTunes. Sorry)--organized, preferably, by first name only--i.e., alphabetically. Thank you all! Matt Web Show Creator-and-Artist / Writer www.youtube.com/user/MrMatt674885 www.w

  • Opening Photo Files in Photo Shop CS3 after installing Snow Leopard.

    After installing Snow Leopard I could only open photo files in a Preview mode. I called Adobe and Apple and could not get a solution. So I called my local Mac tech person where I got the answer to my problem. What to do: Right click on an image file