Details
Important: Please ensure that you complete all the steps. Failure to do so will lead to an unusable Ensim Pro for Windows.
Steps for upgrading Bind 9.2.2 (Version bundled with WWP 3.6) to Bind 9.2.3 (Latest version)
Note: Please make sure that you manually type the commands that are mentioned below and not copy/paste them.
- Grab the Bind 9.2.3 binary kit from the following location ftp://ftp.isc.org/isc/bind/contrib/ntbind-9.2.3/BIND9.2.3.zip
- Unzip the contents of the above zip file in some location on your disk. Let’s assume it to be in c:\bind9 for rest of the document.
- Open command shell
- Backup the contents of entire c:\winnt\system32\dns
- Run the following command
instsrv named remove
- Switch to c:\winnt\system32\dns\bin directory
- Run the following command
bindinstall
- Make sure, that, checkbox for “Keep Config Files After Uninstall” is turned ON and then click on “Uninstall”. This will uninstall “Bind 9.2.2” from the system.
- Open command shell
- Switch to c:\bind9 directory
- Run the following command. This will open up the Bind 9 installer window
bindinstall
- Make sure, that, checkboxes for all the ‘Options’ are turned ON and Click on “Install”. This will install Bind 9.2.3 on the machine. If you encounter the error “Error creating service (the name is already in use either as a service or a service display name)”, exit the installer, reboot the system and again start from step 9.
- Run the following sequence of commands
instsrv named remove
instsrv named c:\winnt\system32\dns\bin\named.exe
net start named
If the second command fails saying “Default : Unable To CreateService (Unknown Reason) :
1072:The specified service has been marked for deletion, please reboot the machine and then carry out second and third command again.
14. Restart virtualhosting service using the following commands
net stop virtualhosting
net start virtualhosting
Note: Read C:\Winnt as C:\Windows in case of Ensim Pro for Windows 2003.
|