Will this provide a usable troubleshooting response in place of the #vssadmin 
list writers command if it hangs?
#vssadmin list volumes  ran without hanging even though I hadn’t restarted the 
RPC service.

From: [email protected] [mailto:[email protected]] On 
Behalf Of Micheal Espinola Jr
Sent: Tuesday, October 20, 2015 9:10 AM
To: [email protected]
Subject: Re: [Exchange] RE: Microsoft Exchange RPC Client Access runaway


On Wed, Oct 14, 2015 at 4:48 PM, Michael B. Smith 
<[email protected]<mailto:[email protected]>> wrote:
vssadmin list volumes


One-liner for detecting vssadmin list volumes errors:

FOR /F "tokens=*" %I IN ('VSSADMIN List Writers^|FIND /I "Last error: "') DO 
@ECHO %I|FIND /I /V "No error"

Last error: No error's are essentially ignored.  Anything else will echo.

--
Espi

Reply via email to