2012年12月10日月曜日

VMware Server 1.0.10で管理しているサーバのディスク容量拡張(ゲストOSWindows2000)

1)ツールを使ってVHDを拡張

--------------------------------------------------------------------------------------------------
E:\Servers\Server01>"C:\Program Files (x86)\VMware\VMware Server\vmware-vdiskmanage
r.exe" -x 640GB "Windows 2000 Server (4).vmdk"
Using log file C:\DOCUME~1\VMWARE~1\LOCALS~1\Temp\1\vmware-VMWareUser\vdiskmanag
er.log
  Grow: 100% done.
The old geometry C/H/S of the disk is: 41773/255/63
The new geometry C/H/S of the disk is: 83546/255/63
Disk expansion completed successfully.
WARNING: If the virtual disk is partitioned, you must use a third-party
         utility in the virtual machine to expand the size of the
         partitions. For more information, see:
         http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1647
E:\Servers\Server01>
--------------------------------------------------------------------------------------------------

⇒320GBを640GBへ拡張
   可変長ディスクなのにこの処理に17.5時間かかりました。
 Hyper-V3でディスク拡張は一瞬だった。

2)Windows2000のパーティションを拡張

--------------------------------------------------------------------------------------------------
C:\Program Files\Resource Kit>diskpart
Microsoft DiskPart version 5.1.3553
Copyright (C) 1999-2001 Microsoft Corporation.
On computer: Server01
DISKPART> list volume
  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     H                       CD-ROM          0 B
  Volume 1     C   System       NTFS   Partition     50 GB  Healthy    System
  Volume 2     D   Share-File01 NTFS   Partition    240 GB  Healthy
  Volume 3     E   Share-Temp   NTFS   Partition     80 GB  Healthy
  Volume 4     F   Share-File02 NTFS   Partition    320 GB  Healthy
  Volume 5     G   ボリューム   NTFS   Partition    500 GB  Healthy

DISKPART> select volume 4
Volume 4 is the selected volume.
DISKPART> extend
DiskPart successfully extended the volume.
DISKPART>
DISKPART> exit
Leaving DiskPart...
C:\Program Files\Resource Kit>exit
--------------------------------------------------------------------------------------------------
⇒難なく拡張できた。
   いつの間にかに誰かが、サーバにResouceKitをインストールしておいてくれたから簡単にできました。

3)あとは、自前のディスク容量制御ツールを入れて、毎日指定した容量調整を行うようにしてディスク容量不足から解放となります。

以上です。

0 件のコメント:

コメントを投稿