Operating System - HP-UX
1838237 Members
4494 Online
110125 Solutions
New Discussion

Mount File system create on 11.11 on OS 11.23

 
Filosofo
Regular Advisor

Mount File system create on 11.11 on OS 11.23

Hi,
I try to mount a File System create on 11.11 vxfs version 3 on a new system with HP-UX 11.23 with a 6 version of vxfs.
I recive this error:

UX:vxfs mount: ERROR: V-3-21270: ..... disk image is incompatible with this system

What can I do to mount the file system on 11.23 OS.

thanks for your helps

regards

Filo
Sistem engeneer expert
11 REPLIES 11
Steven E. Protter
Exalted Contributor

Re: Mount File system create on 11.11 on OS 11.23

Shalom,

Have you run newfs on this filesystem?

Normal method.

lvcreate
lvextend
newfs - extendfs if extending an existing lv.

check /etc/fstab for a template for setting up proper mounting of newly created fs.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Filosofo
Regular Advisor

Re: Mount File system create on 11.11 on OS 11.23

Hi Steven,
I try to mount a file system actualy used on a system on 11.11 ( trough BCV disk ) I must not create a new file system on 11.23.

Thanks

Filo
Sistem engeneer expert
RAC_1
Honored Contributor

Re: Mount File system create on 11.11 on OS 11.23

Without loosing data?

May be vxconvert will help you.
What does following say?
fstyp -v /dev/vgxx/lvolx
mkfs -m /dev/vgxx/rlvolx
There is no substitute to HARDWORK
Filosofo
Regular Advisor

Re: Mount File system create on 11.11 on OS 11.23

On 11.11 system, the original file system, command's output are:

mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=3,inosize=256,logsize=256,largefiles

and

vxfs
version: 3
f_bsize: 8192
f_frsize: 8192
f_blocks: 13959168
f_bfree: 8261553
f_bavail: 8197266
f_files: 2063872
f_ffree: 2065376
f_favail: 2065376
f_fsid: 1080950786
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 13959168


Thanks
Sistem engeneer expert
Devender Khatana
Honored Contributor

Re: Mount File system create on 11.11 on OS 11.23

Hi Filo,

Nothing older than layout version 4 is supported on 11.23 as per this link.

http://unix.derkeiler.com/Mailing-Lists/HP-UX-Admin/2005-06/0028.html

In that case upgrading layout version to atleast 4 is required for making use of this file system on new system. This can be achived by use of vxupgrade command.

HTH,
Devender
Impossible itself mentions "I m possible"
RAC_1
Honored Contributor

Re: Mount File system create on 11.11 on OS 11.23

I think only vxconvert seems to be of some use. I have never used it though. What does HP say about it? Also as you might be knowing, other options would be backup and restore-simple.
There is no substitute to HARDWORK
Senthil Kumar .A_1
Honored Contributor

Re: Mount File system create on 11.11 on OS 11.23

Hi Filo,

lets assume your LV is /dev/vg01/lvol1

Use the following command to upgrade to version 6 on you 11.23 machine,

#vxupgrade -n 6 -r /dev/vg01/rlvol1

After the above operation succeeds, go ahead and mount the FS.

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
kevin leong
Frequent Advisor

Re: Mount File system create on 11.11 on OS 11.23

HI Guys ,
I face a same problem ,

I have try out the command vxfsconvert , but still fail , I cant mount the path .

ANY solution ?

Thanks
LeongKO
Sanjay Yugal Kishore Ha
Frequent Advisor

Re: Mount File system create on 11.11 on OS 11.23

First do a vxupgrade to version 4 (the lowest supported version on 11.23), and then mount it on the 11.23 system.

It is recommended that file systems with vxfs version lower than 4 has to be vxupgrade'd before being mounted on 11.23.

HTH,
Sanjay
Dying is the last thing that I will do.
kevin leong
Frequent Advisor

Re: Mount File system create on 11.11 on OS 11.23

HI Guys ,
Please correct me the command ,
I issue command at hpux 11.23

#vxupgrade -n 4 -r /dev/vg30/rlvol1
UX:vxfs vxupgrade: INFO: V-3-22588: usage: vxupgrade [-n new_version] [-r rawdt

What wrong on this ?

Can help :)

Thanks
LeongKO
Vasu Viswanadha
Advisor

Re: Mount File system create on 11.11 on OS 11.23



Hi Filo,

That command is to be on on the 11.11 system. 11.23 system is already running version 6.

BR

Vasu