Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can multiple users access Win2003 server simultaneously

Status
Not open for further replies.

fixengineer

Technical User
Apr 5, 2007
19
US
I've got Windows 2003 servers setup in my data center on a different network. I need a way for 3-10 users to access/read log files on the servers at the same time. The boxes have to be secure from unauthorized intrusion. It would be ok if users can only download the log files like in ftp. They don't need to do anything other than either read the log files from thier PCs or download the logs files to be read on their machines.

The files exist in a static directory.
 
Being unsure as to how much security you need, you could either create a web site populated via index services with the files, or create an ftp site with the log files in them.

[blue] A perspective from the other side!![/blue]

Cheers
Scott
 
Thank you very much for the suggestion. Security should be what you would expect from a typical bank. Also how intrusive are the methods you suggest? The logs are going to be generated by critical server applications. We have to be sensitive to any potential conflicts that may cause performance issues. For example exessive read/write activity slowing down the machines or locking the log files so the server cannot access them.
 
Right well, thanks for that that gives us a better descriptiom. I would think the Information Security Group forum is probably a better bet for this issue.

Anyway...

If it was me I then would not be directly letting users have access to these machines. I would put in a scheduled copy, perhaps hourly, of these files to another central location and let them get access to them there.

[blue] A perspective from the other side!![/blue]

Cheers
Scott
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top