Fedora release 36 Samba4.15.1 第2世代 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

[root@f36 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f36 ~]# net ads join -U administrator
Password for [TEST\administrator]:
Using short domain name — TEST
Joined ‘F36’ to dns domain ‘test.jp’
No DNS domain configured for f36. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f36 ~]# systemctl restart winbind
[root@f36 ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@f36 ~]# wbinfo -n chibi
S-1-5-21-2680058936-65489393-2017812206-1103 SID_USER (1)
[root@f36 ~]# net ads info
LDAP server: 0.0.0.0
LDAP server name: (null)
Realm: (null)
Bind Path: (null)
LDAP port: 0
Server time: 水, 03 11月 2021 11:12:53 JST
KDC server: 192.168.1.14
Server time offset: -2
Last machine account password change: 木, 01 1月 1970 09:00:00 JST
[root@f36 ~]# host -4 dc
dc.test.jp has address 192.168.1.11
dc.test.jp has address 192.168.1.12
dc.test.jp has IPv6 address 2400:4052:46e0:b700:f0ef:e0f2:9a96:d47f
dc.test.jp has IPv6 address 2400:4052:46e0:b700:ad09:3d1f:f63:7433
[root@f36 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.13
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:d28:b4c5:93c1:faaa
[root@f36 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.14
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:10e7:dbbd:a251:8cee
[root@f36 ~]# host -t SRV _ldap._tcp.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.
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
[root@f36 ~]# 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 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
[root@f36 ~]# host -t A test.jp
test.jp has address 192.168.1.12
test.jp has address 192.168.1.11
test.jp has address 192.168.1.13
test.jp has address 192.168.1.14
[root@f36 ~]# cat /etc/redhat-release
Fedora release 36 (Rawhide)
[root@f36 ~]# samba -V
Version 4.15.1
[root@f36 ~]# smbclient //192.168.1.11/netlogon -Uadministrator
Fedora release 36 Samba4.15.1 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

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

Fedora release 35 Samba4.15.1 第2世代 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

[root@f35 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f35 ~]# net ads join -U administrator
Password for [TEST\administrator]:
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 chibi
S-1-5-21-2680058936-65489393-2017812206-1103 SID_USER (1)
[root@f35 ~]# net ads info
LDAP server: 192.168.1.11
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 水, 03 11月 2021 10:55:24 JST
KDC server: 192.168.1.11
Server time offset: -2
Last machine account password change: 水, 03 11月 2021 10:54:55 JST
[root@f35 ~]# host -4 dc
dc.test.jp has address 192.168.1.12
dc.test.jp has address 192.168.1.11
dc.test.jp has IPv6 address 2400:4052:46e0:b700:f0ef:e0f2:9a96:d47f
dc.test.jp has IPv6 address 2400:4052:46e0:b700:ad09:3d1f:f63:7433
[root@f35 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.13
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:d28:b4c5:93c1:faaa
[root@f35 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.14
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:10e7:dbbd:a251:8cee
[root@f35 ~]# host t SRV _ldap._tcp.test.jp
host: couldn’t get address for ‘SRV’: not found
[root@f35 ~]# 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@f35 ~]# host -t SRV _kerberos._udp.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 dc1.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
[root@f35 ~]# host -t A test.jp
test.jp has address 192.168.1.11
test.jp has address 192.168.1.14
test.jp has address 192.168.1.13
test.jp has address 192.168.1.12
[root@f35 ~]# cat /etc/redhat-release
Fedora release 35 (Thirty Five)
[root@f35 ~]# samba -V
Version 4.15.1
[root@f35 ~]# smbclient //192.168.1.11/netlogon -Uadministrator
Fedora release 35 Samba4.15.1 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

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

Kernel 5.18-rc4 が公開

Kernel 5.18-rc4 が公開されました。ReleaseNoteはこちらです。

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

Fedora release 34 Samba4.14.8 第2世代 AMD EPYC 7742 64-core Processor x2 soketsに構築した 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 chibi
S-1-5-21-2680058936-65489393-2017812206-1103 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: 水, 03 11月 2021 10:02:43 JST
KDC server: 192.168.1.14
Server time offset: -3
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.11
dc.test.jp has address 192.168.1.12
dc.test.jp has IPv6 address 2400:4052:46e0:b700:ad09:3d1f:f63:7433
dc.test.jp has IPv6 address 2400:4052:46e0:b700:f0ef:e0f2:9a96:d47f
[root@f34 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.13
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:d28:b4c5:93c1:faaa
[root@f34 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.14
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:10e7:dbbd:a251:8cee
[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 dc.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 dc1.test.jp.
[root@f34 ~]# host -t A test.jp
test.jp has address 192.168.1.13
test.jp has address 192.168.1.12
test.jp has address 192.168.1.14
test.jp has address 192.168.1.11
[root@f34 ~]# cat /etc/redhat-release
Fedora release 34 (Thirty Four)
[root@f34 ~]# samba -V
Version 4.14.8
[root@f34 ~]# smbclient //192.168.1.11/netlogon -Uadministrator
Fedora release 34 Samba4.14.8 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

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

第3世代 AMD EPYC 7763 64-Core Processor x2個128-core 256threads 256GB Fedora release 34 RTX2080Ti y-cruncher v0.7.8.9507-static CUDA 11.4 円周率Pi 100億桁のBenchMarkを動作させてみた 89.538 seconds(Kernel5.14.11)

←小さいほど短時間
円周率Piの100億桁でのBenchmark (seconds)

AMD EPYC 7763 64-Core Processor x2個 Fedora release 34 89.538 seconds (Kernel5.14.11)データ詳細
AMD EPYC 7763 64-Core Processor x2 256G Fedora release 34 RTX2080Ti y-cruncher v0.7.8.9507-static CUDA 11.4 Pi 89.538 seconds ( 1.492 minutes ) 10,000,000,000
参考サイト 2

カテゴリー: 2 Sockets, fedora, nvidia | コメントする