본문 바로가기

전체 글105

[Linux] GUI 오류시 해결 방법 1. 세팅 초기에 GUI 설정 잘 해뒀는 지 검토하기 2. timedatectl 동기화https://cloudgarden.tistory.com/118 [Linux] NTP 시간 실시간 동기화 실패 시 해결 방법 / timedatectl (수정)상황: Linux 서버의 시간을 한국 시간으로 맞추어 두었지만,시간이 실시간 동기화가 되지 않음 1. 리눅스 서버의 시스템 시간대(Timezone)를 한국 표준시(Asia/Seoul)로 설정 sudo ln -sf /usr/share/zoneinfo/Asia/cloudgarden.tistory.com 3. firewalld 설치 후 disablezypper install firewalldsystemctl status firewalldsystemctl disable f.. 2025. 11. 14.
[SAA-C03] 애증의 SAA 드디어 합격! -수정 보호되어 있는 글 입니다. 2025. 11. 5.
[AWS] 운영 DB로 AMI 이미지 생성시 주의할 점 "인스턴스 재부팅"운영 중인 DB 서버의 이미지를 뜨고자할 때 해당 체크박스를 유의해야 한다! 체크박스에 체크를 해놓으면 데이터의 일관성을 위하여 인스턴스를 한 번 재부팅하는데, 운영 DB 같이 데이터 손실이 나면 안되는 곳은 꼭 체크를 해제해야 한다 1. AMI를 생성할 경우, 데이터의 일관성이 중요하지 않다면?해제ex) 테스트 서버를 생성시 2. AMI를 생성할 경우, 데이터의 일관성이 중요하다면?체크ex) 백업 AMI 생성 2025. 11. 5.
[SAP B1] SAP B1 설치 중 Segmentation fault (core dumped) 오류 해결 방법 0. 상황: SAP HANA DATABASE를 gui로 설치하려는데 "Segmentation fault (core dumped)" 문제 계속 발생 1. 비정상 종료 이유 분석coredumpctl 2. 혹시 not found 된 것이 있는 지 조회 ldd instruntime/sdbrun | grep "not found"-> libsdbrun.so를 찾을 수 없음 3. 설치 경로에 libsdbrun.so 파일 여부 조회ls instruntime/-> libsdbrun.so 파일은 존재하나, 파일을 찾지 못함 4. 환경 변수 잡아주기#설치 파일이 있는 위치로 이동cd /backup/hana/2.20.22/DATA_UNITS/SAP\ HANA\ DATABASE\ 2.0\ FOR\ B1/LINX64SU.. 2025. 10. 16.
[AWS SAP] AWS 환경에서의 SAP 운영에 참고할 만한 URL 1. General SAP Guides https://docs.aws.amazon.com/ko_kr/sap/latest/general/welcome.html General SAP Guides - General SAP GuidesThanks for letting us know this page needs work. We're sorry we let you down. If you've got a moment, please tell us how we can make the documentation better.docs.aws.amazon.com 2. 1656099 - AWS의 SAP 어플리케이션: 지원되는 DB/OS 및 AWS EC2 제품 https://me.sap.com/notes/1656099 htt.. 2025. 9. 29.