- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fuser hangs up on HP-UX 11.31
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-08-2011 05:26 AM
03-08-2011 05:26 AM
Our Sysadmin team is managing an Itanium BL390 with HP-UX 11.31.
On this server has been attached disks from a XP24K SAN and is running Oracle R12 EBS/rdbms applications.
Problem: everytime we run the command fuser, it takes ages before having a response, like in the case of this test I made:
root@udvdbs04:/# time fuser -u /opt
/opt:
real 19:54.7
user 0.1
sys 18:57.2
is there any solution to this problem?
Especially when using Oracle OUI to install/clone DB instances or making upgrades can take days to perform a single task, since the OUI uses fuser to check that the needed filesystem is not locked by a process.
Solved! Go to Solution.
- Tags:
- fuser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2011 06:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2011 07:39 AM
03-08-2011 07:39 AM
Re: fuser hangs up on HP-UX 11.31
Thanks
Paolo Ortenzi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2011 07:59 AM
03-08-2011 07:59 AM
Re: fuser hangs up on HP-UX 11.31
I made just a test:
root:/# time fuser /home
/home:
real 18:37.4
user 0.1
sys 18:28.7
It is way TOO MUCH...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2011 09:17 AM
03-08-2011 09:17 AM
Re: fuser hangs up on HP-UX 11.31
As a short term fix, you can just kill utild, and it will restart itself automatically.
The updated version of the software which solved it for us can be found at
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=UTILPROVIDER
- Tags:
- utild
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2011 03:46 AM
03-09-2011 03:46 AM
Re: fuser hangs up on HP-UX 11.31
I tried to kill the utild daemon after launching (if I understand correctly...) the fuser.
The fuser command (same test I did previously to have a valid benchmark) on /home did not return the prompt but after a LONG time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2011 04:07 AM
03-09-2011 04:07 AM
Re: fuser hangs up on HP-UX 11.31
Have you try to run the command with tusc? You may see which step it is waiting for?
#tusc -fp -ea -o /tmp/tusc.out fuser -u /opt
- Tags:
- tusc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2011 06:11 AM
03-09-2011 06:11 AM
Re: fuser hangs up on HP-UX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2011 06:19 AM
03-09-2011 06:19 AM
Re: fuser hangs up on HP-UX 11.31
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-8.0/
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2011 07:04 AM
03-09-2011 07:04 AM
Re: fuser hangs up on HP-UX 11.31
This does NOT happens on all the rest of the PA-RISC servers that run HP UX 11v1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2011 07:24 AM - last edited on 08-25-2011 01:19 PM by Kevin_Paul
03-09-2011 07:24 AM - last edited on 08-25-2011 01:19 PM by Kevin_Paul
Re: fuser hangs up on HP-UX 11.31
this seems to be a related thread
http://h30499.www3.hp.com/t5/System-Administration/fuser-uses-too-much-CPU/m-p/4606069#M376266
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2011 02:02 AM
03-10-2011 02:02 AM
Re: fuser hangs up on HP-UX 11.31
We had the same problem, we applied the following patch to fix it.
PHCO_40769 1.0 fuser(1M) Command patch
Regards
Siju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2011 02:18 AM
03-10-2011 02:18 AM
Re: fuser hangs up on HP-UX 11.31
That doesn't have the utild problem.
>Viktor: this seems to be a related thread
Exactly, that's the problem I helped triage and point to dld.sl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2011 04:51 AM
03-10-2011 04:51 AM
Re: fuser hangs up on HP-UX 11.31
Are you implying that we must downpatch our Integrity server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2011 03:18 AM
03-19-2011 03:18 AM
Re: fuser hangs up on HP-UX 11.31
== > Command â #ps â ef |grep â i utildâ shows that â utildâ process is running.
root 884 1 9 Aug 22 ? 1222:09 /usr/lbin/utild
== > Stopping utild will solve this issue temporally, fuser causing memory leak.
The issue is due to Utild(1M) trying to shl_load(3X) files that do not exist, which triggers a memory leak in dld on some configurations causing the utild(1M) process to accumulate thousands of private 8k mmap(2)ped regions, which in turn cause fuser(1M) to run slowly on such a system
== > Issue has been fixed in patch "PHSS_xxxx 1.0 ld(1) and linker tools cumulative patch ".0 ld(1) and linker tools cumulative patch "
Action Plan:
===========
1. Stop the â utildâ process temporary
2. Check the status of the â fuserâ process. If required kill it and try to execute once again.
3. Download the patch â PHSS_xxxxâ and install
4. Restart the utild process if required and check for fuser command.
NOTE: Installation of this patch doesnâ t require server reboot
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2011 10:34 AM
03-20-2011 10:34 AM
Re: fuser hangs up on HP-UX 11.31
No, it only happens on PA systems.
Or if you have a PA application making the same mistake utild did and run it under Aries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2011 06:21 AM
03-22-2011 06:21 AM
Re: fuser hangs up on HP-UX 11.31
Anyway, it seems related to how the Oracle OUI calls the fuser when upgrading/patching Oracle.
When the installation of the ugrading patches ended, fuser started back to work normally.