PermitRootLogin yes
2023年12月27日水曜日
2023年12月26日火曜日
Rocky Linux Web コンソール ( cockpit )
2023年12月14日木曜日
Rocky linux8 にpython3.9をインストール
# vi /etc/ld.so.conf.d/oracle.conf <<__EOF__
/usr/lib/oracle/11.2/client64/lib/
2023年12月11日月曜日
The GPG keys listed for the "google-chrome" repository are already installed but they are not correct for this package.
warning: /var/cache/yum/x86_64/7/google-chrome/packages/google-chrome-stable-120.0.6099.71-1.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID a3b88b8b: NOKEY
https://dl.google.com/linux/linux_signing_key.pub から鍵を取得中です。
The GPG keys listed for the "google-chrome" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.
Failing package is: google-chrome-stable-120.0.6099.71-1.x86_64
GPG Keys are configured as: https://dl.google.com/linux/linux_signing_key.pub
→yum install google-chrome-stable.x86_64 --nogpgcheck
2023年12月6日水曜日
oracle statspack
-- インストール
SQL> @?/rdbms/admin/spcreate.sql
2023年12月5日火曜日
2023年11月27日月曜日
postgre sql 変数定義
select '休日' as hol
)
select
holiday,
case
when holiday_name = vars.hol then '振替休日'
else holiday_name
end,
day_of_week
from vars, sales.mast_祝日マスタ;
2023年11月21日火曜日
2023年11月13日月曜日
2023年11月7日火曜日
oracle 保守
【データベース論理チェック】
# su - oracle$ rman target /
Recovery Manager: Release 19.0.0.0.0 - Production on 火 11月 7 10:40:48 2023
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
ターゲット・データベース: ORCL (DBID=1629878299)に接続されました
RMAN> validate database check logical;
【TFA】
TFA-00002 : Oracle Trace File Analyzer (TFA) is not running
# /opt/app/11.2.0/grid/bin/tfactl start
Starting TFA..
start: Job is already running: oracle-tfa
Waiting up to 100 seconds for TFA to be started..
. . . . .
Successfully started TFA Process..
. . . . .
TFA Started and listening for commands
# /opt/app/11.2.0/grid/bin/tfactl print status
.---------------------------------------------------------------------------------------------.
| Host | Status of TFA | PID | Port | Version | Build ID | Inventory Status |
+-------+---------------+-------+------+------------+----------------------+------------------+
| dbsv2 | RUNNING | 21292 | 5000 | 12.1.2.0.0 | 12120020140619094932 | COMPLETE |
| dbsv1 | RUNNING | 830 | 5000 | 12.1.2.0.0 | 12120020140619094932 | COMPLETE |
'-------+---------------+-------+------+------------+----------------------+------------------'
# /opt/app/11.2.0/grid/bin/tfactl diagcollect -from "Nov/02/2023 15:00:00" -to "Nov/02/2023 19:00:00"
2023年10月30日月曜日
Rocky linux9.2 インストール powertools epel amdgpu postgres
Repository | repoid | Rocky 8 | Rocky 9 |
---|---|---|---|
PowerTools | powertools | Yes | No |
CRB | crb | No | Yes |
※ PowerTools → crb
# dnf config-manager --set-enabled crb
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl.google.com/linux/linux_signing_key.pub
Backgroud Logo
# dnf install postgresql15-server postgresql15-contrib
# postgresql-15-setup initdb
# rpm -qa|grep -E 'amdgpu|rocm'
# rpm -qa|grep -E 'amdgpu|rocm'
# rpm -qa|grep -E 'amdgpu|rocm'
2023年10月29日日曜日
Rocky linux9 KVM インストール (仮想マネージャー)
virsh net-start private_api_1a ×
virsh net-autostart private_api_1a ×
2023年7月27日木曜日
Rocky linux に Openshot インストール
# flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# flatpak -y install flathub org.openshot.OpenShot
$ flatpak run org.openshot.OpenShot
2023年7月3日月曜日
Rocky Linux 8.8 設定
# localectl set-locale LANG=ja_JP.utf8
# localectl
#-------------------------------
nameserver 8.8.8.8
# chrony
#-------------------------------
# dnf install chrony
# systemctl status chronyd● chronyd.service - NTP client/server
Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:chronyd(8)
man:chrony.conf(5)
# systemctl stop ntpd
# systemctl disable ntpd
# systemctl enable chronyd
# systemctl start chronyd
# chronyc sources
MS Name/IP address Stratum Poll Reach LastRx Last sample
======================================================================
^+ x.ns.gin.ntt.net 2 6 17 2 -2262us[-1053us] +/- 87ms
^* time.cloudflare.com 3 6 17 2 +1543us[+2752us] +/- 72ms
^+ 122x215x240x51.ap122.ftt> 2 6 17 2 +4556us[+5765us] +/- 49ms
^+ gotoky.hojmark.net 2 6 17 2 -3532us[-2323us] +/- 40ms
#-------------------------------------
# net-tools
# dnf install net-tools
# user作成
#---------------------------------------
# dnf install wget
CATALINA_HOME=/opt/tomcat
# dnf remove mysql*
# dnf module list php
# dnf module enable php:remi-8.0
# dnf install php
# php --version
#
# Timeout: The number of seconds before receives and sends time out.
#Timeout 1000
WSGIApplicationGroup %{GLOBAL}
WSGIDaemonProcess office user=apache group=apache processes=1 threads=100 maximum-requests=10000 \
home=/var/www/wsgi/office \
python-home=/var/www/wsgi/office/.venv \
python-path=/var/www/wsgi/office:/var/www/wsgi/office/.venv/lib/python3.9/site-packages \
lang=ja_JP.utf8
WSGIScriptAlias /office /var/www/wsgi/office/Config/wsgi.py process-group=office
Alias /assets/ /aws/efs/assets/
Alias /media/ /aws/efs/media/
<Directory /aws/efs/assets>
Require all granted
</Directory>
<Directory /aws/efs/media>
Require all granted
</Directory>
WSGIPassAuthorization on
<Location /office>
WSGIProcessGroup office
</Location>
2023年5月9日火曜日
Postgres への移行
longint → bigint
decimal → numeric( p, s )
engine → カット
comment → カット
char(32) → uuid
longtext → text
datetime → timestamp
2023年4月24日月曜日
Rocky Linux9 に postgres インストール
Rocky Linux release 9.1 (Blue Onyx)
2023年4月7日金曜日
amazon Linux 2023 設定
【タイムゾーンと日本語】
$ sudo timedatectl set-timezone Asia/Tokyo
$ sudo timedatectl
$ sudo localectl set-locale LANG=ja_JP.utf8
$ sudo localectl
$ sudo vi /etc/dnf/dnf.conf
proxy=http://192.168.13.101:3128
$ sudo vi /etc/profile.d/proxy.sh
export http_proxy=http://192.168.13.101:3128
export https_proxy=http://192.168.13.101:3128
$ sudo amazon-linux-extras install epel ----> 廃止
【未インストールパッケージ】
$ sudo mkdir /aws
$ sudo vi /etc/fstab
192.168.210.101:/test-cxdnext-filegateway /aws nfs rw,hard,nolock 0 0
$ sudo mount -a
【zabbix agent2 】 → 保留(openssl1.1が必要な為
$ sudo dnf install https://repo.zabbix.com/zabbix/6.4/rhel/8/x86_64/zabbix-agent2-6.4.1-release1.el8.x86_64.rpm
Last metadata expiration check: 0:28:37 ago on Fri Apr 7 16:31:07 2023.
zabbix-agent2-6.4.1-release1.el8.x86_64.rpm 3.8 MB/s | 5.5 MB 00:01
Error:
Problem: conflicting requests
- nothing provides libcrypto.so.1.1()(64bit) needed by zabbix-agent2-6.4.1-release1.el8.x86_64
- nothing provides libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) needed by zabbix-agent2-6.4.1-release1.el8.x86_64
- nothing provides libssl.so.1.1()(64bit) needed by zabbix-agent2-6.4.1-release1.el8.x86_64
- nothing provides libssl.so.1.1(OPENSSL_1_1_0)(64bit) needed by zabbix-agent2-6.4.1-release1.el8.x86_64
- nothing provides libssl.so.1.1(OPENSSL_1_1_1)(64bit) needed by zabbix-agent2-6.4.1-release1.el8.x86_64
zabbix7 amazon linux2023 インストール postgres15
【postgres】 dnf -y install postgresql15-server postgresql15-server-devel postgresql-setup initdb passwd postgres vi `find / -name pg_hba.con...
-
# mount /dev/nvme0n1p3 /mnt/m2 mount: /mnt/m2: 未知のファイルシステムタイプ 'LVM2_member' です. # fdisk -l /dev/nvme0n1 ディスク /dev/nvme0n1: 953....
-
【snmp/snmptrap】 # yum -y install net-snmp # yum -y install net-snmp-utils # yum -y install snmptt # yum install perl-Sys-Syslog # fi...
-
※Status code: 404 for https://dlm.mariadb.com/repo/mariadb-server/10.7.... → Ver.10 サポート切れ!! # dnf remove MareaDB-client # curl -sS https:...