- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- kickstart
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
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
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-20-2006 05:44 AM
тАО04-20-2006 05:44 AM
I have configured the nfs server as a Installation server, and have sucessfully Installed OS via nfs server. Now I also want to use kickstart file to automate the installation process. The kickstart file is also on same nfs server.
On Nfs server
-----------
#ls /install/
ks.cfg RPMS ....
After booting the client from cd 1, I want to know that what to type on client so that the kickstart file will be used ? I mean what command I have to issue so that client will use kickstart file on nfs server?
Regards
Maaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2006 07:35 AM
тАО04-20-2006 07:35 AM
SolutionIf you have done a kickstart install already, there should be an annaconda.cfg file on the server.
Just copy it and re-use it.
The key is here:
Instead of askmethod at the boot prompt:
linux ks=nfs:192.168.1.100:/kickstart/ks.cfg
Just give a relavent path to the kickstart file on the nfs server and it should all hum through without any interaction.
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
тАО04-20-2006 08:03 AM
тАО04-20-2006 08:03 AM
Re: kickstart
Using dhcp, you can also specify the kickstart file to use in the configuration file, and you just need to run:
linux ks
Sample configuration file:
ddns-update-style none;
option domain-name "redhat.com.py";
option routers 192.168.24.1;
option broadcast-address 192.168.24.255;
subnet 192.168.24.0 netmask 255.255.255.0 {}
filename ├в /RedHat/kickstart/├в ;
next-server nfsinstall.redhat.com.py;
# host pc01 {
# hardware ethernet 00:c0:df:0d:0c:fe;
# fixed-address 192.168.24.10;
# option host-name "pc01.data.edu.py";
# filename "/RedHat/kickstart/ks.cfg";
#}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2006 09:26 AM
тАО04-20-2006 09:26 AM
Re: kickstart
If you wish to boot from CD and then specify kickstart file for installation-I'd go with Steven's suggestion.
You can also create a setup in which you can boot with your NIC (PXE enabled) and have your unattended installation.
If you want to know how to create PXE server-follow this link:
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00257674/c00257674.pdf
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2006 06:54 PM
тАО07-05-2006 06:54 PM
Re: kickstart
this is a cool discussion. What about for Suse.
- What is the corresponding kickstart file that I can use in DHCP and where I can find it? I went to Progra files- altitiris- express.....bin -osconfig-sles9sp1- and it is empty..
on my NFS I'm done setting up and copying the installation files..
Please if you can point me where to go.
More power
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2006 12:16 AM
тАО07-06-2006 12:16 AM
Re: kickstart
http://www.novell.com/products/desktop/features/autoyast.html
http://www.suse.com/~ug/