전체 글
-
WEB/WAS Apache Web Application Server 설치Programming and Database/Web And Web Application Server 2024. 6. 27. 00:04
▣ WEB/WAS Apache 설치하는 방법[root@Apache ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.9 (Maipo)▶ 웹서비스 구동을 위한 Apache 설치 전에 설치 환경의 운영체제 버전을 확인합니다.[root@Apache ~]# yum install libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel pcre-devel acc makeLoaded plugins: langpacks, product-id, search-disabled-repos, subscription-managerThis system is not registered w..
-
WEB/WAS Tmax WebtoB 설치하는 방법(2)Programming and Database/Web And Web Application Server 2024. 6. 26. 00:38
▣ WEB/WAS Tmax WebtoB 설치하는 방법(2)[root@websvr webtoB]# ls -ltr-rwxrwxr-x 1 root root 313265090 Nov 8 13:21 WEBTOB5_0_SP0_Fix4_LinuxK2_6_x64.bindrwxrwxr-x 5 root root 60 Nov 8 13:38 UninstallerDatadrwxrwxr-x 2 root root 6 Nov 8 13:38 apdrwxrwxr-x 2 root root 26 Nov 8 13:38 cgi-bindrwxrwxr-x 2 root root 58 Nov 8 13:38 docsdrwxrwxr-x 2 root root 6 Nov 8 13:..
-
WEB/WAS Tmax WebtoB 설치하는 방법(1)Programming and Database/Web And Web Application Server 2024. 6. 25. 00:18
▣ WEB/WAS Tmax WebtoB 설치하는 방법(1)[root@websvr ~]# java -versionopenjdk version "1.8.0_262"OpenJDK Runtime Environment (build 1.8.0_262-b10)OpenJDK 64-Bit Server VM (build 25.262-b10, mixed mode)▶ Tmax사의 WEB서버 설치를 위해 현재 OS(Linux) 환경에서 설치된 java 버전을 확인합니다. java -version "1.8.0_262"[root@websvr ~]# which java/bin/java[root@websvr /]# which javac/usr/bin/which: no javac in (/usr/lib64/qt-3.3/bin:/usr..
-
LINUX xfs Type Filesystem 증설하는 방법System of Infra/Linux System 2024. 6. 24. 23:23
▣ LINUX xfs Type 파일시스템 증설하는 방법[root@TESTSVR ~]# df -Th | grep -i rootFilesystem Type Size Used Avail Use% Mounted on/dev/mapper/ol-root xfs 15G 12G 3.3G 79% //dev/sda1 xfs 1014M 224M 791M 23% /boot/dev/mapper/ol-grid xfs 4.0G 33M 4.0G 1% /grid/dev/mapper/ol-oracle xfs 15G 5.4G 9.6G 36% /oracle/dev/mapper/ol-tmp xfs ..
-
Shell Script 로또번호 랜덤 추출 스크립트Programming and Database/Shell Script 2024. 6. 19. 01:00
▣ Shell Script 로또번호 랜덤 추출 스크립트[root@lotto /opt]# vi lotto.sh-rw-r--r-- 1 root root 438 Jun 18 09:28 lotto.sh[root@lotto /opt]# chmod 775 lotto.sh▶ 리눅스 서버에 vi 편집기를 통해서 lotto.sh 파일을 생성 후 775 권한을 부여합니다.#!/bin/bash## 로또 번호 생성 함수generate_lotto_numbers() { ## 로또 번호를 저장할 배열 local lotto_numbers=() ## 1에서 45 사이의 숫자를 무작위로 선택하여 배열에 추가 while [ ${#lotto_numbers[@]} -lt 6 ]; do local num=$(..
-
DB Oracle21 ASM + RAC 환경 구축하기(With.Oracle RunInstaller 설치) 8편Programming and Database/SQL 2024. 6. 18. 23:33
▣ DB Oracle21 ASM + RAC 환경 구축하기(With.Oracle RunInstaller 설치) 8편※ ORACLE ASM + RAC 구성 실습을 위한 사전 준비 사항01. 실습환경 : Oracle VM VirtualBox 7.0 ■ Download URL : https://www.virtualbox.org/02. 테스트용 서버 : Oracle Linux 8.7 ■ Download URL : https://yum.oracle.com/oracle-linux-isos.html03. 테스트에 사용될 IP 구성 정보 ■ 리눅스서버#1(ol8rac1) vip : 192.168.0.163 ■ 리눅스서버#2(ol8rac2) vip : 192.168.0.164 ■ 리눅스서버#1(ol8rac1) real i..
-
DB Oracle21 ASM + RAC 환경 구축하기(With.Oracle Grid Infrastructure 설치) 7편Programming and Database/SQL 2024. 6. 17. 23:24
▣ DB Oracle21 ASM + RAC 환경 구축하기(With.Oracle Grid Infrastructure 설치) 7편※ ORACLE ASM + RAC 구성 실습을 위한 사전 준비 사항01. 실습환경 : Oracle VM VirtualBox 7.0 ■ Download URL : https://www.virtualbox.org/02. 테스트용 서버 : Oracle Linux 8.7 ■ Download URL : https://yum.oracle.com/oracle-linux-isos.html03. 테스트에 사용될 IP 구성 정보 ■ 리눅스서버#1(ol8rac1) vip : 192.168.0.163 ■ 리눅스서버#2(ol8rac2) vip : 192.168.0.164 ■ 리눅스서버#1(ol8rac1)..
-
DB Oracle21 ASM + RAC 환경 구축하기(With.Oracle Grid Infrastructure 설치) 6편Programming and Database/SQL 2024. 6. 15. 01:00
▣ DB Oracle21 ASM + RAC 환경 구축하기(With.Oracle Grid Infrastructure 설치) 6편※ ORACLE ASM + RAC 구성 실습을 위한 사전 준비 사항01. 실습환경 : Oracle VM VirtualBox 7.0 ■ Download URL : https://www.virtualbox.org/02. 테스트용 서버 : Oracle Linux 8.7 ■ Download URL : https://yum.oracle.com/oracle-linux-isos.html03. 테스트에 사용될 IP 구성 정보 ■ 리눅스서버#1(ol8rac1) vip : 192.168.0.163 ■ 리눅스서버#2(ol8rac2) vip : 192.168.0.164 ■ 리눅스서버#1(ol8rac1)..
-
DB Oracle21 ASM + RAC 환경 구축하기(With.Oracle Grid Infrastructure 설치) 5편Programming and Database/SQL 2024. 6. 14. 01:00
▣ DB Oracle21 ASM + RAC 환경 구축하기(With.Oracle Grid Infrastructure 설치) 5편※ ORACLE ASM + RAC 구성 실습을 위한 사전 준비 사항 01. 실습환경 : Oracle VM VirtualBox 7.0 ■ Download URL : https://www.virtualbox.org/ 02. 테스트용 서버 : Oracle Linux 8.7 ■ Download URL : https://yum.oracle.com/oracle-linux-isos.html 03. 테스트에 사용될 IP 구성 정보 ■ 리눅스서버#1(ol8rac1) vip : 192.168.0.163 ■ 리눅스서버#2(ol8rac2) vip : 192.168.0.164 ■ 리눅스서버#1(..
-
DB Oracle21 ASM init 모듈 활성화 실패 해결 방법Programming and Database/SQL 2024. 6. 13. 01:00
▣ DB Oracle ASM init 모듈 활성화 실패 해결 방법## 오라클 리눅스#1(ol8rac1)작업[root@ol8rac1 yum.repos.d]# /usr/sbin/oracleasm initCreating /dev/oracleasm mount point: /dev/oracleasmLoading module "oracleasm": failedUnable to load module "oracleasm"Mounting ASMlib driver filesystem: failedUnable to mount ASMlib driver filesystem## 오라클 리눅스#2(ol8rac2)작업[root@ol8rac2 yum.repos.d]# /usr/sbin/oracleasm initCreating /dev..