- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Importing Volume Groups
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
Discussions
Discussions
Discussions
Forums
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
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-19-2003 12:47 PM
тАО08-19-2003 12:47 PM
Importing Volume Groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2003 12:52 PM
тАО08-19-2003 12:52 PM
Re: Importing Volume Groups
The version 3 filesystem can be mounted on newer releases but the converse is not true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2003 02:04 PM
тАО08-19-2003 02:04 PM
Re: Importing Volume Groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2003 12:44 PM
тАО08-21-2003 12:44 PM
Re: Importing Volume Groups
I dont expect any points for this post, but this may or may not be related, but here is a small problem I had...
I had just setup a new box and couldn't apply mount options... I realized that I had to run vxenable to get those options to be activated, namely mincache and convosync.
Here was the command line for that.
___________________________________________
# /sbin/fs/vxfs/vxenablef -a ## to activate a JFS license
# /sbin/fs/vxfs/vxenablef ## to check if it is loaded???.
System is licensed for features
Full_VxFS HP_DMAPI
____________________________________________
also, vxupgrade is used for upgrading from Version 3 to version 4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2003 05:03 AM
тАО08-22-2003 05:03 AM
Re: Importing Volume Groups
For example, create a version 3 file system on an 11.i system:
mkfs -F vxfs -o largefiles -o version=3 /dev/vg20/rlvol1
We currently have to do that as our NetBackup server is 11.0.
Rgds....Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2003 06:09 AM
тАО08-22-2003 06:09 AM
Re: Importing Volume Groups
2. echo "8192 B; p S" | fsdb -F vxfs /dev/05vg89/lvol01 | grep log_version
log_version 9 logstart 0 logend 0
3. If you split a BCV and present it from an old server to a new server,
it will FAIL an:
fsck -F vxfs /dev/vgxx/lvolYY
with $? = 12
You will have to do an:
fsck -y -F vxfs /dev/vgxx/lvolYY
4. If you split from a new system to an old system, you probably don't have
a chance!
o You must install the NEW JFS on the old system:
B3929CA B.03.03 JFS 3.3 Filesystem For 11.00
5. Check the swlists:
# swlist | grep -i jfs
B3929BA B.11.00 HP OnLineJFS (Advanced VxFS)
B3929CA B.03.03 JFS 3.3 Filesystem For 11.00
6. Also, check version with:
# fstyp -v /dev/vgxx/lvoly|grep version