Jumat, 03 Juni 2022

How to set Redhat to specific version to prevent accidental version upgrade

  Tidak ada komentar
03.11

 Check subscription manager release

[root@slldb202 ~]# subscription-manager release
Release not set
[root@slldb202 ~]#

Set Subscription manager to specific release

[root@slldb202 ~]# subscription-manager release
Release not set
[root@slldb202 ~]#

Read More

Senin, 30 Mei 2022

How to check Check available export mount point of NFS Server from nfs client

  Tidak ada komentar
19.53

Check available export mount point of NFS Server by running following command

[root@db2ps01 ~]# showmount -e 192.168.52.195
Export list for 192.168.58.195:
/My-DB-Backup 192.168.52.193/255.255.255.255,192.168.52.192/255.255.255.255
/db2backup         192.168.52.193/255.255.255.255,192.168.52.192/255.255.255.255
[root@db2ps01 ~]#


Read More

Minggu, 29 Mei 2022

How to register and subscribe a system to the Red Hat Customer Portal using Red Hat Subscription-Manager

  Tidak ada komentar
04.33

Register Redhat Subscription command line with auto attached matching subscription

[root@sll-db2-02 ~]# subscription-manager register --username <username> --password <password> --auto-attach
Registering to: subscription.rhsm.redhat.com:443/subscription
The system has been registered with ID: 229a414c-18c5-455f-94f2-619b15XXXXX
The registered system name is: sll-db2-02
Installed Product Current Status:
Product Name: Red Hat Enterprise Linux for x86_64
Status:       Subscribed

[root@sll-db2-02 ~]#

Check available subscriptions list

[root@sll-db2-02 ~]# subscription-manager list --available --all
+-------------------------------------------+
    Available Subscriptions
+-------------------------------------------+
Subscription Name:   Red Hat Beta Access
Provides:            Red Hat CodeReady Linux Builder for x86_64 Beta
                     Red Hat Enterprise Linux for IBM z Systems Beta
                     Red Hat Enterprise Linux Fast Datapath Beta for Power, little endian
                     Red Hat Enterprise Linux Resilient Storage Beta
                     Red Hat Enterprise Linux for x86_64 Beta
                     Red Hat Enterprise Linux for Real Time for NFV Beta
                     Red Hat Enterprise Linux for Real Time Beta
                     Red Hat Enterprise Linux for SAP HANA for x86_64 Beta
                     Red Hat Directory Server Beta
                     Red Hat Enterprise Linux Advanced Virtualization Beta (for RHEL Server for IBM System Z)
                     Red Hat Enterprise Linux for SAP Applications for x86_64 Beta
                     Red Hat Enterprise Linux for SAP Applications for IBM z Systems Beta
                     Red Hat CodeReady Linux Builder for ARM 64 Beta
                     Red Hat Enterprise Linux for SAP Applications for Power, little endian Beta
                     Red Hat Enterprise Linux Fast Datapath Beta for x86_64
                     Red Hat CodeReady Linux Builder for Power, little endian Beta
                     Red Hat CodeReady Linux Builder for IBM z Systems Beta
                     Red Hat Enterprise Linux High Availability Beta
                     Red Hat Enterprise Linux for Power, little endian Beta
                     Red Hat Enterprise Linux for ARM 64 Beta
                     Red Hat Certificate System Beta
                     Red Hat Enterprise Linux for SAP HANA for Power, little endian Beta
SKU:                 RH00069
Contract:
Pool ID:             8a85f99f7db478a8017db9aefbe77fff
Provides Management: No
Available:           Unlimited
Suggested:           1
Service Type:        L1-L3
Roles:
Service Level:       Self-Support
Usage:
Add-ons:
Subscription Type:   Standard
Starts:              12/14/2021
Ends:                12/14/2022
Entitlement Type:    Physical

[root@sll-db2-02 ~]#


Read More

Senin, 31 Januari 2022

How to install ca root certificate on Linux Ubuntu

  Tidak ada komentar
