Monday, June 22, 2015

Removing a file from VMFS volume fails with the error: Resource temporarily unavailable (2063629)

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2063629

Removing a file from VMFS volume fails with the error: Resource temporarily unavailable (2063629)

  • Deleting a file from a VMFS datastore in the vSphere Client or the vSphere CLI fails.
  • You see the error:

    Resource temporarily unavailable
  • When you attempt to delete a file from a VMFS datastore, the vmkernel.log file reports an error similar to:  
cpu6:5455056)FS3: 1393: vol 'datastore_name', lock at 173475840: [Req mode: 1] Not free:
cpu6:5455056)[type 10c00004 offset 173475840 v 158, hb offset 3338752gen 4307, mode 1, owner 51b23791-f35c96e9-44ed-3c4a92f61680 mtime 2278287
cpu6:5455056)Res3: 5696: Rank violation threshold reached: cid 0xc1d0000c, resType 3, cnum 1410
cpu6:5455056)Fil3: 15247: Max retries (10) exceeded for caller Fil3RemoveCore (status 'Lock rank violation detected')

Note: The location of the vmkernel.log file:
  • ESXi 5.5, 5.1 and 5.0: /var/log/
  • ESXi 3.5 and 4.x: /var/log/messages/

This issue occurs if an ESXi host on the vCenter Server holds a lock on the file you are trying to delete.   

To resolve this issue:

Tuesday, June 16, 2015

FileMaker 14 Offline Installation - Since FM can't write decent documentation

Purpose:  To assist installing FileMaker 14 offline as it the server doesn’t have access to the internet.


This document assumes the following:
1.      You are attempting to install with the extracted files placed in C:\Filemaker Server 14v2 (see below for instructions)
2.      You have modified Assisted Install.txt (see below for instructions)
3.      You have modified the setup.ini file (see below for instructions)
4.      You have installed the required Application Request Routing Package ref: Application Request Routing 3.0 Stand-alone package (IExpress) x64 (http://www.microsoft.com/en-us/download/details.aspx?id=47332)

Installing the application from the command line

1.      Open the command prompt
2.      Type cd “C:\Filemaker Server 14v2\files” and press ENTER 
3.      Type setup.exe /V”/log %temp%\FM14InstallLog.log ARRINSTALLED=1” and press ENTER
4.      Click NEXT through the installer and adjust as needed.  Refer to product installation documents as it is outside the scope of this document.
5.      At the completion continue with configuring FileMaker as necessary

How to extract the installation files

1.      Double-Click the installation file assuming fms_14.0.2.226 (version 14v2)
2.      It will extract automatically to a subdirectory of the version name you launched it from I.E. C:\FileMaker Server 14v2
3.      Click Cancel to break the install routine

How to modify the Assisted Install.txt file

               Assuming the directory name C:\FileMaker Server 14v2
1.      Open the file C:\FileMaker Server 14v2\Files\Assisted Install.txt in Notepad
2.      Enter the License information as indicated Name/Organization/License Key
3.      Save and Exit Notepad

How to modify the setup.in file to prevent the download prerequisite

               Assuming the directory name C:\FileMaker Server 14v2
               Assuming the pre-requisite line is PreReq0

1.      Open the file C:\FileMaker Server 14v2\Files\Setup.ini in Notepad
2.      Scroll to the [ISSetupPrerequisites] section
3.      Delete the line that indicates PreReq0=Application Request Routing 3.0 (Download).prq
4.      Delete the line that indicates PreReq0=Common
5.      Save and Exit Notepad