I am having a very strange requirement, Our client is having one network management system 开发者_开发知识库(Netcool) which reads the number of machine from two text file.
Now whenever new machine is added in those text files application needs restart.
We need to develop one GUI which writes the new machine into network in those files and restart the said application.
I was in favor of java based application for the same but here everybody wants solution in ASP .Net
Now i am not sure is it possible to write file on sun solaris based operating system from .net application and then restarting the process which is running on the same machine.
Please suggest me, it would be great if you are having any articles or examples for the same.
Investigate mono. this can help you.
http://www.mono-project.com/Main_Page
http://204.152.191.100/wiki/index.php/How_to_build_Mono_on_Solaris
You can get Netcool to run a script on when the alarm comes in.
精彩评论