- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- The HP-UX kernel running on this system does not p...
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
01-19-2009 10:19 PM
01-19-2009 10:19 PM
The HP-UX kernel running on this system does not provide this feature.
gchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c6t0d0":
The HP-UX kernel running on this system does not provide this feature.
Install the appropriate kernel patch to enable it.
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2009 10:56 PM
01-19-2009 10:56 PM
Re: The HP-UX kernel running on this system does not provide this feature.
A physical volume /dev/dsk/c6t0d0 is configured in one of your volume groups:
To see which one:
strings /etc/lvmtab
That disk is no longer available, hence the error. This is not something you fix with a patch. This is something you fix by diagnosing and correcting the problem.
The disk probably needs to be replaced.
After replacement or the determination that nothing important was on it:
mv /etc/lvmtab /etc/lvmtab -a
vgscan -a
Now the error is gone. You may need to run vgreduce -f and follow post instructions depending on the nature of the failure.
http://docs.hp.com/en/5992-3385/5992-3385.pdf
More complete guide to these issues.
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
01-19-2009 11:03 PM
01-19-2009 11:03 PM
Re: The HP-UX kernel running on this system does not provide this feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2009 11:51 PM
01-19-2009 11:51 PM
Re: The HP-UX kernel running on this system does not provide this feature.
Also check if there is any issue with FC cable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 05:36 AM
01-20-2009 05:36 AM
Re: The HP-UX kernel running on this system does not provide this feature.
"The HP-UX kernel running on this system does not provide this feature. Install the appropriate kernel patch to enable it"
You get this message when you have installed the LVM Online Replacement (OLR) commands Patch (PHCO_31709 or one of the patches that supersede it), without installing the LVM OLR kernel patch (PHKL_32095 or one of the patches that supersede it).
So Identify the patch in question on your system and install the co-requisite.
I'm not sure how you will have done this as the corequisite patch requirement should have generated an error/warning when you installed the commands patch.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2009 12:53 AM
01-29-2009 12:53 AM
Re: The HP-UX kernel running on this system does not provide this feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2009 01:06 AM
01-29-2009 01:06 AM
Re: The HP-UX kernel running on this system does not provide this feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 09:27 AM
03-09-2009 09:27 AM
Re: The HP-UX kernel running on this system does not provide this feature.
The problem was, as Prathap described, with the Navisphere agent configuration file. The functional copy is in "/etc/Navisphere/agent.config"; /opt/Navisphere only contains the template. After un-commenting the AutoTresspass option and restarting the Navisphere agent, ioscan showed everything as "CLAIMED", and the volume groups activated without error.