- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvmattachd 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
11-17-2005 05:19 AM
11-17-2005 05:19 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 10:26 PM
11-17-2005 10:26 PM
Re: lvmattachd process
Could you provide the output of the following:
# ps -ef | grep lvm
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 10:40 PM
11-17-2005 10:40 PM
Re: lvmattachd process
If there are lvm processes with little cpu time all is well. If your system has high i/o come lvm processes will show high cpu time.
It is a possible sign of disk trouble when lvm processes are taking a lot of resources. It could mean there is a disk problem, or it could mean you need lvm patches.
There are a lot of lvm patches produced and I recommend you keep current. I've made several strange situations go away merely by putting in a newer set of lvm patches.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 04:43 AM
11-18-2005 04:43 AM
Re: lvmattachd process
>ps -ef |grep lvm
root 19 0 0 Nov 15 ? 0:09 lvmkd
root 20 0 0 Nov 15 ? 0:12 lvmkd
root 21 0 0 Nov 15 ? 0:09 lvmkd
root 22 0 0 Nov 15 ? 0:10 lvmkd
root 23 0 0 Nov 15 ? 0:09 lvmkd
root 24 0 0 Nov 15 ? 0:09 lvmkd
root 25 0 0 Nov 15 ? 0:00 lvmschedd
root 36 0 0 Nov 15 ? 0:08 lvmdevd
root 37 0 0 Nov 15 ? 53:30 lvmattachd
root 427 0 0 Nov 15 ? 0:00 lvmattachd
root 420 0 0 Nov 15 ? 0:00 lvmdevd
root 422 0 0 Nov 15 ? 0:00 lvmdevd
root 421 0 0 Nov 15 ? 0:00 lvmattachd
root 425 0 0 Nov 15 ? 0:00 lvmattachd
root 423 0 0 Nov 15 ? 0:00 lvmattachd
root 424 0 0 Nov 15 ? 0:00 lvmdevd
root 426 0 0 Nov 15 ? 0:00 lvmdevd
root 428 0 0 Nov 15 ? 0:00 lvmdevd
root 429 0 0 Nov 15 ? 0:00 lvmattachd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 05:05 AM
11-18-2005 05:05 AM
SolutionAll these are normal processes.
Except lvmattachd everything runs on every system.
Perhaps lvmattachd runs on system with pvlinks. I do not have any such system to check with. Does your system has pvlinks. Confirm by
#vgdisplay -v vgname |grep -i link
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 05:16 AM
11-18-2005 05:16 AM
Re: lvmattachd process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 05:22 AM
11-18-2005 05:22 AM
Re: lvmattachd process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 05:30 AM
11-18-2005 05:30 AM
Re: lvmattachd process
Are some alternate links active on the system which have these processes running? (Means primary link has failed)
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 05:36 AM
11-18-2005 05:36 AM
Re: lvmattachd process
Look at the release notes for PHKL_33390 (although the daemon was actually added at an earlier patch level).
---------------------
( SR:8606324162 CR:JAGae86627 )
When a PV is not accessible at the time of activation, it
will be marked NOT_ATTACHED and no user I/O will be done on
that PV. The PV will unnecessarily remain in that state
till the next (re)activation even if it becomes available.
Resolution:
Introduced a new kernel daemon which will keep track of
NOT_ATTACHED PVs and attach them to the VG as soon as they
become accessible. This will avoid the need to reactivate.
-----------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 05:39 AM
11-18-2005 05:39 AM
Re: lvmattachd process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 06:05 AM
11-18-2005 06:05 AM
Re: lvmattachd process
The patch provided by Clay is actually a very useful patch to add to an 11.11 system! It's part of the implementation of OLR (Online LVM Disk Replacement).
See the Technical Knowledge Base document #4000036382 for more information.
PKHL_33390 is the succsssor patch to PHKL_31216 and PHCO_33310 is the successor to PHCO_30698 mentioned therein.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 10:02 AM
11-18-2005 10:02 AM
Re: lvmattachd process
for more information:
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
