ocfs2-test | Ocfs2 test project
kandi X-RAY | ocfs2-test Summary
kandi X-RAY | ocfs2-test Summary
ocfs2-test is a C library. ocfs2-test has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Ocfs2 test project
Ocfs2 test project
Support
Quality
Security
License
Reuse
Support
ocfs2-test has a low active ecosystem.
It has 4 star(s) with 9 fork(s). There are 5 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 1 have been closed. On average issues are closed in 347 days. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of ocfs2-test is current.
Quality
ocfs2-test has 0 bugs and 0 code smells.
Security
ocfs2-test has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
ocfs2-test code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
ocfs2-test is licensed under the GPL-2.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
ocfs2-test releases are not available. You will need to build from source code and install.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ocfs2-test
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ocfs2-test
ocfs2-test Key Features
No Key Features are available at this moment for ocfs2-test.
ocfs2-test Examples and Code Snippets
No Code Snippets are available at this moment for ocfs2-test.
Community Discussions
No Community Discussions are available at this moment for ocfs2-test.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ocfs2-test
Before installation, the following rpms should be installed:. Note: For SLE12 later, dev packages(eg. ocfs2-tools-devel) now go into SDK repo. Please add it first, like: $sudo zypper ar sdk-repo-url sdk-repo-name. Note: Import above env variables by: $. ~/.bash_profile.
Before installation, the following rpms should be installed: For OL6 or OL7: openmpi libgomp openmpi-devel mpi-selector gcc autoconf libaio-devel e2fsprogs-devel nc reflink and ocfs2-tools(>1.6) ocfs2-tools-devel(>1.6) For OL5: openmpi libgomp openmpi-devel openmpi-libs mpi-selector gcc autoconf libaio-devel e2fsprogs-devel and ocfs2-2.6.18-348 ocfs2-tools(>1.6) ocfs2-tools-devel(>1.6) For SLES/opensuse: $sudo zypper in openmpi openmpi-devel gcc autoconf libaio-devel e2fsprogs-devel ocfs2-kmp-default ocfs2-tools ocfs2-tools-devel ocfs2-tools-devel-static
Add user "ocfs2test" for all nodes
The following environment parameters should be set in /home/ocfs2test/.bash_profile for all nodes: For OL6 or OL7: PATH=$PATH:$HOME/bin:/usr/sbin/:/usr/lib64/openmpi/bin:$HOME/bin/ocfs2/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/openmpi/lib export PATH export LD_LIBRARY_PATH For OL5: PATH=$PATH:$HOME/bin:/usr/lib64/openmpi/1.4-gcc/bin:$HOME/bin/ocfs2/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/openmpi/1.4-gcc/lib export PATH export LD_LIBRARY_PATH For SLES/opensuse: PATH=$PATH:$HOME/bin:/usr/lib64/mpi/gcc/openmpi/bin:$HOME/bin/ocfs2/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/mpi/gcc/openmpi/lib64 export PATH export LD_LIBRARY_PATH
Install OCFS2 testing suite for all nodes through steps as follows: su - ocfs2test git clone https://github.com/markfasheh/ocfs2-test #or download from github website cd ocfs2-test make clean ./autogen.sh prefix=/ make make install DESTDIR=/home/ocfs2test/bin/ocfs2
Get access to other nodes. Add "ocfs2test" user into sudo list. chmod 777 /dev/sdax by root on EACH node. Stop iptables service for all nodes.
Get access to other nodes add the all hosts in cluster.conf info into /etc/hosts for EACH node. as "root" user and "ocfs2test" user, generate ssh id on the first node, and ssh-copy-id to other nodes
Add "ocfs2test" user into sudo list add this line into /etc/sudoers ocfs2test ALL=(ALL) NOPASSWD:ALL comment 'Defaults requiretty' in /etc/sudoers #no need for sles/opensuse now
chmod 777 /dev/sdax by root on EACH node
Stop iptables service for all nodes
Before installation, the following rpms should be installed: For OL6 or OL7: openmpi libgomp openmpi-devel mpi-selector gcc autoconf libaio-devel e2fsprogs-devel nc reflink and ocfs2-tools(>1.6) ocfs2-tools-devel(>1.6) For OL5: openmpi libgomp openmpi-devel openmpi-libs mpi-selector gcc autoconf libaio-devel e2fsprogs-devel and ocfs2-2.6.18-348 ocfs2-tools(>1.6) ocfs2-tools-devel(>1.6) For SLES/opensuse: $sudo zypper in openmpi openmpi-devel gcc autoconf libaio-devel e2fsprogs-devel ocfs2-kmp-default ocfs2-tools ocfs2-tools-devel ocfs2-tools-devel-static
Add user "ocfs2test" for all nodes
The following environment parameters should be set in /home/ocfs2test/.bash_profile for all nodes: For OL6 or OL7: PATH=$PATH:$HOME/bin:/usr/sbin/:/usr/lib64/openmpi/bin:$HOME/bin/ocfs2/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/openmpi/lib export PATH export LD_LIBRARY_PATH For OL5: PATH=$PATH:$HOME/bin:/usr/lib64/openmpi/1.4-gcc/bin:$HOME/bin/ocfs2/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/openmpi/1.4-gcc/lib export PATH export LD_LIBRARY_PATH For SLES/opensuse: PATH=$PATH:$HOME/bin:/usr/lib64/mpi/gcc/openmpi/bin:$HOME/bin/ocfs2/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/mpi/gcc/openmpi/lib64 export PATH export LD_LIBRARY_PATH
Install OCFS2 testing suite for all nodes through steps as follows: su - ocfs2test git clone https://github.com/markfasheh/ocfs2-test #or download from github website cd ocfs2-test make clean ./autogen.sh prefix=/ make make install DESTDIR=/home/ocfs2test/bin/ocfs2
Get access to other nodes. Add "ocfs2test" user into sudo list. chmod 777 /dev/sdax by root on EACH node. Stop iptables service for all nodes.
Get access to other nodes add the all hosts in cluster.conf info into /etc/hosts for EACH node. as "root" user and "ocfs2test" user, generate ssh id on the first node, and ssh-copy-id to other nodes
Add "ocfs2test" user into sudo list add this line into /etc/sudoers ocfs2test ALL=(ALL) NOPASSWD:ALL comment 'Defaults requiretty' in /etc/sudoers #no need for sles/opensuse now
chmod 777 /dev/sdax by root on EACH node
Stop iptables service for all nodes
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page