22/08/2022 2:13:58 AM :: Processing XXXXX Error: Failed to prepare VM for processing: DiskLib error: [13].The file is locked or in use — File open failed: File […]
Author: paris
iPerf – Network Speed
There’s a tool called iPerf which is essentially a CLI speed test server and client. It runs better on Linux because there’s less shenanigans that go on […]
Automatic tuning – Azure SQL Drop Indexes
Careful about enabling his , it can still report the duplicates and then the indexes can be evaluated to see if they are indeed duplicates. If they […]
Add User to Azure SQL DB and Assign permissions
How to assign User Connect Permissions to Azure DB[pastacode lang=”sql” manual=”CREATE%20USER%20%5Bemail%40domain.com%5D%20FROM%20EXTERNAL%20PROVIDER%3B” message=”” highlight=”” provider=”manual”/]How to find current Roles assigned to Azure DB[pastacode lang=”sql” manual=”SELECT%20DISTINCT%20pr.principal_id%2C%20pr.name%2C%20pr.type_desc%2C%20%0A%20%20%20%20pr.authentication_type_desc%2C%20pe.state_desc%2C%20pe.permission_name%0AFROM%20sys.database_principals%20AS%20pr%0AJOIN%20sys.database_permissions%20AS%20pe%0A%20%20%20%20ON%20pe.grantee_principal_id%20%3D%20pr.principal_id%3B” message=”” highlight=”” provider=”manual”/]How […]
Error code: 0x80C87012 MgmtServerJobFailed Server error: 0x80C8710D – Azure File Sync
Additional information: Operation identifier: 9fa3da2a-8d8d-4caf-9f9f-0335dcfce690 Server identifier: d155fae0-0363-43d3-afa0-f4e1ba410691 Error code: 0x80C87012 MgmtServerJobFailed Server error: 0x80C8710DNavigate to Server Endpoint creation failed.Job ID: 9fa3da2a-8d8d-4caf-9f9f-0335dcfce690Server Endpoint name: 93fb84e8-179c-42f7-b121-b5901c2a4679ErrorCode: 0x80c8710d – Sync […]
Method to Migrate Outlook Autocomplete from Mac Outlook to PC
Recently client was using a Kerio Mail System on a mac and we need to move to a PC with Exchange 365If we were doing this from […]
iSCSI
https://datacore.custhelp.com/app/answers/detail/a_id/1691/~/sansymphony-%3A-datacore-settings-relevant-to-the-network—general-overview https://community.spiceworks.com/topic/2344183-the-windows-horror-story-season-002-smb-large-mtu?page=2#entry-9449378
Aruba OS Upgrade
Recently got called into a situation where AP’s had been upgraded and the VC was not available I ran the tasks to find the master : (Instant […]
E14 Lenovo Reset Button – Work around for Power Drain after Bios Crash \ Hang
In the space of 2 hours we have had 2 x E14 Lenovo crash at the BIOS level ( Unbootable ) after updatesThese devices don’t have reset […]
How to install Nimble Path Selection Plugin (PSP) \ HPE-Storage-Connection-Service on Vmware ESXi 7
esxcli software vib install -d https://update.nimblestorage.com/esx7.0/ncmOlder version Linksesxcli software vib install -d https://update.nimblestorage.com/esx6.5/ncmesxcli software vib install -d https://update.nimblestorage.com/esx6/ncmesxcli software vib install -d https://update.nimblestorage.com/esx5/ncm