HP-Unix; .net application creates processes


 
Thread Tools Search this Thread
Operating Systems HP-UX HP-Unix; .net application creates processes
# 8  
Old 02-25-2009
.net

VB.net/C# runs on Windows 200 Advanced Server.

Thank you for your help!
# 9  
Old 02-25-2009
I was talking about your HP... (I know almost nothing about Win...)

What does nestat -a|grep FIN_WAIT_2 give you?
# 10  
Old 02-25-2009
.net

HP-Unix version 10.

root:/ nestat -a | grep FIN_WAIT_2
sh: nestat: not found.
# 11  
Old 02-25-2009
My fault...
netstat -A|grep FIN_WAIT_2

Wow 10.00? it isnt even a 10.20?
What does it answer when you type :
model
uname -a

Last edited by vbe; 02-25-2009 at 01:06 PM.. Reason: changed -a to -A (HP-UX10.20)
# 12  
Old 02-25-2009
Quote:
Originally Posted by NicoMan


root:/ netstat -a | grep FIN_WAIT_2


fixed
# 13  
Old 02-25-2009
What does the output of:
netstat -A|grep FIN_WAIT_2
give you?
(I need it to help you...)
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Web Development

ASP.NET 5 Application on Centos OS7 Web Hosting Server

Hi All, Frankly I'm new to Linux Environment. While we are trying to Host an ASP.NET 5 Web Application on Centos OS7 Web hosting Server. There were couple of steps which we are supposed to go through, please see this link - We are stuck at Create a Container & then Running the Container,... (1 Reply)
Discussion started by: John Fredric
1 Replies

2. Programming

Switch Technology from .NET to UNIX Shell

Hello friends, I started my career with VB.6.0 in 2007, In 2008 moved in VB.NET window application programming and then for web application programming with C#,ASP.NET with different databse like Oracle,MySQL and SQL Server.Currently I have 4.7 years experience in .NET application and worked... (8 Replies)
Discussion started by: Amit Verma
8 Replies

3. UNIX for Dummies Questions & Answers

Run C# .NET Application in Unix

I have an application I wrote that is designed to run on a windows system but now starting to think I would rather be using Unix. Would the application have to be 100% rewritten to work on unix, or is there something I could install that would allow me to run my .NET application inside unix? (2 Replies)
Discussion started by: redbrad0
2 Replies

4. Windows & DOS: Issues & Discussions

Controlling AIX processes remotely using a NET app on a Windows server?

I have a .NET application that remotely starts, stops, and gets status of Windows services and scheduled tasks. I would like to add the capability of starting, stopping, and getting status of remote AIX applications also. Based on some preliminary research, one option may be to use 3rd party .NET... (0 Replies)
Discussion started by: auser1
0 Replies

5. Shell Programming and Scripting

Finding the age of a unix process, killing old processes, killing zombie processes

I had issues with processes locking up. This script checks for processes and kills them if they are older than a certain time. Its uses some functions you'll need to define or remove, like slog() which I use for logging, and is_running() which checks if this script is already running so you can... (0 Replies)
Discussion started by: sukerman
0 Replies

6. Windows & DOS: Issues & Discussions

.NET on unix ?

hi, this is probably a terrible question: can I program using .NET on Unix Servers ? thanks Patrick (2 Replies)
Discussion started by: aneuryzma
2 Replies

7. AIX

From ASP.NET to Oracle on unix

Dear all , I have a serious question and i need an answer before i go throught a new project. I have an oracle DB is on remote UNIX box.How can I connect through ASP.net on a windows server machine to the oracle db and do all the jobs i need (insert ,update delete) ? is their is a way ?? please... (2 Replies)
Discussion started by: hoshakhs
2 Replies

8. Windows & DOS: Issues & Discussions

ASP.net in unix based system. Someone Help Me

Hi Guys, i am new to the fourms.. i have one doubt related to unix.. i was developed one application in asp.net under windows platfrom. i want to run this application in sun one web server under unix environment.. Its possible or not .. please calrify my doubt. Thanks and Regards... (4 Replies)
Discussion started by: ksathiya76
4 Replies
Login or Register to Ask a Question