- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Wierdness in SDA on VMS 8-3 (Itanium)
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
03-23-2007 03:42 AM
03-23-2007 03:42 AM
Wierdness in SDA on VMS 8-3 (Itanium)
Had a terminal sessions (running a DCL script) which started consuming a 100% CPU. Running the script manually caused no problems so decided to have a poke about and find out what was going on.
From a SHO SYS the process is visible:
0000081E _TNA5: CUR 1 4 30539 0 01:25:57.54 14633 274
0000041F MANAGER LEF 6 114752 0 00:00:11.91 37858 468
However a SHOW PROC (either /ID=xxxx or proc_name) hangs. Using ANAL/SYS to get some more information (primarily interested in the PC values) results in:
SDA> set proc _tna5:
SDA> sho call
Cannot display call frame (error)
SDA>
Also unable to stop the deviant process (either by /ID=xxxx or name). Doing a CTRL-T from the logged in session doesn't do anything either.
Any thoughts?
cheers
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 07:04 AM
03-23-2007 07:04 AM
Re: Wierdness in SDA on VMS 8-3 (Itanium)
I am assuming that the CUR process consumes lots of CPU?
My first move would be to set the prio of that process to 0 (zero).
That typically does take some time to sink in, but thereafter it is a lot easier to investigate.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 09:11 AM
03-23-2007 09:11 AM
Re: Wierdness in SDA on VMS 8-3 (Itanium)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 08:56 PM
03-23-2007 08:56 PM
Re: Wierdness in SDA on VMS 8-3 (Itanium)
$ ana/sys
SDA> pcs load
SDA> pcs start trace/pid=xxxx [/tickdelay=0]
SDA> set proc/pid=xxxx
SDA> read/exec
SDA> pcs show trace [/statistics]
That will give you a list of pc samples with symbols resolved as much as possible. You can even save the trace with PCS DUMP.
Jur (PCS author)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2007 07:17 PM
03-25-2007 07:17 PM
Re: Wierdness in SDA on VMS 8-3 (Itanium)
Well the PCS trick helped a lot (assuming I got it right!). I've attached a trace, hopefully somebody with more experience can have a look.
At this point, the process is interactive and should have no access (locking or otherwise) to any other part of the application.
Many thanks and more digging to do.
cheers
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 01:29 AM
03-26-2007 01:29 AM
Re: Wierdness in SDA on VMS 8-3 (Itanium)
Can you try the SPL SDA callout to see what spinlocks are busy?
SDA>SPL LOAD
SDA>SPL START TRACE
!wait a few minutes
SDA>SPL STOP TRACE
SDA>SPL SHOW TRACE/SUMMARY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 02:29 AM
03-26-2007 02:29 AM
Re: Wierdness in SDA on VMS 8-3 (Itanium)
Did manage to have a quick look at the spinlock stuff and recovered the attached.
Just repeats forever.....
cheers
Brian