‘Veeam’ カテゴリーのアーカイブ

Is Veeam the Best Backup Solution for vSphere 4?

2010 年 2 月 21 日 日曜日

ZDNET UKから:

http://community.zdnet.co.uk/blog/0,1000000567,10015149o-2000687178b,00.htm

Is Veeam the Best Back Up Solution for vSphere 4?
— When VMware first introduced VCB as part of the ESX package, it never did seem more than a temporary / complimentary solution for customers who had a small environment of 100 VMs or less. With the launch of VSphere4 and the subsequent introduction of APIs which allowed external applications and scripts to communicate directly to the ESX, it was apparent that VMware was beginning the gradual move to offload the backup solution to the Backup experts. Now having run with VSphere4 for more than six months, it seems a good time to assess and evaluate who has taken advantage and the lead with incorporating all the latest features of ESX4.

なぜVeeam が vShpere 4用のベストなバックアップ・ソリューションなのかを具体的にポイントを上げて説明(英)。

nworks Management Pack for VMware (vSphere Ready)

2010 年 2 月 11 日 木曜日

Microsoft System Center Operations Managerを活用したVMwareモニタリング

nworks MP(Management Pack)はMicrosoft System Center Operations Manager 2007に完全に統合されたVMwareインフラ(VI3 と vSphere)の分散モニタリングと管理を提供します。Microsoft System Center Operations Managerへ直接にVMwareインフラ、パフォーマンス、状態、キャパシティ、トポロジー、VMware vCenter™ イベントを表示し、ユーザのフィジカルとバーチャルなインフラに渡る共通のビューを提供します。

●共通管理コンソール:

特別な仮想化技術やトレーニングを必要とせず、System Center Operations ManagerでのルーティンなVMwareインフラ・モニタリングを実行することができます。MP for VMwareはSystem Center Operations Managerのフルパワーを活用し、革新的なスレッシュホールド、ダッシュボード、アラート、レポート、詳細データを提供します。

●拡張性のあるソリューション:

nworks CollectorコンポーネントはVMwareインフラのエージェントレス・モニタリングを提供するため、ESXの安定性やパフォーマンスに影響を与えるエージェント・ソフトのリスクを削減します。nworksはVI APIを使用しているので、ハイパーバイザの新規バージョンやパッチによるエージェント再検証の必要がなく、ESXiをフルにサポートします。

●VMwareによる「VMware Ready Optimized」認定により、nworks MPはセキュアーで、安定性に富み、安全なソリューションとして認められています。nworks MP version 5.0では最新のvSphere機能をネイティブにサポートし、VMwareインフラと System Center Operations Manager間での確実な統合を可能としています。

●仮想化インフラ・リソースの先を見通してのモニター:

■CPUレディー・タイム、スワップファイル使用量、バルーン・メモリー等のバーチャル・マシン・メトリクス

■ファン・スピード、シャーシ温度、消費電力などの物理ESXホストのハードウェア・センサー

■HBA I/Oと待ち時間、スワップファイル・パフォーマンス、データストアー・スペースなどのESXハイパーバイザ・メトリクス

■DRS, HA, VM ディプロイ、ライセンス、権限管理、コンフィグレーションでのvCenterイベント

●エンタープライズ・レベルの拡張性とパフォーマンス:

nworks Management Centerは複数のCollector、自動的に分散したライセンスと必要なタスクのモニタリングを管理し、、最大のパフォーマンス引き出すロードバランシングをダイナミックに行います。

●300種類以上のVMware用メトリクスとエベント:

nworks MPはCIM SMASHハードウェア・センサー・メトリクス(温度、電圧、ファン・スピード)などの300種類以上のVMware用メトリクスとエベントの幅広いモニタリングが可能です。

●Version 5.0 での新規機能:

■VMware vSphere, vCenter v4.0 and ESX v4.0をフル・サポート

■nworks Management Center- Webベースのnworks Collector administrationインターフェースで集中管理

■License Server-ライセンスの集中管理と自動ライセンス分散

** nworks Management Pack for VMwareのサンプル・スクリーン・ショット **

nworks Management Pack for VMware の評価版申請について

——————————————————————————-

View more presentations from 株式会社クライム.

Veeam PowerShell Extensions サンプル

2010 年 1 月 30 日 土曜日

