<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VMware ESXi 8 | Linuxでサーバー構築</title>
	<atom:link href="https://korodes.com/category/vm-esxi8/feed/" rel="self" type="application/rss+xml" />
	<link>https://korodes.com</link>
	<description></description>
	<lastBuildDate>Mon, 14 Apr 2025 04:14:32 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://korodes.com/wp-content/uploads/2020/01/cropped-profile-32x32.jpg</url>
	<title>VMware ESXi 8 | Linuxでサーバー構築</title>
	<link>https://korodes.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>VMware ESXi 8 : インストール</title>
		<link>https://korodes.com/esxi8_01/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 07 Nov 2023 04:25:41 +0000</pubDate>
				<category><![CDATA[VMware ESXi 8]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=21815</guid>

					<description><![CDATA[1.インストールイメージダウンロード

VMwareのアカウントを作成し、下記イメージダウンロードサイトからイメージファイルをダウンロードする
https://customerconnect.vmware.com/jp/downloads/details?downloadGroup=ESXI80U2&#038;productId=1345&#038;rPId=112407

ダウンロードした ISOイメージ(VMware-VMvisor-Installer-8.0U2-22380479.x86_64.iso)をUSBフラッシュディスクもしくはDVD に書き込んでインストール用メディアを作成する。

今回はWindows11 上のVmware WorkstationでVMware ESXi 8をインストールしております。

2.インストール

①作成したインストールメディアから起動するようBIOSを変更し、コンピューターを起動すると VMware ESXi 8 のインストーラーが起動し、下図のような画面になる。]]></description>
		
		
		
			</item>
		<item>
		<title>VMware ESXi 8 : SSH , NTP</title>
		<link>https://korodes.com/esxi8_03/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 08 Nov 2023 00:30:40 +0000</pubDate>
				<category><![CDATA[VMware ESXi 8]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=21871</guid>

					<description><![CDATA[SSHによるリモート接続

ESXi ホストに SSH アクセスして、コマンドで操作する

SSHの有効化

①ダイレクトコンソールから設定する方法
root ユーザーアカウントでログインし、[Troubleshooting Options] をクリック
NTP : 時刻同期

ESXi はデフォルトでは、時刻同期の設定は無効となっている。
ESXi ではタイムゾーンの手動設定は不可で、タイムゾーンは UTC に設定され、システム上のファイルやログ等のタイムスタンプは、UTC 時刻で記録される。
よってタイムゾーンが日本の場合、システム上の時刻は、[日本の現在時刻 - 9] となる。]]></description>
		
		
		
			</item>
		<item>
		<title>VMware ESXi 8 : 基本設定</title>
		<link>https://korodes.com/esxi8_02/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 07 Nov 2023 06:15:14 +0000</pubDate>
				<category><![CDATA[VMware ESXi 8]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=21840</guid>

					<description><![CDATA[固定 IP アドレスの設定

ネットワークの設定を固定 IP アドレスに変更する(今回は192.168.11.83に変更)
①ルートユーザーでログイン後、[Configure Management Network] を選択して [Enter]
ESXi Shell へアクセスする

ESXi コンソールから root ユーザーアカウントでログインし、[Troubleshooting Options] を選択
VMware Host Clientの利用

VMware Host Client は WEBベースの管理インターフェイスで、PCからVMware Host Client へアクセスして ESXi ホストの管理をすることができる。

① HTTPアクセス可能な任意のクライアントPCで[https://(ESXi ホストのホスト名 または IP アドレス)/] へアクセスすると VMware Host Client のログイン画面が表示される。
root ユーザーでログインする。]]></description>
		
		
		
			</item>
		<item>
		<title>VMware ESXi 8 : 仮想マシンの作成</title>
		<link>https://korodes.com/esxi8_05/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 08 Nov 2023 03:00:00 +0000</pubDate>
				<category><![CDATA[VMware ESXi 8]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=21918</guid>

					<description><![CDATA[仮想マシンISOイメージアップロード

仮想マシン作成時に必要な OS インストール用の ISO イメージを ESXi ホストにアップロードする
今回は仮想マシンとしてUbuntu22.04を作成するので[ubuntu-22.04-live-server-amd64.iso]を1台目のディスクに新たに[ISO]フォルダを作成し、格納する

①VMware Host Client に root ユーザーアカウントでログイン
左側の  [ストレージ] をクリックし、ISO イメージを保管したいデータストアをクリック
Ubuntu22.04 Serverの仮想マシン作成

①VMware Host Client  [仮想マシン] をクリック]]></description>
		
		
		
			</item>
		<item>
		<title>VMware ESXi 8 : ESXiデータストア設定</title>
		<link>https://korodes.com/esxi8_04/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 08 Nov 2023 02:00:12 +0000</pubDate>
				<category><![CDATA[VMware ESXi 8]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=21902</guid>

					<description><![CDATA[データストアを追加

VMware Host Client で設定する

①VMware Host Client に root ユーザーアカウントでログインし、左側の  [ストレージ] をクリックし、[データストア]タブの[新しいデータストア]をクリック
]]></description>
		
		
		
			</item>
	</channel>
</rss>
