- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Unable to stop process
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 09:41 PM
07-25-2006 09:41 PM
Unable to stop process
On rx7620, OpenVMS 8.2-1 a telnet session connection is in a disconnected state.
24F3746B TNA2821: (disconnected)
This process however is using 100% CPU time.
0 25 50 75 100 + - - - - + - - - - + - - - - + - - - - + 24F3746B IIS1035207 100 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
I am unable to stop the process. I have tried "Stop/ID" "Stop/proc" "Suspend process" nothing stops it.
"SHOW SYS" looks like this:
24F3746B IIS1035207 CUR 3 1 272191 1 21:57:48.37 10997 703
Please, is there anyone who experianced this before, and maybe found a way of stopping the process without rebooting the server.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 09:49 PM
07-25-2006 09:49 PM
Re: Unable to stop process
$ ANAL/SYSTEM
then at the SDA> prompt do
SHOW PROC/ID=24F3746B
and post the result here.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 10:15 PM
07-25-2006 10:15 PM
Re: Unable to stop process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 11:08 PM
07-25-2006 11:08 PM
Re: Unable to stop process
In SDA do
READ/EXEC
SET PROC/ID=24F3746B
SHOW PROC/CHAN ! to see what the 1 open file is
SHOW STACK ! repeat a couple of times to see if it varies.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 11:24 PM
07-25-2006 11:24 PM
Re: Unable to stop process
The show stack does change every time I show it. Don't know if that helps.
The executable shown in the attached output from show channels is the program the user was busy with when the session disconnected.
This executable is share by many users at this time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 11:24 PM
07-25-2006 11:24 PM
Re: Unable to stop process
Did you have a peek with $SHOW PROC/CONT ?
Anyway, It smells like a bug. This being an Itanium I would not waste any time here. Go straight to HP support, make it an urgent call.. just in case it is a bug they may want to fix it before 8.3 ships or to learn that perhpas it has been fixed.
[ Hopefully you are able/willing to take a crash with dump if that data is needed. ]
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 11:33 PM
07-25-2006 11:33 PM
Re: Unable to stop process
When I do: sh proc/cont/id=24F3746B
I get: F-SUSPENDED, process is suspended
Thanks
I have logged it with HP.
Just thought someone came across a similar problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 12:59 AM
07-26-2006 12:59 AM
Re: Unable to stop process
I get: F-SUSPENDED, process is suspended"
That's because the process is marked for delete.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 01:09 AM
07-26-2006 01:09 AM
Re: Unable to stop process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 02:37 AM
07-26-2006 02:37 AM
Re: Unable to stop process
please consider to issue a couple of
SDA> SHOW CALL/SUMM
commands against the looping process. This should show the call stack in a abbreviated format (better to read than a SHOW STACK).
I'm assuming the process seems to loop in some rundown code.
You could try a SET PROC/PRIO=0 to reduce the impact of the looping process to the rest of the system.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 06:18 AM
07-26-2006 06:18 AM
Re: Unable to stop process
it may be a small consolation, but we also know the phenomenon.
Alpha, VMS 7.3-2.
$ SET PROC/ID=.../PRIO=0 converts it into an alternate NULL proces until convenient to reboot (provided it does not hold any other resources needed by others).
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 07:00 AM
07-26-2006 07:00 AM
Re: Unable to stop process
another good tool to collect information about the looping process is PCS$SDA (the SDA PC Sampling extension):
$ ANA/SYS
SDA> PCS ! to get some help information
SDA> PCS LOAD
SDA> PCS START TRACE/PID=
SDA> PCS STOP TRACE
SDA> PCS SHOW TRACE/STATISTICS
SDA> PCS UNLOAD
This will list the PC values sampled from the looping process sorted by descending no. of samples for individual PC values.
This will tell you, in which routines the process is looping.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 08:04 PM
07-26-2006 08:04 PM
Re: Unable to stop process
This thread can be closed.