Quantcast
Channel: Windows Server General Forum forum
Viewing all 24879 articles
Browse latest View live

Resource Monitor shows real load only after the second time opening

$
0
0

I use Resource Monitor a lot, specially for Disk activity to view the online load. This is very useful on Hyper-V hosts, SCCM and file servers to see, what is really happening, "should I wait or not". Latelly, I began to realize that when you open Resource Monitor first time after login, it doesn't actually show you the real load of vhdx disks in Hyper-V, but it displays some unnecassarry file activities behind user profile. After I open RM the second time, then the real content activity starts being displayed.

I see this everywhere. I have 3 different Hyper-V hosts at different customers site. 


MCSE Mobility 2018. Expert on SCCM, Windows 10 and MBAM.


FSMO roles, Global Catalog

$
0
0

Hello, 

simple questions:

single site, 2 domain controllers (both are DNS, Global Catalog)

1. Why is not recommended  to have enabled Global Catalog on both DC? It is also means the server will use more resources(mostly ram)? And is recommended have enabled at least one Global Catalog on every single site? Or is enough to enable Universal group membership caching 'UGMC' on site with few object? 

2. I've shut down (lab) the primary DC with all FSMO roles. So in site stay alive only one secondary DC with DNS and Global Catalog without FSMO roles... Why can i still create user(object), change password or forsing change password, creating OU etc. on second DC without FSMO roles.... Thats should not be possible without RID, PDC or Schame master roles... 

Access user for multiple domain

$
0
0
Ad user login pass  authentication via multiple domain controller same time for single session   , why ? this is normal where is the issue .

ssllab scan

$
0
0

Hi All

I scanned my site running on Windows 2012 yesterday and I got back these two warnings:

1. ECDH public server param reuse yes

2. DH public server param (Ys) reuse yes

I would like to disable these but I cannot seem to find any information on how to do it. Can anyone help please?

Who will be announced as the next Windows Server General Guru? Read more about February 2019 competition!!

$
0
0


What is TechNet Guru Competition?

Each month the TechNet Wiki council organizes a contest of the best articles posted that month. This is your chance to be announced as MICROSOFT TECHNOLOGY GURU OF THE MONTH!

One winner in each category will be selected each month for glory and adoration by the MSDN/TechNet Ninjas and community as a whole. Winners will be announced in dedicated blog post that will be published in Microsoft Wiki Ninjas blog, a tweet from the Wiki Ninjas Twitter account, links will be published at Microsoft TNWiki group on Facebook, and other acknowledgement from the community will follow.

Some of our biggest community voices and many MVPs have passed through these halls on their way to fame and fortune.

If you have already made a contribution in the forums or gallery or you published a nice blog, then you can simply convert it into a shared wiki article, reference the original post, and register the article for the TechNet Guru Competition. The articles must be written in February 2019 and must be in English. However, the original blog or forum content can be from beforeFebruary 2019.

Come and see who is making waves in all your favorite technologies. Maybe it will be you!


Who can join the Competition?

Anyone who has basic knowledge and the desire to share the knowledge is welcome. Articles can appeal to beginners or discusse advanced topics. All you have to do is to add your article to TechNet Wiki from your own specialty category.


