VM Inaccessible

BINGO!!! Alright, here is how this was resolved: I referenced this artice for unmounting the datastore, https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2004605 Step 1: Manually unmount the datastore from the host with this command: esxcli storage filesystem unmount [-u UUID | -l label | -p path ] In my case I just used the label command. Step 2: Verify that … Read more

SQL Server Files Local or NAS or SAN?

NAS Definitely not NAS for SQL Server. SMB/CIFS does not have adequate support for file locking to support a DBMS (at least it didn’t a few years ago, ca. 2002-2003). Note that NFS does and you can actually do this with Oracle on an NFS server. However, SQL Server on a CIFS share is not … Read more

What is a Storage Area Network, and which benefits does it have over different storage solutions?

First of all, for a (broad) comparison of DAS, NAS and SAN storage see here. There are some common misconceptions about the term “SAN”, which means “Storage Area Network” and as such, strictly speaking, refers only to the communication infrastructure connecting storage devices (disk arrays, tape libraries, etc.) and storage users (servers). However, in common … Read more