また、NTNXのページの方に書かれている「/home/install/phx_iso/phoenix/svm_template/kvm/default.xml」のmachineタイプ変更はやらなくても動いたので実施していない。 pmuの追加も「仮想 CPU のパフォーマンス カウンタの有効化」のチェックをオンにできる環境なので実施していない。
CVMのホスト名を変える場合は、clusterを作った後にCVM上でrootになって「change_cvm_hostname 新ホスト名」を実行します 参考:Change CVM name change_cvm_hostnameで変えたらPrismで「Rename CVM back to what it was originally. The CVM name is nonconfigurable by the end user.」という警告が・・・ どうやら、いまのバージョンではお薦めではないらしい
ScaleMP™ and TidalScale announced today that the two companies have settled all litigation between them.
As part of the settlement, TidalScale has taken a paid-up five-year license to ScaleMP’s patent portfolio, and all trade-secret claims asserted against TidalScale, Dr. Ike Nassi and Dr. David Reed have been resolved without payment or admission of liability.
The startup company ScaleMP was recently sold to SAP for a small amount and much lower than what has been invested in it so far. This is a failure of a start-up company that aimed for much higher amounts, a move that did not succeed. Scale MP is a relatively old company in the startup market. It was founded in 2003 by Shay Poltheim and Rabbi Zlotogorsky, and engaged in the optimization and acceleration of computer resources through virtualization, ie running several machines on one computer. Over the years, the company has raised a total of about $ 36 million when the last round was raised in August 2017, when the company raised $ 10 million led by Leumi Partners. Over the years, the company has also invested in the following funds: Sequoia Israel, Lightspeed Israel, ABS Venture, Aviv VC, and TL Ventures and Evolution, as well as the private investors: Dan Barnea, Yehiam Yemini, Amiram Levinberg, Rami Lipman. At the last recruitment, Yaron Bloch, then CEO of Leumi Partners, said: “ScaleMP is a growing and leading company in its field and its activity is expected to continue to grow thanks to agreements with recently signed manufacturers and additional contracts that are expected to be implemented in the near future.
We are proud and excited to offer a Student/Intern position in our Raanana office for technology-savvy students interested in Product Management Internship . The Cloud Virtualization Group recently joined SAP, and our product vSMP MemoryONE is the leader in virtualization for in-memory computing. The group’s innovative architecture significantly reduces cloud cost by virtualizing NVM as system memory. In this role, you would be reporting to the Chief Product of the Cloud Virtualization Group.
Our Student/internship program is designed to be an authentic reflection of what it means to be an integral part of SAP. This is achieved through our hands-on, long-term program, structured to build a foundation of industry knowledge while personal and professional growth is facilitated through collaboration, exploration, and mentorship. From weekly online hands-on courses and training, through “lunch & learn” sessions, to our Product Lifecycle Experience, we believe in connecting you to various aspects of the company and group so you can truly evaluate potential career paths within the work we do.
# mkdir ~/powershell
# cd ~/powershell
# tar xfz ../powershell-6.1.0-preview.3-linux-arm32.tar.gz
#
そして、PowerShell Coreを実行
PS /root> uname -a
uname -a
Linux orangepi2 4.14.18-sunxi #24 SMP Fri Feb 9 16:24:32 CET 2018 armv7l GNU/Linux
PS /root> $PSVersionTable
Name Value
---- -----
PSVersion 6.1.0-preview.3
PSEdition Core
GitCommitId v6.1.0-preview.3
OS Linux 4.14.18-sunxi #24 SMP Fri Feb 9 16:24:3...
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
PS /root>
普通に動いているようだ。
続いて、PowerCLIのインストール
PS /root> Install-Module -Name VMware.PowerCLI
Untrusted repository
You are installing the modules from an untrusted repository. If you trust this
repository, change its InstallationPolicy value by running the Set-PSRepository
cmdlet. Are you sure you want to install the modules from 'PSGallery'?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help
(default is "N"):y
PS /root>
何事もなく終了。
モジュールの確認
PS /root> Install-Module -Name VMware.PowerCLI
Untrusted repository
You are installing the modules from an untrusted repository. If you trust this
repository, change its InstallationPolicy value by running the Set-PSRepository
cmdlet. Are you sure you want to install the modules from 'PSGallery'?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help
(default is "N"):y
PS /root>
1. Microsoftレポジトリの登録
「curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo」
[root@centos7 ~]# curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 193 100 193 0 0 70 0 0:00:02 0:00:02 --:--:-- 70
[packages-microsoft-com-prod]
name=packages-microsoft-com-prod
baseurl=https://packages.microsoft.com/rhel/7/prod/
enabled=1
gpgcheck=1
gpgkey=https://packages.microsoft.com/keys/microsoft.asc
[root@centos7 ~]#
[root@centos7 ~]# pwsh
PowerShell v6.1.0-preview.2
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/pscore6-docs
Type 'help' to get help.
PS /root> Install-Module -Name VMware.PowerCLI
Untrusted repository
You are installing the modules from an untrusted repository. If you trust this
repository, change its InstallationPolicy value by running the Set-PSRepository
cmdlet. Are you sure you want to install the modules from 'PSGallery'?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help
(default is "N"):y
<いろんなVMwareモジュールを追加インストール>
PS /root>
PS /root> Connect-VIServer -Server IPアドレス -User root -Password password -WarningAction 0
Connect-VIServer : 2018/07/06 14:29:03 Connect-VIServer Error: Invalid server certificate. Use Set-PowerCLIConfiguration to set the value for the InvalidCertificateAction option to Ignore to ignore the certificate errors for this connection.
Additional Information: Could not establish trust relationship for the SSL/TLS secure channel with authority 'IPアドレス'.
At line:1 char:1
+ Connect-VIServer -Server IPアドレス -User root -Password password - ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [Connect-VIServer], ViSecurityNegotiationException
+ FullyQualifiedErrorId : Client20_ConnectivityServiceImpl_Reconnect_CertificateError,VMware.VimAutomation.ViCore.Cmdlets.Commands.ConnectVIServer
PS /root>