Friday, December 13, 2013

Networker Client Configuration New (8.0.0.1 and NMSAP) on HP UX

Hi Friends,

Client Configuration of Networker and NMSAP module on HP UX or Linux or Solaris server.


1.       For our SAP server (10.2.5.X) series, we don’t need to open any port.
2.       Networker (8.0.0.1) and NMSAP (4.5) latest package.
3.       Install these two (first Networker and then NMSAP). Avoid Storage and Server binary package while installing. User rpm/swinstall -s/ pkgadd.
4.       Once installed, start the networker services /sbin/init.d/networker start
5.       Copy the /opt/networker/nsrsapsv.cfg from any working server to new one where we are configuring.
6.       Change the SID as per the new server’s SID in nsrsapsv.cfg file, Copy the same file to nsrsapsv_barch.cfg file and write brarchive.
7.       vi /nsr/res/servers (write FQDN and hostname of the backup server).
8.       cd /oracle/SID/112_64/dbs/
edit initSID.utl and initSID.sap file.
9.       Need to verify the colored part carefully. Permission too.
# grep -v "^#" initSID.utl
parallelism = 16
pool = DD UNIX
server = ABC
client = XYZ
debug_level = 3
nsr_debug_msg = yes
verbose = yes
retry_count = 3
arch_backint_log = /nsr/applogs/ar_backint.log.raw
backint_log =/nsr/applogs/backint.log.raw
NSR_DEBUG_DIR = /nsr/applogs
ps_exclude_backup_bi_run_nums = 2
ps_exclude_archive_bi_run_nums = 1;2
#
# grep -v "^#" /oracle/SID/112_64/dbs/initSID.sap
backup_mode = all
restore_mode = all
backup_type = online
backup_dev_type = util_file
backup_root_dir = /oracle/SID/sapbackup
stage_root_dir = /oracle/SID/sapbackup
compress = no
compress_cmd = "compress -c $ > $"
uncompress_cmd = "uncompress -c $ > $"
compress_dir = /oracle/SID/sapreorg
archive_function = copy_delete_save
archive_copy_dir = /oracle/SID/sapbackup
archive_stage_dir = /oracle/SID/sapbackup
tape_copy_cmd = cpio
disk_copy_cmd = copy
stage_copy_cmd = rcp
pipe_copy_cmd = rsh
cpio_flags = -ovB
cpio_in_flags = -iuvB
cpio_disk_flags = -pdcu
dd_flags = "obs=64k bs=64k"
dd_in_flags = "ibs=64k bs=64k"
saveset_members = 1
copy_out_cmd = "dd ibs=8k obs=64k of=$"
copy_in_cmd = "dd ibs=64k obs=8k if=$"
rewind = "mt -f $ rew"
rewind_offline = "mt -f $ offl"
tape_pos_cmd = "mt -f $ fsf $"
tape_size = 100G
exec_parallel = 0
tape_address = /dev/rmt/0mn
tape_address_rew = /dev/rmt/0m
volume_archive = (SIDA01, SIDA02, SIDA03, SIDA04, SIDA05,
                  SIDA06, SIDA07, SIDA08, SIDA09, SIDA10,
                  SIDA11, SIDA12, SIDA13, SIDA14, SIDA15,
                  SIDA16, SIDA17, SIDA18, SIDA19, SIDA20,
                  SIDA21, SIDA22, SIDA23, SIDA24, SIDA25,
                  SIDA26, SIDA27, SIDA28, SIDA29, SIDA30)
volume_backup = (SIDB01, SIDB02, SIDB03, SIDB04, SIDB05,
                 SIDB06, SIDB07, SIDB08, SIDB09, SIDB10,
                 SIDB11, SIDB12, SIDB13, SIDB14, SIDB15,
                 SIDB16, SIDB17, SIDB18, SIDB19, SIDB20,
                 SIDB21, SIDB22, SIDB23, SIDB24, SIDB25,
                 SIDB26, SIDB27, SIDB28, SIDB29, SIDB30)
