Hot Add Remove lun fails in rescan periodical at the time of the withdrawal, although the path is marked as DEAD as planned

So we run the hot add and remove cases from LUNs in the certification for ESX 5.5 with Workbench 3.0 kit

The hot add succeeds to the two manual add and periodic scan... Deletion succeeds manual extraction, but a failure in periodicals rescan same removal so it lists the path out of SERVICE.

Here are the logs

[August 26, 2014 20:01:29: WLMANAGER] [0] FRAME: no charges Found.

[August 26, 2014 20:02:25: HOTADDREMO] [0] INFO: hot test add using RESCAN

[August 26, 2014 20:07:55: HOTADDREMO] [0] INFO: performance of rescan the first server

[August 26, 2014 20:08:28: HOTADDREMO] [0] INFO: found new LUN eui. 48d8bf5f64e64100

[August 26, 2014 20:08:28: HOTADDREMO] [0] INFO: add hot with the new analysis is the first server

[August 26, 2014 20:08:28: HOTADDREMO] [0] INFO: Running rescan the second server

[August 26, 2014 20:09: HOTADDREMO] [0] INFO: found new LUN eui. 48d8bf5f64e64100

[August 26, 2014 20:09: HOTADDREMO] [0] INFO: add hot with rescan is the second server

[August 26, 2014 20:09: HOTADDREMO] [0] INFO: hot test add using PERIODICALLY RESCAN

[August 26, 2014 20:15:05: HOTADDREMO] [0] INFO: Test runs on the first server

[August 26, 2014 20:15:06: HOTADDREMO] [0] INFO: found new LUN eui.48d8bf5f64e64200

[August 26, 2014 20:15:06: HOTADDREMO] [0] INFO: add hot with the new analysis from time to time, is the first server

[August 26, 2014 20:15:06: HOTADDREMO] [0] INFO: Test runs on the secondary server

[August 26, 2014 20:15:08: HOTADDREMO] [0] INFO: found new LUN eui.48d8bf5f64e64200

[August 26, 2014 20:15:08: HOTADDREMO] [0] INFO: add hot with periodically rescan is the second server

[August 26, 2014 20:15:10: WLMANAGER] [0] FRAME: no charges Found.

[August 26, 2014 20:16:07: HOTADDREMO] [0] INFO: hot control remove using RESCAN

[August 26, 2014 20:17:27: HOTADDREMO] [0] INFO: hot execution removes the test on the first server

[August 26, 2014 20:18: HOTADDREMO] [0] INFO: LUNS deleted eui.48d8bf5f64e64200

[August 26, 2014 20:18: HOTADDREMO] [0] INFO: Test successfully on the first server

[August 26, 2014 20:18: HOTADDREMO] [0] INFO: hot execution removes the test on the second server

[August 26, 2014 20:18:33: HOTADDREMO] [0] INFO: LUNS deleted eui.48d8bf5f64e64200

[August 26, 2014 20:18:33: HOTADDREMO] [0] INFO: Test passed on the second server

[August 26, 2014 20:18:33: HOTADDREMO] [0] INFO: hot control remove by using PERIODICALLY RESCAN

[August 26, 2014 20:23:20: HOTADDREMO] [0] INFO: Test runs on the first server

[August 26, 2014 20:23:21: HOTADDREMO] [0] INFO: check the path to removed LUN on the first server

[August 26, 2014 20:24:17: TRANSPORT] [0] FRAMEWORK: running cmd 'esxcfg-mpath - bd eui.48d8bf5f64e64100' mode of blocking on the host 'esxia.amiads.com '...

[August 26, 2014 20:24:17: STAFBASE] [0] FRAMEWORK: command execution STAF: staf esxia.amiads.com PROCESS SAMECONSOLE RETURNSTDOUT RETURNSTDERR WORKDIR SHELL START / WAIT COMMAND esxcfg-mpath - bd eui.48d8bf5f64e64100

[August 26, 2014 20:24:18: STAFPROCES] [0] FRAME: host esxia.amiads.com returned eui. 48d8bf5f64e64100 : * iSCSI disk (eui.48d8bf5f64e64100)

vmhba34:C0:T65:l0 LUN:0 State: dead iscsi adapter: not available target: unavailable

vmhba34:C3:T65:l0 LUN:0 State: dead iscsi adapter: not available target: unavailable


[August 26, 2014 20:24:27: HOTADDREMO] [0] ERROR: LUN is found not deleted after periodic rescan on the first server


