Operating System - HP-UX
1755609 Members
3724 Online
108836 Solutions
New Discussion юеВ

Update file systems after upgrade?

 
SOLVED
Go to solution
jason thompson_1
Frequent Advisor

Update file systems after upgrade?

We did a fresh install of 11.11 on a 10.20 box. I did a vgexport/vgimport on vg01 to save time on a restore. Is there something that I need to run on vg01 to bring the file systems up to 11.11?
What's that smell?
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Update file systems after upgrade?

The 10.20 filesystems will work just fine under 11.0. If you want to upgrade to a new version of vxfs, run the vxupgrade command. Man vxupgrade for details --- be advised, after upgrading there is no going back to older versions. There are some performance benefits as well as ACL's for vxfs to be had from the upgrade.
If it ain't broke, I can fix that.
SS_6
Valued Contributor

Re: Update file systems after upgrade?

#vgchange -a y vg01
Run fsck on file systems under vg01
Create mount points
mount file systems and update /etc/fstab file.
Check /etc/lvmrc file and if AUTO_VG_ACTIVATE=0 than add vg01 along with other vg entries so that this vg should activate automatically on next reboot.
By providing solutions I am helping myself