- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Some Unknown Resource Issue
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
08-26-2002 12:42 PM
08-26-2002 12:42 PM
Some Unknown Resource Issue
Even when everything is running on this machine we do not seem to be reaching any memory / open file / semaphore limits. Does anyone have any ideas of how / what we could monitor in terms of system resources that would help us to determine what limit we are hitting if any? We have been using Glance / PerfView but we do not see anything that is topping out.
Any input / help on this issue would be GREATLY appreciated!
Thanks in advance..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 01:01 PM
08-26-2002 01:01 PM
Re: Some Unknown Resource Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 01:05 PM
08-26-2002 01:05 PM
Re: Some Unknown Resource Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 02:38 PM
08-26-2002 02:38 PM
Re: Some Unknown Resource Issue
What do you mean by the job just hangs? Does it have a log file, where you can check where it stops without apparently going further.
Another check would be get the process PID and drill it down in glance/gpm. See what files it opened, see what system calls it is calling and most importantly check its Wait states. IF it is waiting on a lock or a stream , then the issue is not system resource but something to do with application or elsewhere.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 04:39 PM
08-26-2002 04:39 PM
Re: Some Unknown Resource Issue
Let me get this straight:
(1) multiple oracle databases
(2) development machine
(3) JD Edwards stuff (heard of it)
(4) job hangs
OK, now how many of these can you answer:
(1) What kind of DISK are you using???
(2) What kind of IO cards ??
(3) Upgraded firmware??
(4) Developers compiling??
(5) Amount of memory?
(6) Number of CPU's
(7) Actual model of A-class
(8) OS level
(9) number of users
(10) number of processes
(11) file system layout
(12) any zombies
(13) 64bit?
(14) threaded applications?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 05:12 PM
08-26-2002 05:12 PM
Re: Some Unknown Resource Issue
Rgds,
Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 06:25 PM
08-26-2002 06:25 PM
Re: Some Unknown Resource Issue
When I say the jobs hangs it stops on a Standard JD Edwards cache call. We used to debigger to find this out. The log files reports no errors. Like I said, it alsmot just stops processing.
To answer you Harry:
OK, now how many of these can you answer:
(1) What kind of DISK are you using??? Attached to a VA 7100 Disk Array
(2) What kind of IO cards ??
Tachyon Tl/TS Fibre Cards
(3) Upgraded firmware?? Not sure if it is the exact latest firmware.. but it has been updates recently
(4) Developers compiling?? Yes it is a heavily used dev box.
(5) Amount of memory? 6GB
(6) Number of CPU's? 2
(7) Actual model of A-class?
9000/800/A500-44
(8) OS level? 11i
(9) number of users
Usually only 3 -5 direct users
(10) number of processes
Not close to any limit
(11) file system layout?? Not sure what you mean.. vxfs?
(12) any zombies? Nope
(13) 64bit? Yes
(14) threaded applications? Yes it is threaded
I do not rememver exactly what it is waiting on in Glance. I think it was System. But we have many times run this process while watching Glance. Acoring to glance we do not hit any system limits (Systems Table Graph). CPU, Memory, Network is not a a bottleneck. When we drill down on the PID it is not making any system calls since it stops dead at the JD Edwards System Cache Call.
What makes this so weird is that if we run the exact same process, just after shutting down any extra apps, databases it runs perfectly. Nothing else is different besides the other apps running. Let me stresss that even while other apps are running there is plenty of memory, CPU time is available, disks are not overly busy, nfiles, and all kernel limits shown in Glance are fine.
This is what is odd that NO alarms are going off in glance, and no matter how we drill down we do not see anything that would be holding it back. We have looked at this process in Glance tirelessly and still have come up with nothing.
As soon as it makes this JD Edwards call with other app running the process just stops dead in it's tracks..
Thanks for everyones input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 06:48 PM
08-26-2002 06:48 PM
Re: Some Unknown Resource Issue
If the Edwards program is only a 32bit program, memory mapping is definitely a problem (get shminfo from: ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/shminfo/). Adding more RAM beyond 4Gb will not help 32 bit programs. 32bits is extremely limited with large RAM requirements.
It might also be a thread issue. Rather than report on thread allocation and termination issues, the program may be silent, leaving everyone to guess.
I'd ask JDE for an instrumented version so you can actually troubleshoot the issue.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 12:32 AM
08-27-2002 12:32 AM
Re: Some Unknown Resource Issue
Do you think the problem would be related to application specific proprietary locking mechanisms? better consult your software vendor on this.
Rgds,
Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 04:45 AM
08-27-2002 04:45 AM
Re: Some Unknown Resource Issue
It may have something to do with the app's locking mechanisms. But what could be an explanation for the process running fine when most of the other applications on the machine are not running??? That is what is stumping us, and is forcing us to go searching around for an answer rather than just blame it on the app like I would like to :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 05:25 AM
08-27-2002 05:25 AM
Re: Some Unknown Resource Issue
Do you have TUSC on this box ?
http://ftp.cerias.purdue.edu/pub/tools/unix/netutils/tcpdump-hpport/
If not install and use to monitor Edwards hung job - it should give you a pointer as to where the job is stuck/hanging/waiting.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 06:02 AM
08-27-2002 06:02 AM
Re: Some Unknown Resource Issue
While this was going on the following was happening.
* Process was waiting on Prioprity
* Heavily using CPU
* Was not making ANY system Calls
* Was not updating ANY file Pointers
Ran shminfo and also ipcs -a and did not see any glaring differences between b4 the process was running and then while it was hung.
Any other hints for me??
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 06:08 AM
08-27-2002 06:08 AM
Re: Some Unknown Resource Issue
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 06:48 AM
08-27-2002 06:48 AM
Re: Some Unknown Resource Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 06:52 AM
08-27-2002 06:52 AM
Re: Some Unknown Resource Issue
Can you move this appl to it's own A-class??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 06:56 AM
08-27-2002 06:56 AM
Re: Some Unknown Resource Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 05:11 PM
08-27-2002 05:11 PM
Re: Some Unknown Resource Issue
* Process was waiting on Prioprity
Have you tried increasing the priority of the process?
* Heavily using CPU
* Was not making ANY system Calls
Heavily utilized CPU with nil or low number of system calls imply the CPU time were spent INSIDE the process (non-system), perhaps some kind of application specific semaphore structure and the program itself will loop for re-checking the satisfying condition rather than going sleep to save CPU time.
Have you ever contacted the software vendor for your problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 06:05 PM
08-27-2002 06:05 PM
Re: Some Unknown Resource Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 05:05 PM
08-28-2002 05:05 PM
Re: Some Unknown Resource Issue
Knowing how the internal works would help a lot when explaining these kind of strange behaviour. The software maker has the best knowledge about their programs and how they behave that's why I suggest you go after the vendor. Also, they might have reported cases similiar to yours.
If you got a support contract with the vendor then why not give them a try? (I suppose this won't cost you extra money)
Rgds,
Philip