- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel parameters
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
06-27-2003 07:32 AM
06-27-2003 07:32 AM
Kernel parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:35 AM
06-27-2003 07:35 AM
Re: Kernel parameters
see the man page on fsadm_vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:38 AM
06-27-2003 07:38 AM
Re: Kernel parameters
check for the ulimit command.
Enrico.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:39 AM
06-27-2003 07:39 AM
Re: Kernel parameters
The only real restriction is if someone forgot to enable largefiles (>2GB) when they created a filesystem. You can check with;
fsadm -F vxfs
If it returns largefiles then youre ok - there is no real limit (1TB or something). If it returns nolargefiles you need to enable it using the fsadm command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:40 AM
06-27-2003 07:40 AM
Re: Kernel parameters
With JFS 3.1 and 3.3 version, you can go upto 1 TB filesystem size and 1 TB file size provided you enabled "largefiles" on the filesystem. Otherwise, it won't allow more than 2 GB.
With JFS 3.5, you can go upto 2 TB both filesystem and file sizes.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:40 AM
06-27-2003 07:40 AM
Re: Kernel parameters
On 11.0 with VxFS filesystems using JFS version 3 or JFS version 4, you can have 1TB filesystems and files:
http://docs.hp.com/hpux/onlinedocs/5971-2383/5971-2383.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:42 AM
06-27-2003 07:42 AM
Re: Kernel parameters
ulimit -a
If file(blocks) is not = unlimited then you have a limit - whatever value is reported. This overrides a filesystem limit (fsadm).
Normally it is unlimited. You can try changing it to unlimited with;
ulimit -f unlimited
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:42 AM
06-27-2003 07:42 AM
Re: Kernel parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:43 AM
06-27-2003 07:43 AM
Re: Kernel parameters
It's depend on the filesystem, you have fsadm tool to change this parameter.
No depend on the kernel.
Caesar