So I checked the Vmware perl code that performs this case... it is available at /opt/vmware/VTAF/storage50-cert/VTAF/Test/Storage/StorageCert/FVT/HotAddRemoveLUNs.pm


Sub RunHotRemoveTest

{

.....

# Remove LUN only cause death I/O path.  It does not delete the LUN.

# Evaluate for the dead I/O path.

$deadPathFound = "NO";

LogInfo (channel = > $channel, MSG = > "Check the path to remove LUN on $server");

foreach my {$lun (@lunListBeforePeriodicallyRescan)

#my $lunObj = $host2HbaObj-> CreateScsiLun (name = > $lun);

$cmd = "esxcfg-mpath - bd $lun";

My $cmdObj = new VTAF::Framework:Core:Common:Command)

Home = > $host2Obj-> GetName();

Cmd = > $cmd);

my $rc = $cmdObj-> GetReturnCode();

my $cmdResult = $cmdObj-> GetStdout();

my $cmdError = $cmdObj-> GetStderr();

If ($cmdError) {}

$deadPathFound = "YES";

LogInfo (channel = > $channel, MSG = > "mpath command returned: $cmdError");

LogInfo (channel = > $channel, MSG = > "$lun is deleted after periodic rescan");

}

}

If ($deadPathFound not 'YES') {}

LogError (channel = > $channel, MSG = > "LUN is not deleted after periodic rescan on the $server");

return FAILURE;

} else {}

LogInfo (channel = > $channel, MSG = > ' delete hot with periodically rescan PASSED on the $server ");

}

}

So if you see the code above, Vmware itself expected the path to show the death, but they perceive three error codes for the output of esxcfg-mpath - bd < lunname >

I think they expect an error to return to $cmdError... But looks at though it lists the path as DEAD, she returns to success... So the $deadPathFound is always set to no. He goes into the path of "not YES" and not the test case...

I would like to open a folder from supported with VMware, but before that I would like to know if someone has faced this problem and had this problem of VMware using any patch in their Workbench... Or if any new workbench has this problem fixed...

We are using Vmware Test Manager: 3.0.0 - 1610638

5.5 storage certification: 3.0.0 - 1337995

VMware Workbench say 3.0.1

Than I went back to our older certification with ESX 5.1 where this matter has passed... and was able to check the logs. It has been performed with Workbench 2.0. In this they executed a more order "peripheral storage esxcli list d lunname" and lists the path as dead and also properly detects the dead path and scored the try with the... Unfortunately I don't seem to have their old code to compare with...

[July 27, 2012 12:34:06: SCSILUN] [0] FRAMEWORK: check if the 'eui.93bb4a37348e4100' lun is available or not.

[July 27, 2012 12:34:06: TRANSPORT] [0] FRAMEWORK: running cmd ' esxcli storage device base list d eui.93bb4a37348e4100 ' mode of blocking on the host 'esxia.amiads.com '...

[July 27, 2012 12:34:06: STAFBASE] [0] FRAMEWORK: command execution STAF: staf esxia.amiads.com PROCESS SAMECONSOLE RETURNSTDOUT RETURNSTDERR WORKDIR SHELL START / WAIT COMMAND esxcli storage base device list d eui.93bb4a37348e4100

[July 27, 2012 12:34:07: STAFPROCES] [0] FRAME: host esxia.amiads.com returned eui.93bb4a37348e4100

Full name: * iSCSI disk (eui.93bb4a37348e4100)

Definable display name: true

Size: 2048

Device type: Direct access

Multichannel plugin: NMP

Devfs Path: /vmfs/devices/disks/eui.93bb4a37348e4100

Seller: * I

Model: *.

Review: 2 0 s

SCSI level: 4

Is nickname: false

Status: dead

RDM Capable is: true

Is Local: false

Is removable: false

SSD is: false

Is Offline: false

Is perpetually booked: false

Thin Provisioning status: Yes

Attached filters:

VAAI status: unknown

Other UID: vml.01000000003933626234613337333438653431303053746f725472

[July 27, 2012 12:34:07: MULTITECH] SETTING [0]: called VTAF::TestLib:Sphere:Storage:Lib:CLI:ScsiLun:IsLunAvailable (Password='password@123' Username = 'root' HostName = 'esxia.amiads.com' LunName = 'eui.93bb4a37348e4100') returns '1'

