- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: VxFS on 10.20, then move physical disks to 11....
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
09-08-2003 03:39 AM
09-08-2003 03:39 AM
VxFS on 10.20, then move physical disks to 11.00
I would like to add to 72 GB hard drives to the 10.20, copy some data over from the 11.00 system which has 36 GB drives, then move the 72 GB drive from the 10.20 to the 11.00.
I plan on creating the volumes on the disks as VXFS.
What type of problems / issues / gotchas might I expect?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 03:45 AM
09-08-2003 03:45 AM
Re: VxFS on 10.20, then move physical disks to 11.00
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 04:00 AM
09-08-2003 04:00 AM
Re: VxFS on 10.20, then move physical disks to 11.00
vgimport will handle any kind of upgrade to the filesystems themselves if there is a version mismatch in JFS(vxfs) software.
The easy way to handle it is by setting up those disks in their own volume group, which can be done easily with sam or on the command line.
Sounds like you have a very good plan.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 04:03 AM
09-08-2003 04:03 AM
Re: VxFS on 10.20, then move physical disks to 11.00
You might want to check the "layout" version of the machines to make sure they match up.
On each box:
fstyp -v /dev/vgXX/rlvolXX
As long as the version returned on the 11.00 box is > the version returned on the 10.20 box, it should work fine.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 04:04 AM
09-08-2003 04:04 AM
Re: VxFS on 10.20, then move physical disks to 11.00
You might want to check the "layout" version of the machines to make sure they match up.
On each box:
fstyp -v /dev/vgXX/rlvolXX
As long as the version returned on the 11.00 box is >= the version returned on the 10.20 box, it should work fine.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 04:05 AM
09-08-2003 04:05 AM
Re: VxFS on 10.20, then move physical disks to 11.00
In case re-posting my message with the fix just looked like a double tapped the submit key.
Best regards,
Kent M. Ostby