Thursday, August 25, 2016
Configure custom url for Azure App
When you configure app in azure it will only give you azure url (xxxx.azurewebsites.net) an will not give you a IP address.
eq :
Host name Azure URL
knights.exilesoft.com app1.azurewebsites.net
so you have to create a CNAME with the custom domain name and point it to azure URL.
after have created the CNAME. go to azure portal and select the App and select custom domains.
select Add hostname then in the Hostname ( eg : knights.exilesoft.com) type the custom domain name.
eq :
Host name Azure URL
knights.exilesoft.com app1.azurewebsites.net
so you have to create a CNAME with the custom domain name and point it to azure URL.
after have created the CNAME. go to azure portal and select the App and select custom domains.
select Add hostname then in the Hostname ( eg : knights.exilesoft.com) type the custom domain name.
Tuesday, August 23, 2016
Configure windows domain controler to external NTP server
Some times when you laptop time and your phone time is deferment
it will be
hard to find the correct time for the meetings in a corporate en
environment this is critical
To overcome this i used google NTP server to Domain controller.login to the domain controller and open a command prompt in admin
privileges.Add the NTP servers.· w32tm/config /manualpeerlist:"time1.google.com,0x1 time2.google.com,0x1 time3.google.com,0x1 time4.google.com,0x1"Make this DC a reliable time source for the clients.· w32tm/config /reliable:yesForce domain computers to synchronize the time with the DC.· w32tm/config /syncfromflags:domhier /updateStop and start the server· net stop w32time && net start w32timeMore info in Spice works Community
Tuesday, August 2, 2016
error cant transfer the Opration Master
If you receive when you trying to transfer the operation master and got the following error.
Log in to the new secondary domain controller go to
Active directory users and Groups right click and go to " Change Domain Controller "
Then select the domain controller.
Now change the can change the operation master roles.
Log in to the new secondary domain controller go to
Active directory users and Groups right click and go to " Change Domain Controller "
Then select the domain controller.
Now change the can change the operation master roles.
Error 12700
If you installing windows form a shared ISO file in hyper V using Microsoft Virtual machine manager 2012 , failed and got the following error
" Error (12700)
VMM cannot complete the host operation on the xxxxxx.xx server because of the error: 'xxx' failed to add device 'Virtual CD/DVD Disk'. (Virtual machine ID 6114821F-F572-482B-83BA-1D251CA98EF5)
'xxxx1': User account does not have permission required to open attachment '\\xxx\ISO\SW_DVD9_Windows_Svr_Std_and_DataCtr_2012_R2_.ISO'. Error: 'General access denied error' (0x80070005). (Virtual machine ID 6114821F-F572-482B-83BA-1D251CA98EF5)
Unknown error (0x8001) "
Do following
Go to domain controller - Active Directory Users and Computers and select the hyper v enabled computer
Go to properties - Delegation
Select " trust this computer for delegation to specific services only
Then select " Use any authentication protocol "
Add select the Microsoft Virtual Machine Manager running machine
then form the services select " cifs "
" Error (12700)
VMM cannot complete the host operation on the xxxxxx.xx server because of the error: 'xxx' failed to add device 'Virtual CD/DVD Disk'. (Virtual machine ID 6114821F-F572-482B-83BA-1D251CA98EF5)
'xxxx1': User account does not have permission required to open attachment '\\xxx\ISO\SW_DVD9_Windows_Svr_Std_and_DataCtr_2012_R2_.ISO'. Error: 'General access denied error' (0x80070005). (Virtual machine ID 6114821F-F572-482B-83BA-1D251CA98EF5)
Unknown error (0x8001) "
Do following
Go to domain controller - Active Directory Users and Computers and select the hyper v enabled computer
Go to properties - Delegation
Select " trust this computer for delegation to specific services only
Then select " Use any authentication protocol "
Add select the Microsoft Virtual Machine Manager running machine
then form the services select " cifs "
Subscribe to:
Posts (Atom)