[July 27, 2012 12:34:07: TRANSPORT] [0] FRAMEWORK: running cmd 'esxcfg-mpath - bd eui.93bb4a37348e4100' mode of blocking on the host 'esxia.amiads.com '...

[July 27, 2012 12:34:07: STAFBASE] [0] FRAMEWORK: command execution STAF: staf esxia.amiads.com PROCESS SAMECONSOLE RETURNSTDOUT RETURNSTDERR WORKDIR SHELL START / WAIT COMMAND esxcfg-mpath - bd eui.93bb4a37348e4100

[July 27, 2012 12:34:08: STAFPROCES] [0] FRAME: host esxia.amiads.com returned eui.93bb4a37348e4100: * iSCSI disk (eui.93bb4a37348e4100)

vmhba34:C1:T65:l0 LUN:0 State: dead iscsi adapter: not available target: unavailable

vmhba34:C0:T65:l0 LUN:0 State: dead iscsi adapter: not available target: unavailable

[July 27, 2012 12:34:08: HOTADDREMO] [0] INFO: eui.93bb4a37348e4100 died because of the LUN to remove test

So basically had the question warm Add Remove Lun. It is a problem in the ESX version we use and scripts of WorkBench. If we use the build ESX GA this would have worked. ESX changed the behavior of the command in version 5.5 of GA to a new approach and then back to the old approach again in 5.5 Update1.

The version we use are two versions higher than the release of GA... Therefore, the behavior of this command is different between these two versions.

ESXi 5.5 Patch 2

2014-07-01

1892794

N/A

ESXi 5.5 Patch Express 4

2014 06-11

1881737

N/A

ESXi 5.5 Update 1 has

2014-04-19

1746018

N/A

ESXi 5.5 Express Patch3

2014-04-19

1746974

N/A

ESXi 5.5 Update 1

2014 03-11

1623387

N/A

ESXi 5.5 Patch1

2013 12-22

1474528

N/A

ESXi 5.5 GA

2013-09-22

1331820

N/A


This is the behavior in version 5.5 GA ESX

~ # vmware - v

VMware ESXi 5.5.0 build-1331820

Added the target

~ # esxcfg - mpath - bd eui.3db57bdc252c0200

  1. EUI.3db57bdc252c0200: FRIEND iSCSI disk (eui.3db57bdc252c0200)

vmhba34:C0:t0:l0 LUN:0 Status: active iscsi adapter: iqn.1998-01.com.vmware:5213e0fa-31de-329a-5885-002590135b9e-17c7a47e target: IQN = iqn.1991 - 10.com.ami:itx002590135d84e923:l.v10 Alias = Session = 00023 000002 PortalTag = 5 d

~ # echo $?

0

Removed from the target

~ # esxcfg - mpath - bd eui.3db57bdc252c0200

Device eui.3db57bdc252c0200 unknown

~ # echo $?

1

Now the version of ESX 5.5 Update 1, we use

Added the target

~ # vmware - v

VMware ESXi 5.5.0 build-1623387

~ # esxcfg - mpath - bd eui.5b5fbb54c4d80200

  1. EUI.5b5fbb54c4d80200: FRIEND iSCSI disk (eui.5b5fbb54c4d80200)

vmhba38:C1:t0:l0 LUN:0 Status: active iscsi adapter: iqn.1998-01.com.vmware:5405e3db-f95e-9f9c-e99b-0025900cab82-01a17ffb target: IQN = iqn.1991 - 10.com.ami:itx00259014329a26b:l.sharontest Alias = Session = 00023 PortalTag = 9 000002 d

~ # echo $?

0

Removed from the target

~ # esxcfg - mpath - bd eui.5b5fbb54c4d80200

  1. EUI.5b5fbb54c4d80200: FRIEND iSCSI disk (eui.5b5fbb54c4d80200)

vmhba38:C1:t0:l0 LUN:0 State: dead iscsi adapter: not available target: unavailable

~ # echo $?

0

Tags: VMware

