728x90
반응형

전체 글 194

[LINUX] 특정 포트에 사용 중인 session 죽이기

Tibero의 경우 [tibero@localhost ~] $ tbboot 위의 명령어로 서버 기동을 한다. 하지만 Check if there are any tibero instances running.... 실행중인 tibero인스턴스를 확인하라는 의미의 오류메시지가 뜰 때도 있다. 해당 애러는 이미 session이 연결되어 있는 tibero서버를 정상적으로 종료하지 않고 tibero를 지웠다가 설치했을 때 발생하였다. 심지어 [tibero@localhost ~] $ tbdown [tibero@localhost ~] $ tbdown clean tbdown, tbdown clean 명령어에도 Please check if the tbsvr instance was already stopped. 라는 애러가 나..

[LINUX] 리눅스 포트 열기

보통 리눅스 서버에 DB를 설치하고 해당 DB port를 열어야 하는 작업을 해야한다. 포트열기 # firewall-cmd --zone=public —permanent --add-port=/tcp 포트 리로드 # firewall-cmd --reload oracle DB 서버를 설치했다고 가정하고 oracle서버의 default port인 1521번을 연다고 했을 때이다. [root@localhost ~] # firewall-cmd --zone=public --permanent --add-port=1521/tcp [root@localhost ~] # firewall-cmd --reload

[VIRTUAL BOX] 가상머신(VirtualBox)에 CentOS7 설치

VirtualBox에 CentOS7을 설치하는 방법입니다. 1. CentOS7 이미지를 다운 CentOS7 버전 : http://isoredirect.centos.org/centos/7/isos/x86_64/ CentOS8 버전 : http://isoredirect.centos.org/centos/8/isos/x86_64/ 위의 링크를 들어간 후 해당 링크중 하나를 선택하여 들어갑니다. 이후 아래의 화면에서 VirtualBox에 깔아야할 DVD를 선택합니다, 2. 가상머신 만들기 및 설정 2-1. oracle VM VirtualBox를 실행후 -> 새로 만들기 클릭 2-2. 디스크 설정 위의 과정에서 디스크파일은 다운받은 CentOS7 DVD.iso파일을 선택합니다. 2-3. 네트워크 설정 호스트 네트워..

[VIRTUAL BOX] Windows에 가상머신(VM Virtual Box) 설치

window10에 가상머신 (VM VirtualBox)설치 방법입니다. 1. VirtualBox 다운로드 www.virtualbox.org/wiki/Downloads Downloads – Oracle VM VirtualBox Download VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binaries By downloading, you agree to the terms and conditions of the respective license. If you're looking for the latest VirtualBox 6.0 packages, see Virt www.virtualbox...

728x90
반응형