expir_period = 30
tape_use_count = 100
util_par_file = /oracle/SID/112_64/dbs/initGRD.utl
#
# ls -ltr
total 32
-rw-rw-rw-   1 root       sys             47 Dec 12 19:52 servers
drwx------  12 root       sys           8192 Dec 12 19:52 nsrladb
#
# cat servers
XYZ
XYZ.XYZ.XYZ.IN
# pwd
/nsr/res
#
# grep -v "^#" nsrsapsv.cfg
BR_EXEC=brbackup
ORACLE_HOME=/oracle/SID/112_64
NLS_LANG = AMERICAN_AMERICA.US7ASCII
SAP_BIN=/usr/sap/SID/SYS/exe/run
SAPBACKUP=/oracle/SID/sapbackup
ORACLE_SID=SID
ORACLE_BIN=/oracle/SID/112_64/bin
SAPARCH=/oracle/ID/saparch
SAPREORG=/oracle/SID/sapreorg
SAPTRACE=/oracle/SID/saptrace
SAPCHECK=/oracle/SID/sapcheck
PATH=/oracle/SID/112_64/bin:.:/oracle/SID:/usr/sap/SID/SYS/exe/run:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/opt/perf/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/sentinel/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/opt/networker/bin
LD_LIBRARY_PATH=/usr/sap/SID/SYS/exe/run:/oracle/SID/112_64/lib
NSR_JOBD_CONNECTION_TIMEOUT=160
#
-rw-r--r--   1 root       sys           6988 Dec 12 20:01 nsrsapsv.cfg
-rw-r--r--   1 root       sys           6989 Dec 12 20:02 nsrsapsv_brarch.cfg
# pwd
/opt/networker
#
-rwxr-xr-x   1 orasid     dba          28048 Dec 12 20:08 initSID.sap
-rw-r--r--   1 root       sys          13658 Dec 12 20:10 initSID.utl
-rw-r-xr-x   1 orasid     dba           1883 Dec 12 20:14 initSID.ora
# pwd
/oracle/SID112_64/dbs
#
# ndd -get /dev/tcp tcp_keepalive_interval
600000

#
Now we can start the backup of the server through Networker. 

Love Sharing 
Amit Chopra
 


Wednesday, December 11, 2013

Duplicate Mount Point in df output

Hi Friends,

Today we got an oppurtunity to work on different problem, which we have not faced in last 3 years. the output of df -h was showing two enteries of a same mount point. below is an example :-


[root@ ~]# df

Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/mapper/VG00-LogVol00
                     198384608  13753896 174390712   8% /
/dev/sda1               194442     17776    166627  10% /boot
tmpfs                 17425156         0  17425156   0% /dev/shm
xyz:/tools          67291072  57243200   6629632  90% /tools
10.x.x.x:/fs1_user
                     2114715648 648047488 1466668160  31% /users
10.x.x.y:/fs2_DVTools
                     1586036736 236312640 1349724096  15% /dvtools
10.x.x.x:/fs1_user
                     2114715648 648047488 1466668160  31% /users
[root@ ~]#

even when we were trying to un mount the same and then mount it with mount -a or with giving complete path (this was the case of nfs FS). it ws again and again showing two enteries of the same mount point. It was not an issue but it was a new thing. Users were easily and very much able to access the files.

1. we cheched fstab, it was fine and correct.
2. we checked messages /var/log/messages. there were no message for that.
3. we checked /etc/mtab, It was having dual enteries of same Mount points.
4. so then we think of unmounting the file system and enforcing users to release the same with fuser -kuc /users and then again umounting the same FS.
5. The above thing we did four times but still the FS /users were showing file system busy.
6. Sixth time we did it again fuser -kuc /users, suddenly our session got disconnected and on relogin Network was un reachable. Network timed out error came.
7. We at the same time contacted DC team for helping us with DRAC IP or performing

/etc/init.d/sshd status

this was giving stopped, service dead.. but PID exist.

we ask and guid him to restart the SSHD services and then we were able to open connection over putty.

/etc/init.d/sshd start

8. Now on mount -a, the File system mounted with proper output i.e. with single output of File system.

After above steps, things come back to normal.


Un mounting once the same file system will not work. We need to unmounts the same FS twice or thrice or more.
We may need also to use fuser –kuc but, it may also lead to stopping of SSHD server. so network will not be reachable. So we should and have to be ready with DRAC IP or server support from LOCAL IT or if from VM machine or from DRAC.
After starting the SSHD services back. The file system mounted correctly.
No issues were in Packages, FSTAB.
         

 
[root@ ~]# df -hT

Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/mapper/VG00-LogVol00
              ext3    190G   14G  167G   8% /
