免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1140 | 回复: 0
打印 上一主题 下一主题

up2date 升级 Redhat enterprise Linux 的方法 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-07-28 12:48 |只看该作者 |倒序浏览

Q. How do I use up2date command to update Redhat enterprise Linux server via RHN?
A. For Redhat enterprise Linux operating systems, you need to get updates from
RHN
via Redhat Network Satellite/proxy servers (usually used by big hosting/ISPs or larget RHEL installation setups) to install critical and non-critical security updates as well as binary packages.
Task: Register my system with RHN
To register your system with RHN type the following command and just follow on screen instructions:
# up2date --register
Task: Display list of updated software (security fix)
Type the following command at shell prompt:
# up2date -l
Task: Patch up system by applying all updates
To download all update type the following command:
# up2date -u
Task: Forcefully update or patching
Sometime you need to forcefully apply updates. By default RHN does not install new kernel, so you need to run updates using following command:
# up2date -uf
Task: Install new software/rpm
Use up2date command to install new RPM from RHN:
# up2date httpd
Task: Update installed software
To fix latest bugs or to apply a patch use up2date command as follows for php package:
# up2date php
Task: Download source RPM files
Download source packages only but don't install:
# up2date -d --src Package-Name
Task: Display the list of available packages
# up2date --showall
# up2date --showall | grep httpd

Task: Install particular architecture package
If you are using 64 bit RHEL version it is possible to install 32 packages:
# up2date --arch=i386 mysql
Above command will install mysql 32 bit version instead of 64 bit version.
Task: Display what package provides the file
You can easily find out what RPM package provides the file. For example find out what provides the /etc/passwd file:
# up2date --whatprovides "/etc/passwd"
Output:
setup-2.5.37-1.3.noarch
It queries the RHN servers to resolve the comma separated list of dependencies. It will return a list of packages that will satisfy these dependencies.
Task: Display list of group software
Option --show-groups displays all the component groups that are installable via up2date command. This is good to
install entire
set of software such as development environment.

# up2date --show-groups  
Output:Administration Tools
Arabic Support
Assamese Support
Authoring and Publishing
GNOME
GNOME Desktop Environment
GNOME Software Development
Games and Entertainment
Windows File Server
Workstation Common
X Software Development
X Window System
XEmacs
To install group X Software Development just type the command:

# up2date -i "@ X Software Development "
Read man page of up2date command for more information:

man up2date



本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/58186/showart_1094389.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP