Showing posts with label rhce. Show all posts
Showing posts with label rhce. Show all posts

Wednesday, August 31, 2022

Update patch information in redhat portal

 If the redhat operating system servers are registered in redhat portal with subscription, It Periodically scans  the server and updates the information in the portal. 

Once the patches are applied in the server, to sync the report forcelly, Execute the below command.


service rhsmcertd stop

rhsmcertd --now

service rhsmcertd start

Monday, January 4, 2010

Learn Linux Chapter part 4

Learn Linux Chapter 31 of 40


Learn Linux Chapter 32 of 40


Learn Linux Chapter 33 of 40


Learn Linux Chapter 34 of 40


Learn Linux Chapter 35 of 40


Learn Linux Chapter 36 of 40


Learn Linux Chapter 37 of 40


Learn Linux Chapter 38 of 40


Learn Linux Chapter 39 of 40


Learn Linux Chapter 40 of 40

Learn Linux Chapter part 3

Learn Linux Chapter 21 of 40


Learn Linux Chapter 22 of 40


Learn Linux Chapter 23 of 40


Learn Linux Chapter 24 of 40


Learn Linux Chapter 25 of 40


Learn Linux Chapter 26 of 40


Learn Linux Chapter 27 of 40


Learn Linux Chapter 28 of 40


Learn Linux Chapter 29 of 40


Learn Linux Chapter 30 of 40

Learn Linux part Chapter 2

Learn Linux Chapter 11 of 40


Learn Linux Chapter 12 of 40


Learn Linux Chapter 13 of 40


Learn Linux Chapter 14 of 40


Learn Linux Chapter 15 of 40


Learn Linux Chapter 16 of 40


Learn Linux Chapter 17 of 40


Learn Linux Chapter 18 of 40


Learn Linux Chapter 19 of 40


Learn Linux Chapter 20 of 40

Learn Linux Chapter part-1

Learn Linux Chapter 01 of 40


Learn Linux Chapter 02 of 40


Learn Linux Chapter 03 of 40


Learn Linux Chapter 04 of 40


Learn Linux Chapter 05 of 40


Learn Linux Chapter 06 of 40


Learn Linux Chapter 07 of 40


Learn Linux Chapter 08 of 40


Learn Linux Chapter 09 of 40


Learn Linux Chapter 10 of 40

RH033 Red Hat Linux Essentials Unit 4 part-2

RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-08


RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-09


RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-10


RH033 Red Hat Linux Essentials Unit 4 - Browsing the
File system-11



RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-12

RH033 Red Hat Linux Essentials Unit 4 part-1

RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-01


RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-02


RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-03


RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-04


RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-05


RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-06


RH033 Red Hat Linux Essentials Unit 4 - Browsing the File system-07

RH033 Red Hat Linux Essentials Unit 3

RH033 Red Hat Linux Essentials Unit 3 - Running Commands and Getting Help-00

RH033 Red Hat Linux Essentials Unit 2

RH033 Red Hat Linux Essentials Unit 2 - Linux Usage Basics-01


RH033 Red Hat Linux Essentials Unit 2 - Linux Usage Basics-02


RH033 Red Hat Linux Essentials Unit 2 - Linux Usage Basics-03


RH033 Red Hat Linux Essentials Unit 2 - Linux Usage Basics-04


RH033 Red Hat Linux Essentials Unit 2 - Linux Usage Basics-05

RH033 Red Hat Linux Essentials part -1 unit-1

RH033 Red Hat Linux Essentials Unit 1 - Linux Ideas and History-01


RH033 Red Hat Linux Essentials Unit 1 - Linux Ideas and History-02


RH033 Red Hat Linux Essentials Unit 1 - Linux Ideas and History-03


RH033 Red Hat Linux Essentials Unit 1 - Linux Ideas and History-04

Monday, December 28, 2009

KICKSTART CONFIGURATION

Features:
1. Hands-free, automated installation
2. Scripted installation
3. Script can be used on multiple systems
Note: 'system-config-kickstart' is NOT installed by default
Steps:
1. Open previously created 'anaconda-ks.cfg' file and modify
2. Define partitions accordingly
3. Confirm settings
4. Publish the 'ks.cfg' file to HTTP server
5. Install server using the following at the main menu:
'linux ks=http://192.168.75.100/ks.cfg'
Note: The following can be used to boot a kickstart installation:
1. boot.iso CD-ROM
2. First CD-ROM of the RH5 installation set
3. The DVD-ROM of the RH5 installation set
4. USB Pen/Stick - diskboot.img (use dd)