분류 전체보기57 [DB]CentOS UnixODBC 설정 방법 수동설치 1. http://www.unixodbc.org/ odbc 설치 2. tar xzvf unixODBC-2.3.7.tar.gz 3. cd unixODBC-2.3.7/ 4. ./configure 5. make 6. make install 7. isql 자동 ===선택=== #RedHat Enterprise Server 6 curl https://packages.microsoft.com/config/rhel/6/prod.repo > /etc/yum.repos.d/mssql-release.repo #RedHat Enterprise Server 7 curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-rel.. 2021. 3. 5. [Linux]tar 압축 방법 tar -cvf 압축파일명.tar 디렉토리명support.* 2021. 3. 5. [Linux]SELinux Disable 방법 Disabling SELinux permanently Edit the /etc/selinux/config file, run: sudo vi /etc/selinux/config Set SELINUX to disabled: SELINUX=disabled Save and close the file in vi/vim. Reboot the Linux system: sudo reboot After reboot, make sure following commands gives Disabled output indicating that SELinux removed and disabled on your Linux server: getenforce sestatus 2021. 3. 5. [Linux]Centos,Redhat MPIO 설정 # yum -y install device-mapper-multipath # systemctl start multipathd # systemctl enable multipathd # multipathd.conf 설정 확인 ====================================================== [root@testdb01 /]# cat /etc/multipath.conf # This is a basic configuration file with some examples, for device mapper # multipath. # # For a complete list of the default configuration values, run either # multipath -t #.. 2021. 3. 5. 이전 1 2 3 4 5 6 7 ··· 15 다음