I need to convince my manager that we need to install plink
Why? In posting #1 you said you can install free software and AFAIK plink is free software just like putty
Quote:
(something like plink.exe ssh server1 /logs/websphere/jvm1/Sysout.log > /local/tmp.txt
Im assuming this is possible via plink rite.
Right. Maybe you will need to polish your syntax though.
In posting #20 you are mainly talking about the GUI, so I'll skip that. In general it's doable, but - right now - you should only concentrate on how to get the data on your Windows box and plink is one possibility.
Also consider following approaches:
You collect everything you need on your "main server" regularly (cron job) and publish it through apache on the same server (no need for Java GUI)
You collect everything you need on your "main server" regularly (cron job) and PSFTP it (triggered by a GUI button) to your Windows box and in further consequence your Java program parses it and displays the content in a GUI text-box or something.
Using plink, but extend the example I mentioned above. On server1 you build a script, e.g. collectdata.sh, in this script you have all commands which will get data from other servers. It will work best if you exchange ssh keys with all servers you want to collect data from. Then you simply run
where collectdata.sh looks something like
This User Gave Thanks to junior-helper For This Post:
Why? In posting #1 you said you can install free software and AFAIK plink is free software just like putty
Yeah , but in order to install any software onto my system, i need to have permission and manager has to approve it.
Right. Maybe you will need to polish your syntax though.
In posting #20 you are mainly talking about the GUI, so I'll skip that. In general it's doable, but - right now - you should only concentrate on how to get the data on your Windows box and plink is one possibility.
Also consider following approaches:
You collect everything you need on your "main server" regularly (cron job) and publish it through apache on the same server (no need for Java GUI)
You collect everything you need on your "main server" regularly (cron job) and PSFTP it (triggered by a GUI button) to your Windows box and in further consequence your Java program parses it and displays the content in a GUI text-box or something.
Using plink, but extend the example I mentioned above. On server1 you build a script, e.g. collectdata.sh, in this script you have all commands which will get data from other servers. It will work best if you exchange ssh keys with all servers you want to collect data from. Then you simply run
where collectdata.sh looks something like
I was having the 3rd approach in mind. Getting data into local machine txt files by running multiple commands in one script on linux server and then using this data to display whatever needed on GUI Screen. Thanks a lot
Hi Friends,
So we have an internal link in my project. We generally login into it with our ids , then enter some generic values to check whether the functionality is working fine. If it is fine, the webpage delivers a successful preview or else throws error.
What i want to do is write a... (3 Replies)
Hi,
I would appreciate some help.
I remotely access, across a VPN, an M5000 and when I connect to the XSCF I can then access the OS using console -d0 and then I can get to the console.
The problem I have is that I need to run something which will take many hours and I can't run it in the... (6 Replies)
Hi All,
I am connecting to SunOs 5.8 server from windows machine through putty. My problem is commands are not showing any colours results. I want to see 'ls' command should list directories in 'red' and files in 'green' etc. How to do it . Please help.
Also How to enable syntax colouring in... (6 Replies)
Dear all
i am new to linux/debian
i run my application on the computer...during startup in bashrc i wrk wid dis script to invoke startx..i do this above command and it works perfectly...
if && ; then
startx -- -br 1>/dev/null
exit 0
fi
i use winscp for file transfer and putty for... (1 Reply)
:confused:Hi
This was installed on the Linux box a few weeks back by a guy that no longer works for us. All worked fine until last week. Now when we connect its just a blank screen with no icons.
I get a whole bunch of errors when starting the service too:
Tue Feb 23 14:29:45 2010
... (1 Reply)
I have a .sh script which was running fine on all the UNIX Servers (AIX, SunSolaris). The script requires two mandatory parameters and many optional parameters. Now at a different client place who are on a Windows Server, when I try to execute the script through MKS Toolkit, there are couple of... (5 Replies)