AMD EPYC 7302P 16-Core Processor Red Hat Enterprise Linux release 8.3 RTX2080Tix2 CUDA 11.0 Samples simpleP2P p2pBandwidthLatencyTest bandwidthTest deviceQueryを動作させてみた


[chibi@rhel8 ~]$ cat /etc/redhat-release
Red Hat Enterprise Linux release 8.3 (Ootpa)
[chibi@rhel8 ~]$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2020 NVIDIA Corporation
Built on Wed_Jul_22_19:09:09_PDT_2020
Cuda compilation tools, release 11.0, V11.0.221
Build cuda_11.0_bu.TC445_37.28845127_0
[chibi@rhel8 ~]$ nvidia-smi nvlink -c
GPU 0: GeForce RTX 2080 Ti (UUID: GPU-13277ce5-e1e9-0cb1-8cee-6c9e6618e774)
Link 0, P2P is supported: true
Link 0, Access to system memory supported: true
Link 0, P2P atomics supported: true
Link 0, System memory atomics supported: true
Link 0, SLI is supported: true
Link 0, Link is supported: false
Link 1, P2P is supported: true
Link 1, Access to system memory supported: true
Link 1, P2P atomics supported: true
Link 1, System memory atomics supported: true
Link 1, SLI is supported: true
Link 1, Link is supported: false
GPU 1: GeForce RTX 2080 Ti (UUID: GPU-1ac935c2-557f-282e-14e5-3f749ffd63ac)
Link 0, P2P is supported: true
Link 0, Access to system memory supported: true
Link 0, P2P atomics supported: true
Link 0, System memory atomics supported: true
Link 0, SLI is supported: true
Link 0, Link is supported: false
Link 1, P2P is supported: true
Link 1, Access to system memory supported: true
Link 1, P2P atomics supported: true
Link 1, System memory atomics supported: true
Link 1, SLI is supported: true
Link 1, Link is supported: false
[chibi@rhel8 ~]$
AMD EPYC 7302P 16-Core Processor Red Hat Enterprise Linux release 8.3 RTX2080Tix2 CUDA 11.0 Samples simpleP2P p2pBandwidthLatencyTest bandwidthTest deviceQuery

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

FreeBSD 12.2-STABLE r367603 Samba4.13.1 AMD EPYC 7302P 16-coreで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


root@freebsd:~ # kinit administrator
administrator@TEST.JP’s Password:
Enter administrator’s password:
Using short domain name — TEST
Joined ‘FREEBSD’ to dns domain ‘test.jp’
No DNS domain configured for freebsd. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@freebsd:~ # service samba_server start
Performing sanity check on Samba configuration: OK
nmbd already running? (pid=853).
smbd already running? (pid=857).
winbindd already running? (pid=861).
root@freebsd:~ # wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@freebsd:~ # wbinfo -n chibi
S-1-5-21-531816203-730215079-1526157293-1103 SID_USER (1)
root@freebsd:~ # net ads info
LDAP server: 192.168.1.34
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Mon, 30 Nov 2020 05:08:19 JST
KDC server: 192.168.1.34
Server time offset: -3
Last machine account password change: Mon, 30 Nov 2020 05:07:00 JST
root@freebsd:~ # host -4 dc
dc.test.jp has address 192.168.1.24
dc.test.jp has address 192.168.1.34
dc.test.jp has IPv6 address 2400:4052:46e0:b700:78ff:d4cf:8f24:c7aa
dc.test.jp has IPv6 address 2400:4052:46e0:b700:55c4:a495:cffa:fa8c
root@freebsd:~ # host -4 dc1
dc1.test.jp has address 192.168.1.42
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:8ca1:4fc6:8897:27c2
root@freebsd:~ # host -4 dc2
dc2.test.jp has address 192.168.1.143
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:4187:ee03:b5e:34e1
root@freebsd:~ # 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 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
root@freebsd:~ # 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@freebsd:~ # host -t A test.jp
test.jp has address 192.168.1.34
test.jp has address 192.168.1.143
test.jp has address 192.168.1.24
test.jp has address 192.168.1.42
root@freebsd:~ # uname -a
FreeBSD freebsd 12.2-STABLE FreeBSD 12.2-STABLE r367603 GENERIC amd64
root@freebsd:~ # samba -V
Version 4.13.1
root@freebsd:~ # smbclient //192.168.1.24/netlogon -Uadministrator
FreeBSD 12.2-STABLE r367603 Samba4.13.1 AMD EPYC 7302Pで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

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

