- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 2GB size limitation using the "at" command
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
08-14-2000 06:40 AM
08-14-2000 06:40 AM
2GB size limitation using the "at" command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2000 06:48 AM
08-14-2000 06:48 AM
Re: 2GB size limitation using the "at" command
Also, make sure that largefiles is enabled on the filesystem. There is also a white paper for this in /usr/share/doc/lg_files.txt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2000 06:49 AM
08-14-2000 06:49 AM
Re: 2GB size limitation using the "at" command
There have been many recent discussions on this. Do a search in the forums for "2GB" and "at". Hope this helps.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2000 06:56 AM
08-14-2000 06:56 AM
Re: 2GB size limitation using the "at" command
I think this is a problem caused by ulimit for your shell. There are a few possible workarounds;
1. Modify the file /var/adm/cron/.proto to change the line ulimit $1 to ulimit 4194303 or ulimit unlimited
2. change your shell to ksh and run ulimit unlimited before sudmitting the at job
3. do ulimit unlimited in your .profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2000 07:19 AM
08-14-2000 07:19 AM
Re: 2GB size limitation using the "at" command
# fsadm /dev/vg_name/rlvol_name (This will display largefiles or nolargefiles)
To change it to largefiles do:
#fsadm /dev/vg_name/rlvol_name
#umount /file_sys
#fsadm -o largefiles /dev/vg_name/rlvol_name (This changes it to largefiles..and you
then need to change your etc/fstab to reflect largefiles also)
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 08:58 AM
08-17-2000 08:58 AM