Installing Shoretel Server TDIMedia.sys on Virtual Windows 2016 - Some Tips from A Pro
Some Tips from A Shoretel Pro on Installing
Disable Secure Boot in VMWare
Procedure
- Browse to the virtual machine in the vSphere Client inventory.
- Right-click the virtual machine and select Edit Settings.
- Click the VM Options tab, and expand Boot Options.
- Under Boot Options, ensure that firmware is set to EFI.
- Select your task.
- Select the Secure Boot check box to enable secure boot.
- Deselect the Secure Boot check box to disable secure boot.
- Click OK.
Disable Driver Signing Requirement so you can install TDIMedia.sys
- 1. From Windows 2016 Server, Run DOS in ADMIN mode:
2. cd <drive>:\Windwows\system32\
3. type bcdedit.exe /set nointegritychecks on
4. reboot server
Disable Driver Signing using GPEdit.msc
How to Reinstall the TDIMedia.sys Driver
- 1. Type quickinstall -stopall as this will stop all ShoreTel services.
- 2. Type quickinstall -mediaout and this will remove entries of the existing TDI Media Driver.
- 3. Type quickinstall -mediain and this will re-add the TDI Media Driver.
All services will not start on the affected server and features will be impacted.
Cause
Unknown as various instances can result in this scenario. Largely thought to be long standing defect in Shoretel Media driver, and the lack of driver signing.
Resolution
To recover the Media Driver navigate to your installation Directory. Below is from a system installed on the C: Drive. open a command prompt, and navigate to the directory below:
C:\Program Files (x86)\Shoreline Communications\ShoreWare Server>
Registry location is as follows:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\servic es\ShoreTel-Media
Update the image path from the current entry to the following:
\??\C:\Windows\System32\TDIMedia.sys
Proceed to start all services by running quickinstall -startall
Comments
Post a Comment