- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Create FS > 1TB - hp-ux 11i - vxfs
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
11-04-2007 11:33 PM
11-04-2007 11:33 PM
We have purchased a satabeast with 42disks, potential size of 42TB. I have been reading about JFS filesystem so create bigger sizes than 1TB but I have still not been able to create this (by using SAM).
OnlineJFS B.11.11.04 Online features of the VxFS File System
9000/785/C8000
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 11:39 PM
11-04-2007 11:39 PM
Re: Create FS > 1TB - hp-ux 11i - vxfs
Can you try from command line and post the errors ?
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 11:40 PM
11-04-2007 11:40 PM
Re: Create FS > 1TB - hp-ux 11i - vxfs
you need to use vxvm in order to support fs greated than 2TB.
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 04:57 PM
11-05-2007 04:57 PM
SolutionFor this you need to provide the PE's size, the no's of PE's and the maximum no of the PV's while creating the VG.
vgcreate -s 32 -p 255 -e 65535 /dev/vg01 /dev/dsk/cxtxdx
While creatiing the filesystem enable the largefile support.
newfs -o largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 06:03 PM
11-05-2007 06:03 PM
Re: Create FS > 1TB - hp-ux 11i - vxfs
Here is what I did to make > TB system. (I have found many Q's but not many
By following the last post I managed to find the correct commands.
Create FS bigger than 1TB:
mknod /dev/vg01/group c 64 0x020000
vgcreate -s 32 -p 32 -e
65535 /dev/vg01 /dev/dsk/c5t13d0
lvcreate -L 1907072 -n lv_multidata vg01
newfs -F vxfs -o largefiles /dev/vg01/rlv_multidata
Points on their way
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 06:06 PM
11-05-2007 06:06 PM
Re: Create FS > 1TB - hp-ux 11i - vxfs
I've found many Q's regarding this issue but not too many answers with a step-to-step. it might not be 100% correct but atleast it makes easier to find the solution for ppl.
This thread was also very helpful:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1054244