Oracle Linux Server release 8.2 Samba4.11.2 AMD EPYC 7302Pで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


[root@oracle8 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@oracle8 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘ORACLE8’ to dns domain ‘test.jp’
No DNS domain configured for oracle8. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@oracle8 ~]# systemctl restart winbind
[root@oracle8 ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@oracle8 ~]# wbinfo -n chibi
S-1-5-21-4252828235-1945649609-3318306072-1103 SID_USER (1)
[root@oracle8 ~]# net ads info
LDAP server: 192.168.1.53
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 日, 13 9月 2020 14:35:31 JST
KDC server: 192.168.1.53
Server time offset: -7
Last machine account password change: 日, 13 9月 2020 14:34:39 JST
[root@oracle8 ~]# host -4 dc
dc.test.jp has address 192.168.1.27
dc.test.jp has address 192.168.1.28
dc.test.jp has IPv6 address 2400:4052:46e0:b700:5440:7997:1f70:6066
dc.test.jp has IPv6 address 2400:4052:46e0:b700:5021:a5ac:5882:f185
[root@oracle8 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.30
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:79f0:d44d:dc7a:b245
[root@oracle8 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.53
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:d9fb:4f0:1b8c:d399
[root@oracle8 ~]# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
[root@oracle8 ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
[root@oracle8 ~]# host -t A test.jp
test.jp has address 192.168.1.27
test.jp has address 192.168.1.28
test.jp has address 192.168.1.53
test.jp has address 192.168.1.30
[root@oracle8 ~]# cat /etc/oracle-release
Oracle Linux Server release 8.2
[root@oracle8 ~]# smbd -V
Version 4.11.2
[root@oracle8 ~]# net ads lookup
Information for Domain Controller: 192.168.1.53
Oracle Linux Server release 8.2 Samba4.11.2 AMD EPYC 7302Pで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

カテゴリー: oracle8, samba4, windows | コメントする

Oracle Linux Server release 8.2 PHP 7.4.10 Update

Oracle Linux Server release 8.2 PHPが7.4.10にUpdateされました。 

[root@oracle8 ~]# uname -r
4.18.0-193.19.1.el8_2.x86_64
[root@oracle8 ~]# php -v
PHP 7.4.10 (cli) (built: Sep 1 2020 13:58:08) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.10, Copyright (c), by Zend Technologies
[root@oracle8 ~]# curl -V
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1c zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.9.0/openssl/zlib nghttp2/1.33.0
Release-Date: 2018-09-05
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz brotli TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL Metalink
[root@oracle8 ~]# smbd -V
Version 4.11.2
[root@oracle8 ~]# cat /etc/oracle-release
Oracle Linux Server release 8.2
[root@oracle8 ~]#

カテゴリー: oracle8 | コメントする

AMD EPYC 7302P 16 Core Processer 3.0GHZ メモリ8 Channel 3200MHZ V RAYを動作させてみた 21734


カテゴリー: windows | コメントする

CentOS Linux release 7.8.2003 Samba4.10.4 AMD EPYC 7302Pで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


[root@centos7 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@centos7 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘CENTOS7’ to dns domain ‘test.jp’
No DNS domain configured for centos7. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@centos7 ~]# systemctl restart winbind
[root@centos7 ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@centos7 ~]# wbinfo -n chibi
S-1-5-21-4252828235-1945649609-3318306072-1103 SID_USER (1)
[root@centos7 ~]# net ads info
LDAP server: 192.168.1.53
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 日, 13 9月 2020 04:12:32 JST
KDC server: 192.168.1.53
Server time offset: -8
Last machine account password change: 日, 13 9月 2020 04:11:51 JST
[root@centos7 ~]# host -4 dc
dc.test.jp has address 192.168.1.27
dc.test.jp has address 192.168.1.28
dc.test.jp has IPv6 address 2400:4052:46e0:b700:5440:7997:1f70:6066
dc.test.jp has IPv6 address 2400:4052:46e0:b700:5021:a5ac:5882:f185
[root@centos7 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.30
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:79f0:d44d:dc7a:b245
[root@centos7 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.53
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:d9fb:4f0:1b8c:d399
[root@centos7 ~]# host -t A test.jp
test.jp has address 192.168.1.27
test.jp has address 192.168.1.30
test.jp has address 192.168.1.28
test.jp has address 192.168.1.53
[root@centos7 ~]# cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
[root@centos7 ~]# smbd -V
Version 4.10.4
[root@centos7 ~]# net ads lookup
Information for Domain Controller: 192.168.1.53
CentOS Linux release 7.8.2003 Samba4.10.4 AMD EPYC 7302Pで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

カテゴリー: centos7, samba4, windows | コメントする

Samba 4.13.2 4.12.10 4.11.16 Available for Download

Samba 4.13.2と4.12.10と4.11.16 が公開されました。ReleaseNoteはこちらこちらこちらです。

カテゴリー: samba4 | コメントする