This post is more than 5 years old
4 Posts
0
715
April 7th, 2010 00:00
Enlarge Windows system volume
Hi all
We are requested to enlarge the system volume of a Windows server. The volume is currently a single hyper of 11GB, the new size is twice that amount. I built a meta device and restored a physical backup to that meta, but the new filesystem was corrupt. As Open Migrator is not an option (system volume) I'm running out of options now. Has anyone an idea, how to solve that problem?
Thanks in advance
Uwe
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
April 7th, 2010 04:00
so you are booting from SAN ? This should work but test it on non production server first
1) shutdown the server
2) unmap device from FA (make it write_disable first)
3) create meta by adding another device
4) map it back to FA (also make it read/write again)
5) mask it to an available Windows system, use diskpart on that system to extend the partition.
6) unmask it and mask it back to the original server
7) try to boot.
RRR
6 Operator
•
5.7K Posts
1
April 7th, 2010 05:00
As long as the original server is down, you don't even need to unmask it from that server. Simply mask it to a 2nd server, do the diskpart trick and unmask it afterwards. Then boot the original server again.
UweB1
4 Posts
0
April 7th, 2010 06:00
Thanks for the information.
I just tried it and got an error. After masking it to another server to extend the partition, I got the error 'The file or directory is corrupted and unreadable'. I thoroughly followed your list point by point and the symconfigure ended successfully.
Did you try this before?
Thanks
Uwe
RRR
6 Operator
•
5.7K Posts
1
April 7th, 2010 06:00
Make sure the server whose c-drive it is is switched off. 2 Servers may NOT access the same LUN at the same time. That's why Dynamox mentioned to unmask the bootLUN from that server and that's why I made the comment to make sure the boot-LUN server is switched off.
UweB1
4 Posts
0
April 8th, 2010 06:00
Finally it worked! My scripts create striped metas under the hood, what is not helpful for this task. After creating a concatenated meta from the hyper and adding an additional hyper to the new meta, I was able to expand the partition and boot the original server from the new meta.
Thanks
Uwe
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
April 8th, 2010 09:00
what process did you use to extend the partition ?
UweB1
4 Posts
0
April 12th, 2010 01:00
Hi dynamox,
I used your list preceded by a clone to keep the original as fallback. At pt 3 I created a concatenated meta and then increased the filesystem after masking the new meta to a test server. The final boot of the original server with the new disk was ok.
Thanks for your support
Uwe