- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- Splitted files
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
04-11-2007 08:31 AM
04-11-2007 08:31 AM
Splitted files
the files are:
RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso.split00
RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso.split01
RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso.split02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-2007 08:38 AM
04-11-2007 08:38 AM
Re: Splitted files
Use the 'cat' command:
cat RH*split* >RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-2007 12:24 PM
04-11-2007 12:24 PM
Re: Splitted files
I test the files download and are not corrupt, what can i do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-2007 01:01 PM
04-11-2007 01:01 PM
Re: Splitted files
for i in 0 1 2 ; do cat RHEL$i >>image.iso;done
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-2007 01:01 PM
04-11-2007 01:01 PM
Re: Splitted files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-2007 02:42 PM
04-11-2007 02:42 PM
Re: Splitted files
The 'rc' boot-up process also relies upon this shell feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-2007 02:44 PM
04-11-2007 02:44 PM
Re: Splitted files
What did you use to burn the ISO image to disk?
If you used 'cdrecord', plese show us your command-line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-2007 09:40 PM
04-11-2007 09:40 PM
Re: Splitted files
After you concatenated the split ISO file to a single file (thus the command's name cat, though most of the times it is used on a single file)
try to mount the catted ISO through a loopback device.
e.g.
# cat RHEL4*iso*split* > rhel4_dvd.iso
# mkdir /mnt/tmp
# mount -t iso9660 -o ro,loop rhel4_dvd.iso /mnt/tmp
# ls -l /mnt/tmp
I am not sure if there is a general pattern how RHEL ISOs are mastered.
But generally there should be a boot image and catalogue on the disk, probably in a dir like /isolinux.
You can burn this image like
(asuming your DVD burner uses /dev/dvd)
# umount /mnt/tmp
# growisofs -Z /dev/dvd=/path/to/catted/file/rhel4_dvd.iso
If however this isn't bootable you can mount the ISO file via loopback on some NFS/FTP/HTTP server and make it accessible to your installation client.
Somewhere in the ISO there should be small boot images for starting the installation only (some rudimentary miniroot installation kernel).
Then during the install there should come a screen where you are asked for the installation source.
There you could name your repository.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP