Тёмный
No video :(

Configure Kickstart to Automate RHEL 8 Installation | Kickstart RHEL 8 Using FTP | Nehra Classes 

Nehra Classes
Подписаться 47 тыс.
Просмотров 13 тыс.
50% 1

How to Configure Kickstart to Automate Redhat Enterprise Linux 8 | Kickstart RHEL 8 Using FTP
How to Configure Kickstart to Automate Redhat Enterprise Linux 8:
--------------------------------------------------------------------------------------------------------
1. Login as root user and ensure that local yum repo is properly configured.
yum repolist
Yum Configuration in RHEL 8:
• Configure Local DNF / ...
2. Now Install FTP Packages and edit the configuration file.
yum install ftp* vsftpd* -y
vim /etc/vsftpd/vsftpd.conf
3. Start the FTP Service.
systemctl start vsftpd
systectl status vsftpd
4. Add vsftpd service in firewall and reload it.
firewall-cmd --permanent --add-service=ftp
firewall-cmd --reload
5. Go to /root directory make and required changes to set the installation parameters in the kickstart file i.e. anaconda-ks.cfg
cd /root
vim anaconda-ks.cfg
6. Now, copy this kickstart file to public directory of ftp and change the permissions.
cp -r anaconda-ks.cfg /var/ftp/pub/
chmod 644 anaconda-ks.cfg
7. Now, create a new virtual machine, attach RHEL 8 ISO image as shown in the video and turn it on. Press the tab key on keyboard while it is booting up and write below mentioned text after giving one space next to kernel line and press enter.
ks=ftp://192.168.1.109/pub/anaconda-ks.cfg
(here mention the IP address of your own machine on which you have started the FTP service)
8. Sit back relaxed, it will install the RHEL 8 itself in the machine.
================
Thanks for watching the video. Please like our videos, share with your friends and feel free to ask anything, post your queries in comments section. We will be glad to answer your queries. Don't forget to subscribe the channel & turn on the bell notifications.
===============
Our Some Popular Videos:
NAVIC:
• NAVIC: The Indian GPS ...
Learn Linux Fundamentals:
• Learn Linux Fundamenta...
Concept of All RAID Levels:
• Session-31 | Concept o...
Configure RAID-0 in Linux:
• Live Linux Training (R...
Configure RAID-1 in Linux:
• Live Linux Training (R...
Configure RAID-5 in Linux:
• Live Linux Training (R...
Configure RAID-6 in Linux:
• Live Linux Training (R...
Configure RAID-10 in Linux:
• Live Linux Training (R...
LVM Snapshot:
• Session-30 | Logical V...
=======================================
how to configure kickstart to automate redhat enterprise linux 8,rhel 8 kickstart installation,kickstart linux installation,redhat,linux,unix,ubuntu,mint,technical guru,nehra classes,vikas nehra,kickstart using ftp,kickstart using local iso image,kickstart installation of operating system in server,fedora,automate kickstart installation,anaconda kickstart file,anaconda-ks.cfg,kickstart thorugh network
========================================
Contact Us:
To Follow Vikas Nehra's Twitter Handle:👇
bit.ly/VikasNehraTwitterHandle
For Registration:👇
bit.ly/NehraClassesRegForm
To Follow Our Twitter Handle:👇
bit.ly/NehraClassesTwiiterHandle
To Visit Our Facebook Page:👇
nehraclasses
To Follow Nehra Classes on Instagram:👇
/ nehraclasses
To Our Visit Our Webpage:👇
bit.ly/NehraClassesWebpage
Join Us on Telegram App: 👇
t.me/NehraClasses
WhatsApp Us: 👇
bit.ly/2Kpqp5z
Email Us:👇
Email: nehraclasses@gmail.com
============
©COPYRIGHT. ALL RIGHTS RESERVED
#NehraClasses #LinuxTraining #PxeBootServer

Опубликовано:

 

21 мар 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 33   
@SanjayVerma-sr7mg
@SanjayVerma-sr7mg 4 года назад
Great it's very usefull thing for Rhel admin sir. But one thing share me sir if I am using host to host network connection in VMware. Than it will work in same manner.
@NehraClasses
@NehraClasses 4 года назад
Yes, it should
@RanjitSingh-ou6zh
@RanjitSingh-ou6zh Год назад
great job Vikas sir
@sylvesterolise3267
@sylvesterolise3267 2 года назад
Thank you for the video, I tried following what you did step by step, but at the middle of the installation it was saying " /run/install/ks.cfg missing" . How can I fix this issue
@timothyriley4209
@timothyriley4209 2 года назад
I wish you would post a video of kickstarting RHEL 8 via usb drive. I'm at wits end getting this to work
@dancewithsms
@dancewithsms Год назад
very helpful sir. My ISO is also a kick start based installation of Rhel8. is it possible to have my ISO in the local harddisk, and install the linux OS on the same system using the ISO stored in hard disk?
@dozierc
@dozierc 3 года назад
With FTP being obsolete can sftp or even ssh(scp) be used vs vsftpd ? Thank You
@NehraClasses
@NehraClasses 3 года назад
Yes you are right, but we should know the concept also that's why we should learn ftp as well. We can use SCP or SFTP instead of ftp
@munnasarkar6262
@munnasarkar6262 3 года назад
Is it compulsory that while installing server using ks,the same iso file must be used.
@NehraClasses
@NehraClasses 3 года назад
yes
@VikasChahar1411
@VikasChahar1411 2 года назад
Sir what if my installation saurce is on ftp in place of CD ? what shoud i wirte in ks file as installation saurce?
@NehraClasses
@NehraClasses 2 года назад
you have to define the same in the file.
@mohammedidris59
@mohammedidris59 2 года назад
Bhai PAM configuration pe video dalo na..... password complexity par
@mohammedjashim7186
@mohammedjashim7186 3 года назад
Thank you for the video. One small thing is why you want to add the iso file in VMware client ? For this I would have done manual installation How this will happen in production environments
@NehraClasses
@NehraClasses 3 года назад
In production environment template images are used.
@VamsiKrishna553
@VamsiKrishna553 2 года назад
Hi - i am a beginner to Linux and i have been assigned to Automate the OS installation on Lenovo/Dell Devices with Ubuntu/Fedora OS. Does Redhat Kickstart have the capability to install Ubuntu and Fedora Desktop OS versions on Laptops ? if so, can you provide the documents or tutorials for the same ? Apart from Kickstart , do we have any other tool via which we can deploy Ubuntu/fedora ? Write to Shree Soni
@NehraClasses
@NehraClasses 2 года назад
Please contact us in telegram
@VamsiKrishna553
@VamsiKrishna553 2 года назад
@@NehraClasses Hello sir - i have joined the group but i do not see option to comment in the group
@VamsiKrishna553
@VamsiKrishna553 2 года назад
i think i have joined now
@ferozteach8655
@ferozteach8655 4 года назад
thanks sir but how to config kickstart server with out local iOS image
@NehraClasses
@NehraClasses 4 года назад
Will make video on that
@ferozteach8655
@ferozteach8655 4 года назад
Thanks sir
@dancewithsms
@dancewithsms 3 года назад
hi sir, can u post video on how to build a custom ISO with kick start with rhel 8
@NehraClasses
@NehraClasses 3 года назад
Already uploaded, please watch it here 👇 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rzPIwLtJyT8.html
@dancewithsms
@dancewithsms 3 года назад
thanks for the quick reply. The link you gave me is about "Using Containers in RHEL 8 | Create & Deploy Images Using Composer, Libvirt & Cockpit " . what i am asking is how to create a customised rhel 8 ISO with kickstart file.
@NehraClasses
@NehraClasses 3 года назад
Will create and upload soon. May I know why do u require customised ISO with kickstart only, u can easily create it with the help of composer in rhel 8
@dancewithsms
@dancewithsms 3 года назад
@@NehraClasses actually we have requirement of packaging our application rpms as well as part of the rhel8 rpms ,build iso and use kick start to install. We followed this for rh7. Its not working for rh8
@NehraClasses
@NehraClasses 3 года назад
That's why I provided you the link of composer video. In rhel 8 you can create ready to deploy bootable images directly from packages through composer. Please watch that video, after that u can easily complete your task. By default kickstart doesn't work in rhel8, we have to make arrangements for that if we want to use kickstart in rhel8.
@bikichakraborty1331
@bikichakraborty1331 3 года назад
Showing error 530 and showing anaconda-ks.cfg not found?????
@NehraClasses
@NehraClasses 3 года назад
If file is not there u can generate it manually.
@bikichakraborty1331
@bikichakraborty1331 3 года назад
Could you please make a video on creating loca repo because your repository video have repolist of total files 6330=4672(apps)+1658(baseos), But your kickstart using FTP you run command"yum repolist" it's shows loca repo of 5229. Can you clear this confusion or show us the local repo step by step configuration. Thank you
@NehraClasses
@NehraClasses 3 года назад
I have already uploaded all videos on repository configuration, please search on RU-vid mentioning nehra classes after topics name.
Далее
Automatic install of Redhat 9 using Kickstart
19:26
Просмотров 10 тыс.
Deploying with Kickstart | Into the Terminal 46
28:45
Просмотров 1,4 тыс.
What's the BEST home server operating system?
17:35
Просмотров 627 тыс.