bkcarter333
MIS
We have recently decided to place a server box (Windows 2003) offsite in a neighboring building to provide a little bit of disaster recovery. The box is connected directly to our network and participates in our AD domain as a member server. The machine is connected via single mode fiber running at 100Mbps. It looks and feels just like it is in the data center, but it is about a mile away.
This box has been configured as a data repository box that will hold Oracle redo logs. The process of copying the logs runs every 15 minutes, and moves a fair amount of data.
We also use a seperate scheduling machine that takes care of the automated tasks required on our network.
I need to be able to have the scheduler machine trigger an event that happens betwwen the offsite server and local database servers. The process will use basic robocopy type utlities to move data around. What I DON'T want is for the traffic to actually move throught the scheduler machine at all. I just want it to be able to trigger the events, and notify me if they were not able to execute.
I had thought about just putting a scheduled task on the offsite machine, but that casues two problems: 1) Another place to manage scheduled tasks, and 2) If for some reason the link to the offsite area goes down, there is no method of notification unless I use another system to watch the line.
Anyways, I have looked at RSH abd RCMD but both seem to be limited as far as being able to reach out to the shares on the other servers while execting a remote command. I am unexperienced with VBScript, but am very willing to learn if any one has any suggestions.
Any and all help is really appreciated!
Thanks
Bryan
This box has been configured as a data repository box that will hold Oracle redo logs. The process of copying the logs runs every 15 minutes, and moves a fair amount of data.
We also use a seperate scheduling machine that takes care of the automated tasks required on our network.
I need to be able to have the scheduler machine trigger an event that happens betwwen the offsite server and local database servers. The process will use basic robocopy type utlities to move data around. What I DON'T want is for the traffic to actually move throught the scheduler machine at all. I just want it to be able to trigger the events, and notify me if they were not able to execute.
I had thought about just putting a scheduled task on the offsite machine, but that casues two problems: 1) Another place to manage scheduled tasks, and 2) If for some reason the link to the offsite area goes down, there is no method of notification unless I use another system to watch the line.
Anyways, I have looked at RSH abd RCMD but both seem to be limited as far as being able to reach out to the shares on the other servers while execting a remote command. I am unexperienced with VBScript, but am very willing to learn if any one has any suggestions.
Any and all help is really appreciated!
Thanks
Bryan