●Veeam PS Extensionsで、vCenterを利用することなくVeeam Reporter Enterprise データベースへPowerShellを使用して接続することができます。

詳細のサンプルコード:
Once you have everything installed, simply open the Veeam PowerShell Extensions shortcut and connect to the Veeam DB using the _Connect-VIServer command:

 

PS C:\Documents and Settings\Administrator\Desktop> _Connect-VIServer

cmdlet _Connect-VIServer at command pipeline position 1

Supply values for the following parameters:

SQLInstance: localhost\veeam

SQLDatabase: VeeamReporter

 

Now that you are connected, you can do some basic commands like _Get-VM

 

Name

PowerState

Num CPUs

Memory (MB)

—-

———-

——–

———–

WindowsServ01

PoweredOff

1

256

MSVM02

PoweredOff

1

256

MSVM011

PoweredOff

1

256

MSVM03_RUN

PoweredOff

1

256

MSVM04_TEST

PoweredOff

1

256

WindowsServ02_STA…

PoweredOff

1

256

MSVM03

PoweredOff

1

256

WindowsServ02

PoweredOff

1

256

MSVM04

PoweredOff

1

256

Windows Server Ho…

PoweredOff

1

256

DSL Linux

PoweredOff

1

256

 

 

To check what data set you’re viewing, you can use the _Get-VRCurrentDate command:

 

PS C:\Documents and Settings\Administrator\Desktop> _Get-VRCurrentDate

 

Tuesday, March 24, 2009 5:24:15 PM

 

If you want to connect to a different date, simply use the _Set-VRCurrentDate command and enter a date:

 

PS C:\Documents and Settings\Administrator\Desktop> _Set-VRCurrentDate

 

cmdlet _Set-VRCurrentDate at command pipeline position 1

Supply values for the following parameters:

Date: 03.22.2009

To check that you’re connected to the proper date, rung the _Get-VRCurrentDate command again:

 

PS C:\Documents and Settings\Administrator\Desktop> _Get-VRCurrentDate

 

Sunday, March 22, 2009 12:00:00 AM

 

Now, executing the _Get-VM command will show different results, for that particular date:

 

Name

PowerState

Num CPUs

Memory (MB)

—-

———-

——–

———–

WindowsServ01

PoweredOn

1

256

MSVM02

PoweredOff

1

256

MSVM011

PoweredOff

1

256

MSVM03_RUN

PoweredOff

1

256

MSVM04_TEST

PoweredOff

1

256

WindowsServ02_STA…

PoweredOff

1

256

MSVM03

PoweredOff

1

256

WindowsServ02

PoweredOff

1

256

MSVM04

PoweredOff

1

256

Windows Server Ho…

PoweredOff

1

256

DSL Linux

PoweredOn

1

256

Veeam製品のESXi Free版のサポートについて

2010 年 1 月 29 日 金曜日

ESXiにはESXi Free版とESXi Licensed/Paid版の2種類があります。
ESXi Free版は無償版で、ESXi Licensed版はライセンス・キーを持った有償版です。ESXi Free版からESXi Licensed版に変更するためにはVMwareのSDKのどれかを購入する必要があります。

各Veeamの製品にはそれぞれ2種類のESXiに対するサポートが違ってきます。
それぞれの製品に対するサポート・テーブルを示します。

 

ESX 3.5/4.x

ESXi ライセンス版 3.5/4.x

ESXi Free版 3.x/4.x

Veeam Backup & Replication

Fully supported

Fully supported

Not supported

Veeam Monitor

Fully supported

Fully supported

Support for read operations only

Veeam/nworks MP and SPI

Fully supported

Fully supported

Support for read operations only

Veeam Reporter Enterprise

Fully supported

Fully supported

Support for read operations only

ESXとESXiについてのVMware KB 記事 – VMware ESX and ESXi Comparison (1006543)

Veeam Backup & Replicationへの乗り換えキャンペーン:2010年6月30日まで

2010 年 1 月 10 日 日曜日

VeeamはVMware ESXで稼動する他社のバックアップ、レプリケーション、リカバリ・ソフトから「Veeam Backup & Replication」へ乗り換えキャンペーンをスタートさせました。

■概要■

割引率:15%
●割引は他社のライセンスが使用するESXのCPU Socket数のみ適応されます。
●使用している他社ライセンスの証明が必要です。
●2010年6月30日までの期間限定

■ 詳しくはお問い合わせください。■