- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Large Files
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
10-14-2004 11:14 PM
10-14-2004 11:14 PM
The filesystems are for large files.
When running Ansys and the outputfile > 2GB the result is ok.
When starting Ansys with the at command the program crashes with "write error possible full disk".
Anyone any Idea?
Greetings, Alfons
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2004 11:47 PM
10-14-2004 11:47 PM
SolutionIS the required space available on FS??
Also at runs with a very minimal environment. May be ulimit is coming into picture. Ream the man page of proto. The file is /var/adm/cron/.proto. In this you can specify the ulimit file size limit. you may also want to execute the at with -f option and secify all ulimit options in that.
ulimit -f unlimited
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 12:03 AM
10-15-2004 12:03 AM
Re: Large Files
1) What value do you have for ulimit ?
with the at command ?
2) What shell do you use (POSIX or Korn) ?
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 12:05 AM
10-15-2004 12:05 AM
Re: Large Files
HOME=user's-home-directory
LOGNAME=user's-login-id
PATH=/usr/bin:/usr/sbin:.
SHELL=/usr/bin/sh
Nothing else. You'll have to determine what Ansys requires then add these values to your Ansys script.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 12:06 AM
10-15-2004 12:06 AM
Re: Large Files
Without the at command it runs fine.
I have already found the .proto file and started the Ansys program.
I will let You know the result.
Greetings, Alfons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 12:20 AM
10-15-2004 12:20 AM
Re: Large Files
seems that the limitation lies in the at command itself
I've tried to reproduce the error and only when using the at command the procedure stops. Calling the program from the shell or starting it using cron works just fine
So i would give it a try using cron
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 01:17 AM
10-15-2004 01:17 AM
Re: Large Files
http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_26562&context=hpux:800:11:11
( SR:8606179733 CR:JAGad48956 )
at/cron jobs are not able to create large files.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 02:06 AM
10-15-2004 02:06 AM
Re: Large Files
command.
Thanks to all,
regards, Alfons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 02:43 AM
10-15-2004 02:43 AM
Re: Large Files
Can you elaborate on how exactly you resolved it?? this could be helpful to other team members.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 06:22 AM
10-15-2004 06:22 AM
Re: Large Files
You will see all of the shells enivironment defined in there.