Nutanix CE の CVM から、どうしても接続確認をしたくなり、telnet クライアントをインストールしてしまいました。
今回の CVM 。
nutanix@NTNX-bb10a8de-A-CVM:10.1.1.11:~$ cat /etc/nutanix/release_version el6-release-ce-2015.11.05-stable-130f29ce4bc788169965a2fcfc5b1a21386b389a nutanix@NTNX-bb10a8de-A-CVM:10.1.1.11:~$ cat /etc/nutanix/svm-version 4.5r11
配置されているファイル的には、意外と Yum リポジトリの設定はされていそうな雰囲気です。
nutanix@NTNX-bb10a8de-A-CVM:10.1.1.11:~$ ls -1 /etc/yum.repos.d/ CentOS-Base.repo CentOS-Debuginfo.repo CentOS-Media.repo CentOS-SCL.repo CentOS-Vault.repo CentOS-fasttrack.repo epel.repo vmware-osps.repo
デフォルトでも Yum リポジトリの参照は有効でした。
nutanix@NTNX-bb10a8de-A-CVM:10.1.1.11:~$ sudo yum repolist Loaded plugins: fastestmirror, post-transaction-actions, security Determining fastest mirrors epel/metalink | 13 kB 00:00 * base: repos.redrockhost.com * epel: linux.mirrors.es.net * extras: pubmirrors.dal.corespace.com * updates: centos.chi.host-engine.com base | 3.7 kB 00:00 epel | 4.3 kB 00:00 epel/primary_db | 5.8 MB 00:02 extras | 3.4 kB 00:00 extras/primary_db | 34 kB 00:00 scl | 2.9 kB 00:00 updates | 3.4 kB 00:00 updates/primary_db | 4.0 MB 00:02 vmware-tools-collection | 951 B 00:00 repo id repo name status base CentOS-6 - Base 6570+5 epel Extra Packages for Enterprise Linux 6 - x86_6 12069+44 extras CentOS-6 - Extras 50 scl CentOS-6 - SCL 674+2 updates CentOS-6 - Updates 1306 vmware-tools-collection vmware-tools-collection 34+7 repolist: 20703
telnet クライアントがインストールできました。
nutanix@NTNX-bb10a8de-A-CVM:10.1.1.11:~$ sudo yum install -y telnet Loaded plugins: fastestmirror, post-transaction-actions, security Setting up Install Process Loading mirror speeds from cached hostfile * base: repos.redrockhost.com * epel: linux.mirrors.es.net * extras: pubmirrors.dal.corespace.com * updates: centos.chi.host-engine.com Resolving Dependencies --> Running transaction check ---> Package telnet.x86_64 1:0.17-48.el6 will be installed --> Finished Dependency Resolution --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies Dependencies Resolved ============================================================================== Package Arch Version Repository Size ============================================================================== Installing: telnet x86_64 1:0.17-48.el6 base 58 k Transaction Summary ============================================================================== Install 1 Package(s) Total download size: 58 k Installed size: 109 k Downloading Packages: telnet-0.17-48.el6.x86_64.rpm | 58 kB 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : 1:telnet-0.17-48.el6.x86_64 1/1 Verifying : 1:telnet-0.17-48.el6.x86_64 1/1 Installed: telnet.x86_64 1:0.17-48.el6 Complete!
ためしに TCP 9440 番ポートへ接続確認してみて、OK だった様子。
nutanix@NTNX-bb10a8de-A-CVM:10.1.1.11:~$ telnet 31.220.67.80 9440 Trying 31.220.67.80... Connected to 31.220.67.80. Escape character is '^]'. ^] telnet> quit Connection closed.
基本的には CVM への勝手な追加インストールは NG のはずですが、Community Edition なので思い切ってやってしました。
以上。