Troubleshooting RPC Endpoint Mapper errors using the Windows Server 2003 Support Tools:
http://support.microsoft.com/?id=839880
Troubleshooting RPC Endpoint Mapper errors using the Windows Server 2003 Support Tools:
http://support.microsoft.com/?id=839880
I found ElMajdal's website very informative and posted the details on my blog for my future references:
Migrating Active Directory Domain Controller from Windows Server 2003 to Windows Server 2008
Also have a look at:
http://technet2.microsoft.com/windowsserver2008/en/library/f349e1e7-c3ce-4850-9e50-d8886c866b521033.mspx?mfr=true
More info about Windows Server 2008 at:
http://technet2.microsoft.com/windowsserver2008/en/library/246aa651-6858-4dc9-aade-6806065d0ea21033.mspx?mfr=true
The MaxPageSize value for the LDAPAdminLimits attribute controls the number of records that can be returned upon an LDAP query. If there are more then 1000 items returned for an LDAP query, then the Active Directory sees this maximum value of (1000) and return nothing.
This is due to by default in Microsoft Active Directory the query limit is set to 1000 objects per request. The parameter in Active Directory can be changed in different ways. It can be changed with the NTDSUtil.exe utility or with the ADSI Edit Snap-in.
The following LDAP entry needs to be changed.CN=Default Query Policy, CN=Query-Policies, CN=Directory Service, CN=Windows NT, CN=Services, CN=Configuration, DC=YOUR_COMPANY, DC=YOUR_COMPANY_TLD.
To start ntdsutil.exe:
Go Start and then click on Run.
At the command prompt, type ntdsutil and then press ENTER.
At the ntdsutil command prompt, type LDAP policies and then ENTER.
At the LDAP policy prompt, type connections and then ENTER.
AT the server connections prompt, type connect to server (DNS name of the Server or localhost)
But if you like to modify the default values, For Example the MaxPageSize (say to 2500), At the command prompt enter the following commands:
Type ntdsutil, then Enter
Type LDAP policies and then ENTER
Type Set MaxPageSize to 2500
To confirm the changes, use the Show Values command.
Once the values are confirmed then
Type Commit Changes, then Enter
Type q, then press ENTER to return to previous menu.
Type q again and then press ENTER to exit ntdsutil.
The changes are immediatly effective and if you have multiple sites you may need to force replication accross your network.
To use the ADSI Edit:
http://www.fots.nl/index.php/how-to/set-the-maxpagesize/
http://www.computerperformance.co.uk/w2k3/utilities/adsi_edit.htm
Log on to Service Console with administrator privileges.
Make sure there is free disk space in the /root partition of your ESX Server service console. You can verify this by running the command of df –lh in the service console.
If you are using an OpenManage CD/DVD, then you need to mount the media and change the working directory with the following command:
$ mount /dev/cdrom /mnt/cdrom $ cd /mnt/cdrom/srvadmin/linux/supportscripts
Installing OpenManage by executing the installation script with the following command:
$ ./srvadmin-install.sh –b –w -s
To start the OpenManage services without rebooting the system, execute the following command:
$ srvadmin-services.sh start
To umount the CD/DVD and eject media execute the following command:
$ eject
To access the ESX server using an OpenManage web console, you need to open the ports used by OpenManage by using the following commands:
$ esxcfg-firewall -o 1311,tcp,in,OpenManageRequest