shell script to know all Linux configuration
Does anyone have shell script to know all Linux configuration on a VM ? [ root @dbversity : ~ ] cat /etc/*release* Red Hat Enterprise Linux Server release 6.6 (Santiago) 6.6.GSF-A0 SOE Linux Release 10/30/14 Red Hat Enterprise Linux Server…
error while loading shared libraries: libnetsnmpagent.so.20: cannot open shared object file: No such file or directory
You’ll see below error while starting mongod instance, while you miss libnetsnmpagent.so.20 library files in your /usr/lib or /usr/lib64 folders. [ root @ vm-5cc5-bad6 : ~ ] ll -lhtr /usr/lib64/libnetsnmpagent.so.20 lrwxrwxrwx 1 root root 25 Mar 7 2015 /usr/lib64/libnetsnmpagent.so.20…
[MariaDB]: YCSB Benchmarking
[ root @ http://dbversity.com : /mariadb ] ll -lhtr total 388M drwxr-xr-x 8 uucp 143 4.0K Mar 18 2014 jdk1.8.0_05 -rw-r–r– 1 sm70768 mongod 152M Jun 26 2014 jdk-8u5-linux-x64.gz -rw-r–r– 1 sm70768 mongod 95M Jun 27 2014 ycsb-0.1.4.tar.gz -rw-r–r– 1…
Job openings for Fresher 2014 or 15 passouts
There’re fresher (2014,2015 passouts with Computer background) and Lead positions for Technical support at Zeta Interactive Pvt. Ltd (http://www.zetainteractive.com/) Pls share your CV to skondoji@zetainteractive.com & sudhakar.kondoji@gmail.com and you’ll be contacted for your interview slot. …
[MariaDB]: Configuring & setting-up Galera Cluster.
MariaDB MariaDB is a community-developed fork of the MySQL relational database management system, the impetus being the community maintenance of its free status under the GNU GPL. Being a fork of a leading open source software system, it is notable…
How to view MySQL stored procedure code ?
To view procedure code in mysql, you must be the owner of the routine or have SELECT access to the “mysql.proc” table and you can use any of the following statements. SHOW PROCEDURE CODE proc_name; SHOW CREATE PROCEDURE proc_name; SELECT…
ODBC Connectivity test with MemSQL
[ root @ dbversity : /tmp ] rpm -ivh unixODBC-2.2.14-14.el6.x86_64.rpm warning: unixODBC-2.2.14-14.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY Preparing… ########################################### [100%] 1:unixODBC ########################################### [100%] [ root @ dbversity : /tmp ] [ root @ dbversity : /tmp ]…
MySQL JDBC Connectivity issues with MemSQL
While testing the connectivity with MySQL JDBC Connector for MemSQL, I’m receiving below errors. My code works fine with MySQL Database but fails with MemSQL Database. Assuming this might be the issue because MemSQL doesn’t have init_connect global variable. Please…
Mongoimport: How to specify field types ?
Q) When using mongoimport to import a CSV, the field “00234” will get imported as the number 234, is there any way to specify field type of each field or is there any other solution for the same so that…
JDBC Driver connectivity test with MySQL
[ root @ dbversity : /var/lib/mysql ] tar -zxvf mysql-connector-java-5.1.36.tar.gz mysql-connector-java-5.1.36/ mysql-connector-java-5.1.36/docs/ –blah blah —– mysql-connector-java-5.1.36/src/testsuite/ssl-test-certs/server-cert.pem mysql-connector-java-5.1.36/src/testsuite/ssl-test-certs/server-key.pem mysql-connector-java-5.1.36/src/testsuite/ssl-test-certs/server-req.pem mysql-connector-java-5.1.36/src/testsuite/ssl-test-certs/test-cert-store [ root @ dbversity : /var/lib/mysql ] [ root @ dbversity : /var/lib/mysql ] [ root @ dbversity : /var/lib/mysql ]…