Monday, July 06, 2009

DFSR on windows 2003 R2 servers.

  1. Start DFS management console on any Windows 2003 R2 server.
  2. Configure Replication (membership, connections and replicated folders). If you already have a previously shared folder what you want to replicate on other server - do not copy files, just replicate.
  3. After the replication is done configure a namespace.
  4. Publish the replicated folders to the namespace, and configure login script to access the published share.

Monday, June 29, 2009

Windows 2008 Terminal services

To configure access:
  1. Create AD group, for example: "TS Users"
  2. Put the group in local "Remote Desktop Users" group on the terminal server.
  3. Put the terminal server in local "Terminal Server Computers" group on the "TS licensing" server to enable to read licensing information.
  4. Put the terminal server in separate OU and create a GPO. The GPO "Security Filtering" should include the terminal server itself and "TS Users" group. This will disable all limitation for administrators. Do not include administrators in "TS Users". Remove "All Authenticated" group from the GPO "Security Filtering"

Monday, June 15, 2009

NTP servers pool

Very convinent way to configure NTP sources, servers:
0.pool.ntp.org
1.pool.ntp.org
2.pool.ntp.org
Command line: net time /setsntp:"0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org"
Do not forget to restart "windows time" service.

Thursday, June 11, 2009

Novell SUSE - SLES registration

To get Novell Updates on SLES server you will need to activate the server. It can be done during installation or after with command from terminal:
suse_register -a regcode-sles=NEWCODE

Hyper-V Config 4096 Error

In my case it was old references to removed VMs on my Hyper-V host: 
"The Virtual Machines configuration DC6D0B26-9438-4504-9500-73342A42EC0B at 'E:\UTIL02-VM' is no longer accessible: The system cannot find the path specified. (0x80070003)"
So, I just delete configuration reference XML file  "DC6D0B26-9438-4504-9500-73342A42EC0B.xml" from: 
"C:\ProgramData\Microsoft\Windows\Hyper-V\Virtual Machines"
But be careful, do not delete valid reference!

Tuesday, May 26, 2009

BB 8310 Status

To find BB status including free memory do: alt+shift+H

Friday, May 15, 2009

SLMGR - license manager

I took the reference from other blog - slmgr tool is "Software Licence Manager" :"SLMgr Commands and Options

I’ve been dealing a lot lately with activation of Server 2008. It’s not been as easy as I’d like. In searching for some help, I came across a great article on SLMgrSLMgr Commands and Options with Windows Vista Product Key Activation. This article provides a good look at the options with this SLMgr.ext tool. "

Tuesday, May 12, 2009

VMM 2008 error 13805

Then trying to add the cluster to VMM get error 13805 "Unable to contact cluster service on servername.domain" . VMM installed on one node in the cluster.  Cluster Group located on same server.
Solution: move Cluster Group to different node. From elevated CMD type: cluster group "Cluster Group" /move
To see the help for cluster group command type: cluster group /?