- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File 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
08-28-2001 07:44 AM
08-28-2001 07:44 AM
File System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 07:48 AM
08-28-2001 07:48 AM
Re: File System
You will want to make sure that you are running the same version of JFS on each system, but there should be no incompatability issues between a vxfs filesystem under 11.00 and 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 07:52 AM
08-28-2001 07:52 AM
Re: File System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 08:03 AM
08-28-2001 08:03 AM
Re: File System
Couple of things, make sure you are uptodate with patches on both the nodes. Also to check the version you could use
fstyp -v /dev/vg00/lvol??
If you just want to look at version
fstyp -v /dev/vg00/lvol?? |grep version
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 08:10 AM
08-28-2001 08:10 AM
Re: File System
invalid super-block
search for auxiliary super-block? (ynq)y
alternate super-block not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 08:23 AM
08-28-2001 08:23 AM
Re: File System
I guess you are using EMC Time Finder software to split the bcvs and mount on second machine.
Did you do vgchgid on all disks (bcv) on second machine before importing them.
Here are steps on second machine after split.
#vgchgid /dev/rdsk/cxtyd0 ....
(Do vgchgid on all disks on same vg at one-shot)
#mkdir /dev/vg01
#mknod /dev/vg01/group c 64 0x140000
#vgimport /dev/vg01 /dev/dsk/cxtyd0 ..
#vgchange -a y /dev/vg01
#fsck /dev/vg01/lvol1
#mount /dev/vg01/lvol1 /u01
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 08:28 AM
08-28-2001 08:28 AM
Re: File System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 08:41 AM
08-28-2001 08:41 AM
Re: File System
Try this link too
http://163.18.14.55/datapro/16082-1.htm#TAG14
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 08:59 AM
08-28-2001 08:59 AM
Re: File System
As far as I know, volume groups need to be exported before syncing. This how I do it in my machine.
# unmount file systems and export vgs (bcv)
# sync bcvs
# After sync is complete break
# Vgchgid on bcv disks on node2
# import disk
# fsck
# mount file system.
Take a look at man vgchgid for more details.
Thaks.
Prashant Deshpande.