Co-existence of HDLM and VxVM DMP 5.0

Can HDLM and VxVM DMP 5.0 can exist in same host ?

Hi,
You definitely want to install into a different folder so you
don't overwrite things like the jdeveloper.ini files.
If you have 2.0 installed in a directory like 'C:\JDeveloper',
installe 3.0 in 'C:\JDeveloper 3.0'. You should not have any
problems with a space in the directory name.
Laura
Raphael Roale (guest) wrote:
: John,
: I am now using both JDev 2 and 3, and I did not have any
: problems. Try to install in different folder.
: Raphael
: John Salvo (guest) wrote:
: : I already have JDeveloper 2.0 on my machine, and I recently
: : downloaded JDeveloper 3.0.
: : However, I would like to be able to keep both until such time
I
: : am satisfied with JDeveloper 3.0.
: : Can these two versions co-exist safely on a single machine???
: : Thanks,
: : John Salvo
null

Similar Messages

  • Path Failure alerts in VxVM DMP 5.0 in solaris

    Does VxVM DMP 5.0 sends SNMP trap for path failures in solaris host? If it suports then where i can get MIB file and how to configure the destination IPaddress for SNMP traps.
    Thanks and Regards
    Ravi
    Edited by: LNTRavi on Jun 27, 2008 2:17 AM

    I got an answer from Sun. The solution is to include <I>install_dir</I><TT>/SUNWspro/dt/lib</TT> in <TT>LD_LIBRARY_PATH</TT>

  • 11gR2 on Solaris and Veritas DMP

    I am in the process of building a 2 node cluster to test some upgrades we have coming up. Our current clusters are using Veritas for the clustering software. For this new cluster ( 2 new machines ), we want to use 11gR2 clustering and ASM.
    My question is this:
    We want to take advantage of the Veritas multi-pathing ( DMP ). In 1 document I have read, it says that "ASM disks must be configured as logical volumes to utilize DMP multipathing. ASM must us the dmp device which resides over the vxvm logical volumes: /dev/vx/rdmp/cxtydzsx"
    One of my problems is that all of the devices under /dev/vx/rdmp are owned by root. It is my understanding that in order for ASM to see them, they need to be owned by grid:asmadmin. Just on a whim, I chown'd all of those devices to grid, but that change isn't persistent across a reboot.
    My other problem is that my second node doesn't see the diskgroups/volumes I created on the first node. The second node can see the same disks, just not the diskgroups/volumes. I have been told that in order to see the diskgroups and such on the second node, they will have to be deported from node 1 and imported on node 2. That makes sense. We can't import them shared because we don't have the clusterware installed yet.
    All of these disk devices are raw and don't have any type of filesystem associated with them. I was able to form a cluster with 11gR2 before, but that was by pointing directly to the block device under /dev/rdsk/cxtydzsx, but that didn't provide any type of multipathing protection. The disks are luns being presented from an EMC CX480, and the same luns are presented to both nodes.
    I'm not finding the provided documentation very clear as to how exactly I need to setup the disks and what I need to do to get DMP working.
    Any advice would be appreciated

    Ended up using EMC Powerpath. It was much easier and worked like a champ the first time. I didn't have to fiddle with creating diskgroups and logical volumes, just changed the permissions on the /dev/rdsk/emcpower* devices to grid:asmadmin, ran them through format to build partitions that start at cylinder 1, and the installer picked them up right away.

  • Asmlib and VX DMP

    setup a dg and raw volumes in Veritas to use as ASM. I was able to createdisk on them and see them ok, however after reboot they don't show up, and I suspect is an issue with scandisk, judging by the logs.
    # oracleasm querydisk /dev/vx/dsk/mon2a-raw/raw-data1
    Device "/dev/vx/dsk/mon2a-raw/raw-data1" is marked an ASM disk with the label "DATA1"
    There are several others, all of which can be seen with querydisk. However when I try and run scandisks it hangs for 10-15 minutes, and the oracleasm log is looking up bogus VxVM devices -
    Creating /dev/oracleasm mount point: /dev/oracleasm
    Loading module "oracleasm": oracleasm
    Mounting ASMlib driver filesystem: /dev/oracleasm
    Reloading disk partitions: done
    Cleaning any stale ASM disks...
    Scanning system for ASM disks...
    oracleasm-read-label: Unable to open device "/dev/VxDMP1": No such file or directory
    oracleasm-read-label: Unable to open device "/dev/VxDMP1": No such file or directory
    oracleasm-read-label: Unable to open device "/dev/VxDMP1": No such file or directory
    oracleasm-read-label: Unable to open device "/dev/VxDMP1": No such file or directory
    oracleasm-read-label: Unable to open device "/dev/VxDMP1p1": No such file or directory
    oracleasm-read-label: Unable to open device "/dev/VxDMP1p1": No such file or directory
    oracleasm-read-label: Unable to open device "/dev/VxDMP1p1": No such file or directory
    oracleasm-read-label: Unable to open device "/dev/VxDMP1p1": No such file or directory
    I've tried updating /etc/sysconfig/oracleasm to reflect the DMP style naming, but am not sure this is even close to correct - the only documentation I've been able to find is for multipath with Linux.
    # ORACLEASM_SCANORDER: Matching patterns to order disk scanning
    ORACLEASM_SCANORDER="vx"
    # ORACLEASM_SCANEXCLUDE: Matching patterns to exclude disks from scan
    ORACLEASM_SCANEXCLUDE="VxVM"

    Thanks Wim. Thanks a lot. You are the only one who gave me the right answer on what I was asking
    almost three years. In fact, you've just confirmed what I always thought (or at least suspected).
    Namely, after having examined the raw driver source code on Linux kernel source tree as well as
    Stephen Tweedie's `raw' binding utility, I was continuously trying to convince my colleagues that
    Linux raw-bound device interface was nothing else but a fatamorgana, a mirage of something called
    "Sun Solaris native raw character device interface", doing nothing else but opening a block device
    with O_DIRECT. Thanks a lot.
    So, if I got you right, using ASM on Linux implies that setting Oracle startup parameters
    'disk_asynch_io=TRUE' and 'filesystemio_options=SETALL' is obsolete (redundant), except in the case
    that traditional Oracle filesystem is combined with ASM.
    One more question, please, and I'll finish. If ASMLib is just an add-on module with primary function
    to simplify the management and discovery of ASM disks, but doesn't necessarily give us much of an io
    performance benefit, as you wrote, why does it exist only for Linux? There is no ASMLib for other
    unixes (Solaris, AIX, HP-UX etc). Only for Linux. Why would be the management and discovery of ASM
    disks more complicated on Linux than on other unixes, so that we need ASMLib only for Linux?
    Hundred times - thanks a lot.
    Regards
    N.J.

  • DMM-DMS on 5.0 and 4310G DMP Compatibility

    I just bought 2 new 4310G DMP's and when they come up, they show as up for a short period of time and then show down.  I ensured that the passwords are the same on the DMP's and the DMM.  Is there an compatibility issue with the firmware, by chance?  I haven't been able to find anything, but that is my last guess.

    Hi there,
    Are you actually running 5.0 with a new DMP (which should ship with 5.4x) ?
    I have not tried this myself but the app releases match the corresponding DMP firmware versions and each update calls for updating the firmware on the endpoints.
    http://www.cisco.com/c/en/us/td/docs/video/digital_media_systems/5_x/5_4/dms/upgrade/guide/541upgrade.html
    Any information provided as a member of public community support forums is provided as-is and is not warrantied by Cisco or endorsed by TAC.

  • ZFS and Veritas DMP

    Does anyone know whether ZFS is supported on DMP devices on Storage Foundation 5.1
    It is not supported on Storage Foundation 5.0 MP3 but I was wondering if it had been introduced
    for 5.1
    http://seer.entsupport.symantec.com/docs/324001.htm
    The 5.1 documentation is not clear as to whether it is supported or not.

    Ended up using EMC Powerpath. It was much easier and worked like a champ the first time. I didn't have to fiddle with creating diskgroups and logical volumes, just changed the permissions on the /dev/rdsk/emcpower* devices to grid:asmadmin, ran them through format to build partitions that start at cylinder 1, and the installer picked them up right away.

  • Co-Existence Lync 2010 and Lync 2013

    Hi,
    How do we check that CMS is moved from lync 2010 to Lync 2013 in Co-Existance environment lync standard edition.
    I know that users are moved form Lync 2010 to Lync 2013 but i don't if CMS is moved? And in the existing co-existence we have two edge servers Lync 2010 and Lync 2013. How can i check if traffic is  routing through Lync 2010 or lync 2013. 
    Because we want to Decommission the Lync 2010 STD Edition before doing this i want to make sure every thing go smooth.
    Please help me on this.
    Thanks
    Whenever you see a helpful reply, click on Vote As Helpful & click on Mark As Answer if a post answers your question.

    To find out if the CMS is moved:
    Get-CsConfigurationStoreLocation, if it's a standard server it will tell you the pool name.  If it's an Enterprise server, it will tell you the SQL server name associated with the pool. 
    http://technet.microsoft.com/en-us/library/gg412814.aspx
    Otherwise it's at the top of the topology builder (the top top part that says Lync Server in the left pane, under the Central Management Server spot in the right pane. 
    For a full decommission article, here's a decent one with screenshots.  As Ben said, if you can advise about the other places we could be more specific.
    http://www.oiboran.com/?p=1073
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Sun Cluster 3.0 and VxVM 3.2 problems at boot

    i 've a little problem with a two node cluster (2 x 480r + 2 x 3310 with a single raid ctl.)
    Every 3310 has 3 (raid5) luns .
    I've mirrored these 3 luns with VxVM, and i've mirror also the 2 internal (o.s.) disks.
    One of the disk of the first 3310 is the quorum disk.
    Every time i boot the nodes , i read an error at "block 0" of the quorum disk and then starts a fastidious synchronization of the mirrors. (sometimes also of the os mirror..)
    Why does it happen?
    Thanks.
    Regards,
    Mauro.

    We did another test today and again the resource group went into a STOP_FAILED state. On this occasion, the export for the corresponding ZFS pool timed-out. We were able to successfully bring the resource group online on the desired cluster node. Subsequent failovers worked fine. There's something strange happening when the zpool is being exported (eg error correction?). Once the zpool is exported, further imports of it seem to work fine.
    When we first had the problem, we were able to manually export and import the zpools, though they did take quite some time to export/import.
    "zpool list" shows we have a total of 7 zpools.
    "zfs list" shows we have a total of 27 zfs file systems.
    Is there any specific Sun or otherwise links to any problems with Sun Cluster and ZFS?

  • Co-existence of CS4 and creative cloud

    I have been having CS4 for 4 years now, recently I buy a license for creative cloud.  Should I uninstall all of my CS4 and use only CC or shall I download the current version of Photoshop, Illustrator from CC to my desktop and co-exist CS4 with CC version.

    Hi,
    You definitely want to install into a different folder so you
    don't overwrite things like the jdeveloper.ini files.
    If you have 2.0 installed in a directory like 'C:\JDeveloper',
    installe 3.0 in 'C:\JDeveloper 3.0'. You should not have any
    problems with a space in the directory name.
    Laura
    Raphael Roale (guest) wrote:
    : John,
    : I am now using both JDev 2 and 3, and I did not have any
    : problems. Try to install in different folder.
    : Raphael
    : John Salvo (guest) wrote:
    : : I already have JDeveloper 2.0 on my machine, and I recently
    : : downloaded JDeveloper 3.0.
    : : However, I would like to be able to keep both until such time
    I
    : : am satisfied with JDeveloper 3.0.
    : : Can these two versions co-exist safely on a single machine???
    : : Thanks,
    : : John Salvo
    null

  • Setting up Veritas DMP with a 6140...

    Hello!
    I'm somewhat experienced with StoreEdge 3510 Arrays and can set them up in my sleep, but I'm having no luck when it comes to setting up Veritas DMP with a 6140 I've somehow become responsible for configuring. Does anyone have any information on ensuring the 6140 array is configured properly so vxvm DMP functions? I've got the luns configured, the host all cabled up, and the luns under vxvm control on a Sun V440 with Solaris 10. I can see the luns, write data to them, but I can't seem to collect the information needed in order to have DMP function. As such, the vxdmpadm command only shows one path to the array despite having four physical FC connections between the 6140 and the V440 server.
    Any help is greatly appreciated! I'm sure I'm just "missing something" since this is new hardware to me, but I can't seen to find out what.

    All the 6140 setup documentations are on www.sun.com/documentation/.
    There is no special step as long as you have a qualified version (for 6140) of VxVM and you install the correct ASL.
    At this point, you will need to create the initiators using CAM, with the right host type. In CAM you can select different host type, this defines how the 6140 f/w has to behave when there is failover.
    If you use VxVM on the host and DMP, you have to use the host type Solaris DMP for your initiators, at this point the 6140 f/w will not that AVT (Automatic Volume Transfer) has to be turned ON.
    Regards

  • How can I create a folder on internal storage of DMP 4310?

    Hi. I'm a junior engineer in Korea.
    I have a question about DMP 4310 with creating a folder of internal storage.
    I can acess the internal storage but, I cannot make a folder or file uploading.
    I already checked about Access mode - read and write, and also DMP management - FTP Server On, and password too.
    It's enable to read but, unable to make a file or a folder.
    when It rejected my order, I saw a message on my screen like this.
    "550 Create directory operation failed."
    I searched this letters, but couldn't get any information to handle this issue except for showing of permision error message of linux.
    now, I am begging for your kindness.
    what am I suppose to do?

    I checked my permission, and I got the result.
    By the result, I cannot make any folders or files except for path of /usb_1/
    So, I can upload file to /usb_1/ and play it. that's it.
    self question, and self answer... so sad to less people to answer this DMS section...

  • Windows 8.1 Keeps crashing! Blue screens and I don't know why.

    My computer is crashing randomly. Happens once every few days or so. It started happening when I installed a new fan and heatsink. My cpu never goes over 50 C now so I don't know why it is crashing. Here is the dump file. Please help me :/
    Microsoft (R) Windows Debugger Version 6.3.9600.17298 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Windows\MEMORY.DMP]
    Kernel Bitmap Dump File: Only kernel address space is available
    ************* Symbol Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       SRV*C:\Windows\symbol_cache*http://msdl.microsoft.com/download/symbols
    Symbol search path is: SRV*C:\Windows\symbol_cache*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 8 Kernel Version 9600 MP (6 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 9600.17328.amd64fre.winblue_r3.140827-1500
    Machine Name:
    Kernel base = 0xfffff803`7a47e000 PsLoadedModuleList = 0xfffff803`7a754370
    Debug session time: Tue Nov 25 22:05:18.738 2014 (UTC - 5:00)
    System Uptime: 2 days 9:06:56.454
    Loading Kernel Symbols
    Loading User Symbols
    PEB is paged out (Peb.Ldr = 00000000`7ffdf018).  Type ".hh dbgerr001" for details
    Loading unloaded module list
    *                        Bugcheck Analysis                                   
    Use !analyze -v to get detailed debugging information.
    BugCheck 3B, {c0000005, fffff8037a52cba4, ffffd000220ab340, 0}
    Probably caused by : win32k.sys ( win32k!SEMOBJ::vUnlock+2c )
    Followup: MachineOwner
    4: kd> !analyze -v
    *                        Bugcheck Analysis                                   
    SYSTEM_SERVICE_EXCEPTION (3b)
    An exception happened while executing a system service routine.
    Arguments:
    Arg1: 00000000c0000005, Exception code that caused the bugcheck
    Arg2: fffff8037a52cba4, Address of the instruction which caused the bugcheck
    Arg3: ffffd000220ab340, Address of the context record for the exception that caused the bugcheck
    Arg4: 0000000000000000, zero.
    Debugging Details:
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    FAULTING_IP:
    nt!KxWaitForLockOwnerShipWithIrql+14
    fffff803`7a52cba4 48890a          mov     qword ptr [rdx],rcx
    CONTEXT:  ffffd000220ab340 -- (.cxr 0xffffd000220ab340;r)
    rax=0000000000000000 rbx=0000000000000000 rcx=ffffd000220abdf0
    rdx=8848800000000000 rsi=0000000000000000 rdi=ffffd000220abdf0
    rip=fffff8037a52cba4 rsp=ffffd000220abd70 rbp=ffffd000220abea0
     r8=ffffd000220abef0  r9=ffffe000da69ddb0 r10=ffffd000220abf80
    r11=fffff90145b03ce0 r12=fffff90140ad53f8 r13=fffff90140a00830
    r14=0000000000000000 r15=ffffe000d889d880
    iopl=0         nv up di pl zr na po nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010046
    nt!KxWaitForLockOwnerShipWithIrql+0x14:
    fffff803`7a52cba4 48890a          mov     qword ptr [rdx],rcx ds:002b:88488000`00000000=????????????????
    Last set context:
    rax=0000000000000000 rbx=0000000000000000 rcx=ffffd000220abdf0
    rdx=8848800000000000 rsi=0000000000000000 rdi=ffffd000220abdf0
    rip=fffff8037a52cba4 rsp=ffffd000220abd70 rbp=ffffd000220abea0
     r8=ffffd000220abef0  r9=ffffe000da69ddb0 r10=ffffd000220abf80
    r11=fffff90145b03ce0 r12=fffff90140ad53f8 r13=fffff90140a00830
    r14=0000000000000000 r15=ffffe000d889d880
    iopl=0         nv up di pl zr na po nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010046
    nt!KxWaitForLockOwnerShipWithIrql+0x14:
    fffff803`7a52cba4 48890a          mov     qword ptr [rdx],rcx ds:002b:88488000`00000000=????????????????
    Resetting default scope
    DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
    BUGCHECK_STR:  0x3B
    PROCESS_NAME:  AI Suite II.ex
    CURRENT_IRQL:  0
    ANALYSIS_VERSION: 6.3.9600.17298 (debuggers(dbg).141024-1500) amd64fre
    LAST_CONTROL_TRANSFER:  from fffff8037a4d9f8c to fffff8037a52cba4
    STACK_TEXT:  
    ffffd000`220abd70 fffff803`7a4d9f8c : ffffe000`da69ddb0 00000000`0000001e 00000000`00000000 ffffe000`db793c30 : nt!KxWaitForLockOwnerShipWithIrql+0x14
    ffffd000`220abda0 fffff803`7a4d93c2 : 00000000`00000000 fffff960`002172ec ffffd000`220ac002 fffff901`44ffe620 : nt!ExpReleaseResourceForThreadLite+0x64c
    ffffd000`220abee0 fffff960`001da2cc : 00000000`00000000 fffff960`001a7ef2 0000207f`e204207f 00000000`00000001 : nt!ExReleaseResourceAndLeaveCriticalRegion+0x12
    ffffd000`220abf10 fffff960`001d51a3 : fffff901`451e4ac0 ffffd000`220abfa0 00000000`00000000 fffff901`40ad53f8 : win32k!SEMOBJ::vUnlock+0x2c
    ffffd000`220abf50 fffff960`001e49ad : 00000000`0000163c fffff901`44ffe620 00000000`00000000 ffffe000`da69ddb0 : win32k!GreSelectVisRgnInternal+0x173
    ffffd000`220abfd0 fffff960`001ac21b : ffffffff`e204207f fffff901`00000d3a 00000000`00000001 ffffe000`da69ddb0 : win32k!ResetOrg+0x50d
    ffffd000`220ac100 fffff960`001e5a5d : ffffffff`e204207f fffff901`452e23e0 ffffd000`220acb00 ffff6b78`f79a9a37 : win32k!UserSetDCVisRgn+0x17b
    ffffd000`220ac140 fffff960`001ed3a4 : fffff901`40a58990 00000000`00000000 fffff901`40a58990 00000000`02000705 : win32k!zzzLockDisplayAreaAndInvalidateDCCache+0x14d
    ffffd000`220ac1a0 fffff960`003149cf : ffffe000`db7b2ba0 fffff901`428f7a80 00000000`00000000 fffff901`40b00ff0 : win32k!xxxCreateWindowEx+0x1824
    ffffd000`220ac4b0 fffff960`001ed82a : fffff901`428f7d28 00000000`00000000 00000000`00000000 ffffe000`db7b2ba0 : win32k!xxxCreateDefaultImeWindow+0x19b
    ffffd000`220ac5b0 fffff960`001d6ab5 : 00000000`00000000 00000000`00000000 e000d889`78747355 fffff803`7a4d7bc8 : win32k!xxxCreateWindowEx+0x1caa
    ffffd000`220ac8c0 fffff803`7a5d89b3 : 00000000`00000000 ffffd000`220ac940 ffffd000`220ac958 ffffd000`220ac968 : win32k!NtUserCreateWindowEx+0x4d2
    ffffd000`220aca10 00000000`777f611a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
    00000000`0abbe758 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x777f611a
    FOLLOWUP_IP:
    win32k!SEMOBJ::vUnlock+2c
    fffff960`001da2cc ff158e023100    call    qword ptr [win32k!_imp_PsLeavePriorityRegion (fffff960`004ea560)]
    SYMBOL_STACK_INDEX:  3
    SYMBOL_NAME:  win32k!SEMOBJ::vUnlock+2c
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: win32k
    IMAGE_NAME:  win32k.sys
    DEBUG_FLR_IMAGE_TIMESTAMP:  54335e2a
    IMAGE_VERSION:  6.3.9600.17393
    STACK_COMMAND:  .cxr 0xffffd000220ab340 ; kb
    BUCKET_ID_FUNC_OFFSET:  2c
    FAILURE_BUCKET_ID:  0x3B_win32k!SEMOBJ::vUnlock
    BUCKET_ID:  0x3B_win32k!SEMOBJ::vUnlock
    ANALYSIS_SOURCE:  KM
    FAILURE_ID_HASH_STRING:  km:0x3b_win32k!semobj::vunlock
    FAILURE_ID_HASH:  {ec837e9a-fa14-dd77-d99c-f14b9fe89bf2}
    Followup: MachineOwner

    Hi,
    In order to assist you, we will need the .DMP files to analyze what exactly occurred at the time of the crash, etc.
    If you don't know where .DMP files are located, here's how to get to them:
    1. Navigate to the %systemroot%\Minidump folder.
    -- %systemroot% is the environment variable for your Windows directory. For example, C:\Windows.
    2. Copy any and all .DMP files in the Minidump folder to your Desktop, create a new folder on the Desktop to put these .DMP files in, and then zip the folder. You can then either use a 3rd party tool such as 7-Zip/Winrar, or you can use Windows'
    default method of zipping folders.
    Compress and uncompress files (zip files).
    Please note that any "cleaner" programs such as TuneUpUtilities, CCleaner, etc, by default will delete .DMP files upon use. With this said, if you've run such software, and your Minidump folder is empty, you will need
    to allow the system to crash once again to generate a crash dump.
    3. Upload the .ZIP containing the .DMP files to Onedrive or a hosting site of your choice and paste in your reply.
    Preferred sites: Onedrive, Mediafire, Dropbox, etc. Nothing with wait-timers, download managers, etc.
    4 (optional): The type of .DMP files located in the Minidump folder are known as Small Memory Dumps. In %systemroot% there will be what is known as a Kernel Memory Dump (if your system is set to generate). It is labeled MEMORY.DMP. The difference
    between Small Memory Dumps and Kernel Memory Dumps in the simplest definition is a Kernel Memory Dump contains
    much more information at the time of the crash, therefore allowing further debugging of your issue. If your upload speed permits it, and you aren't going against any strict bandwidth and/or usage caps, etc, the Kernel Memory Dump is
    the best choice. Do note that Kernel Memory Dumps are much larger
    in size due to containing much more info, which is why I mentioned upload speed, etc.
    If you are going to use Onedrive but don't know how to upload to it, please visit the following:
    Upload photos and files to Onedrive.
    After doing that, to learn how to share the link to the file if you are unaware, please visit the following link -
    Share files and folders and change permissions and view 'Get a link'.
    If your computer is not generating .DMP files, please do the following:
    1. Start > type %systemroot% which should show the Windows folder, click on it. Once inside that folder, ensure there is a Minidump folder created. If not, CTRL-SHIFT-N to make a New Folder and name it Minidump.
    2. Windows key + Pause key. This should bring up System. Click Advanced System Settings on the left > Advanced > Performance > Settings > Advanced > Ensure there's a check-mark for 'Automatically manage paging file size for
    all drives'.
    3. Windows key + Pause key. This should bring up System. Click Advanced System Settings on the left > Advanced > Startup and Recovery > Settings > System Failure > ensure there is a check mark next to 'Write an event to the
    system log'.
    Ensure Small Memory Dump is selected and ensure the path is %systemroot%\Minidump.
    4. Double check that the WERS is ENABLED:
    Start > Search > type services.msc > Under the name tab, find Windows Error Reporting Service > If the status of the service is not Started then right click it and select Start. Also ensure that under Startup Type it is set to Automatic rather than
    Manual. You can do this by right clicking it, selecting properties, and under General selecting startup type to 'Automatic', and then click Apply.
    If you cannot get into normal mode to do any of this, please do this via Safe Mode.
    Regards,
    Patrick
    “Be kind whenever possible. It is always possible.” - Dalai Lama

  • Auto Restart and Error Screen In Windows 8.1

    Hello
    I am running Windows 8.1 64 BIT on HP EliteBook 800 G1 SFF
    Processor Core I5, 4 G Ram DDR3
    Whenever i install windows 8.1 i got Error Message says : There a Problem and your PC will restart.
    So I went to Event Viewer and i got those messages :
    Log Name:      System
    Source:        Microsoft-Windows-WER-SystemErrorReporting
    Date:          10/26/2014 11:37:48 AM
    Event ID:      1001
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:     
    Description:
    The computer has rebooted from a bugcheck.  The bugcheck was: 0x0000001a (0x0000000000005003, 0xfffff58010804000, 0x000000000000a115, 0x000000007166c209). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 102614-10140-01.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-WER-SystemErrorReporting" Guid="{ABCE23E7-DE45-4366-8631-84FA6C525952}" EventSourceName="BugCheck" />
        <EventID Qualifiers="16384">1001</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-26T18:37:48.000000000Z" />
        <EventRecordID>550</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>System</Channel>
        <Computer>------</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">0x0000001a (0x0000000000005003, 0xfffff58010804000, 0x000000000000a115, 0x000000007166c209)</Data>
        <Data Name="param2">C:\Windows\MEMORY.DMP</Data>
        <Data Name="param3">102614-10140-01</Data>
      </EventData>
    </Event>
    And the DMP File here  
    https://www.mediafire.com/?x6i37s2hh6zu38y
    Please Advice
    Mohamed Mahmoud IT Specialist

    These crashes were related to memory corruption (probably caused by a driver). 
    Please run these tests to verify your memory and find which driver is causing the problem.  
    If you are overclocking (pushing the components beyond their design) you should revert to default at least until the crashing is solved. If you don't
    know what it is you probably are not overclocking.
    Since it is more likely to be a driver please run verifier first.
    1-Driver verifier (for complete directions see our wiki here)
    If verifier does not find the issue we can move on to this.
    2-Memtest. (You can read more about running memtest here)
    If you cannot boot after enabling verifier reboot into safe mode
    In Vista & win 7 (F8)
    In win 8 http://www.howtogeek.com/107511/how-to-boot-into-safe-mode-on-windows-8-the-easy-way/
    Co-Authored by  JMH3143
    Wanikiya and Dyami--Team Zigzag

  • Acrobat XI droplets not working in Acrobat DC and Preflight profiles gone

    I can't find any of the custom preflight profiles from Acrobat XI in the newly installed Acrobat DC. Are they gone (deleted)?
    I expected them to be upgraded... not to be removed without any notice.
    Also preflight droplets no longer work. Dragging and dropping a file on a droplet made in Acrobat XI: it seems to load for 5 seconds, but nothing happens.
    Should I tell our customers to keep Acrobat XI, and not upgrade to DC, or is there an easy way to upgrade Acrobat IX droplets (and preferably also keep any profiles)?
    This is on Windows, I've not tested on mac.
    Thanks,
    Andreas

    Hi Andreas,
    As co-existence of A11 and ADC on the same system is not supported so its not expected for the older droplets to work with the newer version.
    I checked with Acrobat 10 created droplets with Acrobat 11 and wasn't able to make it work either.
    Regards,
    Rave

  • Cisco 340 (Edge) DMP can support ELO 3209L Touch Screen

    Hi Cisco Expert,
    Could you help to check ELO 3209L Touch Screen, i'd like to use this screen in our Digital Signs Systems (AppSpace 5. and 340 DMP), but i'm not sure about 340 DMP which can support 3209L or not, some screen model from cisco website.
    ELO Interactive Digital Signage Display
    including 4201L, 5501L, and 7001L.
    ELO Desktop Touchmonitor including 1715L,
    1515L, 1519L, 1919L, 2201L, 1940L, 2243L,
    2244L, and 3201L.
    ET4201L-CUWA-0-MT-GY-G, SY-4210H
    Anytouch WTM320T
    Dell ST2220Tc
    NEC V463-TM,V423-TM
    Thanks&Rgds.

Maybe you are looking for

  • Trouble with 3 ATV to connect to iTunes in one WiFi / LAN

    Hi community, I've trouble with my ATVs in my network. I have 1 3Gen. ATV connected via LAN to iTunes on iMac and 2 2Gen. ATVs via WiFi. The problem I am facing is, if I am connected with two of them to my iTunes Library the third can't even the othe

  • How do I get Windows 8 on a usb to use Bootcamp on my MBA?

    Just wondering because I am thinking about getting Windows 8 for my MBA. I figured if I had a MBP I could just put a Windows 8 disc in and go from there but I cant do that with a MBA. So it might sound like a stupid question, but if any one can help

  • SAP R/3 4.6C Cable Solutions upgrade to ECC 6.0 DIMP

    Hi all. We are planning to upgrade SAP R/3 4.6C system (Cable solutions) to an SAP ECC 6.0 (EHP4 - DIMP). We have few questions related to this upgrade. 1. Since Cable solutions add-on is no more available in ECC 6.0 and its getting replaced with DIM

  • Cropping-Tool doesn't work on PSE 11 (OSX 10.10)

    I have a Problem with the Cropping-Tool in Photoshop Elements 11. Everytime I try to used it, It crops the photo to 1 by 1 pixel. The different Modes (Easy,Expert...) have all the same problem. Hoppefully you can help me. Best wisches YG

  • MBP to TV

    I have a MBP(early 2011) I have an HDML cable from TV to Adaptor. It worked great fro a while now nothing. I zapped the PRAM- no luck