1752587 Members
4319 Online
108788 Solutions
New Discussion юеВ

Re: Wrong kernel booted?

 
SOLVED
Go to solution
Ralph Grothe
Honored Contributor

Wrong kernel booted?

Hi,

when I try to extend a mounted filesystem I get this

# fsadm -F vxfs -b $(lvdisplay $(bdf /opt|tail -1|cut -d\ -f1)|awk '/LV Size/{print$NF}')M /opt
fsadm: the -b option requires "HP OnLineJFS (Advanced Vxfs)"


although OnlineJFS should be available

# swlist -l fileset -a is_secure -a state -a title B3929BA
# Initializing...
# Contacting target "rustbin"...
#
# Target: rustbin:/
#

# B3929BA HP OnLineJFS (Advanced VxFS)
# B3929BA.AdvJournalFS The Advanced VxFS File System
B3929BA.AdvJournalFS.AJFS-ENG-A-MAN AJFS-ENG-A-MAN true configured
B3929BA.AdvJournalFS.AJFS-JPN-E-MAN AJFS-JPN-E-MAN true configured
B3929BA.AdvJournalFS.AJFS-JPN-S-MAN AJFS-JPN-S-MAN true configured
B3929BA.AdvJournalFS.VXFS-ADV-KRN The Advanced VxFS File System Kernel files true confi
gured
B3929BA.AdvJournalFS.VXFS-ADV-RUN VXFS-ADV-RUN true configured


Could it be that I booted the wrong kernel that isn't patched to support this?
How can I check the running kernel's symbol table to see if it has compiled-in-support
(e.g. adb syntax)?

I tried this

# what /stand/vmunix|grep -i -e online -e adv -e vxfs
vxfs.c $Date: 1998/04/06 16:40:58 $Revision: r11ros/1 PATCH_11.00 (PHKL_12965)

but I don't even seem to have installed this very patch

# swlist -l product -a readme PHKL_12965|more
# Initializing...
# Contacting target "rustbin"...
ERROR: Software "PHKL_12965" was not found on host "rustbin:/".

Could this be the reason?

Rgds.
Ralph



Madness, thy name is system administration
22 REPLIES 22
Robert-Jan Goossens
Honored Contributor

Re: Wrong kernel booted?

H Ralph,

ask the kernel.

# echo 'boot_string/S' | adb /stand/vmunix /dev/mem

Regards,
Robert-Jan
Vishwas Pai
Regular Advisor

Re: Wrong kernel booted?


I had faced similar problem with JFS (though
I never used it). Initial install showed..

# mk_kernel -o /stand/vmunix
WARNING: No such device, tunable, or cdio vxadv.
Ignoring the following line.
vxadv

Then I saw vxadv driver was disabled in
/usr/conf/master.d (attached both origial &
fixed master files)

# mk_kernel -o /stand/vmunix
succeded without warning.

You should get something similar, when do a
nm on VMunix.

nm /stand/vmunix | grep -i vxad
vxadvc_link | 4653304|extern|entry |$CODE$

HTH -vishwas

p.s: I never used JFS, so I am not sure you
fsadm command will work.






Ralph Grothe
Honored Contributor

Re: Wrong kernel booted?

Robert-Jan,

yes, I already knew that it booted the kernel from the primary boot path as defined in IPL

# echo boot_string/S|adb /stand/vmunix /dev/kmem
Error from elf64_getehdr(application core file)
Not an Elf file: No Elf header
boot_string:
boot_string: disk(0/0/1/1.2.0.0.0.0.0;0)/stand/vmunix

# setboot
Primary bootpath : 0/0/1/1.2.0
Alternate bootpath : 0/0/2/0.2.0

Autoboot is ON (enabled)
Autosearch is OFF (disabled)

# lssf $(vgdisplay -v vg00|awk '/PV Name/{print$NF}')|awk '{print$(NF-1),$NF}'
0/0/1/1.2.0 /dev/dsk/c1t2d0
0/0/2/0.2.0 /dev/dsk/c2t2d0


Beneath /stand there isn't even any other kernel than the previous backup copy.
I rather would have expected some leftover prebuilt kernel in /stand/build which possibly wasn't moved because of a failing postbuild or postinstall or whatever *install script of the OnlineJFS bundle.

# find /stand -type f -name vmunix\* -exec ll {} \;
-rwxr-xr-x 1 root sys 19101032 Nov 30 08:04 /stand/vmunix
-rwxr-xr-x 1 root sys 19101040 Aug 3 16:33 /stand/vmunix.prev


But I cannot find any such script in the bundle anyway.


# swlist -l fileset -a postkernel -a postinstall -a unpostinstall -a preinstall B3929BA|grep -v ^#

B3929BA.AdvJournalFS.AJFS-ENG-A-MAN
B3929BA.AdvJournalFS.AJFS-JPN-E-MAN
B3929BA.AdvJournalFS.AJFS-JPN-S-MAN
B3929BA.AdvJournalFS.VXFS-ADV-KRN
B3929BA.AdvJournalFS.VXFS-ADV-RUN


No, what I meant was rather how to find out the driver capabilities of my kernel.
Madness, thy name is system administration
Robert-Jan Goossens
Honored Contributor

Re: Wrong kernel booted?

Hi Ralph,

You should have the Advanced VxFS File System Support in your kernel.

# strings /stand/vmunix | grep vxadv

Regards,
Robert-Jan
Ralph Grothe
Honored Contributor

Re: Wrong kernel booted?

Nope, no hit

# strings /stand/vmunix|grep -c vxadv
0


