Solaris Port Monitoring


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris Port Monitoring
# 1  
Old 12-10-2009
Java Solaris Port Monitoring

I would like to know if it is possible to read from an I/O Port in solaris. I need to monitor the parallel port of 1 PC and save all the incoming and outgoing messages. I use a SPARC Solaris running Solaris 2.5.1. I have seen a driver for x86 based systems but none for SPARC.
Any help on how to monitor the I/O addresses would be great.

Thanks
# 2  
Old 12-11-2009
snoop on parallel device
# 3  
Old 12-12-2009
If you need to monitor packets, you can use snoop interface ports. For serial, you will need to connect to to it and record the console messages.
Your parrallel port is connecting to?
# 4  
Old 12-13-2009
Hi,
Thanks for the Reply.
My parallel Port cable (25 Pin) is connected between my PC and a Tester Instrument, which sends the Test results to my PC through the Parallel Port Interface. I needed to log this Test Data data to a file.
I dont think, I can make use of snoop, since I believe Snoop can only record Packet Data from the Ethernet Cable Interface.
# 5  
Old 12-14-2009
Any ways from the Tester Instrument??? Smilie
# 6  
Old 12-14-2009
Solaris 2.5.1 is quote outdated. With current Solaris releases, you could use dtrace to monitor this kind of traffic.
With 2.5.1, if you know what process is handling the parallel port, you might use truss with the -rall and -wall flags (if they are supported) to see incoming and outgoing data.
# 7  
Old 12-14-2009
The Instrument is an old stuff havin jus the GPIB and Parallel Port Interfaces. I could connect it to some Analyser Equipment and it would show the Test Results. But unfortunately those Analyzers are very expensive to be used for my Uni Project. (NI Analyzers cost around 1500USD). That is why I thought of the Possibility of logging the data from the Parallel Port of the Connected PC.
I have a source code for the driver for x86 based Solaris machines. Is it possible that with some slight modifications, this driver could be made to work on the Sparc based System Smilie or is that a difficult task considering that I am not very familiar with device drivers Smilie ...
Anyways thanks for the reply !!

---------- Post updated at 04:59 PM ---------- Previous update was at 04:58 PM ----------

@jlliagre
Thanks for the suggestion ...
I would try checkin that !!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies

2. Solaris

Monitoring Solaris 9 and Solaris 10 with HP SIM

Hi All, We have a mix of flavours of UNIX. Recently delegated to monitor all UNIX server from one single point of HP SIM. HP-UX servers have been successfully brought under HP SIM and we have been getting hardware alerts and these have helped us take proactive steps. Issue being faced is... (0 Replies)
Discussion started by: amlanroy
0 Replies

3. Infrastructure Monitoring

Monitoring Solaris 10 Server

Hi, We user What's Up Gold tool for monitoring the WIndows servers. My idea is to add my Solaris 10 server to this monitoring tool. Is it feasible? If yes, can somebody help in configuring the server onto the tool? My current solaris 10 server is i86pc, and has SNMP daemons running. the... (0 Replies)
Discussion started by: EmbedUX
0 Replies

4. Solaris

Network monitoring tool for Solaris 10

Hi All, I was wondering if there is any Network Monitoring Tool for Solaris 10 to monitor a network having hybrid operating systems. I just googled it without success. Hope, experts will guide me to get it. Thanks, Deepak (0 Replies)
Discussion started by: naw_deepak
0 Replies

5. UNIX for Dummies Questions & Answers

Solaris Disk Monitoring?

Hi Guys, I'm looking for a way to monitor disk health/status for a Solaris 5.8 sparc machine. I'm looking for something similar to LSIutility or MegaCLI. Any suggestions? Output of `modinfo`: 30 102616fb 10be8 118 1 ssd (SCSI SSA/FCAL Disk Driver 1.151) 122 7821c000 18550 32 1 ... (2 Replies)
Discussion started by: tank126
2 Replies

6. AIX

Monitoring the network activity happening in a port in AIX 5.3

Hi All, I would like to monitor the volume of Data that is transferred through a single port in AIX. I have nmon installed in my machine. What is the best possible solution for this problem. Thanks in Advance. (3 Replies)
Discussion started by: bravo13
3 Replies

7. Solaris

Local Monitoring on Solaris 10

Hello people =) I need software that can gather statistics for the system. I/O-disc systems, load memory, processors, networks, etc.. Looking for analog utilities nmon, which is run on the server and gather such statistics. Moreover, it creates a detailed report in the file format Excel. There... (6 Replies)
Discussion started by: jess_t03
6 Replies

8. Shell Programming and Scripting

Unix Port Monitoring Script

Is there a script which monitors a specific port and tells whethers its listening basically i am looking for a script which we can hardcode the port number there and hardcode an email address. It should alert to the email if the port is down. any idea.?plz (5 Replies)
Discussion started by: tintedwindow
5 Replies
Login or Register to Ask a Question