- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kminstall error
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
05-20-2004 03:38 AM
05-20-2004 03:38 AM
kminstall error
When doing : kminstal -u krm
I am getting the following error:
"kminstall:could not obtain the boot kernel path"
How can I resolve this?
Thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 03:40 AM
05-20-2004 03:40 AM
Re: kminstall error
When called with the -a or -u option, kminstall expects to find the
module's component files in the current directory, and installs or
updates copies of the files under subdirectories of the /usr/conf and
/stand directories.
were you in the same directory as the the module that you were trying to complie was ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 03:48 AM
05-20-2004 03:48 AM
Re: kminstall error
yes I was in the same directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 04:02 AM
05-20-2004 04:02 AM
Re: kminstall error
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 04:14 AM
05-20-2004 04:14 AM
Re: kminstall error
I did the following but I get the same message:
#cd /stand/build
#/usr/lbin/sysadm/system_prep
-s /stand/build/system
#/usr/sbin/mk_kernel -s /stand/build/system
#mv /stand/system /stand/system.prev
#mv /stand/build/system /stand/system
#kmupdate /stand/build/vmunix_test
#shutdown -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 04:23 AM
05-20-2004 04:23 AM
Re: kminstall error
So, you actually reboot the system after the kmupdate or waiting for a resolution before rebooting it ?
If you already reboot the server, is the DLKM not initialized message still showing up in the syslog ? If you have not reboot yet and did all the steps that you listed above, you should be good to go with the reboot and DLKM not initialized message should not come after the machine comes back up.
Usually this message is related to not running kmupdate after rebuilding the kernel and reboot the server last time.
I would use SAM to rebuild a kernel and do a reboot if manual method is failing at this moment. It may give you some more insightful error messages if this is the case.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 04:29 AM
05-20-2004 04:29 AM
Re: kminstall error
echo "mod_inittialzed/D|adb -k /stand/vmunix
If it returns 0, then DLKM was not initialized.
Build the new kernel.
Backup /stand/vmunix
/stand/system
/stand/dlkm
cd /stand/build
Then system_prep -v -s ./system
kmtune/vi /stand/build/system
mk_kernel -s ./system -v
mv ./system /stand/system
kmupdate ./test_vmunix
cd /
shutdown -ry 0
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 06:56 AM
05-20-2004 06:56 AM
Re: kminstall error
The echo command returns : "symbol not found"
So, I think I have a bigger problem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:12 AM
05-20-2004 07:12 AM
Re: kminstall error
the echo command is misspell. I added /dev/mem at the end and I got the return 0. The kmtune command is not good...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:15 AM
05-20-2004 07:15 AM
Re: kminstall error
echo mod_initialized/D | /usr/bin/adb /stand/vmunix /dev/kmem
Did kernel rebuild resolve your problem?
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:16 AM
05-20-2004 07:16 AM
Re: kminstall error
echo "mod_initialized/D"|adb -k /stand/vmunix /dev/kmem
mod_initialized:
mod_initialized: 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:18 AM
05-20-2004 07:18 AM
Re: kminstall error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:23 AM
05-20-2004 07:23 AM
Re: kminstall error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:27 AM
05-20-2004 07:27 AM
Re: kminstall error
Try this link from itrc,
http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=RCENKBRC00004716&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&search.x=26&search.y=13
The itrc doc id is RCENKBRC00004716.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:27 AM
05-20-2004 07:27 AM
Re: kminstall error
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# mk_kernel -s ./system
# kmupdate /stand/build/vmunix_test
# shutdown -r 0
Your problem should be solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:28 AM
05-20-2004 07:28 AM
Re: kminstall error
I think I will need to reload the os on that server!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:31 AM
05-20-2004 07:31 AM
Re: kminstall error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:35 AM
05-20-2004 07:35 AM
Re: kminstall error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:35 AM
05-20-2004 07:35 AM
Re: kminstall error
Try this to help with the unsatisfied symbol problems.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000070865926.
The itrc doc id is KBRC00006788.
Look for the section,
//Quote//
Looking for wsio_get_service ...
//EndQuote//
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:39 AM
05-20-2004 07:39 AM
Re: kminstall error
Looks like your current vmunix kernel is corrupted. Use a older / secondary kernel if you.
At the boot prompt,
bo pri
interact with ipl (Y/N) y
at the isl prompt,
type hpux -is (;)/stand/vmunix.old
if you want to boot into single user mode. Do not use "-is" if you don't want to boot into single user mode.
Hope this helps.
Regds