- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: growfs error
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
02-07-2007 02:00 AM
02-07-2007 02:00 AM
growfs error
/usr/local/bin/growisofs -Z \
/dev/rdsk/c0t0d0=/hpux/image/B.11.23.iso
I run it from the command line and it always works, and works for the calling program about 3 out of 4 times.
Has anyone seen this error and know a solution?
Could it have anything to do with not having a defined tty device in it's calling scipt, but does from the command line?
Thanks for any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 02:13 AM
02-07-2007 02:13 AM
Re: growfs error
are you getting error code 144 or return code 144 ?
Return code 144 could be caused by condition 16 (Device busy). Just a theory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 02:42 AM
02-07-2007 02:42 AM
Re: growfs error
If the device is busy, would you have any idea of what would cause that, or maybe a delay for a few seconds may help.
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 02:50 AM
02-07-2007 02:50 AM
Re: growfs error
I would certainly try the process with a delay, unless somebody else on the forum has a more detailed understanding of the workings of gowisofs with DVDs. The problem couls also be speed of transfer between background process and DVD writer. It would explain why it works in the forground/command line.
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 04:49 AM
02-07-2007 04:49 AM
Re: growfs error
Try if this option prevents the laser from being activated:
-use-the-force-luke=dummy
I can remember, before DVD drives became affordable, that most CD writers had occasional problems with buffer underruns until they came up with so called "burnfree" capable drives.
With old-fashioned cdrecord you would adapt its fifo by specifying a big enough fifo size by the option e.g. fs=4m
This was especially crucial if you piped the output from mkisofs directly into cdrecord, not to mention over a network connection (this was fine with Linux to have a piped backup in Unix style over an rsh or ssh connection when all Windows plagued CD masterers were afraid not to even starta single other application while there was a burning session pending even on the same box ;-)
But most likely buffer underruns aren't an issue anymore with contemporary drives these days?
But maybe it couldn't hurt to have your job run during off-peak hours anyway?
Maybe also reducing the burning speed by e.g. -speed=4 or even less would help?
If you are keen on finding out what your return code signals you could get the sources of mkisofs (the underlying program of growisofs), as well as growisofs and other utilities from the dvd+rw tools and search there (the comments are also quite helpful)
I think (hope) HP haven't pathced them too much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 02:24 AM
02-12-2007 02:24 AM