Saturday, July 30, 2016
Virtual Box - Kernel Driver not install rc 1908 on CentOS 7
During installation of Windows 7 VM on VirtualBox-5.1, I was encountering this error during startup of the VM. Most threads will recommend you to enter into your Notebook BIOS and disable the SecureBoot and it will solve your issue. But a better solution can be found in VBox & VMware in SecureBoot Linux
Tuesday, June 28, 2016
ntpdate failing to synchronise clock.
My client timing was ahead of the NTP Server by 15 hours. When I did a
The synchronization did not work.
To force the client to synchronise no matter how absurd the time differences, you have to use a "-b" parameter.
# ntpdate -q 0.centos.pool.ntp.org
The synchronization did not work.
To force the client to synchronise no matter how absurd the time differences, you have to use a "-b" parameter.
# ntpdate -b 0.centos.pool.ntp.org
Tuesday, June 14, 2016
Compiling LAMMPS-14May16 with Intel-15.0.6 and Intel-MPI-5.0.3
Step 1: Remember to initialise Intel Environment. In your .bashrc
source /usr/local/intel/bin/compilervars.sh intel64Step 2: Untar LAMMPS
# tar -zxvf lammps-stable.tar.gzStep 3: Prepare libraries for lammps 3a. lib/reax
# make -f Makefile.gfortran3b. lib/meam
# make -f Makefile.ifort3c. lib/poems
# make -f Makefile.iccStep 4: Compile required the packages. Go to src directory
# cd src4a. Check which packages are included
# make package-status Installed YES: package ASPHERE Installed YES: package BODY Installed YES: package CLASS2 Installed YES: package COLLOID Installed YES: package COMPRESS Installed YES: package CORESHELL Installed YES: package DIPOLE Installed YES: package FLD Installed NO: package GPU Installed YES: package GRANULAR Installed NO: package KIM Installed YES: package KOKKOS src/pair_lj_sdk_kokkos.cpp does not exist src/pair_lj_sdk_kokkos.h does not exist Installed YES: package KSPACE Installed YES: package MANYBODY Installed YES: package MC Installed YES: package MEAM Installed YES: package MISC Installed YES: package MOLECULE Installed YES: package MPIIO Installed YES: package OPT Installed YES: package PERI Installed YES: package POEMS Installed YES: package PYTHON Installed YES: package QEQ Installed YES: package REAX Installed YES: package REPLICA Installed YES: package RIGID Installed YES: package SHOCK Installed YES: package SNAP Installed YES: package SRD Installed NO: package VORONOI Installed YES: package XTC .........4b. Choose all the standard
# make yes-standard4c. Exclude packages that are not required
# make no-voronoi # make no-kim # make no-gpu # make no-kokkosStep 5: Install User-Contributed Intel Optimised Package (user-intel) and User-Contributed OpenMP Packages (user-omp)
# make yes-user-intel # make yes-user-ompStep 6: Compile LAMMPS Check make options. Go to src
# make intel_cpu_intelmpi -j 16Step 6a: If in the midst of compilation you land yourself in this error ld: unable to to locate -lompstub. This is due to Intel 2015 using depreciating ompstub to ompistub5. Just go to the Intel Directory
# cd /usr/local/intel_2015/composerxe/lib/intel64 # ln -s libiompstubs5.so libompstub.soStep 7: Create a /usr/local/lammps-7Dec15 and copy libraries. Go to lammps root directory
# cp -Rv bench /usr/local/lammps-14May16 # cp -Rv doc /usr/local/lammps-14May16 # cp -Rv examples /usr/local/lammps-14May16 # cp -Rv potentials /usr/local/lammps-14May16 # cp README /usr/local/lammps-14May16 # cp -Rv tools /usr/local/lammps-14May16 # cp -Rv lib /usr/local/lammps-14May16 # cp lmp_intel_cpu_intelmpi /usr/local/lammps-14May16/bin7a. Create a softlinks
# ln -s /usr/local/lammps-7Dec15/bin/lmp_intel_cpu_intelmpi lammpsReferences:
Monday, June 6, 2016
New features and Enhancements of NetApp OnTap 9
Primary ONTAP Features
- Leading enterprise-class data services • Unified management across flash, disk, and cloud, as well as SAN and NAS protocols
- High performance for all-flash solutions • Nondisruptive operations
- Scaling up to 24-nodes
- Storage efficiency and inline data reduction
- NetApp Integrated Data Protection
- NetApp OnCommand® management software
- Simplified AFF deployments in <10 li="" microsoft="" minutes="" racle="" server="" sql="" vdi="" vmware="">
- Up to 60% more IOPS than with ONTAP 8.3.1
- ONTAP Select (for SDS) and ONTAP Cloud
- Support for 15TB SSD
- Inline data compaction works with compression and deduplication for greater data reduction
- SnapLock® software for data compliance
- RAID-TEC triple-parity protection
- Headroom for visibility of performance capacity
- MetroCluster enhancements (lower TCO, 8-node NAS configurations)
- Onboard key manager
- Inline deduplication and compression
- MetroCluster 2-node solutions and improved distance (300km), performance, and deployment
- Storage virtual machine disaster recovery
- Foreign LUN import enhancements 10>
Friday, May 27, 2016
GPFS Nodes being Expelled by Failed GPFS Clients
According to IBm Developer Wiki Troubleshooting Debug Expel
- Disk Lease Expiration - GPFS uses a mechanism referred to as a disk lease to prevent file system data corruption by a failing node. A disk lease grants a node the right to submit IO to a file system. File system disk leases are managed by the Cluster Manager of the file system's home cluster. A node must periodically renew it's disk lease with the Cluster Manager to maintain it's right to submit IO to the file system. When a node fails to renew a disk lease with the Cluster Manager, the Cluster Manager marks the node as failed, revokes the node's right to submit IO to the file system, expels the node from the cluster, and initiates recovery processing for the failed node.
- Node Expel Request - GPFS uses a mechanism referred to as a node expel request to prevent file system resource deadlocks. Nodes in the cluster require reliable communication amongst themselves to coordinate sharing of file system resources. If a node fails while owning a file system resource, a deadlock may ensue. If a node in the cluster detects that another node owing a shared file system resource may have failed, the node will send a message to the file system Cluster Manger requesting the failed node to be expelled from the cluster to prevent a shared file system resource deadlock. When the Cluster Manager receives a node expel request, it determines which of the two nodes should be expelled from the cluster and takes similar action as described for the Disk Lease expiration.
Fri May 27 16:34:53.249 2016: Expel 172.16.20.5 (goldsvr1) request from 192.168.104.34 (compute186). Expelling: 192.168.104.34 (compute186) Fri May 27 16:34:53.259 2016: Recovering nodes: 192.168.104.34 Fri May 27 16:34:53.311 2016: Recovered 1 nodes for file system gpfs3. Fri May 27 16:34:55.636 2016: Accepted and connected to 10.0.104.34 compute186 <c0n135> Fri May 27 16:39:13.333 2016: Expel 172.16.20.5 (goldsvr1) request from 192.168.104.45 (compute197). Expelling: 192.168.104.45 (compute197) Fri May 27 16:39:13.334 2016: VERBS RDMA closed connection to 192.168.104.45 compute197 on mlx4_0 port 1 Fri May 27 16:39:13.344 2016: Recovering nodes: 192.168.104.45 Fri May 27 16:39:13.393 2016: Recovered 1 nodes for file system gpfs3. Fri May 27 16:39:15.725 2016: Accepted and connected to 10.0.104.45 compute197 <c0n141> Fri May 27 16:40:18.570 2016: VERBS RDMA accepted and connected to 192.168.104.45 on mlx4_0 port 1
Subscribe to:
Posts (Atom)