Similar Questions

  • If the CPU hot add/remove is not enabled

    I heard that it is possible to change the number of CPUS and memory without CPU hot add/remove the active through CLI. Is it possible to change the CPU and memory count without turning off the virtual computer to activate the CPU and memory hot add? I work in a hospital and shut down a virtual computer is not possible to activate these functions.

    Hi Eric,.

    You can enable the feature add hot power-CLI, but you will need a restart in order to reload the new configuration.

    Here you can get the detailed information in the present.

    http://ICT-freak.nl/2009/10/05/PowerCLI-EnableDisable-the-VM-hot-add-features/

    hope this helps you.

    Thank you and best regards,

    Shrikant Germain

  • Add/Remove Programs does not have entries in the program

    Original title: Please HELP

    Dear community,

    My programs for adding and deleting on my windows xp does not, or suddenly become empty please help

    Hi mick davidson,.
     
    This problem may occur if the uninstaller for a program incorrectly removes registry entries that are used by Windows and the Add/Remove Programs tool.
     
    Run the fix it tool given in this article and check if this may help in fixing the issue:
  • Add/Remove program fails.

    I can click on Control Panel, then add/remove programs.  I have briefly hourglass. Then nothing.  Window fills with all installed programs.  I want to uninstall stamps on the program line.

    Hi GEAgent21,

    1. Did you the latest changes on the computer?
    2. You receive an error message?
    3. You have security software installed on the computer?

    Method 1

    Refer to the article below and try the steps mentioned, check if it helps.

    Add/Remove Programs dialog box does not appear or is corrupted

    http://support.Microsoft.com/kb/323496

    Method 2

    If the previous step fails, then check if the problem persists in safe mode and after return with the result.

    A description of the options to start in Windows XP Mode

    http://support.Microsoft.com/kb/315222

    Method 3

    If the problem does not persist in safe mode, then it is possible that some third-party programs installed on the computer is causing the problem.

    I suggest that you configure the computer in a clean boot state and check if it helps.

    To help resolve the error and other messages, you can start Windows XP by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    See section to learn more about how to clean boot.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Reset the computer to start as usual

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    1. Click Start , and then click run.
    2. Type msconfig , and then click OK.
      The System Configuration utility dialog box appears.
    3. Click the general tab, click Normal Startup - load all device drivers and services , and then click OK.
    4. When you are prompted, click restart to restart the computer.
  • How can I remove this tool boring bar, my Add/Remove Programs does not, any more than the app handler.

    This is a toolbar of IObit.com, my system said it couldn't, t find the installation source. and my manage apps feature would not allow me access to the function 'delete '.

    Hi RandyThompsonXU,

    ·          What happens when you try to uninstall the tool bar by using the Add/Remove Programs tool?

    See the link below to download and run the uninstaller from IObit program to remove the toolbar from the computer.

    Remove a tenacious toolbar with new IObit Uninstaller

    http://blog.iobit.com/remove-stubborn-toolbar-with-new-IObit-uninstaller_1009.html

     

    For further assistance, please post your request in IObit forums using the link below.

    http://forums.iobit.com/

  • Can you add/remove elements of Tracker to adobe using the sdk?

    I wonder if there is a way to manage the adobe Tracker in a kind of sdk.  We review thousands of documents of shared review and tracker can become unmanageable.  I do not know if anyone else out there there are hundreds of files in their tracker for any time, but its quite the disaster.  In a perfect world, I'd love to be able to fill the category "Attached" via an xml file on our server or something similar but I could if there was a way for me to programatically add and remove items in the category joined (but maybe).  Of my investigation into the javascript SDK appears not to be possible even if you add things to the category of RSS.  Anyone have any suggestions for a possible solution I could try?

    Thank you!

    No access to the API to the Tracker - forgiveness.

  • Add &amp; Remove button line (also added hidden before the line add)

    I am creating a form with some fixed fields and also have some users change fields to add something, not in fixed fields. I created a button Add and Remove, and the excellent work but I prefer the line is hidden until the Add button is selected. In addition, I can not auto calculate the lines added.

    I'm new and I would appreciate anyone supported

    I have included a link below to show you my form

    Thanks again

    https://docs.Google.com/fileview?ID=0B10U6MT6e83fYmJmOWRkMjktMzEyZC00Yjg3LThlZWEtNmQ2YTk0Y zQ4Y2Y5 & hl = en

    Here is the updated file.

    https://Acrobat.com/#d=1FoAqhMxrzGVnW6jpfkOmg

    In the initialize event of the line Add I'm defining the presence of Row11 property to hidden. When the user clicks the AddRow I checks if the presence is hidden then makes it Visible. Similarly while eliminating the lines, I check if only a Row11 exists, so I hide the line. (You can change if your condition is different) Make sure the Click event code for the buttons.

    To get the value of the amount instead of using the Row11.Amount, you must use "Sum (Row11 [*]. "Amount)"

    I would like to know if that helps...

    Thank you

    Srini

  • Impossible to uninstall xampp and can only be seen in Add/Remove Programs, but can be seen in the cpartioned drive

    Don't forget I have installed xampp and wanted to uninstall installation program so went to control panel several times and to remove the program, but cannot be found here so I tried uninstall in cdrive IE cannot perform this operation it is open in another application can u please send a solution for my problem

    See more on how to uninstall

    http://www.apachefriends.org/en/xampp-Windows.html#524

  • Program are deleted. It is not on the Add/Remove list, but there are always

    I tried to uninstall Real Player, because this error message about library being corrupted and Real need to reboot, makes me crazy

    Went to add/remove programs and received a message that the program cannot be deleted. Presented me with a message "do you want to remove from this list?", and I stupidly clicked Yes. So, it does not show in Add/Remove programs more. But it's still there, according to the C:/Program Files...

    What can I do? My goal is to remove the program, but it would also be useful to know if, after clicking on 'Yes' to this message, it may be cancelled

    Thanks for any help

    If Revo can't find it, then the most likely before path is to reinstall Real Player and then uninstall it (it's been so long I have installed something real that I don't remember if Real Player is one of the applications that refuse to install unless the previous version is removed).

    Or ask the real (see the link at the bottom of this page)--> https://real.custhelp.com/app/answers/detail/a_id/8721/kw/uninstall/p/9

  • its deleted by error in Add Remove hardware. / How can I fix my sound?

    How do to restore sound to my computer somehow deleted sond in Add Remove hardware in Control Panel. any suggestions?

    Hello

    Do you see an 'x' mark on the sound icon in the taskbar?


    You can visit this link and use the troubleshooting described in the article steps.
  • Add/Remove Program runtime Server error - the name or address cannot be resolved

    try to add/remove programs win XP computer

    get the error:
    runtime error (8:634) msxml3.dll the server name or address cannot be resolved
    ran hitman pro and trend micro antivirus scans that removed a malware infection
    that is not the program causing this error - who took ok I guess.
    I'm so gone in my program list to delete all those which I think are dubious or is no longer necessary
    all the rest have been removed ok.

    Hi Silverwand,

    ·         Exactly how are you trying to access to add or remove programs?

    ·         Is the limited any question by going to add or remove the tool program or with other tools as well in Control Panel?

    ·         Did you do changes on the computer before the show?

    Follow the suggestions below for a possible solution:

    Method 1: You can try to run add or remove program through the key to execution and check

    a. press the Windows key + R

    b. type appwiz.cpl and press on ENTRY.

    Method 2: You can try to re - register the msxml3.dll file and check.

    If the file is in the correct path to the right size, then try and re-save the file.

    a. click on Start

    b. click run

    c. type: regsvr32 msxml3.dll

    d. click enter

    e. restart your computer.

    Method 3: I suggest that scan you SFC [SFC system] on the computer that would be a system file corrupt on the computer search and replace.

    a. click Start, click run, type cmd in the Open box and then click OK.

    b. at the command prompt, type sfc/scannow, and then press ENTER.

    Note: Could you prompt to insert the Windows XP CD.

    The sfc/scannow command. analyzes all protected system files and replaces incorrect versions with appropriate Microsoft versions.

    For more information, you can consult the following article:

      

    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)

     http://support.Microsoft.com/kb/310747/en-us

    Let us know if that helps.

  • Have XP Pro with the Panel open, click on add/remove progs - nothing happens. All the other c/Panel open Fredrick help OK

    Have XP Pro with the Panel open, click on add/remove progs - nothing happens. All the other c/Panel open Fredrick help OK

    Hey Fredrick,

    ·         You get the error message?

    ·         Did you do changes on the computer before the show?

    Follow these methods.

    Method 1: Run the following command:

    Start, run, Appwiz.cpl

    Check if you can run the Add / Remove programs.

    Method 2: Scan the file system (CFS) auditor to repair corrupted files.

    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)

    http://support.Microsoft.com/kb/310747

    Method 3: Follow these steps:

    Step 1: Start the computer in safe mode and check if the problem persists.

    A description of the options to start in Windows XP Mode

    http://support.Microsoft.com/kb/315222

    Step 2: If the problem does not still in safe mode, perform a clean boot to see if there is no conflict of software like clean boot helps you eliminate software conflicts.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start, run.

    (b) type msconfigand click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click on restart to restart the computer.

    Method 4: Performs a search using the Microsoft safety scanner.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

  • How to uninstall Java 2 Runtime Environment, SE v 1.4.1_01 who not listed in Add / Remove programs?

    I need to uninstall Java 2 Runtime Environtment, SE v1.4.1_01, which is detected by Java, but is not listed in the window add / remove programs. I already followed all the instructions given by Java, but I could not find the registry after running regedit HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/uninstall.

    Thanks in advance!

    Hi Alvaro_900,
     
    -Which is the key that you can't find?
     
    You can find the uninstaller for Java folder in the C:\Program Files\InstallShield Installation Information folder.
     
    Try to uninstall it from there and check.
     
    For more information, see:
  • I need all the updates that are contained in Add/Remove programs

    original title: Add Remove programs?

    Because I watch the programs installed, I see many, many different update Service updates etc. for Windows XP and IE 8.  Do I need these old programs (a 2007 date)?

    most of them refer or deduct to microsoft is required by your computer, even if are old to you but not old for xp.  XP came out in the early 2000s.  so the 2007 updates are not old for xp.

    In addition, remember that microsoft supports more xp.  However, on rare occasions they might 'could' predict a significant update xp now adays.

    so nothing uninstall it from your computer to microsoft because the system may become unstable.  and when windows becomes unstable, there is nothing worse than trying to correct it and think "I should have left well enough alone.

    Incidentally, if you run low disk space then I suggest strongly to buy another blank hard drive in a computer store and install it in your computer.

    all computers can accept and manage two hard drives.  the main hard drive is known as the 'master' disc and the second hard drive would be called the "slave disk".

    After installing a new hard drive, then you can move all of your documents, photos and personal files from your drive currently overcrowded c.

  • Add/Remove window has a big empty space (hole)

    XP Pro SP3. When I opened the Add/Remove window, and after that it populates the list of programs, there is a large white space (hole). It will give the list of the first 10 programs, so I almost have to scroll to the bottom of the window to see all of the programs that are installed on the computer. That is what it is?

    Well, AutoCAD would come after AVG (in alphabetical order).

    BurrWalnut was probably right, but there are actually several things that cause this problem if AutoCAD is involved.

    Supposedly, people AutoCAD fixed ths some time ago and my notes are a little old, but here's what I have:

    Before making any changes to your registry, save it with this free and popular tool:

    http://www.SnapFiles.com/get/ERUNT.html

    According to me, the problem is the index of the icon for AutoCAD is wrong or the file icon is missing and we can deal with either.

    Click Start, run and enter in the box:

    Regedit

    Click OK to open the registry editor.

    Navigate to where is all the stuff to add/remove programs:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\

    Find what I think is the entrance of AutoCAD:

    {5783F2D7-0101-0409-0000-0060B0CE6BBA}

    You can be sure, by looking at the entry DisplayName on the right side to be sure it's AutoCAD. I hope that you don't have to hunt for him.

    Check the value of Exposeicon on the right side and if it is - 1, double-click the value and change it to 1 and then exit regedit. If it is not - 1, tell me what it is.

    Restart and test.

