Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation method of RHEL 6.4operating system

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the installation method of RHEL 6.4. in daily operation, I believe many people have doubts about the installation method of RHEL 6.4. the editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubts about the installation method of RHEL 6.4operating system. Next, please follow the editor to study!

1. New virtual machine

Solution method

If not, click cancel and close the virtual machine software.

Restart the computer, enter BIOS, and turn on the virtual machine option (F2 or delete key)

Different brands and models of computers have different methods and virtualization options for entering BIOS.

60G of disk space is allocated here

OS:Red Hat Enterprise Linux 6.4-64bit

IP:192.168.6.10

Hostname:rhel64

Root:beijing

Oracle:oracle

DB:oracle 11.2.0.4

SID:PROD

Sys:oracle

System:oracle

Scott:tiger

2. RedHat Enterprise Linux 6.464-bit system installation

2.1 start the virtual machine installation

By default, press enter to enter the graphical installation interface.

Skip skips installation media detection

Keyboard layout default U.S.English

Default item 1 basic storage device Next

Yes, discard any data, discard data

Hostname: rhel64

The default is DHCP modification manual setting Manual configuration static ip Apply

Close-Next, select Asia/Shanghai

Set the superuser root password

Use ALL Space, check Review,Use All Space: use the whole hard disk to partition automatically

View the operating system default partition

Modify partition size to increase / U01

/ 20G

Swap 4G

/ u01 56G

Format format-Write changes to disk

The system is installed on the local disk / dev/sda

Desktop-Customize now, desktop and software development platforms are graphical by default

Package group

Compatibility libraries compatible library, backward compatible, usually required for oracle installation

Language can be checked to support the login to enter a user name can change the language

Check package dependencies to start installation

Restart reboot after installation is complete

2.2 initialize the operating system

Twice Forward

Do not register for No- Register later

Do not create users

2.3. System installation completes initial configuration

Configure local hostname resolution / etc/hosts

[root@rhel64 ~] # cat / etc/sysconfig/network

NETWORKING=yes

HOSTNAME=rhel64

GATEWAY=192.168.6.1

Disable firewall, NetworkManager

[root@rhel64 ~] # chkconfig iptables off

[root@rhel64 ~] # chkconfig NetworkManager off

[root@rhel64] # chkconfig-- list iptables

Iptables 0:off 1:off 2:off 3:off 4:off 5:off 6:off

[root@rhel64] # chkconfig-- list NetworkManager

NetworkManager 0:off 1:off 2:off 3:off 4:off 5:off 6:off

Disable selinux

Restart verification

[root@rhel64 ~] # reboot

[root@rhel64 ~] # getenforce

[root@rhel64 ~] # service iptabels stastus

[root@rhel64 ~] # service NetworkManager status

Configure the yum software repository

[root@rhel64 ~] # mkdir / mnt/dvd

[root@rhel64 ~] # mount / dev/sr0 / mnt/dvd

[root@rhel64 ~] # df-Th

[root@rhel64 ~] # cp / etc/yum.repos.d/rhel-source.repo / etc/yum.repos.d/rhel-source.repo.bak

[root@rhel64 ~] # vi / etc/yum.repos.d/rhel-source.repo

[rhel6.4]

Name= rhel6.4

Baseurl= file:///mnt/dvd/Server

Gpgcheck=0

Notes:

The option enabled=1 # indicates that the source defined in this repo is enabled and 0 is disabled

Gpgcheck=1 # this option indicates that the rpm downloaded in this repo will be verified by gpg, and it has been determined that the source of the rpm package is valid and secure

Verification

[root@rhel64 ~] # yum clean all

[root@rhel64 ~] # yum list

[root@rhel64 ~] # yum install lrzsz

Install vmware tools

Eject the mounted CD before installation, which facilitates the full-screen virtual machine console interface and file transfer after installation.

[root@rhel64 ~] # cd / media/VMware\ Tools/

[root@ rhel64 VMware Tools] # ll

[root@ rhel64 VMware Tools] # mkdir / tmp/tools

[root@ rhel64 VMwareTools] # tar-xvf VMwareTools-10.0.10-4301679.tar.gz-C / tmp/tools/

[root@ rhel64 ~] # cd / tmp/tools/vmware-tools-distrib/

[root@ rhel64 vmware-tools-distrib] # ll

[root@ rhel64 vmware-tools-distrib] # sh vmware-install.pl

Enter by default, and restart verification is completed after installation

At this point, the study on the installation method of RHEL 6.4operating system is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report