/dev/sda1     ext3    190M   18M  163M  10% /boot
tmpfs        tmpfs     17G     0   17G   0% /dev/shm
xzy:/tools   nfs     65G   55G  6.4G  90% /tools
10.x.x.y:/fs2_DVTools
               nfs    1.5T  226G  1.3T  15% /dvtools
10.x.x.x:/fs1_user
               nfs    2.0T  620G  1.4T  31% /users
[root@ ~]# cat /etc/fstab
/dev/VG00/LogVol00      /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
/dev/VG00/LogVol01      swap                    swap    defaults        0 0
xyz:/tools /tools nfs defaults 1 2
 .....:/fs2_DVTools       /dvtools        nfs     defaults        1 2
....:/fs1_user  /users                  nfs     defaults        1 2
[root@ ~]# cat /etc/mtab
/dev/mapper/VG00-LogVol00 / ext3 rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/dev/sda1 /boot ext3 rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
:/tools /tools nfs rw,addr= 0 0
:/fs2_DVTools /dvtools nfs rw,addr= 0 0
nfsd /proc/fs/nfsd nfsd rw 0 0
:/fs1_user /users nfs rw,addr= 0 0
[root@~]#


Cheers Happy Sharing
Amit Chopra

Sunday, December 8, 2013

SVN-EDGE INSTALLATION AND CONFIGURATION


For installation of SVN-INSTALLATION.
We need to do following steps.
1.       Java 1.6+ JRE/JDK must be installed.
2.       Python 2.4 to 2.6 must be installed.
3.       Chrome or Firefox or IE 8/9 or Safari has to be there.
4.       Create a user with the name “csvn”.
5.       Copy the below tar file from the running server or download it from TARMAC.



-rw-r--r--.  1 root root  90859317 Jan 21  2013 CollabNetSubversionEdge-3.2.2_linux-x86_64.tar.gz


6. “Untar” this file using untar command and KINDLY UNTAR this file using only csvn user. Please do not untar it with root user. Please use the right TAR file, this should not be incomplete TAR file. Because it can cause failure in starting the CSVN. It also gives lot of error. So request you to get and use the correct TAR file. 

7. after installing above mentioned packages. Please add below lines in .bash_profile file of User’s home.
PATH=$PATH:$HOME/bin:/usr/lib/jvm/jre-1.6.0-openjdk.x86_64:/home/csvn/csvn/bin
export PATH
JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk.x86_64
export JAVA_HOME
like below.
[root@ csvn]# cat .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then

        . ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/usr/lib/jvm/jre-1.6.0-openjdk.x86_64:/home/csvn/csvn/bin
export PATH
JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk.x86_64
export JAVA_HOME
[root@ csvn]#
Next step is to start the csvn.
[root@ bin]# pwd
/home/csvn/csvn/bin
[root@ bin]# ./csvn start
It will start and will guide to open localhost:3343/csvn on explorer.
You can open the webpage using XMANAGER and LAN (IP if the server) also.
Login using default credentials (admin:admin)
The page will open like below, please put http://:3343/csvn . page will open like below :-

 
 
Now click the start button and svnedge page will be there. to start the Administration. Now SVN-EDGE admin can ask AD team to sync SVN-EDGE with AD authetication for login of autheticated users only. now depends on how big is your repository or how  big it can be. according to that LV size can be demanded.
 
 
 
Love Sharing
Amit Chopra
 
 
 
 
 
 

Thursday, December 5, 2013

GNOME error (WINDOWS SCREEN Was blinking) + LINUX

Hi Friends,

Wanted to share one problem which we faced today and issue in our server, like when we were opening a gnome-session from XSTART then screen was blinking and console window was flashing and going back. we tried the same with removing some locks but tje didnt work.

error logs in /var/log/messages was showing below message multiple times. when ever we tried to run gnome-session.


vmusr[]: [ warning] [Gtk] Unable to locate theme engine in module_path: "clearlooks"
vmusr[]: [ warning] [Gtk] Unable to locate theme engine in module_path: "clearlooks"
vmusr[]: [ warning] [Gtk] Unable to locate theme engine in module_path: "clearlooks"
vmusr[]: [ warning] [Gtk] Unable to locate theme engine in module_path: "clearlooks"
vmusr[]: [ warning] [Gtk] Unable to locate theme engine in module_path: "clearlooks"
vmusr[]: [ warning] [Gtk] Unable to locate theme engine in module_path: "clearlooks"


Below packages resolved the issues.

 
Yum groupinstall “X Window System”
yum install PackageKit-gtk-module.i686
yum install gtk2-engines.i686
yum install libcanberra-gtk2.i686

