- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disk image is incompatible with this system
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
03-10-2004 03:03 AM
03-10-2004 03:03 AM
disk image is incompatible with this system
now I try to mount it and it fails.
vxfs mount: /dev/itanium/lvol1 disk image is incompatible with this system
any ideas, before I open a call with HP CSS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:08 AM
03-10-2004 03:08 AM
Re: disk image is incompatible with this system
What's the JFS versions on v2 and v1 and how were the filesystems created on v2?. I haven't worked on itaniums yet but I believe the ones you are importing are of higher version than your 11.v1 can recognize.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:12 AM
03-10-2004 03:12 AM
Re: disk image is incompatible with this system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 04:44 AM
03-10-2004 04:44 AM
Re: disk image is incompatible with this system
11iV1 -> JFS Version 4
11iv2 -> JFS Version 5
The filesystem created with Version 5 are not compatible to lower versions. However, filesystems with lower versions can be mounted on 111v2 systems.
I don't know if "Itanium to Pa-Risc" is playing a role here in addition to the version mismatch.
Run
'fstyp -v /dev/itanium/lvol1' and
'fstyp -v /dev/vg00/lvol3' and note the Versions.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:09 AM
03-10-2004 06:09 AM
Re: disk image is incompatible with this system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:21 AM
03-10-2004 06:21 AM
Re: disk image is incompatible with this system
If that is truly the case, I think you are going to be out of luck. The latest version of JFS for 11.11 is JFS 4, which I believe is part of VxFS 3.3 and VxFS 3.5. I hope you have a good backup and that it won't take too long to restore the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:29 AM
03-10-2004 06:29 AM
Re: disk image is incompatible with this system
I could advise you to install Veritas Filesystem 3.5 (version 5) by getting it from software.hp.com but rather I shouldn't.
I was checking the release notes
http://docs.hp.com/hpux/onlinedocs/5990-6737/5990-6737.html
Disk and File Management -> VERITAS File System (VxFS) 3.5
While the release notes doesn't say if the default layout is 4 or 5, it does say Version 5 enables bla..bla.. I know the layout is 4 on 11i but still need to confirm if the default layout on v2 is 5.
Even if it is, if the issue is due to compability between Pa-Risc and Itanium, then installing the product would be of no good.
So, if I were you, I would be very careful.
BTW, what did you get when you run 'fstyp -v /dev/itanium/lvol1' command?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 09:13 AM
03-10-2004 09:13 AM
Re: disk image is incompatible with this system
However for those interrested. HP support engineer told me if we have a need to float vg's (export & import) between 11i.v1 and 11i.v2 then we should create those filesystems with ver 4.
mkfs -F vxfs -o version=4 /dev/vgXX/lvolXX
I don't see a need for this in our environment.
Thanks for all your support.
Donny