07.22

Copy certificate

root@a07-1101:~# cp ca-myca.crt /usr/local/share/ca-certificates

Run this command

root@a07-1101:~# update-ca-certificates
Updating certificates in /etc/ssl/certs...
1 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
root@a07-1101:~#

if the command not found, you munt install it first

apt-get install ca-certificates


Read More

Sabtu, 29 Januari 2022

Solved nutanix Account locked due to too many failed attempts

  Tidak ada komentar
18.40

If you fail to log in to Prism too many times with a local account, it may become locked out. The following message and screenshot are examples with the admin user:

Account locked due to too many failed attempts

Run this command

faillock --user admin --reset


Read More

Kamis, 30 Desember 2021

How to reset Ldapadmin password

  Tidak ada komentar
01.46


Create slapd password

[root@COGNOS ~]# slappasswd -h {SSHA}
New password:
Re-enter new password:
{SSHA}eRasqUMIyFCZQa4FIwoqN8a16aU8l/RR
Create Ldap DB Like this
[root@COGNOS ~]# cat /root/db.ldif
dn: olcDatabase={2}hdb,cn=config
changetype: modify
replace: olcSuffix
olcSuffix: dc=dephub,dc=go,dc=id

dn: olcDatabase={2}hdb,cn=config
changetype: modify
replace: olcRootDN
olcRootDN: cn=ldapadm,dc=dephub,dc=go,dc=id

dn: olcDatabase={2}hdb,cn=config
changetype: modify
replace: olcRootPW
olcRootPW: {SSHA}TC7YpXa/BjuELlINnRxmA7Pi19yP7AIb
[root@COGNOS ~]#                                                                                           | 1.0 MB  00:00:00
Modify ldap password with following command
[root@COGNOS ~]# ldapmodify -Y EXTERNAL  -H ldapi:/// -f db.ldif
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
modifying entry "olcDatabase={2}hdb,cn=config"

modifying entry "olcDatabase={2}hdb,cn=config"

modifying entry "olcDatabase={2}hdb,cn=config"

[root@COGNOS ~]#                                                                                | 1.0 MB  00:00:00


Read More

Kamis, 16 Desember 2021

Install DB2 Purescale on Redhat

  Tidak ada komentar
05.22

Install Package 

