i am using FCP. not on NFS because worried about performance. I have the VSC installed but I am not seeing my datastore under netapp. netapp host discovery is queued.
... View more
is there a background process that reclaims unused volume space? my 500gb lun on vmware is empty but still shows 40gb used. i do not have snapdrive so I cannot reclaim it with that
... View more
is it necessary to align a windows 2008 template vm? I heard windows 2008 is already aligned. where can i get the align tools to realign existing vms? Also can i use it for emc datastores?
... View more
should i do a fat volume and a thin lun on a fat volume? I am more concerned about what actual lun usage are from both storage and host locations
... View more
wouldnt this be a lot of wasted space on the filer? 2.5x? Its good to have space reserved but most of the time I would not be taking any snapshots. Its nice to have them when I need to recover something but dont want to waste too much space for snapshots. i really like the idea of disabling space reservation, that way the host and storage space availability looks the same and its consistent. maybe I can leave fractional reserve at 20% or less for the snapshots. also what does the -s option do for creating volumes? -s none, volume, file thanks
... View more
I created a volume and then created a lun using all space. from the best practice doc, it says use one lun per volume. but when i create a lun to use all volume space I get warning errors in ops mgr. how should I size my volume/lun for vmware?
... View more
when i create volumes in an aggregate for vmware, should i set the volume the same size as the lun? or should i create multiple luns per volume?
... View more
i copied a vm to this volume. then removed it from the esx host, the lun is showing as empty but on the filer df -V -g myvol Filesystem total used avail capacity Mounted on /vol/myvol/ 80GB 61GB 18GB 76% /vol/myvol/ /vol/myvol/.snapshot 20GB 30GB 0GB 154% /vol/myvol/.snapshot lun show -v /vol/myvol/foo /vol/myvol/foo 50g (53687091200) (r/w, online, mapped) Serial#: dfkpVZfRtWuT Share: none Space Reservation: enabled (not honored by containing Aggregate) Multiprotocol Type: vmware Maps: test=200 Occupied Size: 30.3g (32552378368) Creation Time: Sun Sep 25 18:50:24 PDT 2011 Cluster Shared Volume Information: 0x0 why is showing 61gb used and occupied size 30.3gb?
... View more
df -rh myvol Filesystem total used avail reserved Mounted on /vol/myvol/ 80GB 80GB 0GB 30GB /vol/myvol/ /vol/myvol/.snapshot 20GB 963MB 19GB 0MB /vol/myvol/.snapshot why is used 80GB? lun is 50GB why is reserved 30GB?
... View more
So I still trying to understand how netapp disk space is allocated .... I created a volume in an aggregate vol create myvol myaggr 100g --------------- then create a lun for 50gb lun create -s 50g -t vmware /vol/myvol/mylun total used available /vol/myvol/ 80GB 50GB 29GB 63% /vol/myvol/ /vol/myvol/.snapshot 20GB 0GB 19GB 0% /vol/myvol/.snapshot --------------------- Then mounted the lun and moved a vm ~30gb vm to this lun afterwards I got this message : monitor.globalStatus.nonCritical:warning]: /vol/myvol is full (using or reserving 98% of space and 0% of inodes, using 63% of reserve). df -V -g shows /vol/myvol/ 80GB 80GB 0GB 100% /vol/myvol/ /vol/myvol/.snapshot 20GB 0GB 19GB 0% /vol/myvol/.snapshot --------------------- and in esx the actual size of the lun is using vmfs3 49.8G 32.7G 17.1G 66% /vmfs/volumes/4e7a733c-8cf0ad8a-b1fe-001b2122b15d ------------------------ so I started with a 50gb lun in a 80gb volume. then i wrote 32.7gb into the 50gb lun. what i still dont understand is why df -V -g shows /vol/myvol is 80gb full now and 0gb available now why not 17.1 gb available instead?
... View more
when i create a volume in a aggr. there is always 20% reserved for snapshots. then afterwards I remove it snap reserve -v vol_name 0 Is this set on the aggr level or I have to turn it off manually per volume? aggr options my_aggr shows: nosnap=off, raidtype=raid_dp, raidsize=16, ignore_inconsistent=off, snapmirrored=off, resyncsnaptime=60, fs_size_fixed=off, snapshot_autodelete=on, lost_write_protect=on, ha_policy=cfo Is it bad to remove this 20% reservation?
... View more
when i create a lun on netapp should i create a qtree in the path first or just use the volume and lun path ex /vol/volume_name/lun_name or /vol/volume_name/qtree_name/lun_name? which one?
... View more