Fedora release 35 Samba4.14.4 AMD EPYC 7502P 32-core Processorで構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた


[root@f35 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f35 ~]# net ads join -Uadministrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F35’ to dns domain ‘test.jp’
No DNS domain configured for f35. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f35 ~]# systemctl restart winbind
[root@f35 ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@f35 ~]# wbinfo -n administrator
S-1-5-21-1848962430-2333618718-372010070-500 SID_USER (1)
[root@f35 ~]# net ads info
LDAP server: 192.168.1.19
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 11 5月 2021 14:51:09 JST
KDC server: 192.168.1.19
Server time offset: 0
Last machine account password change: 火, 11 5月 2021 14:50:15 JST
[root@f35 ~]# host -4 dc
dc.test.jp has address 192.168.1.34
dc.test.jp has address 192.168.1.19
dc.test.jp has IPv6 address 2400:4052:46e0:b700:e850:e1e3:7625:2c02
dc.test.jp has IPv6 address 2400:4052:46e0:b700:45c9:4d7:ddca:fcd8
[root@f35 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.85
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:75d3:fe3:2e6d:4fac
[root@f35 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.86
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:ad7d:b1b5:64a2:7966
[root@f35 ~]# host -t SRV _ldap._tcp.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 dc2.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
[root@f35 ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc.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.
[root@f35 ~]# host -t A test.jp
test.jp has address 192.168.1.19
test.jp has address 192.168.1.34
test.jp has address 192.168.1.85
test.jp has address 192.168.1.86
[root@f35 ~]# cat /etc/redhat-release
Fedora release 35 (Rawhide)
[root@f35 ~]# samba -V
Version 4.14.4
[root@f35 ~]# smbclient //192.168.1.34/netlogon -Uadministrator
Fedora release 35 Samba4.14.4 AMD EPYC 7502P 32-core Processorで構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

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

Fedora release 34 Samba4.13.7 AMD EPYC 7502P 32 core Processorに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた


[root@f34 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f34 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F34’ to dns domain ‘test.jp’
No DNS domain configured for f34. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f34 ~]# systemctl restart winbind
[root@f34 ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@f34 ~]# wbinfo -n administrator
S-1-5-21-1848962430-2333618718-372010070-500 SID_USER (1)
[root@f34 ~]# net ads info
LDAP server: 0.0.0.0
LDAP server name: (null)
Realm: (null)
Bind Path: (null)
LDAP port: 0
Server time: 火, 11 5月 2021 14:04:18 JST
KDC server: 192.168.1.85
Server time offset: 0
Last machine account password change: 木, 01 1月 1970 09:00:00 JST
[root@f34 ~]# host -4 dc
dc.test.jp has address 192.168.1.34
dc.test.jp has address 192.168.1.19
dc.test.jp has IPv6 address 2400:4052:46e0:b700:e850:e1e3:7625:2c02
dc.test.jp has IPv6 address 2400:4052:46e0:b700:45c9:4d7:ddca:fcd8
[root@f34 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.85
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:75d3:fe3:2e6d:4fac
[root@f34 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.86
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:ad7d:b1b5:64a2:7966
[root@f34 ~]# 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 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
[root@f34 ~]# 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@f34 ~]# host -t A test.jp
test.jp has address 192.168.1.85
test.jp has address 192.168.1.34
test.jp has address 192.168.1.19
test.jp has address 192.168.1.86
[root@f34 ~]# cat /etc/redhat-release
Fedora release 34 (Thirty Four)
[root@f34 ~]# samba -V
Version 4.14.4
[root@f34 ~]# smbclient //192.168.1.19/netlogon -Uadministrator
Fedora release 34 Samba4.14.4 AMD EPYC 7502P 32-core Processorに構築した Windows Server 2022D atacenter Active Directory Domain のメンバーに参加してみた

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

Fedora release 34 Kernel5.11.19-300.fc34.x86_64 Update

Fedora release 34 Kernelが5.11.19-300.fc34.x86_64にUpdateされました。

[root@f34 ~]# uname -r
5.11.19-300.fc34.x86_64
[root@f34 ~]# php -v
PHP 8.0.6 (cli) (built: May 4 2021 17:26:18) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.6, Copyright (c) Zend Technologies
with Zend OPcache v8.0.6, Copyright (c), by Zend Technologies
[root@f34 ~]# curl -V
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/1.1.1k-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.43.0
Release-Date: 2021-04-14
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f34 ~]# samba -V
Version 4.14.4
[root@f34 ~]# cat /etc/redhat-release
Fedora release 34 (Thirty Four)
[root@f34 ~]#

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

Fedora release 33 Kernel5.11.19-200.fc33.x86_64 Update

Fedora release 33 Kernelが5.11.19-200.fc33.x86_64にUpdateされました。

[root@f33 ~]# uname -r
5.11.19-200.fc33.x86_64
[root@f33 ~]# php -v
PHP 8.0.6 (cli) (built: May 4 2021 17:26:18) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.6, Copyright (c) Zend Technologies
with Zend OPcache v8.0.6, Copyright (c), by Zend Technologies
[root@f33 ~]# curl -V
curl 7.71.1 (x86_64-redhat-linux-gnu) libcurl/7.71.1 OpenSSL/1.1.1k-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.43.0
Release-Date: 2020-07-01
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 brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f33 ~]# samba -V
Version 4.13.7
[root@f33 ~]# cat /etc/redhat-release
Fedora release 33 (Thirty Three)
[root@f33 ~]#

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

AMD EPYC 7502P 32-Core Processor AlmaLinux release 8.4 Beta TITAN RTX x2 CUDA 11.3 NGC NAMD 2.12-171025 STMV (virus) benchmark を動作させてみた(1,066,628 atoms, periodic, PME) 0.293241 days/ns

← day/ns 数値が小さいほうが高性能 AMD EPYC 7502P 32-Core

AMD EPYC 7502P 32-Core Processor データ詳細 0.293241 days/ns
AMD EPYC 7502P 32-Core Processor AlmaLinux release 8.4 Beta TITAN RTX x2 CUDA 11.3 namd 2.12-171025 STMV (virus) benchmark (1,066,628 atoms, periodic, PME) 0.293241 days ns
関連サイト

カテゴリー: centos8, nvidia | コメントする