[root@db2psdev02 ~]# yum install cpp gcc gcc-c++ kernel-devel sg3_utils ntp patch perl-Sys-Syslog binutils ksh lsscsi m4 openssh
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
file:///cdrom/repodata/repomd.xml: [Errno 14] curl#37 - "Couldn't open file /cdrom/repodata/repomd.xml"
Trying other mirror.
epel/x86_64/metalink                                                                                                      | 5.5 kB  00:00:00
epel                                                                                                                      | 4.7 kB  00:00:00
rhel-7-server-rpms                                                                                                        | 3.5 kB  00:00:00
(1/2): epel/x86_64/updateinfo                                                                                             | 1.0 MB  00:00:00
(2/2): epel/x86_64/primary_db                                                                                             | 7.0 MB  00:00:04
Package perl-Sys-Syslog-0.33-3.el7.x86_64 already installed and latest version
Package m4-1.4.16-10.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package binutils.x86_64 0:2.25.1-22.base.el7 will be updated
---> Package binutils.x86_64 0:2.27-44.base.el7_9.1 will be an update
---> Package cpp.x86_64 0:4.8.5-11.el7 will be updated
---> Package cpp.x86_64 0:4.8.5-44.el7 will be an update
---> Package gcc.x86_64 0:4.8.5-11.el7 will be updated
--> Processing Dependency: gcc = 4.8.5-11.el7 for package: gcc-gfortran-4.8.5-11.el7.x86_64
--> Processing Dependency: gcc = 4.8.5-11.el7 for package: libquadmath-devel-4.8.5-11.el7.x86_64
---> Package gcc.x86_64 0:4.8.5-44.el7 will be an update
--> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: libgcc >= 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
---> Package gcc-c++.x86_64 0:4.8.5-11.el7 will be updated
---> Package gcc-c++.x86_64 0:4.8.5-44.el7 will be an update
--> Processing Dependency: libstdc++ = 4.8.5-44.el7 for package: gcc-c++-4.8.5-44.el7.x86_64
--> Processing Dependency: libstdc++-devel = 4.8.5-44.el7 for package: gcc-c++-4.8.5-44.el7.x86_64
---> Package kernel-devel.x86_64 0:3.10.0-1160.49.1.el7 will be installed
---> Package ksh.x86_64 0:20120801-26.el7 will be updated
---> Package ksh.x86_64 0:20120801-143.el7_9 will be an update
---> Package lsscsi.x86_64 0:0.27-4.el7 will be updated
---> Package lsscsi.x86_64 0:0.27-6.el7 will be an update
---> Package ntp.x86_64 0:4.2.6p5-25.el7 will be updated
---> Package ntp.x86_64 0:4.2.6p5-29.el7_8.2 will be an update
--> Processing Dependency: ntpdate = 4.2.6p5-29.el7_8.2 for package: ntp-4.2.6p5-29.el7_8.2.x86_64
--> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: ntp-4.2.6p5-29.el7_8.2.x86_64
---> Package openssh.x86_64 0:6.6.1p1-31.el7 will be updated
--> Processing Dependency: openssh = 6.6.1p1-31.el7 for package: openssh-server-6.6.1p1-31.el7.x86_64
--> Processing Dependency: openssh = 6.6.1p1-31.el7 for package: openssh-clients-6.6.1p1-31.el7.x86_64
---> Package openssh.x86_64 0:7.4p1-22.el7_9 will be an update
---> Package patch.x86_64 0:2.7.1-8.el7 will be updated
---> Package patch.x86_64 0:2.7.1-12.el7_7 will be an update
---> Package sg3_utils.x86_64 0:1.37-9.el7 will be updated
---> Package sg3_utils.x86_64 1:1.37-19.el7 will be an update
--> Processing Dependency: sg3_utils-libs = 1:1.37-19.el7 for package: 1:sg3_utils-1.37-19.el7.x86_64
--> Running transaction check
---> Package gcc-gfortran.x86_64 0:4.8.5-11.el7 will be updated
---> Package gcc-gfortran.x86_64 0:4.8.5-44.el7 will be an update
--> Processing Dependency: libgfortran = 4.8.5-44.el7 for package: gcc-gfortran-4.8.5-44.el7.x86_64
--> Processing Dependency: libquadmath = 4.8.5-44.el7 for package: gcc-gfortran-4.8.5-44.el7.x86_64
---> Package libgcc.i686 0:4.8.5-11.el7 will be updated
---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated
---> Package libgcc.i686 0:4.8.5-44.el7 will be an update
---> Package libgcc.x86_64 0:4.8.5-44.el7 will be an update
---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated
---> Package libgomp.x86_64 0:4.8.5-44.el7 will be an update
---> Package libquadmath-devel.x86_64 0:4.8.5-11.el7 will be updated
---> Package libquadmath-devel.x86_64 0:4.8.5-44.el7 will be an update
---> Package libstdc++.i686 0:4.8.5-11.el7 will be updated
---> Package libstdc++.x86_64 0:4.8.5-11.el7 will be updated
---> Package libstdc++.i686 0:4.8.5-44.el7 will be an update
---> Package libstdc++.x86_64 0:4.8.5-44.el7 will be an update
---> Package libstdc++-devel.x86_64 0:4.8.5-11.el7 will be updated
---> Package libstdc++-devel.x86_64 0:4.8.5-44.el7 will be an update
---> Package ntpdate.x86_64 0:4.2.6p5-25.el7 will be updated
---> Package ntpdate.x86_64 0:4.2.6p5-29.el7_8.2 will be an update
---> Package openssh-clients.x86_64 0:6.6.1p1-31.el7 will be updated
---> Package openssh-clients.x86_64 0:7.4p1-22.el7_9 will be an update
---> Package openssh-server.x86_64 0:6.6.1p1-31.el7 will be updated
---> Package openssh-server.x86_64 0:7.4p1-22.el7_9 will be an update
---> Package openssl-libs.x86_64 1:1.0.1e-60.el7 will be updated
--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7 for package: 1:openssl-1.0.1e-60.el7.x86_64
---> Package openssl-libs.x86_64 1:1.0.2k-22.el7_9 will be an update
---> Package sg3_utils-libs.x86_64 0:1.37-9.el7 will be updated
---> Package sg3_utils-libs.x86_64 1:1.37-19.el7 will be an update
--> Running transaction check
---> Package libgfortran.x86_64 0:4.8.5-11.el7 will be updated
---> Package libgfortran.x86_64 0:4.8.5-44.el7 will be an update
---> Package libquadmath.x86_64 0:4.8.5-11.el7 will be updated
---> Package libquadmath.x86_64 0:4.8.5-44.el7 will be an update
---> Package openssl.x86_64 1:1.0.1e-60.el7 will be updated
---> Package openssl.x86_64 1:1.0.2k-22.el7_9 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=================================================================================================================================================
 Package                             Arch                     Version                                 Repository                            Size
