Process Name,Its URGENT !!!


 
Thread Tools Search this Thread
Operating Systems Solaris Process Name,Its URGENT !!!
# 1  
Old 11-18-2008
Process Name,Its URGENT !!!

Hi,

I am working with Sun Solaris 9 sparc,Sun-Blade-100 and in my application,I have to communicate with the serial port.
Can anyone tell me the name of the process when we connect serial cable??

like USB connection /dev/usb0 or /dev/hiddev0 process is created..

Thanks in Adavnce ...

Last edited by smartgupta; 11-18-2008 at 11:07 AM..
# 2  
Old 11-18-2008
try /dev/se_hdlc0

On my Sun Blade 1000, it shows up as:
$ ls -l /dev | grep serial
lrwxrwxrwx 1 root root 53 Nov 13 15:19 se_hdlc0 -> ../devices/pci@8,700000/ebus@5/serial@1,400000:0,hdlc
lrwxrwxrwx 1 root root 53 Nov 13 15:19 se_hdlc1 -> ../devices/pci@8,700000/ebus@5/serial@1,400000:1,hdlc
# 3  
Old 11-19-2008
I am using Sun Blade-100 and I am using the command no output is comming
$ls -l /dev | grep serial
$

when I am using the command
$ ls -l /dev/term | grep serial
lrwxrwxrwx 1 root root 43 Oct 31 12:00 a -> ../../devices/pci@1f,0/isa@7/serial@0,3f8:a
lrwxrwxrwx 1 root root 43 Oct 31 12:00 b -> ../../devices/pci@1f,0/isa@7/serial@0,2e8:b

For more information,
In my application,I am conneting a UPS and I have to monitor it via getting and sending the information using serial port or contact-closure.
So It should read the data from the UPS.To do it,It should start the process to communicate with the UPS.
So I have to find out that process is bieng stated or not??
For that,first I need to know the process name...

So Please help me out to getting the process name ?

Thanks in Advance ...
So I am not getting the process name,So please help me to find out the process name SmilieSmilie

Last edited by smartgupta; 11-19-2008 at 04:44 AM..
# 4  
Old 11-20-2008
Hi All,

When I am connecting the UPS with the serial port.It is showing the message --
Quote:
serial port "/dev/term/a" was not found
Please tell me why it is showing this message and how can I solve this issue SmilieSmilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Command to get exact tomcat process I am running ignoring other java process

Team, I have multiple batchjobs running in VM, if I do ps -ef |grep java or tomcat I am getting multiple process list. How do I get my exact tomcat process running and that is unique? via shell script? (4 Replies)
Discussion started by: Ghanshyam Ratho
4 Replies

2. Shell Programming and Scripting

Monitoring processes in parallel and process log file after process exits

I am writing a script to kick off a process to gather logs on multiple nodes in parallel using "&". These processes create individual log files. Which I would like to filter and convert in CSV format after they are complete. I am facing following issues: 1. Monitor all Processes parallelly.... (5 Replies)
Discussion started by: shunya
5 Replies

3. Shell Programming and Scripting

URGENT Reading a file and assessing the syntax shell script URGENT

I am trying to write a shell script which takes an input file as an arguement in the terminal e.g. bash shellscriptname.sh input.txt. I would like for the file to be read line by line each time checking if the .txt file contains certain words or letters(validating the syntax). If the line being... (1 Reply)
Discussion started by: Gurdza32
1 Replies

4. Shell Programming and Scripting

Shell Script to Kill Process(number of process) Unix/Solaris

Hi Experts, we do have a shell script for Unix Solaris, which will kill all the process manullay, it used to work in my previous env, but now it is throwing this error.. could some one please help me to resolve it This is how we execute the script (and this is the requirement) ... (2 Replies)
Discussion started by: jonnyvic
2 Replies

5. Shell Programming and Scripting

script to monitor process running on server and posting a mail if any process is dead

Hello all, I would be happy if any one could help me with a shell script that would determine all the processes running on a Unix server and post a mail if any of the process is not running or aborted. Thanks in advance Regards, pradeep kulkarni. :mad: (13 Replies)
Discussion started by: pradeepmacha
13 Replies

6. Programming

Process Name,Its URGENT !!!

Hi, I am working with Sun Solaris 9 sparc and in my application,I have to communicate with the serial port. Can anyone tell me the name of the process when we connect serial cable?? like USB connection /dev/usb0 or /dev/hiddev0 process is created.. Thanks in Adavnce ... (1 Reply)
Discussion started by: smartgupta
1 Replies

7. UNIX for Advanced & Expert Users

Process Name,Its URGENT !!!

Hi, I am working with Sun Solaris 9 sparc and in my application,I have to communicate with the serial port. Can anyone tell me the name of the process when we connect serial cable :confused::confused: like USB connection /dev/usb0 or /dev/hiddev0 process is created.. Thanks in Adavnce ... (1 Reply)
Discussion started by: smartgupta
1 Replies

8. UNIX for Advanced & Expert Users

URGENT,URGENT- Need help tape drive installation

Hi, I am trying to attach tape drive to sun V890 running Solaris 9 on it. I have installed HBA(qlogic) in slot 1 of 0-8 slots and booted the system. I do not see HBAin prtdiag output. The tape drive is not attached to HBA. The tape drive I am going to attach is Sony AIT3. 1.How can I make... (3 Replies)
Discussion started by: sriny
3 Replies

9. HP-UX

urgent help required on changing process priority using nice

Hi folks, Hope you can help me. I have a process that is currently running at nice 20 and need it to run faster (-10?). How do I change the process using nice? I have the process number and thought it would be along the lines of; nice -10 process_id but it doesn't seem to like that. (1 Reply)
Discussion started by: gshuttleworth
1 Replies
Login or Register to Ask a Question