Getting a NAS to pull files.

Associate
Joined
7 Aug 2012
Posts
948
Hi All,

I'm after a bit of information of what sort of functions you can expect from a NAS operating system. This is aimed more at COTS products, I'm not really wanting to image the NAS with any sort of Linux distro.

We currently have £2k max to spend.
Needs to be 1U as it'll be fitted into a cubical.

The scenario I have is that two servers need to access the same NAS. However these servers can't communicate with each other. We were looking to link the two servers to a NAS which has at least two different network cards and assign each card with a different subnet.

Server 1 needs to transfer logs to the NAS. Ideally I would like the NAS to pull these files from the server. Is this sort of feature easily achievable? Due to the way the system is set up, we can't map a network drive to the server so it saves the logs automatically to the NAS.

Sever 2 isn't to much of a problem, as we can map a drive to the NAS so that it can see the list of logs.

Cheers

Swain90
 
Associate
OP
Joined
7 Aug 2012
Posts
948
The logs which server 1 creates are for a bespoke application. Server 2 can then be used to read those logs for further analysis so I can't use a syslog server.
 
Soldato
Joined
4 Dec 2002
Posts
3,941
Location
Bourne, Lincs
Depending what OS are in use, could so something like robocopy/rsync from the NAS to server1.

However I am curious why server1 and 2 can not communicate, if it is something like they are on different physical networks rather than VLANs, I would be concerned as the NAS would be bridging the two networks potentially creating a security loop hole in the networks.
 
Associate
OP
Joined
7 Aug 2012
Posts
948
Server 1 and Sever 2 are identical in terms of Computer Name and IP addresses. Basically Server 2 is an "offline" version off Sever 1 (server 1 is in the live environment). In order for server 2 to analyse the logs of server 1, they have to be identical.

Both servers are running Windows Server 2003 (yes I know it's old, but that's what we've got). What NAS would run robocopy?
 
Associate
Joined
3 Oct 2007
Posts
795
To take it back to the root issue you have, have you tried using the UNC path of the NAS (\\Servername\Share) to transfer the logs?
Or is the bespoke system only capable of using a local drive?

Drive letters should be avoided in automated things like this, they rely on a user being logged in and having a drive mapping that won't be there.

####
Also, if you aren't aware MS released a whole bunch of patches for 2K3 in response to the Wannacry malware and a further batch in the June round of updates for other critical security issues - I'd highly recommend hunting these down if you haven't already.
 
Associate
OP
Joined
7 Aug 2012
Posts
948
The software is designed to use physical disks so unable to use UNC paths.

I'm currently looking at XPEnology playing around with the OS to see if I can rsync working, is it worth pursuing this, or will I be reaching a dead end?
 
Back
Top Bottom