=================================================================================================================================================
Installing:
 kernel-devel                        x86_64                   3.10.0-1160.49.1.el7                    rhel-7-server-rpms                    18 M
Updating:
 binutils                            x86_64                   2.27-44.base.el7_9.1                    rhel-7-server-rpms                   5.9 M
 cpp                                 x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                   6.0 M
 gcc                                 x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                    16 M
 gcc-c++                             x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                   7.2 M
 ksh                                 x86_64                   20120801-143.el7_9                      rhel-7-server-rpms                   885 k
 lsscsi                              x86_64                   0.27-6.el7                              rhel-7-server-rpms                    47 k
 ntp                                 x86_64                   4.2.6p5-29.el7_8.2                      rhel-7-server-rpms                   549 k
 openssh                             x86_64                   7.4p1-22.el7_9                          rhel-7-server-rpms                   510 k
 patch                               x86_64                   2.7.1-12.el7_7                          rhel-7-server-rpms                   111 k
 sg3_utils                           x86_64                   1:1.37-19.el7                           rhel-7-server-rpms                   646 k
Updating for dependencies:
 gcc-gfortran                        x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                   6.7 M
 libgcc                              i686                     4.8.5-44.el7                            rhel-7-server-rpms                   111 k
 libgcc                              x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                   103 k
 libgfortran                         x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                   301 k
 libgomp                             x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                   159 k
 libquadmath                         x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                   190 k
 libquadmath-devel                   x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                    54 k
 libstdc++                           i686                     4.8.5-44.el7                            rhel-7-server-rpms                   319 k
 libstdc++                           x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                   306 k
 libstdc++-devel                     x86_64                   4.8.5-44.el7                            rhel-7-server-rpms                   1.5 M
 ntpdate                             x86_64                   4.2.6p5-29.el7_8.2                      rhel-7-server-rpms                    87 k
 openssh-clients                     x86_64                   7.4p1-22.el7_9                          rhel-7-server-rpms                   655 k
 openssh-server                      x86_64                   7.4p1-22.el7_9                          rhel-7-server-rpms                   459 k
 openssl                             x86_64                   1:1.0.2k-22.el7_9                       rhel-7-server-rpms                   494 k
 openssl-libs                        x86_64                   1:1.0.2k-22.el7_9                       rhel-7-server-rpms                   1.2 M
 sg3_utils-libs                      x86_64                   1:1.37-19.el7                           rhel-7-server-rpms                    65 k

Transaction Summary
=================================================================================================================================================
Install   1 Package
Upgrade  10 Packages (+16 Dependent packages)

