196 z/VM and Linux on IBM System z: The Virtualization Cookbook for Red Hat Enterprise Linux 6.0
372M 86M 267M 25% /var
In this example, they are 31% and 56% full.
6. You can use the yum -y groupinstall command to install the groups named
development-tools and development-libs. This command adds about 45 packages, which
requires a number of minutes to complete:
# yum -y groupinstall "Development tools" "Development libs"
Installed:
autoconf.noarch 0:2.63-5.1.el6 automake.noarch 0:1.11.1-1.2.el6
bison.s390x 0:2.4.1-5.el6 byacc.s390x 0:1.9.20070509-6.1.el6
cscope.s390x 0:15.6-6.el6 ctags.s390x 0:5.8-2.el6
diffstat.s390x 0:1.51-2.el6 doxygen.s390x 1:1.6.1-4.el6
flex.s390x 0:2.5.35-8.el6 gcc.s390x 0:4.4.4-13.el6
gcc-c++.s390x 0:4.4.4-13.el6 gcc-gfortran.s390x 0:4.4.4-13.el6
git.s390x 0:1.7.1-2.el6 indent.s390x 0:2.2.10-5.1.el6
intltool.noarch 0:0.41.0-1.1.el6 libtool.s390x 0:2.2.6-15.5.el6
patchutils.s390x 0:0.3.1-3.1.el6 rcs.s390x 0:5.7-37.el6
redhat-rpm-config.noarch 0:9.0.3-25.el6 rpm-build.s390x 0:4.8.0-12.el6
subversion.s390x 0:1.6.11-2.el6 swig.s390x 0:1.3.40-5.el6
systemtap.s390x 0:1.2-9.el6
Dependency Installed:
apr.s390x 0:1.3.9-3.el6 apr-util.s390x 0:1.3.9-3.el6
cloog-ppl.s390x 0:0.15.7-1.2.el6 cpp.s390x 0:4.4.4-13.el6
gettext-devel.s390x 0:0.17-16.el6 gettext-libs.s390x 0:0.17-16.el6
glibc-devel.s390x 0:2.12-1.7.el6 glibc-headers.s390x 0:2.12-1.7.el6
kernel-devel.s390x 0:2.6.32-71.el6 kernel-headers.s390x 0:2.6.32-71.el6
libXtst.s390x 0:1.0.99.2-3.el6 libart_lgpl.s390x 0:2.3.20-5.1.el6
li/jointfilesconvert/260634/bgcj.s390x 0:4.4.4-13.el6 libproxy.s390x 0:0.3.0-2.el6
libproxy-bin.s390x 0:0.3.0-2.el6 libproxy-python.s390x 0:0.3.0-2.el6
libstdc++-devel.s390x 0:4.4.4-13.el6 mpfr.s390x 0:2.4.1-6.el6
neon.s390x 0:0.29.3-1.2.el6 pakchois.s390x 0:0.4-3.2.el6
perl-Error.noarch 1:0.17015-4.el6 perl-Git.noarch 0:1.7.1-2.el6
ppl.s390x 0:0.10.2-11.el6
Complete!
Your application development server is now ready to use. You may choose to add or
remove different packages.
7. Run df -h command to show your file systems. In this example, the root file system was
not changed, but /usr/ is now 73% full:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/dasda1 504M 147M 332M 31% /
tmpfs 121M 0 121M 0% /dev/shm
/dev/mapper/system_vg-opt_lv
372M 17M 337M 5% /opt
/dev/mapper/system_vg-tmp_lv
372M 17M 337M 5% /tmp
/dev/mapper/system_vg-usr_lv
1.5G 1.1G 394M 73% /usr
/dev/mapper/system_vg-var_lv
372M 94M 260M 27% /var
9.60.18.223:/nfs/rhel6
11G 5.2G 5.0G 52% /nfs/rhel6
Commenti su questo manuale