Posted On March 31, 2019

Set up ESX with QNAP iSCCI targets

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> Set up ESX with QNAP iSCCI targets
1. Download Qfinder: http://download.qnap.com/webstart/QNAPQfinder_Windows.exe
2. Login as admin / admin; then, set a new password
3. Upgrade firmware
4. System Settings – Hardware – uncheck “Enable Write Cache”
5. Set port trunking under Network link – choose 802.3ad for orderly aggregation
6. Set static IP address
7. Configure LUN under System Settings – Storage Manager
8. Turn off / remove all other applications
9. in vSphere Client, install iSCSI target with the IP of the QNAP

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

A Quick Note On How To Preserve Client Source IP’s on K8s Services

namespace=ingress-nginx servicename=ingress-nginx-controller kubectl edit svc $servicename -n $namespace # edit this value from Cluster to…

PowerShell: Restart a Service on All Hyper-V Hosts of a Cluster

$serviceName='vmms' $clusterName='HyperV-cluster001' function restartServiceAllClusterNodes($service='vmms',$clusterName){ function restartService($serviceName){ $waitSeconds=40 $isValidProcess=try{[bool](get-service $serviceName -EA Stop)}catch{$false} if($isValidProcess){ try{ $process=Start-Process -FilePath…

VMWare CVE-2018-3646 Mitigation

Enable ESXi Side-Channel-Aware Scheduler Version 2 (SCAv2) using ESXCLI SSH to an ESXi host or open a…