- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Kick start server
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
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
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
тАО04-11-2006 04:53 AM
тАО04-11-2006 04:53 AM
Kick start server
Just wondered, what is a kick start server and how does it work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2006 05:28 AM
тАО04-11-2006 05:28 AM
Re: Kick start server
kickstart can be started from a boot cd or floppy with a ks.cfg file referencing custom aspects of installation such as partition info, NIS domain, install source (NFS, ftp, http) etc. etc.
-p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2006 06:06 AM
тАО04-11-2006 06:06 AM
Re: Kick start server
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/part-install-info.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2006 08:31 AM
тАО04-11-2006 08:31 AM
Re: Kick start server
A kickstart file can be created with system config kickstart. You start the installation using:
linux ks (network kickstart file)
linux ks=floppy (floppy kickstart file)
The file normally is called ks.cfg. It's an answer file that automates the installation program. You always have a kickstart file in /root called anaconda-ks.cfg, that is the configuration used to install that system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2006 09:54 AM
тАО04-11-2006 09:54 AM
Re: Kick start server
It can be used as network installation server for REDHAT images on the network. You can install many systems VIA network at once if you have Kick start server setup on the network.
It uses DHCP to control the client systems to be loaded such redhat images. you can PXE boot the client systems from Kick start server and kickstart configuration file can be used to load images after PXE boot.
I hope this helps,
Sung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2006 06:38 PM
тАО04-11-2006 06:38 PM
Re: Kick start server
I guess this link will be useful:-
http://wwwcache.ja.net/dev/kickstart/KickStart-HOWTO.html
Thanks,
~Guru Dutta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2006 06:57 PM
тАО04-11-2006 06:57 PM
Re: Kick start server
Due to the need for automated installation, Red Hat has created the kickstart installation method. With this method, a system administrator can create a single file containing the answers to all the questions that would normally be asked during a typical Red Hat interactive Linux installation.
Kickstart files can be kept on single server system, and read by individual computers during the installation. The kickstart installation method is powerful enough that often a single kickstart file can be used to install Red Hat Linux on multiple machines, making it ideal for network and system administrators.
Kickstart lets you automate most of a Red Hat Linux installation, including:
Language selection
Network configuration
Keyboard selection
Boot loader installation (LILO)
Disk partitioning
Mouse Selection
X Window System configuration
Kickstart installations can only be performed using a local CD-ROM, a local hard drive, or NFS installation methods. FTP and HTTP installations cannot be automated using kickstart mode.
For Redhat 9 see this link.
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-kickstart2.html
For Redhat AS 4 see this link.
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/s1-kickstart2-options.html
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2006 01:16 AM
тАО04-12-2006 01:16 AM
Re: Kick start server
Kickstart server is a central server thry which you can intsall linux client machines.
Kickstart Server can either be:
NFS based
FTP based
HTTP based.
It basically hold the entire Redhat packages at one location.
Once this server is ready you can boot the clinet machine using kickstart floppy and point it ot the Kickstart server and it will get installed. ( similar to RIS if you are familiar with Windows)
Cheers
Vipul