Debian10.6 Samba4.9.5 AMD EPYC 7302P 16-coreで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加


root@debian:~# kinit administrator
Password for administrator@TEST.JP:
root@debian:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘DEBIAN’ to dns domain ‘test.jp’
No DNS domain configured for debian. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@debian:~# systemctl restart winbind
root@debian:~# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
root@debian:~# wbinfo -n chibi
S-1-5-21-531816203-730215079-1526157293-1103 SID_USER (1)
root@debian:~# net ads info
LDAP server: 192.168.1.143
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 月, 30 11月 2020 04:54:40 JST
KDC server: 192.168.1.143
Server time offset: -3
Last machine account password change: 月, 30 11月 2020 04:54:09 JST
root@debian:~# host -4 dc
dc.test.jp has address 192.168.1.34
dc.test.jp has address 192.168.1.24
dc.test.jp has IPv6 address 2400:4052:46e0:b700:55c4:a495:cffa:fa8c
dc.test.jp has IPv6 address 2400:4052:46e0:b700:78ff:d4cf:8f24:c7aa
root@debian:~# host -4 dc1
dc1.test.jp has address 192.168.1.42
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:8ca1:4fc6:8897:27c2
root@debian:~# host -4 dc2
dc2.test.jp has address 192.168.1.143
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:4187:ee03:b5e:34e1
root@debian:~# 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@debian:~# 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@debian:~# host -t A test.jp
test.jp has address 192.168.1.143
test.jp has address 192.168.1.42
test.jp has address 192.168.1.24
test.jp has address 192.168.1.34
root@debian:~# cat /etc/os-release
PRETTY_NAME=”Debian GNU/Linux 10 (buster)”
NAME=”Debian GNU/Linux”
VERSION_ID=”10″
VERSION=”10 (buster)”
VERSION_CODENAME=buster
ID=debian
HOME_URL=”https://www.debian.org/”
SUPPORT_URL=”https://www.debian.org/support”
BUG_REPORT_URL=”https://bugs.debian.org/”
root@debian:~# cat /etc/debian_version
10.6
root@debian:~# samba -V
Version 4.9.5-Debian
root@debian:~# smbclient //192.168.1.24/netlogon -Uadministrator
Debian10.6 Samba4.9.5 AMD EPYC 7302Pで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加

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

Fedora release 32 Kernel5.9.10-100.fc32.x86_64 PHP 8.0.0 Update

Fedora release 32 Kernel5.9.10-100.fc32.x86_64とPHP 8.0.0がUpdateされました。

[root@f32 ~]# uname -r
5.9.10-100.fc32.x86_64
[root@f32 ~]# php -v
PHP 8.0.0 (cli) (built: Nov 24 2020 17:04:03) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies
[root@f32 ~]# curl -V
curl 7.69.1 (x86_64-redhat-linux-gnu) libcurl/7.69.1 OpenSSL/1.1.1g-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.41.0
Release-Date: 2020-03-11
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@f32 ~]# samba -V
Version 4.12.10
[root@f32 ~]# cat /etc/redhat-release
Fedora release 32 (Thirty Two)
[root@f32 ~]#

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

Fedora release 34 Kernel5.10.0-0.rc5 PHP 7.4.13 Update

Fedora release 34 Kernel5.10.0-0.rc5とPHP 7.4.13がUpdateされました。

[root@f34 ~]# uname -r
5.10.0-0.rc5.20201125git127c501a03d5.85.fc34.x86_64
[root@f34 ~]# php -v
PHP 7.4.13 (cli) (built: Nov 24 2020 10:03:34) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.13, Copyright (c), by Zend Technologies
[root@f34 ~]# curl -V
curl 7.73.0 (x86_64-redhat-linux-gnu) libcurl/7.73.0 OpenSSL/1.1.1h-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.42.0
Release-Date: 2020-10-14
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt 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@f34 ~]# samba -V
Version 4.13.2
[root@f34 ~]# cat /etc/redhat-release
Fedora release 34 (Rawhide)
[root@f34 ~]#

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