--------------------------------------------------------------------------------------------------------------

below are yum.log files output. this file keeps all the installation or updates done over the server.  

Dec 05 15:55:24 Updated: 
-core-libs-0.8.3-27.el6.x86_64
Dec 05 15:55:24 Updated: plymouth-graphics-libs-0.8.3-27.el6.x86_64
Dec 05 15:55:25 Updated: plymouth-0.8.3-27.el6.x86_64
ec 05 15:55:25 Updated: plymouth-utils-0.8.3-27.el6.x86_64
Dec 05 15:55:25 Updated: plymouth-plugin-label-0.8.3-27.el6.x86_64
Dec 05 15:55:25 Updated: plymouth-plugin-two-step-0.8.3-27.el6.x86_64
Dec 05 15:55:25 Updated: plymouth-theme-rings-0.8.3-27.el6.noarch
Dec 05 15:55:25 Installed: xorg-x11-drv-modesetting-0.5.0-1.el6.x86_64
Dec 05 15:55:25 Updated: xorg-x11-server-utils-7.5-13.el6.x86_64
Dec 05 15:55:26 Updated: xorg-x11-xinit-1.0.9-14.el6.x86_64
Dec 05 15:55:26 Updated: xorg-x11-drivers-7.3-13.4.el6.x86_64
Dec 05 15:55:26 Updated: plymouth-system-theme-0.8.3-27.el6.noarch
Dec 05 15:55:26 Updated: plymouth-gdm-hooks-0.8.3-27.el6.x86_64
Dec 05 15:55:26 Updated: firstboot-1.110.15-1.el6.x86_64
Dec 05 15:55:27 Updated: spice-vdagent-0.14.0-2.el6.x86_64
Dec 05 15:55:27 Updated: glx-utils-9.2-0.5.el6.x86_64
Dec 05 15:55:27 Updated: xorg-x11-utils-7.5-6.el6.x86_64
Dec 05 15:55:27 Updated: xorg-x11-apps-7.6-6.el6.x86_64
Dec 05 15:55:27 Updated: wdaemon-0.17-5.el6.x86_64
Dec 05 16:18:29 Updated: 1:gdm-libs-2.30.4-52.el6.x86_64
Dec 05 16:18:30 Updated: 1:gdm-2.30.4-52.el6.x86_64
Dec 05 16:18:30 Updated: 1:gdm-plugin-smartcard-2.30.4-52.el6.x86_64
Dec 05 16:18:30 Updated: 1:gdm-plugin-fingerprint-2.30.4-52.el6.x86_64
Dec 05 16:39:42 Updated: libX11-common-1.5.0-4.el6.noarch
Dec 05 16:39:42 Installed: libgcc-4.4.7-4.el6.i686
Dec 05 16:39:42 Installed: nss-softokn-freebl-3.14.3-9.el6.i686
Dec 05 16:39:43 Installed: glibc-2.12-1.132.el6.i686
Dec 05 16:39:43 Updated: 1:dbus-libs-1.2.24-7.el6_3.x86_64
Dec 05 16:39:43 Updated: freetype-2.3.11-14.el6_3.1.x86_64
Dec 05 16:39:43 Installed: zlib-1.2.3-29.el6.i686
Dec 05 16:39:43 Installed: freetype-2.3.11-14.el6_3.1.i686
ec 05 16:39:43 Updated: dbus-glib-0.86-6.el6_4.x86_64
Dec 05 16:39:43 Updated: libselinux-2.0.94-5.3.el6_4.1.x86_64
Dec 05 16:39:44 Updated: 1:dbus-1.2.24-7.el6_3.x86_64
Dec 05 16:39:44 Updated: libcom_err-1.41.12-18.el6.x86_64
Dec 05 16:39:44 Updated: avahi-libs-0.6.25-12.el6.x86_64
Dec 05 16:39:44 Installed: libjpeg-turbo-1.2.1-1.el6.i686
Dec 05 16:39:44 Updated: libstdc++-4.4.7-4.el6.x86_64
Dec 05 16:39:44 Installed: 2:libpng-1.2.49-1.el6_2.i686
Dec 05 16:39:44 Installed: expat-2.0.1-11.el6_2.i686
Dec 05 16:39:47 Installed: fontconfig-2.8.0-3.el6.i686
Dec 05 16:39:47 Installed: libstdc++-4.4.7-4.el6.i686
Dec 05 16:39:47 Installed: 1:dbus-libs-1.2.24-7.el6_3.i686
Dec 05 16:39:47 Installed: libselinux-2.0.94-5.3.el6_4.1.i686
Dec 05 16:39:47 Updated: libtiff-3.9.4-9.el6_3.x86_64
Dec 05 16:39:47 Updated: freetype-devel-2.3.11-14.el6_3.1.x86_64
Dec 05 16:39:48 Updated: 2:libpng-1.2.49-1.el6_2.x86_64
Dec 05 16:39:48 Updated: libXau-1.0.6-4.el6.x86_64
Dec 05 16:39:48 Updated: libxcb-1.8.1-1.el6.x86_64
Dec 05 16:39:48 Updated: libX11-1.5.0-4.el6.x86_64
Dec 05 16:39:48 Updated: libXrender-0.9.7-2.el6.x86_64
Dec 05 16:39:48 Updated: libXext-1.3.1-2.el6.x86_64
Dec 05 16:39:48 Updated: libXfixes-5.0-3.el6.x86_64
Dec 05 16:39:48 Updated: libXrandr-1.4.0-1.el6.x86_64
Dec 05 16:39:48 Updated: libXft-2.3.1-2.el6.x86_64
Dec 05 16:39:49 Updated: libgcrypt-1.4.5-11.el6_4.x86_64
Dec 05 16:39:49 Installed: glib2-2.26.1-3.el6.i686
Dec 05 16:39:49 Installed: gamin-0.1.10-9.el6.i686
Dec 05 16:39:49 Installed: atk-1.30.0-1.el6.i686
Dec 05 16:39:49 Installed: libtiff-3.9.4-9.el6_3.i686
Dec 05 16:39:50 Installed: libcom_err-1.41.12-18.el6.i686
Dec 05 16:39:50 Installed: libthai-0.1.12-3.el6.i686
Dec 05 16:39:50 Updated: libXcursor-1.1.13-6.20130524git8f677eaea.el6.x86_64
Dec 05 16:39:50 Updated: libXi-1.6.1-3.el6.x86_64
Dec 05 16:39:50 Updated: libXinerama-1.1.2-2.el6.x86_64
Dec 05 16:39:50 Updated: libXcomposite-0.4.3-4.el6.x86_64
Dec 05 16:39:50 Updated: libXau-devel-1.0.6-4.el6.x86_64
Dec 05 16:39:50 Updated: libxcb-devel-1.8.1-1.el6.x86_64
Dec 05 16:39:51 Updated: libX11-devel-1.5.0-4.el6.x86_64
Dec 05 16:39:51 Updated: libXrender-devel-0.9.7-2.el6.x86_64
Dec 05 16:39:51 Updated: libXext-devel-1.3.1-2.el6.x86_64
Dec 05 16:39:51 Updated: libXfixes-devel-5.0-3.el6.x86_64
Dec 05 16:39:51 Updated: libXft-devel-2.3.1-2.el6.x86_64
Dec 05 16:39:51 Updated: 1:cups-libs-1.4.2-50.el6_4.5.x86_64
Dec 05 16:39:51 Updated: libss-1.41.12-18.el6.x86_64
Dec 05 16:39:51 Updated: e2fsprogs-libs-1.41.12-18.el6.x86_64
Dec 05 16:39:51 Updated: 1:dbus-devel-1.2.24-7.el6_3.x86_64
Dec 05 16:39:51 Updated: keyutils-libs-1.4-4.el6.x86_64
Dec 05 16:39:52 Updated: libtasn1-2.3-3.el6_2.1.x86_64
Dec 05 16:39:52 Updated: jasper-libs-1.900.1-15.el6_1.1.x86_64
Dec 05 16:39:52 Installed: dbus-glib-0.86-6.el6_4.i686
Dec 05 16:39:52 Installed: avahi-libs-0.6.25-12.el6.i686
Dec 05 16:39:52 Installed: jasper-libs-1.900.1-15.el6_1.1.i686
Dec 05 16:39:52 Installed: libgpg-error-1.7-4.el6.i686
Dec 05 16:39:52 Installed: libgcrypt-1.4.5-11.el6_4.i686
Dec 05 16:39:52 Installed: libtasn1-2.3-3.el6_2.1.i686
Dec 05 16:39:52 Installed: gnutls-2.8.5-10.el6_4.2.i686
ec 05 16:39:52 Installed: audit-libs-2.2-2.el6.i686
Dec 05 16:39:53 Installed: keyutils-libs-1.4-4.el6.i686
Dec 05 16:39:53 Installed: krb5-libs-1.10.3-10.el6_4.6.i686
Dec 05 16:39:53 Installed: 1:cups-libs-1.4.2-50.el6_4.5.i686
Dec 05 16:39:53 Installed: pixman-0.26.2-5.el6_4.i686
Dec 05 16:39:53 Installed: libXau-1.0.6-4.el6.i686
Dec 05 16:39:53 Updated: jasper-1.900.1-15.el6_1.1.x86_64
Dec 05 16:39:53 Updated: libtasn1-devel-2.3-3.el6_2.1.x86_64
Dec 05 16:39:53 Updated: keyutils-1.4-4.el6.x86_64
Dec 05 16:39:54 Updated: dbus-glib-devel-0.86-6.el6_4.x86_64
Dec 05 16:39:54 Updated: e2fsprogs-1.41.12-18.el6.x86_64
Dec 05 16:39:55 Updated: 1:cups-1.4.2-50.el6_4.5.x86_64
Dec 05 16:39:55 Updated: libXcomposite-devel-0.4.3-4.el6.x86_64
Dec 05 16:39:55 Updated: libXcursor-devel-1.1.13-6.20130524git8f677eaea.el6.x86_64
Dec 05 16:39:55 Updated: libXi-devel-1.6.1-3.el6.x86_64
Dec 05 16:39:55 Updated: libXinerama-devel-1.1.2-2.el6.x86_64
Dec 05 16:39:55 Updated: libXrandr-devel-1.4.0-1.el6.x86_64
Dec 05 16:39:55 Updated: avahi-glib-0.6.25-12.el6.x86_64
Dec 05 16:39:56 Updated: libgcrypt-devel-1.4.5-11.el6_4.x86_64
Dec 05 16:39:56 Updated: libXdamage-1.1.3-4.el6.x86_64
Dec 05 16:39:56 Updated: 1:dbus-x11-1.2.24-7.el6_3.x86_64
Dec 05 16:39:56 Updated: 2:libpng-devel-1.2.49-1.el6_2.x86_64
Dec 05 16:39:56 Updated: avahi-0.6.25-12.el6.x86_64
Dec 05 16:39:56 Updated: libselinux-utils-2.0.94-5.3.el6_4.1.x86_64
Dec 05 16:39:56 Updated: libselinux-python-2.0.94-5.3.el6_4.1.x86_64
Dec 05 16:39:56 Updated: nss-softokn-freebl-3.14.3-9.el6.x86_64
Dec 05 16:39:56 Installed: libxcb-1.8.1-1.el6.i686
Dec 05 16:39:57 Installed: libX11-1.5.0-4.el6.i686
Dec 05 16:39:57 Installed: libXrender-0.9.7-2.el6.i686
Dec 05 16:39:57 Installed: cairo-1.8.8-3.1.el6.i686
Dec 05 16:39:57 Updated: pango-1.28.1-7.el6_3.x86_64
Dec 05 16:39:57 Installed: libXext-1.3.1-2.el6.i686
Dec 05 16:39:57 Installed: libXfixes-5.0-3.el6.i686
Dec 05 16:39:57 Updated: PackageKit-glib-0.5.8-21.el6.x86_64
Dec 05 16:39:57 Updated: PackageKit-gtk-module-0.5.8-21.el6.x86_64
Dec 05 16:39:57 Updated: PackageKit-yum-plugin-0.5.8-21.el6.x86_64
Dec 05 16:39:57 Updated: PackageKit-yum-0.5.8-21.el6.x86_64
ec 05 16:39:58 Updated: PackageKit-0.5.8-21.el6.x86_64
Dec 05 16:39:58 Installed: libXcursor-1.1.13-6.20130524git8f677eaea.el6.i686
Dec 05 16:39:58 Installed: libXdamage-1.1.3-4.el6.i686
Dec 05 16:39:58 Installed: libXinerama-1.1.2-2.el6.i686
Dec 05 16:39:58 Installed: libXrandr-1.4.0-1.el6.i686
Dec 05 16:39:58 Installed: libXi-1.6.1-3.el6.i686
Dec 05 16:39:58 Installed: libXft-2.3.1-2.el6.i686
Dec 05 16:39:59 Installed: pango-1.28.1-7.el6_3.i686
Dec 05 16:39:59 Installed: libXcomposite-0.4.3-4.el6.i686
Dec 05 16:39:59 Updated: PackageKit-device-rebind-0.5.8-21.el6.x86_64
Dec 05 16:39:59 Updated: pango-devel-1.28.1-7.el6_3.x86_64
Dec 05 16:40:00 Installed: gtk2-2.20.1-4.el6.i686
Dec 05 16:40:00 Installed: PackageKit-gtk-module-0.5.8-21.el6.i686
Dec 05 16:40:27 Installed: gtk2-engines-2.18.4-5.el6.i686
Dec 05 16:40:44 Updated: libXtst-1.2.1-2.el6.x86_64
Dec 05 16:40:45 Updated: libuuid-2.17.2-12.14.el6.x86_64
Dec 05 16:40:45 Updated: libSM-1.2.1-2.el6.x86_64
Dec 05 16:40:45 Updated: pulseaudio-libs-0.9.21-14.el6_3.x86_64
Dec 05 16:40:45 Updated: pulseaudio-0.9.21-14.el6_3.x86_64
Dec 05 16:40:46 Updated: libxml2-2.7.6-14.el6.x86_64
Dec 05 16:40:46 Installed: 2:libogg-1.1.4-2.1.el6.i686
Dec 05 16:40:46 Installed: 1:libvorbis-1.2.3-4.el6_2.1.i686
Dec 05 16:40:46 Installed: libICE-1.0.6-1.el6.i686
Dec 05 16:40:46 Installed: libxml2-2.7.6-14.el6.i686
Dec 05 16:40:47 Installed: alsa-lib-1.0.22-3.el6.i686
Dec 05 16:40:47 Installed: libtool-ltdl-2.2.6-15.5.el6.i686
Dec 05 16:40:47 Installed: libtdb-1.2.10-1.el6.i686
Dec 05 16:40:47 Updated: pulseaudio-utils-0.9.21-14.el6_3.x86_64
Dec 05 16:40:47 Updated: libblkid-2.17.2-12.14.el6.x86_64
Dec 05 16:40:47 Installed: gstreamer-0.10.29-1.el6.i686
Dec 05 16:40:48 Installed: flac-1.2.1-6.1.el6.i686
Dec 05 16:40:48 Installed: libuuid-2.17.2-12.14.el6.i686
Dec 05 16:40:48 Installed: libSM-1.2.1-2.el6.i686
Dec 05 16:40:48 Installed: libXtst-1.2.1-2.el6.i686
Dec 05 16:40:48 Installed: ncurses-libs-5.7-3.20090208.el6.i686
Dec 05 16:40:48 Installed: readline-6.0-4.el6.i686
Dec 05 16:40:49 Installed: sqlite-3.6.20-1.el6.i686
Dec 05 16:40:49 Installed: libsndfile-1.0.20-5.el6.i686
Dec 05 16:40:49 Installed: libasyncns-0.8-1.1.el6.i686
Dec 05 16:40:49 Installed: tcp_wrappers-libs-7.6-57.el6.i686
Dec 05 16:40:50 Updated: util-linux-ng-2.17.2-12.14.el6.x86_64
Dec 05 16:40:50 Updated: pulseaudio-module-x11-0.9.21-14.el6_3.x86_64
Dec 05 16:40:50 Updated: libxml2-devel-2.7.6-14.el6.x86_64
Dec 05 16:40:50 Updated: libxml2-python-2.7.6-14.el6.x86_64
Dec 05 16:40:50 Updated: pulseaudio-module-bluetooth-0.9.21-14.el6_3.x86_64
Dec 05 16:40:51 Updated: pulseaudio-module-gconf-0.9.21-14.el6_3.x86_64
Dec 05 16:40:51 Updated: libSM-devel-1.2.1-2.el6.x86_64
Dec 05 16:40:51 Updated: 1:libvorbis-1.2.3-4.el6_2.1.x86_64
Dec 05 16:40:51 Updated: readline-6.0-4.el6.x86_64
Dec 05 16:40:51 Installed: pulseaudio-libs-0.9.21-14.el6_3.i686
Dec 05 16:40:51 Installed: libcanberra-0.22-1.el6.i686
Dec 05 16:40:52 Installed: libcanberra-gtk2-0.22-1.el6.i686
[root@log]#

Love sharing
Amit Chopra