but Vishwas made a good point.
If I check the vxfs driver's, what I would consider header file,
I can see various commented out lines regarding vxadv


# grep vxadv /usr/conf/master.d/vxfs
* Disabling AdvJournalFS: vxadv vxadvc 10 100 -1 -1
dmapi vxadv vxbase
vxportal vxadv vxbase
* Disabling AdvJournalFS: vxadv vxbase
* Disabling AdvJournalFS: vxadv libvxfs_adv.a
* Disabling AdvJournalFS: vxadv
Madness, thy name is system administration
Vishwas Pai
Regular Advisor

Re: Wrong kernel booted?

I had attached the `vxfs' master.d file in my previous post (nothing but just uncommenting the driver configuration lines). I think you
should give it a try.

-vishwas

Cheryl Griffin
Honored Contributor
Solution

Re: Wrong kernel booted?

There is a group of patches that if installed prior to installing the AdvJFS product, the patches will disable the adv drivers so that if AdvJFS is later installed, you will need to manually enable the driver (regen the kernel, reboot) then select the patches again for install (not! reinstall) so that the AdvJFS portions of the patches can be installed.

This seems to be what has happened.

You need to install the latest version of check_patches (PHCO_27779) and look at the swagent.log to see what needs to be installed to fix this issue.

As a side note, if PHKL_18543 is not installed + dependencies as a minimum, you are behind on critical patches.
"Downtime is a Crime."
Ralph Grothe
Honored Contributor

Re: Wrong kernel booted?

Cheryl,

luckily I've already installed the patch you mentioned.

# swlist PHCO_27779
# Initializing...
# Contacting target "rustbin"...
#
# Target: rustbin:/
#

# PHCO_27779 1.0 HP-UX Patch Tools and White Paper
PHCO_27779.RELEASE-NOTES 1.0 OS-Core.RELEASE-NOTES
PHCO_27779.SD-CMDS 1.0 SW-DIST.SD-CMDS


Yes, I can recall that after I had installed the core OS I did install MirrorDisk/UX and then the Quality Pack of March 2004.
It was only afterwards that I realized that also OnlineJFS needed to be installed,
what I did then, but of course forgetting to reinstall the missing vxadv patches from the Pack that were skipped in the first install.
So this must have caused my patch mismatch.

I now have run the check_patches script with the option to report for any missing patches.

# check_patches -m
Obtaining information on installed patches
Checking patch filesets for active patch 401 of 401
RESULT: Problems found, review /tmp/check_patches.report for details.


I attached the report from this run,
and yes, as you suspected, there are two patches for MirrorDisk/UX and OnlineJFS missing.
I'm confident that a simple swinstall of these two patches will create in a postprocess script run the kernel and dependencies automatically and attempt to boot the new kernel.

I will assign points as soon as the newly booted kernel will allow my fsadm command,
or come back to seek your help should have gone anything wrong.
I'm allowed to boot the box at 15:00 MEZ-1MESZ, which will be in about an hour.

Madness, thy name is system administration
Ralph Grothe
Honored Contributor

Re: Wrong kernel booted?

Meanwhile I could reinstall the two patches.

I searched for the Patch IDs of the two on the HP patch website, but also got selected a whole bunch of dependencies.

I downloaded the lot, and created the bundle with the acompanying script.

The bundle contains the following patches

# swlist -l fileset -s /var/spool/sw/VXADV_MIRRUX \*|grep ^#
# Initializing...
# Contacting target "rustbin"...
#
# Target: rustbin:/var/spool/sw/VXADV_MIRRUX
#
# PHCO_21187 1.0 cumulative SAM/ObAM patch
# PHCO_23651 1.0 fsck_vxfs(1M) cumulative patch
# PHCO_27369 1.0 LVM commands (VA7410 HWE) cumulative patch
# PHKL_18543 1.0 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch
# PHKL_19202 1.0 fsadm panic if extending root on 11.x
# PHKL_20016 1.0 2nd CPU not recognized in G70/H70/I70
# PHKL_22589 1.0 LOFS, select(), IDS/9000 and umount race fix
# PHKL_27980 1.0 VxFS 3.1 cumulative patch: CR_EIEM
# PHKL_28766 1.0 Probe,IDDS,PM,VM,PA-8700,AIO,T600,FS,PDC,CLK
# PHKL_30553 1.0 LVM Cumulative Patch


Then I installed the bundle this way

# swinstall -v -x autoreboot=true -x patch_match_target=true -s /var/spool/sw/VXADV_MIRRUX \*


The autoreboot=true resulted in booting a new kernel, which however still seems to lack the desired functionality.

# fsadm -F vxfs -b 1520M /opt
fsadm: the -b option requires "HP OnLineJFS (Advanced Vxfs)"


At least did the swinstall mechanism yield in a new vxfs description file
(see, the commenting hashmarks disappeared)

# grep vxadv /usr/conf/master.d/vxfs
vxadv vxadvc 10 100 -1 -1
dmapi vxadv vxbase
vxportal vxadv vxbase
vxadv vxbase
vxadv libvxfs_adv.a
vxadv


But grepping for some vxadv string in the kernel still fails.

# strings /stand/vmunix|grep -ci vxadv
0

# strings /stand/vmunix|grep -ci vxadv
0

The mtime of the kernel suggests a kernel rebuild has taken place.

# who -b; ll /stand/vmunix
. system boot Dec 8 15:18
-rwxr-xr-x 1 root sys 19103112 Dec 8 15:14 /stand/vmunix


Should manually rebuild the kernel anew?
What else can I do?

Madness, thy name is system administration