2022年2月26日土曜日
2022年2月22日火曜日
WSL 2で Linux ファイルシステムにアクセスできると思ったら、Windows 11 Insider Build 22000 以上ということだったのですが
Windows Subsystem for Linux 2 (以降、WSL 2) で Linux ファイルシステムをマウントできるみたいだと思って、よく読んでみると前提条件として「Windows 11 Build 22000 以上」が必要だった。
- Volumio を2.9から、3.1にアップグレードしたところ、SDカードに置いていた音楽ファイルがすべて消えた。改めてコピーしなおすとしても、NW 越しだと遅いのでダイレクトに読み書きできないか調べたところ、上記に行き着いたわけです。
- Windows 10では、Ext2Fsd 使うしかない感じ
Volumio は、SDXC カードがパーティションに分割されています。
よって Mounting a partitioned disk に沿って進めてみました。がマウントできず。
ビルド番号は、22000なんですけどねぇ。
2022年2月20日日曜日
Dell EMC OpenManage Integration Version 2.2.1 with Microsoft Windows Admin Center
Dell EMC OpenManage Integration Version 2.2.1 with Microsoft Windows Admin Center がリリースされました。変更点を引用します。
- Supports Azure Stack HCI version 21H2
- Supports Windows Server 2022 HCI clusters
- Enhancements
As part of the secured-core feature, the Trusted Platform Module (TPM) 2.0 attribute message has been enhanced to provide Dell EMC recommendation of enabling these TPM 2.0 attributes for overall security and system resiliency, even though all these attributes may not be required for secured-core. Enabling TPM related attributes is available from the release OMIMSWAC 2.2.
2022年2月19日土曜日
2022年2月11日金曜日
特に明示的に指定しなかったけど、Switch Embedded Teaming の負荷分散モードは Hyper-V Port になっているで、良いのかな
Switch Embedded Teaming (SET)の負荷分散モード(負荷分散アルゴリズム)は Hyper-V Port になっているかを確認(振り返る)します。
Windows Server 2019の場合
下記のような感じで、SET を作ってました。
Windows Server 2022の場合
下記のような感じで、SET を作ってました。
2022年2月9日水曜日
ウィルス対策における、AKS on Azure Stack HCI/Windows Server の除外パス
Resolve general issues when using Azure Kubernetes Service on Azure Stack HCI
の
When running AksHci PowerShell cmdlets, an Unable to Load DLL error appears
に除外パスの記載があります。以下、引用しておきますね。
プロセルのファイル名:
- kubectl.exe
- kvactl.exe
- mocctl.exe
- nodectl.exe
- wssdagent.exe
- wssdcloudagent.exe
- kubectl-adsso.exe
- AksHciHealth.exe
フォルダーのパス:
- C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\
- C:\Program Files\WindowsPowerShell\Modules\TraceProvider\
- C:\Program Files\WindowsPowerShell\Modules\AksHci\
- C:\Program Files\WindowsPowerShell\Modules\Az.Accounts\
- C:\Program Files\WindowsPowerShell\Modules\Az.Resources\
- C:\Program Files\WindowsPowerShell\Modules\AzureAD\
- C:\Program Files\WindowsPowerShell\Modules\DownloadSdk\
- C:\Program Files\WindowsPowerShell\Modules\Kva\
- C:\Program Files\WindowsPowerShell\Modules\Microsoft.SME.CredSspPolicy\
- C:\Program Files\WindowsPowerShell\Modules\Moc\
- C:\Program Files\WindowsPowerShell\Modules\PackageManagement\
- C:\Program Files\AksHci\
- C:\AksHci\
でも、C:\AksHci\ のみ見たこと無い気がするけど。
Get-AksHciCredential と kubectl.exe
Get-AksHciCredential は、AKS on Azure Stack HCI/Windows Server で kubectl.exe を使う際、標記のコマンドレットで 対象の kube-config をダウンロードしてくれます。
上記の通り、kubectl.exe を実行し、Kubernetes クラスターを管理できます。
さて、kubectl.exe は、AKS on Azure Stack HCI/Windows Server をデプロイされた各ノードの C:\Program Files\AksHci 配下にあります。
また、CSV 配下にも、kubectl.exe がありますよ。

