試験EX200-JPN トピック7 問題17 スレッド
RedHat EX200-JPNのリアル試験問題集
問題 #: 17
トピック #: 7
問題 #: 17
トピック #: 7
カーネルアップグレードをインストールします。
適切なカーネルアップデートを以下からインストールします。
http://server.domain11.example.com/pub/updates。
次の要件を満たす必要があります。
システム起動のデフォルトのカーネルとして使用される更新されたカーネル。
元のカーネルはまだ有効であり、システムの起動時にガイドできます。
適切なカーネルアップデートを以下からインストールします。
http://server.domain11.example.com/pub/updates。
次の要件を満たす必要があります。
システム起動のデフォルトのカーネルとして使用される更新されたカーネル。
元のカーネルはまだ有効であり、システムの起動時にガイドできます。
おすすめの解答:
Using the browser open the URL in the question, download kernel file to root or home directory.
uname -r// check the current kernel version
rpm -ivh kernel-*.rpm
vi /boot/grub.conf// check
Some questions are: Install and upgrade the kernel as required. To ensure that grub2 is the default item for startup.
Yum repo : http://content.example.com/rhel7.0/x86-64/errata
OR
uname -r // check kernel
Yum-config-manager --add-repo="http://content.example.com/rhel7.0/x86-64/ errata" Yum clean all Yum list kernel// install directly Yum -y install kernel// stuck with it, do not pipe! Please do not pipe!
Default enable new kernel grub2-editenv list// check
Modify grub2-set-default "kernel full name"
Grub2-mkconfig -o/boot/grub2/grub.cfg// Refresh
uname -r// check the current kernel version
rpm -ivh kernel-*.rpm
vi /boot/grub.conf// check
Some questions are: Install and upgrade the kernel as required. To ensure that grub2 is the default item for startup.
Yum repo : http://content.example.com/rhel7.0/x86-64/errata
OR
uname -r // check kernel
Yum-config-manager --add-repo="http://content.example.com/rhel7.0/x86-64/ errata" Yum clean all Yum list kernel// install directly Yum -y install kernel// stuck with it, do not pipe! Please do not pipe!
Default enable new kernel grub2-editenv list// check
Modify grub2-set-default "kernel full name"
Grub2-mkconfig -o/boot/grub2/grub.cfg// Refresh
Akitsuma 2024-08-02 11:31:42
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。