list windows process


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users list windows process
# 1  
Old 03-06-2008
list windows process

Hello Community,

I've got a unix server and 13 pcs with windows. I'm trying to built some tiny winy app to monitorize the windows processes. Any one knows if exist some kind of pstools for unix to communicate with windows.

I'm the system administartor so I've got rights in all computers.

Thanks and sorry for my bad writing.

P.S: I'm interested in IP traffic to so if you have some links/tutorials...

Suggestions are welcome

Thanks ans sorry for my bad writting!
# 2  
Old 03-06-2008
Regarding IP traffic, I suggest the next network monitoring tools. Choose one that fits your needs and required functionality

Wireshark Wireshark: Go deep.

Sara (a spawn of SATAN) Download SARA

Dsniff http://www.monkey.org/~dugsong/dsniff/dsniff-2.3.tar.gz

Good luck.
# 3  
Old 03-06-2008
I'm not sure this suite to my needs.

I'm very interested in LAN monitoring tools, the switch is connected to linux then goes to the router-firewall and finally to the world, XD

Thanks for your fast answer
# 4  
Old 03-06-2008
Change your topology, and be paranoid

1- I highly recommend that you change your topology, if you really want to use Linux to do your LAN traffic monitoring and administration.

If any PC wants to access the outside world, they need to go through :

#No. of PCs(Windows)-----> LAN switch ----->Linux LAN card to the switch--->Linux server ----->Linux LAN card to the router ------> Router------>outside world.


2- You can enable (on Linux) WINE, VNC to launch task manager on any of the clients.

3- You can enable SMB on Linux to be able to "see" anything on the PCs.

4- You can enable VLAN's on your switch.

5- You can enable SELinux (Unless you have SuSE or Slackware, then you cannot do that)

6- You can enable Proxy server on Linux, which can give you a few reports on its own.

7- You can enable IP Tables on Linux (A Linux firewall, very powerful), more reports.

8- You can add another small 4 port switch between the Linux server and the router, then fork from one of the witches ports to a bastion host (If you have a website hosted locally for Interanet purposes)

9- Finally (Call me cynical, but I've learned the hard way) You can go to insecure dot org to shop for any security tools that you would like to add (I highly doubt that you'll need much from there if you do the above first, but just in case you have one or two molls in your network. You'll never know unless you dig, so better safe than sorry)

Good luck
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Powershell script to monitor windows process

Hello Friend, I am not expert in power shell scripting. I nee custom powershell script which check if given process is running on windows machine or not. will use it in nagios to monitor that process. (0 Replies)
Discussion started by: ghpradeep
0 Replies

2. Red Hat

RHEL Linux process activity monitoring tool from windows 7 system

I have 2 RHEL 5.9 system where customized applications are running. These 2 servers are with in a network (LAN) with each other.One application in say Server 1 can talk to another application in server 2 and vice versa. The applications are exchanging data among each other. Recently I am... (0 Replies)
Discussion started by: Anjan Ganguly
0 Replies

3. Infrastructure Monitoring

How to monitoring windows process using nagios CheckProcState?

Hello, I am trying to get correct syntax to monitoring process running on windows server using CheckProcState. when i am trying below command whether notepad.exe running or not. its showing process running. Could you please provide me correct syantx. /usr/local/nagios/libexec/check_nrpe -H... (0 Replies)
Discussion started by: ghpradeep
0 Replies

4. Shell Programming and Scripting

Script to Monitor windows process

Hi Guys, I'm looking for a script( preferably perl script) which should monitor a application service and alert me when it goes down. application is installed in windows NT. Scenario: I have remedy ARS 6.1 installed in windows platform and need some script to monitor its service and alert me... (2 Replies)
Discussion started by: user__user3110
2 Replies

5. Windows & DOS: Issues & Discussions

Process explorer for MS Windows

I had a problem with a file in use on a Win2003 server, and found a really good program on Microsoft's web site. It is the equivalent of unix fuser. Process Explorer (5 Replies)
Discussion started by: jgt
5 Replies

6. Shell Programming and Scripting

cron for windows, process is OK, but application is not opening

Dear All, I need a help. i have an mapped drive application. I want to start this application using cron. I have downloaded cron setup from the below link: www.kalab.com/freeware/cron/cron.htm And it crontab file works fine. But if i want to start an application. Then process... (2 Replies)
Discussion started by: vasanth.vadalur
2 Replies

7. Programming

how can I get to know what threads run within process java.exe on windows

I am writing java application on windows. There are more than 100 threads run within java.exe. I want to know what threads run within process java.exe so that I can find out if there are abnormal java threads. (4 Replies)
Discussion started by: mika
4 Replies

8. Windows & DOS: Issues & Discussions

run process on windows server

hi all in our office we have windows 2003 server for one particular application designed by our team need one service must be running on windows server now when we run process from any user it runs till that user is logged in as soon as he logs off service stops running. we had win 2000... (1 Reply)
Discussion started by: zedex
1 Replies

9. Shell Programming and Scripting

Trying to shut down and start a Windows process

Hi , Good day people. I want to know if i can shut down a particular service that runs in windows from solaris through a script . Scenario : we have a distributed environment where we want to shut down a service that runs under windows through a shell script in solaris , is this kinda action... (3 Replies)
Discussion started by: vivsiv
3 Replies
Login or Register to Ask a Question