Each kid should get a chance to destroy a nice car as they're growing up. It's a rite of passage into adulthood. I did it. I'm sure my parents have done it. Others in my family have done it. I think everyone should get out there on the road in a super nice car they didn't pay for and drive as fast as they can just to see what happens when the limits of physics are exceeded. It's so exciting. And you really get to know the depths of your parents love, patience, and forgiveness. So go on, get on out there and destroy a car and see what happens!!!
Virtual Information Technology Serivce Management
Develop and utilize best practices in virtualization and security to improve efficiencies in information technology service management
Monday, July 18, 2011
Another Beemer Bites the Dust
Each kid should get a chance to destroy a nice car as they're growing up. It's a rite of passage into adulthood. I did it. I'm sure my parents have done it. Others in my family have done it. I think everyone should get out there on the road in a super nice car they didn't pay for and drive as fast as they can just to see what happens when the limits of physics are exceeded. It's so exciting. And you really get to know the depths of your parents love, patience, and forgiveness. So go on, get on out there and destroy a car and see what happens!!!
Saturday, March 7, 2009
How to configure DataDomain as NFS DataStore for ESX
Purpose:
Follow these steps to allow a datadomain storage appliance to be used as a high capacity datastore by ESX and ESXi hosts using NFS so Virtual Machines can be moved from Production ESX cluster to test/dev ESXi hosts.
Basic steps:
1 - configure datadomain appliance nfs export
2 - add NFS datastore on ESX hosts
3 - copy VMs from Primary Storage to DDA (DataDomain Archiver).
Setup:
Data Domain OS 4.5.3.0-82657
Model 565
Active Directory Domain Admin user-id "itadmin"
DD IP Address: 10.10.10.99
Source ESX hosts' VMkernel portgroups on 10.10.11.0/24 network
Destination ESXi host on 10.10.10.7 (VMkernel and Management are on shared Port Group)
itadmin@datadomain-lan# nfs show clients
path client options
---------------- ------------------ ----------------------------------------
itadmin@datadomain-lan# nfs add
nfs add [ ( ) ]
Add NFS clients to an export
itadmin@datadomain-lan# nfs add /share/vmtest 10.10.11.0/24
NFS export for "/share/vmtest" added.
dirodriguez@datadomain01-source# nfs add /share/vmtest 10.10.10.7
NFS export for "/share/vmtest" added.
itadmin@datadomain-lan# nfs show clients
path client options
---------------- ------------------ ----------------------------------------
/share/vmtest 10.10.11.0/24 (rw,no_root_squash,no_all_squash,secure)
/share/vmtest 10.10.10.7 (rw,no_root_squash,no_all_squash,secure)
---------------- ------------------ ----------------------------------------
Add share on ESX hosts.
Copy VMs from Source ESX SAN datastores to new shared datastore.
Copy VMs from shared datastore to local ESXi datastore and reconfigure.
Check Deduplication Compression.
You can see amount of deduplication provided by multiple VM images by running this command:
itadmin@datadomain-lan# file show compression /share/vmtest
Total files: 15; bytes/storage_used: 18.3
Original Bytes: 15,462,695,250
Globally Compressed: 2,191,220,844
Locally Compressed: 840,288,247
Meta-data: 6,953,000
In this example we are getting only 18x compression. With additional Virtual Machines the compression will increase allowing many VMs to be stored and archived.
Follow these steps to allow a datadomain storage appliance to be used as a high capacity datastore by ESX and ESXi hosts using NFS so Virtual Machines can be moved from Production ESX cluster to test/dev ESXi hosts.
Basic steps:
1 - configure datadomain appliance nfs export
2 - add NFS datastore on ESX hosts
3 - copy VMs from Primary Storage to DDA (DataDomain Archiver).
Setup:
Data Domain OS 4.5.3.0-82657
Model 565
Active Directory Domain Admin user-id "itadmin"
DD IP Address: 10.10.10.99
Source ESX hosts' VMkernel portgroups on 10.10.11.0/24 network
Destination ESXi host on 10.10.10.7 (VMkernel and Management are on shared Port Group)
itadmin@datadomain-lan# nfs show clients
path client options
---------------- ------------------ ----------------------------------------
itadmin@datadomain-lan# nfs add
nfs add
Add NFS clients to an export
itadmin@datadomain-lan# nfs add /share/vmtest 10.10.11.0/24
NFS export for "/share/vmtest" added.
dirodriguez@datadomain01-source# nfs add /share/vmtest 10.10.10.7
NFS export for "/share/vmtest" added.
itadmin@datadomain-lan# nfs show clients
path client options
---------------- ------------------ ----------------------------------------
/share/vmtest 10.10.11.0/24 (rw,no_root_squash,no_all_squash,secure)
/share/vmtest 10.10.10.7 (rw,no_root_squash,no_all_squash,secure)
---------------- ------------------ ----------------------------------------
Add share on ESX hosts.
Copy VMs from Source ESX SAN datastores to new shared datastore.
Copy VMs from shared datastore to local ESXi datastore and reconfigure.
Check Deduplication Compression.
You can see amount of deduplication provided by multiple VM images by running this command:
itadmin@datadomain-lan# file show compression /share/vmtest
Total files: 15; bytes/storage_used: 18.3
Original Bytes: 15,462,695,250
Globally Compressed: 2,191,220,844
Locally Compressed: 840,288,247
Meta-data: 6,953,000
In this example we are getting only 18x compression. With additional Virtual Machines the compression will increase allowing many VMs to be stored and archived.
Subscribe to:
Posts (Atom)