在网格控制的OMA端,如果未安装yast包, adminstration选项卡则无法显示正常!
1. [root@primary ~]# wget http://oss.oracle.com/projects/yast/dist/files/el5/x86_64/yast_el5_x86_64.tar
2. [root@primary ~]# tar -xvf yast_el5_x86_64.tar
3. [root@primary ~]# cd yast_el5_x86_64
4. [root@primary yast_el5_x86_64]# ./install.sh
5. Now checking the necessary rpms...........
6. Checking dbus ....... found
7. Checking hal ....... found
8. Checking perl ....... found
9. Checking coreutils ....... found
10. Checking curl ....... found
11. Checking unzip ....... found
12. Checking tar ....... found
13. Checking gzip ....... found
14. Checking glibc-common ....... found
15. Checking initscripts ....... found
16. Checking cracklib ....... found
17. Checking perl-Digest-SHA1 ....... not found
18. Checking boost ....... found
19.
20. Now checking the necessary tools...........
21. Checking /bin/bash ....... found
22. Checking /bin/ln ....... found
23. Checking /bin/mktemp ....... found
24. Checking /bin/rm ....... found
25. Checking /bin/sed ....... found
26. Checking /bin/sh ....... found
27. Checking /sbin/ldconfig ....... found
28. Checking /usr/bin/env ....... found
29. Checking /usr/bin/find ....... found
30. Checking /usr/bin/host ....... found
31. Checking /usr/bin/perl ....... found
32. Checking /usr/bin/python ....... found
33. Checking /usr/bin/xargs ....... found
34. Checking /usr/sbin/lsof ....... found
36. perl-Digest-SHA1
37. Some requirements are not statisfied, please install them first. Or use system-config-packages to adjust OS
38. installation and make sure that Development Tools, Authoring and Publishing, Server, Legacy Software Development are selected!
39.
40.
41. [root@primary yast_el5_x86_64]# wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/perl-Digest-SHA1-2.11-1.2.1.x86_64.rpm
42. --2011-09-27 19:04:49-- http://mirror.centos.org/centos/5/os/x86_64/CentOS/perl-Digest-SHA1-2.11-1.2.1.x86_64.rpm
43. Resolving mirror.centos.org... 67.203.12.30
44. Connecting to mirror.centos.org|67.203.12.30|:80... connected.
45. HTTP request sent, awaiting response... 200 OK
46. Length: 50168 (49K) [application/x-rpm]
47. Saving to: `perl-Digest-SHA1-2.11-1.2.1.x86_64.rpm'
48.
49. 100%[=================================================>] 50,168 45.2K/s in 1.1s
50.
51. 2011-09-27 19:04:52 (45.2 KB/s) - `perl-Digest-SHA1-2.11-1.2.1.x86_64.rpm' saved [50168/50168]
52.
53. [root@primary yast_el5_x86_64]# rpm -ivh perl-Digest-SHA1-2.11-1.2.1.x86_64.rpm
54. warning: perl-Digest-SHA1-2.11-1.2.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
55. Preparing... ########################################### [100%]
56. 1:perl-Digest-SHA1 ########################################### [100%]
57. [root@primary yast_el5_x86_64]# sh install.sh
58.
59. Now checking the necessary rpms...........
60. Checking dbus ....... found
61. Checking hal ....... found
62. Checking perl ....... found
63. Checking coreutils ....... found
64. Checking curl ....... found
65. Checking unzip ....... found
66. Checking tar ....... found
67. Checking gzip ....... found
68. Checking glibc-common ....... found
69. Checking initscrip