- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel parameter
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-18-2003 04:13 AM
06-18-2003 04:13 AM
Kernel parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 04:19 AM
06-18-2003 04:19 AM
Re: Kernel parameter
All you need to ensure is the filesystem you are ftp'ing to has largefiles set so it can support a single file > 2Gb. (see man fsadm).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 04:24 AM
06-18-2003 04:24 AM
Re: Kernel parameter
There are no tunable parameters for 'largefiles' support, per se.
Have a look at the "HP-UX Large Files" whitepaper for a better understanding of the programmatic handling. Yes, 'ftp' supports transfer of very large files.
http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 04:24 AM
06-18-2003 04:24 AM
Re: Kernel parameter
If then it should support files >2GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 04:24 AM
06-18-2003 04:24 AM
Re: Kernel parameter
I think you will only have to make sure the filesystem you are ftp'ing is set for largefiles.
# fsadm -F vxfs -o largefiles /mountpoint
You can determine whether or not 'largefiles' is set by doing:
# fsadm -F vxfs /mountpoint
...you will see "largefiles" or "nolargefiles" as appropriate
Regards,
Dario
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 04:30 AM
06-18-2003 04:30 AM
Re: Kernel parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 04:49 AM
06-18-2003 04:49 AM
Re: Kernel parameter
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 04:51 AM
06-18-2003 04:51 AM
Re: Kernel parameter
Dario's suggestions are right.
Checking /etc/fstab is wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 04:59 AM
06-18-2003 04:59 AM
Re: Kernel parameter
Are you looking to ftp interanlly? If so, and if possible, use rcp to copy files between systems - I have found rcp to be faster then ftp....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 05:01 AM
06-18-2003 05:01 AM
Re: Kernel parameter
Both answers are right, Dario's is just better practice. Try this,....
Create a file system with largefiles option
Create an entry for it in /etc/fstab with no "largefiles" entry.
Try mounting it.
You will receive an error message stating mount options are incompatible.
The reason 'fsadm' is better is because it interrogates the filesystem directly, rather than assuming that the /etc/fstab entry was the one used when mounting the filesystem.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 09:40 AM
06-18-2003 09:40 AM
Re: Kernel parameter
Regards,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 09:43 AM
06-18-2003 09:43 AM
Re: Kernel parameter
Ftp of large files:-
zip the file first -- gzip -9
Or split it up and ftp in smaller bits.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 10:12 AM
06-18-2003 10:12 AM
Re: Kernel parameter
You should enable support for large files
on the dist. machine and then is no problem.
Caesar