- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LIF creation problem for bootable HD
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
07-24-2001 01:24 AM
07-24-2001 01:24 AM
LIF creation problem for bootable HD
I've got a question about LIF creation : can I combine (with instl_combine) a LIF (created with make_medialif) with a large file (~15GB)
? Everything is OK when I use a 1950MB file. But when I use a file of 3GB, the instl_combine generates an error.
I can't go up than 2 GB. Is it possible to use a larger file ? Is instl_combine reserved for cd-roms ?
The instl_combine error is : "Value too large to be stored in data type"
Thanks,
Mathieu Truchet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 02:30 AM
07-24-2001 02:30 AM
Re: LIF creation problem for bootable HD
i think that your fs doesnt support large files
to trun the fs to large files use :
usr/sbin/fsadm -F vxfs -o largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 02:41 AM
07-24-2001 02:41 AM
Re: LIF creation problem for bootable HD
I just want to use instl_combine with this large fileit, but it doesn't work up than 2GB files. Maybe the root filesystem has be support the large files, but how can I use "fsadm -o largefiles" on it while it's running ? (single mode ?).
Mathieu Truchet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 03:54 AM
07-24-2001 03:54 AM
Re: LIF creation problem for bootable HD
i dont think you need to have the option of large file on the root file system .
the filesystem that you are putting the image must have this option .
sorry dont have any more idea's .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 03:59 AM
07-24-2001 03:59 AM
Re: LIF creation problem for bootable HD
Maybe someone else will have an idea about this problem.