Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Samba service

  • Is the SAMBA server up and running?

     /etc/init.d/smb status
    
  • Start the service with the following command.

     /etc/init.d/smb start
    
  • Enable Samba server at boot time

     chkconfig smb on
    

HyperV manual Configuration

This page describes how to manually configure the registry of a Hyper-V core machine to use with Abiquo.

  1. Preparation
    1. Install Hyper-V
    2. Join a domain
    3. Make the domain administrator a local administrator
  2. Edit the registry as described below
    1. Change key ownership where necessary
    2. Set key values as described in /wiki/spaces/doc/pages/311375298 page

Note that you can also perform step 2.a using other tools, for example, SetACL. This is described below in Set Key Ownership Using Alternate Methods

Windows registry changes

Abiquo uses the WMI API, through J-Interop and JWbem libraries.

See  http://sourceforge.net/p/j-interop/code/138/tree/trunk/j-interop/src/readme.htm

Therefore, you will need to make the registry modifications described below to enable remote management and monitoring of Hyper-V.

These registry changes are included in the attached file hypervconfig.reg.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AppID\{76A64158-CB41-11D1-8B02-00600806D9B6}]
"DllSurrogate"=""

[HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}]
@="WBEM Scripting Locator"
"AppID"="{76a64158-cb41-11d1-8b02-00600806d9b6}"

[HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,77,00,62,00,\
  65,00,6d,00,5c,00,77,00,62,00,65,00,6d,00,64,00,69,00,73,00,70,00,2e,00,64,\
  00,6c,00,6c,00,00,00
"ThreadingModel"="Both"

[HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}\ProgID]
@="WbemScripting.SWbemLocator.1"

[HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}\Programmable]

[HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}\TypeLib]
@="{565783C6-CB41-11D1-8B02-00600806D9B6}"

[HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}\Version]
@="1.0"

[HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}\VersionIndependentProgID]
@="WbemScripting.SWbemLocator" 

Configure Wbem Scripting to Run Remotely

Run regedit.exe (registry editor).

Click on Computer\HKEY_LOCAL MACHINE.

Open Find dialog

  • Edit->Find
  • Right-click menu -> Find


Search for a key with the name WbemScripting.SWbemLocator in the following location:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WbemScripting.SWbemLocator

 

Check the location in the box at the bottom of the Registry Editor Screen.

Repeat the search (F3) until you find this key in the right location.
 

Expand the WbemScripting.SWbemLocator folder.

Click the subkey named CLSID.

Open the "(Default)" value (use right-click -> Modify)

The value of the Data GUID should be:

{76A64158-CB41-11D1-8B02-00600806D9B6}


Make a note of the Value data or copy it to Notepad. Include the brackets.

Open the HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID key

From here, search for the saved GUID value

When you find the key, check it is: 
 

\Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}

 

Change Owner of Wbem Scripting Key

Highlight the GUID number/subkey under the HKEY_CLASSES_ROOT\CLSID key. Right click on the key and right-click on "Permissions". Click "Advanced"

Next click on the Owner link and you'll now see that the current owner is TrustedInstaller. Now click on the Edit button and choose who you would like to change the owner to, either your account or the Administrators. If your account is an Administrator account, you can just pick Administrators.


Modify the Threading Model for Wbem Scripting

Click on the InprocServer32 subkey below this key

The InprocServer32 value for (Default) should point to the location of the COM DLL file, for example: 

%SystemRoot%\system32\wbem\wbemdisp.dll

 

If there is a TypeLib subkey, check that the GUID value is not the same as the one from step 1. Otherwise, go back to where you copied the GUID and repeat the steps with the correct key if necessary. The following screenshot shows a correct value.

Also, under the GUID's InprocServer32 subkey, check that a ThreadingModel value exists. Modify (or create) it and set it to Both or Free.

This will ensure the marshaling works with the threading model of the COM object to enable execution of COM out of SQL Server process space. If there is not a ThreadingModel value or it is set to Apartment, COM object instantiation may not be consistent.

Key privileges

You may need to add privileges to this key in order to change the ThreadingModel value.

 

Configure AppID with Dllsurrogate

Select the key we have been working with:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{76a64158-cb41-11d1-8b02-00600806d9b6}

From the Edit menu, click New, and then select String Value. Under the Name column, type the following:

AppID

Press Enter and then insert the class identifier or GUID number. It should be in the format{76a64158-cb41-11d1-8b02-00600806d9b6} (include the brackets). 

Add a new subkey under Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID and set its name to the same class identifier or GUID number with the brackets as inserted in the preceding step.

Key privileges

You may need to add privileges to this key.

Highlight the GUID name. From the Edit menu, click New, and then select String Value. Under the Name column, type the following:

DllSurrogate

Leave the Data column blank for this value. Because the data column is blank, this informs DCOM to run the default executable file, Dllhost.exe and load the COM object within its process space.

Set Key Ownership Using Alternate Methods

As described in the manual process above, you should change key ownership before setting key values. You may wish to use another tool or method to change key ownership.

  1. Add the Hyper-V to a Windows domain
  2. Configure the CLSID key
    1. Change the owner to the domain admin
    2. Change the key values
  3. Configure the AppID key
    1. Create the key
    2. Change the owner of the key
    3. Change the key values

One method for changing ownership is to download SetACL.exe and use it to modify the keys.

 

#### Change ownership of CLSID key
SetACL.exe -on HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}  -ot reg -rec yes -actn setowner -ownr n:example.com\\Administrator
SetACL.exe -on HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}  -ot reg -rec yes -actn ace -ace n:example.com\\Administrator;p:full

### Change ownership of AppID key
SetACL.exe -on HKEY_CLASSES_ROOT\AppID\{76A64158-CB41-11D1-8B02-00600806D9B6}  -ot reg -actn setowner -ownr n:example.com\\Administrator
SetACL.exe -on HKEY_CLASSES_ROOT\AppID\{76A64158-CB41-11D1-8B02-00600806D9B6}  -ot reg -actn ace -ace n:example.com\\Administrator;p:full

 

  • No labels