Total download size: 69 M
Is this ok [y/d/N]: y
Downloading packages:
No Presto metadata available for rhel-7-server-rpms
(1/27): binutils-2.27-44.base.el7_9.1.x86_64.rpm                                                                          | 5.9 MB  00:00:02
(2/27): cpp-4.8.5-44.el7.x86_64.rpm                                                                                       | 6.0 MB  00:00:03
(3/27): gcc-4.8.5-44.el7.x86_64.rpm                                                                                       |  16 MB  00:00:02
(4/27): gcc-c++-4.8.5-44.el7.x86_64.rpm                                                                                   | 7.2 MB  00:00:02
(5/27): gcc-gfortran-4.8.5-44.el7.x86_64.rpm                                                                              | 6.7 MB  00:00:03
(6/27): kernel-devel-3.10.0-1160.49.1.el7.x86_64.rpm                                                                      |  18 MB  00:00:03
(7/27): libgcc-4.8.5-44.el7.i686.rpm                                                                                      | 111 kB  00:00:01
(8/27): ksh-20120801-143.el7_9.x86_64.rpm                                                                                 | 885 kB  00:00:02
(9/27): libgcc-4.8.5-44.el7.x86_64.rpm                                                                                    | 103 kB  00:00:01
(10/27): libgfortran-4.8.5-44.el7.x86_64.rpm                                                                              | 301 kB  00:00:02
(11/27): libgomp-4.8.5-44.el7.x86_64.rpm                                                                                  | 159 kB  00:00:01
(12/27): libquadmath-4.8.5-44.el7.x86_64.rpm                                                                              | 190 kB  00:00:01
(13/27): libquadmath-devel-4.8.5-44.el7.x86_64.rpm                                                                        |  54 kB  00:00:01
(14/27): libstdc++-4.8.5-44.el7.i686.rpm                                                                                  | 319 kB  00:00:01
(15/27): libstdc++-4.8.5-44.el7.x86_64.rpm                                                                                | 306 kB  00:00:01
(16/27): lsscsi-0.27-6.el7.x86_64.rpm                                                                                     |  47 kB  00:00:01
(17/27): libstdc++-devel-4.8.5-44.el7.x86_64.rpm                                                                          | 1.5 MB  00:00:02
(18/27): ntp-4.2.6p5-29.el7_8.2.x86_64.rpm                                                                                | 549 kB  00:00:02
(19/27): ntpdate-4.2.6p5-29.el7_8.2.x86_64.rpm                                                                            |  87 kB  00:00:02
(20/27): openssh-7.4p1-22.el7_9.x86_64.rpm                                                                                | 510 kB  00:00:01
(21/27): openssh-clients-7.4p1-22.el7_9.x86_64.rpm                                                                        | 655 kB  00:00:01
(22/27): openssh-server-7.4p1-22.el7_9.x86_64.rpm                                                                         | 459 kB  00:00:02
(23/27): openssl-1.0.2k-22.el7_9.x86_64.rpm                                                                               | 494 kB  00:00:02
(24/27): openssl-libs-1.0.2k-22.el7_9.x86_64.rpm                                                                          | 1.2 MB  00:00:02
(25/27): patch-2.7.1-12.el7_7.x86_64.rpm                                                                                  | 111 kB  00:00:01
(26/27): sg3_utils-1.37-19.el7.x86_64.rpm                                                                                 | 646 kB  00:00:02
(27/27): sg3_utils-libs-1.37-19.el7.x86_64.rpm                                                                            |  65 kB  00:00:01
-------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                            2.3 MB/s |  69 MB  00:00:29
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : 1:openssl-libs-1.0.2k-22.el7_9.x86_64                                                                                        1/53
  Updating   : libgcc-4.8.5-44.el7.x86_64                                                                                                   2/53
  Updating   : libquadmath-4.8.5-44.el7.x86_64                                                                                              3/53
  Updating   : libstdc++-4.8.5-44.el7.x86_64                                                                                                4/53
  Updating   : openssh-7.4p1-22.el7_9.x86_64                                                                                                5/53
  Updating   : libstdc++-devel-4.8.5-44.el7.x86_64                                                                                          6/53
  Updating   : libgfortran-4.8.5-44.el7.x86_64                                                                                              7/53
  Updating   : ntpdate-4.2.6p5-29.el7_8.2.x86_64                                                                                            8/53
  Updating   : libgomp-4.8.5-44.el7.x86_64                                                                                                  9/53
  Updating   : binutils-2.27-44.base.el7_9.1.x86_64                                                                                        10/53
  Updating   : cpp-4.8.5-44.el7.x86_64                                                                                                     11/53
  Updating   : gcc-4.8.5-44.el7.x86_64                                                                                                     12/53
  Updating   : libquadmath-devel-4.8.5-44.el7.x86_64                                                                                       13/53
  Updating   : 1:sg3_utils-libs-1.37-19.el7.x86_64                                                                                         14/53
  Updating   : 1:sg3_utils-1.37-19.el7.x86_64                                                                                              15/53
  Updating   : gcc-gfortran-4.8.5-44.el7.x86_64                                                                                            16/53
  Updating   : gcc-c++-4.8.5-44.el7.x86_64                                                                                                 17/53
  Updating   : ntp-4.2.6p5-29.el7_8.2.x86_64                                                                                               18/53
  Updating   : openssh-clients-7.4p1-22.el7_9.x86_64                                                                                       19/53
  Updating   : openssh-server-7.4p1-22.el7_9.x86_64                                                                                        20/53
  Updating   : 1:openssl-1.0.2k-22.el7_9.x86_64                                                                                            21/53
  Updating   : lsscsi-0.27-6.el7.x86_64                                                                                                    22/53
  Updating   : ksh-20120801-143.el7_9.x86_64                                                                                               23/53
  Updating   : patch-2.7.1-12.el7_7.x86_64                                                                                                 24/53
  Installing : kernel-devel-3.10.0-1160.49.1.el7.x86_64                                                                                    25/53
  Updating   : libgcc-4.8.5-44.el7.i686                                                                                                    26/53
  Updating   : libstdc++-4.8.5-44.el7.i686                                                                                                 27/53
  Cleanup    : gcc-gfortran-4.8.5-11.el7.x86_64                                                                                            28/53
  Cleanup    : gcc-c++-4.8.5-11.el7.x86_64                                                                                                 29/53
  Cleanup    : libquadmath-devel-4.8.5-11.el7.x86_64                                                                                       30/53
  Cleanup    : gcc-4.8.5-11.el7.x86_64                                                                                                     31/53
  Cleanup    : libgfortran-4.8.5-11.el7.x86_64                                                                                             32/53
  Cleanup    : ntp-4.2.6p5-25.el7.x86_64                                                                                                   33/53
  Cleanup    : openssh-server-6.6.1p1-31.el7.x86_64                                                                                        34/53
  Cleanup    : openssh-clients-6.6.1p1-31.el7.x86_64                                                                                       35/53
  Cleanup    : sg3_utils-1.37-9.el7.x86_64                                                                                                 36/53
  Cleanup    : libstdc++-devel-4.8.5-11.el7.x86_64                                                                                         37/53
  Cleanup    : libstdc++-4.8.5-11.el7                                                                                                      38/53
  Cleanup    : libstdc++-4.8.5-11.el7                                                                                                      39/53
  Cleanup    : openssh-6.6.1p1-31.el7.x86_64                                                                                               40/53
  Cleanup    : ntpdate-4.2.6p5-25.el7.x86_64                                                                                               41/53
  Cleanup    : binutils-2.25.1-22.base.el7.x86_64                                                                                          42/53
  Cleanup    : 1:openssl-1.0.1e-60.el7.x86_64                                                                                              43/53
  Cleanup    : libgcc-4.8.5-11.el7                                                                                                         44/53
  Cleanup    : 1:openssl-libs-1.0.1e-60.el7.x86_64                                                                                         45/53
  Cleanup    : libgcc-4.8.5-11.el7                                                                                                         46/53
  Cleanup    : sg3_utils-libs-1.37-9.el7.x86_64                                                                                            47/53
  Cleanup    : libquadmath-4.8.5-11.el7.x86_64                                                                                             48/53
  Cleanup    : cpp-4.8.5-11.el7.x86_64                                                                                                     49/53
  Cleanup    : libgomp-4.8.5-11.el7.x86_64                                                                                                 50/53
  Cleanup    : lsscsi-0.27-4.el7.x86_64                                                                                                    51/53
  Cleanup    : ksh-20120801-26.el7.x86_64                                                                                                  52/53
  Cleanup    : patch-2.7.1-8.el7.x86_64                                                                                                    53/53
