Windows 2008: Difference between revisions
Jump to navigation
Jump to search
(Added "Scheduled Tasks") |
(→Default Gateway Loss: Updated) |
||
Line 5: | Line 5: | ||
=== Default Gateway Loss === | === Default Gateway Loss === | ||
Known bug in Windows 2008 SP2 causes the default gateway of a machine to disappear on reboot. Resolved by resetting the IP stack and re-entering the IP config | Known bug in Windows 2008 SP2 causes the default gateway of a machine to disappear on reboot. Resolved by resetting the IP stack and re-entering the IP config | ||
# <code> netsh int ip reset </code> | # Record IP details | ||
#* <code> ipconfig/all > C:\ipconfig.txt </code> | |||
# Reset the IP stack | |||
#* <code> netsh int ip reset </code> | |||
# Restart server | # Restart server | ||
# Re-enter IP config | # Re-enter IP config | ||
# Reboot to confirm its held | |||
There's a bugfix available from http://support.microsoft.com/kb/973243 | |||
=== Scheduled Tasks === | === Scheduled Tasks === | ||
'''Error 2147943712''' | '''Error 2147943712''' | ||
You're trying to save a task that wants to save credentials (maybe because you want the task to run even when the user is logged off), but credential saving has been disabled by a GPO. | You're trying to save a task that wants to save credentials (maybe because you want the task to run even when the user is logged off), but credential saving has been disabled by a GPO. |
Revision as of 10:33, 29 October 2010
Build
- Best practice: http://communities.vmware.com/servlet/JiveServlet/downloadBody/12309-102-4-13348/vFiltered-windows2008best%20practices.pdf
Troubleshooting
Default Gateway Loss
Known bug in Windows 2008 SP2 causes the default gateway of a machine to disappear on reboot. Resolved by resetting the IP stack and re-entering the IP config
- Record IP details
ipconfig/all > C:\ipconfig.txt
- Reset the IP stack
netsh int ip reset
- Restart server
- Re-enter IP config
- Reboot to confirm its held
There's a bugfix available from http://support.microsoft.com/kb/973243
Scheduled Tasks
Error 2147943712 You're trying to save a task that wants to save credentials (maybe because you want the task to run even when the user is logged off), but credential saving has been disabled by a GPO.