Guest tom.doniphon Posted September 24, 2008 Posted September 24, 2008 Hi colleagues, My problem is the following one: I've a W2K3 Server Standar Edition platform as file server and periodically the shared folders spontaneously lost the shared characterístic and i've to share them again. I have read in some side that a patch exists to solve this problem. Is this certain? Is there some other solution? Many thanks in advance.
Guest Anthony [MVP] Posted September 24, 2008 Posted September 24, 2008 Re: shared folders lost! Tom, What is the history of the server and the shares? Anthony, http://www.airdesk.com "tom.doniphon" <tomdoniphon@discussions.microsoft.com> wrote in message news:CC1E5B2A-CFEB-46B5-932A-6F47033CC0F1@microsoft.com... > Hi colleagues, > My problem is the following one: > I've a W2K3 Server Standar Edition platform as file server and > periodically > the shared folders spontaneously lost the shared characterístic and i've > to > share them again. I have read in some side that a patch exists to solve > this > problem. Is this certain? Is there some other solution? > Many thanks in advance.
Guest tom.doniphon Posted September 24, 2008 Posted September 24, 2008 Re: shared folders lost! If you refer to the characteristics of the machine I will tell you that it is a "HP Net Server LH 600r" with "Windows 2003 Standar Edition". "Anthony [MVP]" wrote: > Tom, > What is the history of the server and the shares? > Anthony, > http://www.airdesk.com > > "tom.doniphon" <tomdoniphon@discussions.microsoft.com> wrote in message > news:CC1E5B2A-CFEB-46B5-932A-6F47033CC0F1@microsoft.com... > > Hi colleagues, > > My problem is the following one: > > I've a W2K3 Server Standar Edition platform as file server and > > periodically > > the shared folders spontaneously lost the shared characterístic and i've > > to > > share them again. I have read in some side that a patch exists to solve > > this > > problem. Is this certain? Is there some other solution? > > Many thanks in advance. > >
Guest Pegasus \(MVP\) Posted September 24, 2008 Posted September 24, 2008 Re: shared folders lost! "tom.doniphon" <tomdoniphon@discussions.microsoft.com> wrote in message news:CC1E5B2A-CFEB-46B5-932A-6F47033CC0F1@microsoft.com... > Hi colleagues, > My problem is the following one: > I've a W2K3 Server Standar Edition platform as file server and > periodically > the shared folders spontaneously lost the shared characterístic and i've > to > share them again. I have read in some side that a patch exists to solve > this > problem. Is this certain? Is there some other solution? > Many thanks in advance. To get a handle on the issue I would create a log file in order to see when exactly the problem occurs. You could, for example, use the Task Scheduler to run this batch file once every hour on a 7x24 basis: @echo off echo %date% %time% >> c:\Shares.txt net statistics server | find /i "Statistics since" >> c:\Shares.txt net share | find ":\" >> c:\Shares.txt for /F %%a in ('net share ^| find /c ":\"') do echo %%a shares found >> c:\Shares.txt echo. >> c:\Shares.txt
Guest John Toner [MVP] Posted September 24, 2008 Posted September 24, 2008 Re: shared folders lost! Are these shares on iSCSI storage? Regards, John Visit my blog: http://msmvps.com/blogs/jtoner "tom.doniphon" <tomdoniphon@discussions.microsoft.com> wrote in message news:CC1E5B2A-CFEB-46B5-932A-6F47033CC0F1@microsoft.com... > Hi colleagues, > My problem is the following one: > I've a W2K3 Server Standar Edition platform as file server and periodically > the shared folders spontaneously lost the shared characterístic and i've to > share them again. I have read in some side that a patch exists to solve this > problem. Is this certain? Is there some other solution? > Many thanks in advance.
Guest tom.doniphon Posted September 24, 2008 Posted September 24, 2008 Re: shared folders lost! Yes, they are SCSI. "John Toner [MVP]" wrote: > Are these shares on iSCSI storage? > > Regards, > John > > Visit my blog: http://msmvps.com/blogs/jtoner > > "tom.doniphon" <tomdoniphon@discussions.microsoft.com> wrote in message > news:CC1E5B2A-CFEB-46B5-932A-6F47033CC0F1@microsoft.com... > > Hi colleagues, > > My problem is the following one: > > I've a W2K3 Server Standar Edition platform as file server and > periodically > > the shared folders spontaneously lost the shared characterístic and i've > to > > share them again. I have read in some side that a patch exists to solve > this > > problem. Is this certain? Is there some other solution? > > Many thanks in advance. > > >
Guest John Toner [MVP] Posted September 25, 2008 Posted September 25, 2008 Re: shared folders lost! Umm, so which is it....SCSI or iSCSI. Regards, John Visit my blog: http://msmvps.com/blogs/jtoner "tom.doniphon" <tomdoniphon@discussions.microsoft.com> wrote in message news:6A41BD9E-AF3F-4AF3-BFB3-D1E1D1AB198D@microsoft.com... > Yes, they are SCSI. > > "John Toner [MVP]" wrote: > > > Are these shares on iSCSI storage? > > > > Regards, > > John > > > > Visit my blog: http://msmvps.com/blogs/jtoner > > > > "tom.doniphon" <tomdoniphon@discussions.microsoft.com> wrote in message > > news:CC1E5B2A-CFEB-46B5-932A-6F47033CC0F1@microsoft.com... > > > Hi colleagues, > > > My problem is the following one: > > > I've a W2K3 Server Standar Edition platform as file server and > > periodically > > > the shared folders spontaneously lost the shared characterístic and i've > > to > > > share them again. I have read in some side that a patch exists to solve > > this > > > problem. Is this certain? Is there some other solution? > > > Many thanks in advance. > > > > > >
Recommended Posts