rhel-7-server-rpms/7Server/x86_64/productid                                                                               | 2.1 kB  00:00:00
  Verifying  : 1:sg3_utils-1.37-19.el7.x86_64                                                                                               1/53
  Verifying  : gcc-c++-4.8.5-44.el7.x86_64                                                                                                  2/53
  Verifying  : gcc-gfortran-4.8.5-44.el7.x86_64                                                                                             3/53
  Verifying  : kernel-devel-3.10.0-1160.49.1.el7.x86_64                                                                                     4/53
  Verifying  : libquadmath-devel-4.8.5-44.el7.x86_64                                                                                        5/53
  Verifying  : openssh-7.4p1-22.el7_9.x86_64                                                                                                6/53
  Verifying  : libgcc-4.8.5-44.el7.i686                                                                                                     7/53
  Verifying  : libquadmath-4.8.5-44.el7.x86_64                                                                                              8/53
  Verifying  : 1:sg3_utils-libs-1.37-19.el7.x86_64                                                                                          9/53
  Verifying  : 1:openssl-1.0.2k-22.el7_9.x86_64                                                                                            10/53
  Verifying  : cpp-4.8.5-44.el7.x86_64                                                                                                     11/53
  Verifying  : libstdc++-devel-4.8.5-44.el7.x86_64                                                                                         12/53
  Verifying  : patch-2.7.1-12.el7_7.x86_64                                                                                                 13/53
  Verifying  : binutils-2.27-44.base.el7_9.1.x86_64                                                                                        14/53
  Verifying  : libgfortran-4.8.5-44.el7.x86_64                                                                                             15/53
  Verifying  : gcc-4.8.5-44.el7.x86_64                                                                                                     16/53
  Verifying  : openssh-clients-7.4p1-22.el7_9.x86_64                                                                                       17/53
  Verifying  : libstdc++-4.8.5-44.el7.i686                                                                                                 18/53
  Verifying  : ksh-20120801-143.el7_9.x86_64                                                                                               19/53
  Verifying  : ntpdate-4.2.6p5-29.el7_8.2.x86_64                                                                                           20/53
  Verifying  : 1:openssl-libs-1.0.2k-22.el7_9.x86_64                                                                                       21/53
  Verifying  : lsscsi-0.27-6.el7.x86_64                                                                                                    22/53
  Verifying  : libgcc-4.8.5-44.el7.x86_64                                                                                                  23/53
  Verifying  : openssh-server-7.4p1-22.el7_9.x86_64                                                                                        24/53
  Verifying  : libstdc++-4.8.5-44.el7.x86_64                                                                                               25/53
  Verifying  : libgomp-4.8.5-44.el7.x86_64                                                                                                 26/53
  Verifying  : ntp-4.2.6p5-29.el7_8.2.x86_64                                                                                               27/53
  Verifying  : gcc-c++-4.8.5-11.el7.x86_64                                                                                                 28/53
  Verifying  : sg3_utils-libs-1.37-9.el7.x86_64                                                                                            29/53
  Verifying  : cpp-4.8.5-11.el7.x86_64                                                                                                     30/53
  Verifying  : libstdc++-4.8.5-11.el7.x86_64                                                                                               31/53
  Verifying  : 1:openssl-1.0.1e-60.el7.x86_64                                                                                              32/53
  Verifying  : libgcc-4.8.5-11.el7.i686                                                                                                    33/53
  Verifying  : 1:openssl-libs-1.0.1e-60.el7.x86_64                                                                                         34/53
  Verifying  : sg3_utils-1.37-9.el7.x86_64                                                                                                 35/53
  Verifying  : binutils-2.25.1-22.base.el7.x86_64                                                                                          36/53
  Verifying  : libgfortran-4.8.5-11.el7.x86_64                                                                                             37/53
  Verifying  : ntp-4.2.6p5-25.el7.x86_64                                                                                                   38/53
  Verifying  : openssh-server-6.6.1p1-31.el7.x86_64                                                                                        39/53
  Verifying  : patch-2.7.1-8.el7.x86_64                                                                                                    40/53
  Verifying  : libquadmath-devel-4.8.5-11.el7.x86_64                                                                                       41/53
  Verifying  : openssh-clients-6.6.1p1-31.el7.x86_64                                                                                       42/53
  Verifying  : libquadmath-4.8.5-11.el7.x86_64                                                                                             43/53
  Verifying  : ntpdate-4.2.6p5-25.el7.x86_64                                                                                               44/53
  Verifying  : lsscsi-0.27-4.el7.x86_64                                                                                                    45/53
  Verifying  : libgcc-4.8.5-11.el7.x86_64                                                                                                  46/53
  Verifying  : gcc-gfortran-4.8.5-11.el7.x86_64                                                                                            47/53
  Verifying  : openssh-6.6.1p1-31.el7.x86_64                                                                                               48/53
  Verifying  : libstdc++-4.8.5-11.el7.i686                                                                                                 49/53
  Verifying  : ksh-20120801-26.el7.x86_64                                                                                                  50/53
  Verifying  : libstdc++-devel-4.8.5-11.el7.x86_64                                                                                         51/53
  Verifying  : libgomp-4.8.5-11.el7.x86_64                                                                                                 52/53
  Verifying  : gcc-4.8.5-11.el7.x86_64                                                                                                     53/53