How can you win?

  1. Please copy/Write over your Microsoft technical solutions and revelations to TechNetWiki.
  2. Add a link to your new article on THIS WIKI COMPETITION PAGE (so we know you've contributed)
  3. (Optional but recommended) Add a link to your article at the TechNetWiki group on Facebook. The group is very active and people love to help, you can get feedback and even direct improvements in the article before the contest starts.

Do you have any question or want more information?

Feel free to ask any questions below, or Join us at the official MicrosoftTechNet Wiki groups on facebook. Read More about TechNet Guru Awards.

If you win, people will sing your praises online and your name will be raised as Guru of the Month.


PS: Above top banner came from Vimal Kalathil.



Please Mark This As Answer if it solved your issue
Please Vote This As Helpful if it helps to solve your issue
Visakh
----------------------------
My Wiki User Page
My MSDN Page
My Personal Blog
My Facebook Page

SDD write protection error in Win10

$
0
0

I have an issue after upgrade from Win7 to Win10, I have a SDD drive on my laptop HP 820 G2, upgrade the OS and my secondary SDD drive is "write protected", I follow instructions on Microsoft forum that lead me to this:

https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-vista/cc766465(v=ws.10)

I double check my Read only State, after doing the "attributes disk clear readonly"

DISKPART> detail disk

KINGSTON SHSS37A480G
Disk ID: 75A7E3D9
Type   : SATA
Status : Online
Path   : 0
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(1700)#ATA(C00T00L00)
Current Read-only State : No
Read-only  : No
Boot Disk  : No
Pagefile Disk  : No
Hibernation File Disk  : No
Crashdump Disk  : No
Clustered Disk  : No

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 1     D   New Volume   NTFS   Partition    447 GB  Healthy

I try with the DWord on Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control



I did a backup on my files and format the drive using diskpart.... Still giving me same error when I want to copy files about being write protected.

Any ideas ???




Regards! ISC. Arturo Moctezuma.

IIS 10: The loghttp module in the worker process with id 'm' removed custom log data for 'n' request(s) which was not claimed by the W3C Logging Service

$
0
0

Unfortunately I cannot post links or images until my account is verified... Or something.

Please note, this is a copy/cross-post from forums.iis.net and Server Fault. Please use Google to find them, and I'll update those posts with information from here.

On various IIS 10.0 web servers (build 14393 and 17763 - Windows Server 2016 and Windows Server 2019), we have enabled customFields logging for "to help identify weak TLS usage" (blog post on Microsoft Secure @ cloudblogs).

For a couple of servers, this works and new log files are created, on the majority it doesn't work: log files with customFields are not created and the eventlog shows ID 2309:

"The loghttp module in the worker process with id '9784' removed custom log data for '3' request(s) which was not claimed by the W3C Logging Service."

But as soon as I transfer a website that's not logging customfields on server-A, to a different web server server-B, using msdeploy, the customFields logs are created. Other websites on that last server-B may or may not be logging the customFields...

I created the configuration using PowerShell:

Add-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST' -filter "system.applicationHost/sites/siteDefaults/logFile/customFields" -name "." -value @{logFieldName='crypt-protocol';sourceName='CRYPT_PROTOCOL';sourceType='ServerVariable'}
Add-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST' -filter "system.applicationHost/sites/siteDefaults/logFile/customFields" -name "." -value @{logFieldName='crypt-cipher';sourceName='CRYPT_CIPHER_ALG_ID';sourceType='ServerVariable'}
Add-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST' -filter "system.applicationHost/sites/siteDefaults/logFile/customFields" -name "." -value @{logFieldName='crypt-hash';sourceName='CRYPT_HASH_ALG_ID';sourceType='ServerVariable'}
Add-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST' -filter "system.applicationHost/sites/siteDefaults/logFile/customFields" -name "." -value @{logFieldName='crypt-keyexchange';sourceName='CRYPT_KEYEXCHANGE_ALG_ID';sourceType='ServerVariable'}

As you can see, I added the configuration as a server default.

What am I missing here?

Windows server crashs in video transcode during

$
0
0

Hi, I'm using ffmpeg for transcodings of my videos on a dedicate server with details:

  • OS: Windows Server 2012 R2 64Bit
  • CPU: Intel XEON X5650
  • RAM: 16GB
  • Hard disk: A sas normal disk

Some times in transcoding time windows goes to Reconnecting and count up to 20 and then goes to black screen.
I cannot find anythings in windows logs.
And I restart server from button of that server.
What's hapenning?
How can I find a clue, about this issue?


2008 DC Status Unavailable when changing directory server

$
0
0

Hello, while testing/playing with Server 2008, in my two separate test domains. One, a 4 DC native 2008 domain and two, a mixed 2003 R2 / 2008 domain. I noticed whenever I right click on my domain, from one of the roles, and choose change domain controller, and the change Directory Server menu comes up. It also shows my W2K8 DC's status as being Unavailable. My W2K3 DC's all show Online. Why is that? It does not prevent me from managing them or performing any function that i know of. I have the firewall's off thinking it was some kind of SNMP traffic but that didn't change anything.

Any ideas?

Thanks

Failed to create, configure, or bring online physical disk resource (disk) "Cluster Disk 1".

$
0
0

Hello,


unfortunately we have the following problem with our HPE MSA (connected to two HPE ProLiant DL380p as Hyper-V node) with our HPE ProLiant DL380 Gen8 with one HPE SmartArray 421 controller each:


A logical drive was created using the HPE controller. Disk Partitioning for the Virtual Machine Volume and Disk as a Quorum Disk was done with disk partitioning of Windows 2012 R2 Datacenter and GPT.


I can set the drive to "online" in disk partitioning, but not in Failover Cluster Manager. I am currently receiving the following error messages:


cluster:


CLUSTER1.SEBO.local

started


09.02.2019 20:06:37

Completed


09.02.2019 20:06:38

Physical disk resource for Cluster Disk 1 is created.
Cluster Disk 1 resource goes online.
Failed to create, configure, or bring online physical disk resource (disk) "Cluster Disk 1".
Physical disk resource for Cluster Disk 2 is created.
Resource for "Cluster Disk 2" comes online.
Failed to create, configure, or bring online physical disk resource (disk) "Cluster Disk 2".
When adding storage to the cluster, the following errors occurred:
An error occurred while trying to bring the resource "Cluster Disk 1" online.

The cluster resource could not be brought online by the resource monitor

Failed to try to bring the Cluster Disk 2 resource online.

The cluster resource could not be brought online by the resource monitor.


How do we get both media online?


DL

Problem with url in IIS

$
0
0

Hi,

I have a Windows Server 2008 R2 with IIS 6.2 with a default website published.

I have a url that is binded to the webserver, and when I access http://www.xyz.com I can reach the default page.

But I have a subfolder that I need to access a website but through url (www.xyz.com/abc/def).

When I go with IP (internal - 192.168.x.x/abc/def or external - 111.111.111.111/abc/def), I can reach the webpage, but when I try http://www.xyz.com/abc/def from outside I get an error that "The requested URL /abc/def/ was not found on this server.".

This is driving me crazy...

What can this be? What o I need to do to fix this dns/url/whatever misconfiguration?

Thanks a lot.

BM

Event 140 Error

$
0
0

Hello,

           I receive this Error in my Event Viewer log and unable to Access my 1Tb Drive .

Following are the Error Details :

Event : 140

The system failed to flush data to the transaction log. Corruption may occur in VolumeId: D:, DeviceName: \Device\HarddiskVolume4.
(The request failed due to a fatal device hardware error.)

Run a .bat file continuously using task scheduler

$
0
0

Hi,

I am having one requirement to run one of the batch file continuously in the server without user intervention. I have configured the task scheduler with system startup and run if user logged in or not. But could not see that batch file running progress.

Is there any way to run the batch file continuously without any manual intervention?

Thanks in advance.

unable to sync external NTP server in Ad environment.

$
0
0

Hi All,

can someone help me. there is a application in our production environment with multiple nodes in application cluster.

which has full dependency with w32tm service. if any of the server beyond 10sec from it's active node then, the application eliminate it from application cluster. 

I have followed following support article still we the peer list is showing my domain controller. it is not desplaying my NTP server: -time.child.root.com

env details:-

The servers all are installed with windows 2008 

All are part of Active directory Domain.

all are ESXI Vms not syncing Time from esxi group. 

https://support.microsoft.com/en-in/help/816042/how-to-configure-an-authoritative-time-server-in-windows-server

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


C:\Windows\system32>w32tm /query /configuration

[Configuration]


EventLogFlags: 2 (Local)

AnnounceFlags: 5 (Local)

TimeJumpAuditOffset: 28800 (Local)

MinPollInterval: 10 (Local)

MaxPollInterval: 15 (Local)

MaxNegPhaseCorrection: 3600 (Local)

MaxPosPhaseCorrection: 3600 (Local)

MaxAllowedPhaseOffset: 300 (Local)


FrequencyCorrectRate: 4 (Local)

PollAdjustFactor: 5 (Local)

LargePhaseOffset: 50000000 (Local)

SpikeWatchPeriod: 900 (Local)

LocalClockDispersion: 10 (Local)

HoldPeriod: 5 (Local)

PhaseCorrectRate: 1 (Local)

UpdateInterval: 30000 (Local)



[TimeProviders]


NtpClient (Local)

DllName: C:\Windows\system32\w32time.dll (Local)

Enabled: 1 (Local)

InputProvider: 1 (Local)

CrossSiteSyncFlags: 2 (Policy)

AllowNonstandardModeCombinations: 1 (Local)

ResolvePeerBackoffMinutes: 15 (Policy)

ResolvePeerBackoffMaxTimes: 7 (Policy)

CompatibilityFlags: 2147483648 (Local)

EventLogFlags: 0 (Policy)

LargeSampleSkew: 3 (Local)

SpecialPollInterval: 3600 (Policy)

Type: NT5DS (Policy)


NtpServer (Local)

DllName: C:\Windows\system32\w32time.dll (Local)

Enabled: 1 (Local)

InputProvider: 0 (Local)

AllowNonstandardModeCombinations: 1 (Local)


VMICTimeProvider (Local)

DllName: C:\Windows\System32\vmictimeprovider.dll (Local)

Enabled: 1 (Local)

InputProvider: 1 (Local)


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

C:\Windows\system32>w32tm /query /source

DC21.child.root.com


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

C:\Windows\system32>w32tm /query /peers

#Peers: 1

Peer: DC21.child.root.com

State: Active

Time Remaining: 896.3444743s

Mode: 1 (Symmetric Active)

Stratum: 4 (secondary reference - syncd by (S)NTP)

PeerPoll Interval: 17 (out of valid range)

HostPoll Interval: 10 (1024s)



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



C:\Windows\system32>w32tm /query /status

Leap Indicator: 0(no warning)

Stratum: 5 (secondary reference - syncd by (S)NTP)

Precision: -6 (15.625ms per tick)

Root Delay: 0.1250000s

Root Dispersion: 8.0002952s

ReferenceId: 0x0A780A15 (source IP:  10.120.10.21)

Last Successful Sync Time: 21/02/2019 12:54:18

Source: DC21.child.root.com

Poll Interval: 10 (1024s)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

C:\Windows\system32>w32tm /config /syncfromflags:manual /manualpeerlist:"0.time.

child.root.com"

The command completed successfully.


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

C:\Windows\system32>w32tm /query /status

Leap Indicator: 0(no warning)

Stratum: 5 (secondary reference - syncd by (S)NTP)

Precision: -6 (15.625ms per tick)

Root Delay: 0.1250000s

Root Dispersion: 8.0002952s

ReferenceId: 0x0A780A15 (source IP:  10.120.10.21)

Last Successful Sync Time: 21/02/2019 12:54:18

Source: DC21.child.root.com

Poll Interval: 10 (1024s)

KB4103718 causing NIC Disconnection and on Windows 7 SP1 and Windows Server 2008 R2. Also Bug check 7B issue on Windows Server 2008 R2

$
0
0

Team,

KB4103718 is installed on our multiple clients Windows 7 SP1 and Windows Server 2008 R2 systems and it is causing NIC Disconnection issue. Additionally, on some Windows Server 2008 R2,  this patch fails and after reboot it gives Bug check error 7B.

Can you please provide us assistance on this on priority.



Default Retetion period for security logs

$
0
0

I am looking default retation period for security log for windows servers. I don't set any group policy in our env. what ever setting we have locally is applicable for respective servers. I have checked registry it's set 0 on retention.

I want to provide this information to my client but i need some MS link were clearly mention retation policy days and way to verify on local servers. If i say default retation is 90 days than i need to provide any screen shot for ref...

Issues if windows updates are downloaded.

$
0
0

Hi All

I would like to find out if updates are downloaded to a server but not installed can cause issues on that server.  

I've had complaints that because of windows updates waiting to be installed issues are arising on servers.  To my knowledge this cannot happen or am i wrong.

If someone can confirm this it will greatly appreciated.

Thank You

Script to add a Search Provider to IE registry

$
0
0

Hi All,

Bit of a newbie here, I'm trying to write a very simple script to add a search provider to IE via the registry. Here's what I have so far:

Windows Registry Editor Version 5.00
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes"
"DisplayName"="My Search Provider"
"URL"="http://mysearchprovider.com/={searchTerms}"
"OSDFileURL"="http://mysearchprovider.com"
"FaviconURL"="http://mysearchprovider.com/favicon.ico"
pause

The error states that the attributes are not recognized.

I was hoping for some guidance on this, thanks in advance.

Cheers.

Problem with scheduled task "this task requires that the account specified has log on as batch job rights"

$
0
0

Hi.

I have a Windows 2008 server SP2 server, domain controller. On this server i have to schedule a task job, so i login as "administrator" and try to create it, but when i confirm the job creation, i receive the message in the subject "this task requires that the account specified has log on as batch job rights".

I guess "administrator" (which is the domain admin) has all the rights needed...what am i supposed to do?

Thank you

ucrtbase.dll is causing Qgis to crash

$
0
0

Hi,

I have a QGis plugin to solve a vehicle routing problem using ORTools.  

When the program gets to the ORTools part, Qgis crashes and leaves an Error Event in Eventviewer, but no stacktrace.   

According to this event the crash is caused by ucrtbase.dll. See the screenshot below. 

The OS is Windows server 2012 with latest updates. 

I have created the user mode crash dump which is uploaded to onedrive including the WER report file here: 

https://1drv.ms/f/s!ApOUFM1sYj1FhRT5NvmpmrWYYWum

event screenshot: https://1drv.ms/u/s!ApOUFM1sYj1FhR5JCHEptJHp86nY

Any help would be appreciated!

Cheers,

Atis

Viewing all 24879 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>