Maybe you are looking for

  • A new owner &amp; a few preliminary questions

    Finally, I cashed in some credit card rewards points and got myself something I would not have otherwise passed all the money on... a MP3 player, namely a 4 G Sansa Fuze - 'free '!  I look forward to receiving the product, and I'm glad I found this c

  • Map NETWORK connection not after VM provisioning in vWorkspace 8.0.1

    Hi all "I use vWorkspace 8.0.1 and lay out Windows 8 VM service but the problem is that I get the error message after VM provisioning '" virtualization management server reported any IP address to the computer "in the console vWorkspace. I tried to f

  • Paint Bucket tool doest work

    Hi guys.Help, please. My paint bucket has stopped working and I can't find out why. When I select the paint bucket tool and hover above the layer icon change not allowed cursor not icon, no idea how to solve this problem. Some advice how could I solv

  • Sequencing of same shoot cameras

    Just downloaded new files shot with D750 and D300s set with identical times still of cannot combine the images into a single sequence of time. LR will only sequence by each camera even if all the files are in a collection and using sorting by date of

  • Lines/vector graphics are more high quality / sharp in 2015 of the Illustrator

    HelloI used to use CS5 and have now upgraded with a subscription to Adobe CC.These lines appear perfectly if I open them on the old computer with CS5, but they "break" here.  Screen attached.Anyone know if it's just a matter of display settings?  If