Installed:
  kernel-devel.x86_64 0:3.10.0-1160.49.1.el7

Updated:
  binutils.x86_64 0:2.27-44.base.el7_9.1   cpp.x86_64 0:4.8.5-44.el7        gcc.x86_64 0:4.8.5-44.el7         gcc-c++.x86_64 0:4.8.5-44.el7
  ksh.x86_64 0:20120801-143.el7_9          lsscsi.x86_64 0:0.27-6.el7       ntp.x86_64 0:4.2.6p5-29.el7_8.2   openssh.x86_64 0:7.4p1-22.el7_9
  patch.x86_64 0:2.7.1-12.el7_7            sg3_utils.x86_64 1:1.37-19.el7

Dependency Updated:
  gcc-gfortran.x86_64 0:4.8.5-44.el7               libgcc.i686 0:4.8.5-44.el7                   libgcc.x86_64 0:4.8.5-44.el7
  libgfortran.x86_64 0:4.8.5-44.el7                libgomp.x86_64 0:4.8.5-44.el7                libquadmath.x86_64 0:4.8.5-44.el7
  libquadmath-devel.x86_64 0:4.8.5-44.el7          libstdc++.i686 0:4.8.5-44.el7                libstdc++.x86_64 0:4.8.5-44.el7
  libstdc++-devel.x86_64 0:4.8.5-44.el7            ntpdate.x86_64 0:4.2.6p5-29.el7_8.2          openssh-clients.x86_64 0:7.4p1-22.el7_9
  openssh-server.x86_64 0:7.4p1-22.el7_9           openssl.x86_64 1:1.0.2k-22.el7_9             openssl-libs.x86_64 1:1.0.2k-22.el7_9
  sg3_utils-libs.x86_64 1:1.37-19.el7

Complete!
[root@db2psdev02 ~]#

Check Mysql Databases Size


Read More