- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp on hp-ux 11.23
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
12-22-2008 09:52 AM
12-22-2008 09:52 AM
ftp on hp-ux 11.23
I need to transfer a large file (7GB) from my windows 2003 server to an HP-UX 11.23. It stops after transferring about 2GB.
Are there any parameters to adjust?
Thank you for help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2008 10:00 AM
12-22-2008 10:00 AM
Re: ftp on hp-ux 11.23
it is clear that you are transferring file to a filesystem which does not support largefiles;
you should transfer you file to another filesystem that supports largefiles, look at fs by mount -p.
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2008 10:02 AM
12-22-2008 10:02 AM
Re: ftp on hp-ux 11.23
# fsadm /var
fsadm: /etc/default/fs is used for determining the file system type
largefiles
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2008 10:02 AM
12-22-2008 10:02 AM
Re: ftp on hp-ux 11.23
This sounds like your receiving filesystem (on the HP-UX) server doesn't have 'largefiles' enabled.
To check the status of a filesystem you can do:
# mkfs -m -F vxfs /dev/vgXX/lvolN
(or)
# fsadm -F vxfs /mountpoint
(or)
# fsadm -v /dev/vgNN/rlvolX
To enable 'largefiles' do, where you do *not* have OnlineJFS installed:
# umount /mountpoint
# fsadm -F vxfs -o largefiles /dev/vgXY/rlvolN
...note the raw device.
...or, if you have OnlineJFS:
# fsadm -F vxfs -o largefiles /mountpoint
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2008 09:35 PM
12-22-2008 09:35 PM
Re: ftp on hp-ux 11.23
If you feel you problem solved then please spend some more time and assign points to gurus.
http://forums11.itrc.hp.com/service/forums/helptips.do?#33
Plz go throug this link to konw how to assign points.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2008 10:30 PM
12-22-2008 10:30 PM
Re: ftp on hp-ux 11.23
#fsadm -o largefiles /
check this link
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=882713