Wednesday, March 16, 2011

Configure vCenter Server storage filters

Center Server provides storage filters to help you avoid storage device corruption or performance degradation that can be caused by an unsupported use of LUNs. These filters are available by default:

  • VMFS Filter - Filters out storage devices, or LUNs, that are already used by a VMFS datastore on any host managed by vCenter Server.

  • RDM Filter - Filters out LUNs that are already referenced by an RDM on any host managed by vCenter Server.

  • Same Host and Transports Filter - Filters out LUNs ineligible for use as VMFS datastore extents because of host or storage type incompatibility.

  • Host Rescan Filter - Automatically rescans and updates VMFS datastores after you perform datastore management operations.

Procedure

1. In the vSphere Client, select Administration > vCenter Server Settings.
2. In the settings list, select Advanced Settings.
3. In the Key text box, type a key.
* config.vpxd.filter.vmfsFilter -> VMFS Filter
* config.vpxd.filter.rdmFilter -> RDM Filter
* config.vpxd.filter.SameHostAndTransportsFilter -> Same Host and Transports Filter
* config.vpxd.filter.hostRescanFilter -> Host Rescan Filter
4. In the Value text box, type False for the specified key.
5. Click Add.
6. Click OK.

Information gathered from the ESX Configuration Guide.

Missing Computers in WSUS

Zubair: I've installed and configured the Windows Server Update Services (WSUS) server but somehow, I am not seeing any of my computers in the All Computers, Unassigned Computers, or even in the Computer Groups that I created. Is that because my computers are in a workgroup? Do they need to join a domain? My clients are running Windows XP Professional.
— Name withheld

Your computers do not need to join a domain to take advantage of WSUS server. You can leave your computers in a workgroup and still add them to any computer groups you want. For various reasons some small organizations may have a group of computers that they would rather not join the domain. However, they may prefer to update all the patches on these computers by using the WSUS server.

Computer groups are created in WSUS to manage computers and deploy patches in a more controlled fashion. However, to add computers to your computer groups you need to configure either Group Policy (for computers in the domain) or Local Computer Policy (for computers in a workgroup). In your case, you have computers that are part of a workgroup. So, you should follow this procedure:

Go to your Windows XP client and start a new Microsoft Management Console (MMC). At Start, Run, type MMC.
Use Ctrl+M to add a new snap-in.
Click Add, and then add the Group Policy Object Editor for the Local Computer.
Click Close, and then click OK.
Expand the Local Computer Policy.
Under Computer Configuration, go to Administrative Templates, Windows Components, Windows Update. The result is shown in Figure 1.
In the right-hand pane, double-click Specify intranet Microsoft update service location. Note:You can also configure the option Automatic Updates detection frequency if you want. The default is 22 hours.

Configure the settings as shown in Figure 2. Replace MARS with the name of your WSUS server.
Click OK and then close the MMC without saving it.

Figure 1. Configuring local policy for Windows Update

Configure local policy for Windows Update

Figure 2. Specifying the intranet update service location

Specify intranet update service location

Within about 20 minutes, your computer should show up in WSUS server under Unassigned Computers category. If you don’t want to wait 20 minutes, execute the following command on your Windows XP client at the command prompt:

wuauclt.exe /detectnow

Your computer will show up in WSUS right away. To move it to a different Computer Group, click "Move the selected computer under Tasks" in the upper left corner.