maandag 18 mei 2009

WMI ADAP was unable to load the ASP.NET performance library because it returned invalid data: 0x0

I was getting a error/warning in my eventviewer.

WMI ADAP was unable to load the ASP.NET performance library because it returned invalid data: 0x0

Resolve this by:

To prevent the performance counter library (Perflib) from checking counters, you can disable the Extensible Performance Counters library or remove it. Use one of the following methods to do this:• To use the Extensible Counter tool (ExCtrlLst.exe) to disable the Perfctrs.dll performance counters, follow these steps:1. Start the Exctrlst.exe tool. This tool is in the Microsoft Windows 2000 Resource Kit.
2. Select the DLL (Perfctrs.dll) that did not open in the Extensible Performance Counters list box.
3. Click to clear the Performance Counters Enabled check box.
4. Restart the computer.

Version of sysprep

ICT-freak has a great post about the sysprep version. Which one to use on vcenter server.

See

http://ict-freak.nl/2009/05/12/vmware-determining-the-correct-version-of-sysprep-to-use/

dinsdag 5 mei 2009

Add role to user

In my quest to learn vmware:
Adding permissions to a user.


Use the VI Client to connect to the ESX server.
Select the Server in the left pane, and then click on the Users & Groups tab in the right pane.

Create User:
Click on the Users button
Right Click and Select Add
Specify the desired User Name, Password, etc and Click OK

Create a Local Group
Click on the Groups button
Right click and select Add
Enter the group name you want and enter the User Name you created above in the User Name field and click Add
Click OK to create the group

Assign Permissions
Click on the Permissions Tab
Right Click and Select Add Permission
Click on the Add button and select the Group you created above and click on the Add button.
Click on the OK button.
Make sure the Assigned Role is set to Read-Only and click OK.


The information was from this thread. Thanks bflynn0!~
http://communities.vmware.com/thread/101775