1825801 Members
2223 Online
109687 Solutions
New Discussion

Re: Import to Linux?

 
SOLVED
Go to solution
David Nixon
Valued Contributor

Import to Linux?

Is it possible to 'vgimport' a volume
group that was created under HP-UX to
a Linux host?
4 REPLIES 4
Peter Godron
Honored Contributor
Solution

Re: Import to Linux?

Steven E. Protter
Exalted Contributor

Re: Import to Linux?

Shalom,

I think that will explode rather nicely.

Note that the filesystem itself is vxfs under HP-UX and ext3 under Linux. Linux will not be able to mount the filesystem without loading a new kernel module that has yet to be invented.

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
Steven E. Protter
Exalted Contributor

Re: Import to Linux?

Shalom,

It should also be noted that LVM under Linux was a feature/command port to Linux. Under the hood it works differently.

Its nice to have a similar command set but the actual work product is not compatible.

Sorry for the split post, bad mouse. Bad mouse!

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
David Nixon
Valued Contributor

Re: Import to Linux?

So the concensus is that
HP-UX LVM is not compatible with Linux LVM.

Presumably due to
implementation differences at the device driver level.