- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Network Installation OF OS.
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
12-11-2005 08:57 PM
12-11-2005 08:57 PM
Network Installation OF OS.
I have RH AS4.0 ISO iamge files. Can some one tell me steps to install OS over the network.
Thanks & Regards
Varian Crasto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2005 10:33 PM
12-11-2005 10:33 PM
Re: Network Installation OF OS.
Red Hat permits installation from ISO files from a NFS installation point.
http://fedora.redhat.com/docs/release-notes/fc5/test1-en/
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-notes/es-x86/
http://info.ccone.at/INFO/Mail-Archives/redhat/Feb-2004/msg00423.html
I think the top link is best and is applicable to ES 4.0
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:34 AM
12-27-2005 08:34 AM
Re: Network Installation OF OS.
i can suggest u to go for NFS installation...
Procedure..
#mkdir /dump
Enter the first cd in cdrom..
#mount /dev/cdrom /mnt
#cd /mnt
#cp -R RedHat /dump -v
For next cds, do the following steps..
#cd /mnt/RedHat/RPMS
#cp * /dump/RedHat/RPMS -v
#vi /etc/exports
/dump 192.168.0.0/24(rw,async,root_no_sqush)
save and come out..
#service nfs restart
Enter the first cd of linux OS
search for .img file in CD
(it should be under cd /mnt/images)
insert one new floppy disk in floppy drive and type the following commands...
#dd if=file.img of=/dev/fd0
Boot the machine with bootable floppy..
following the insturction as display in ur screen during installation...
Hope it will resolve ur issue..
cheers
indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 01:32 AM
12-28-2005 01:32 AM
Re: Network Installation OF OS.
mount -o loop /path_to_iso /export/dump
then set up NFS to export : /export/dump directory
now on client machine, boot using boot floppy and select NFSD as the install method.
hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 09:53 AM
01-02-2006 09:53 AM
Re: Network Installation OF OS.
you can also use http and ftp for network installations. For Red Hat and Fedora, just copy the first CD in a directory. Then, copy the rpm files from the other CD's to the rpm directory of the copied CD.
If you don't want to burn CD's, you can mount the ISO image files (mount -t iso9660 -o loop /path/of/the/mountpoint /path/of/the/file.iso).