How to allow shell and SCP access in vCenter 6 appliance

Few days back. I had installed vCenter 6 appliance and configured it. Today I need to copy Microsoft sysprep files into the vcenter appliance to configure guest customization. But when I tried to connect using winscp client. I got the following error. If you click on “Abort” Button then the actual error displayed. Which tells you … Read more

HOW TO SET UP VMWARE ESXI, A SYNOLOGY NFS NAS, AND FAILOVER STORAGE NETWORKING

There are some pretty significant differences between iSCSI and NFS, both in terms of architecture and performance. One big difference is that NFS really doesn’t have support for multi-pathing (MPIO) in the way that iSCSI does.  It has a few work-arounds like using alternate subnets and so forth, but for today we’re going to rely … Read more

Support

https://korkscrewgaming.screenconnect.com/Bin/ConnectWiseControl.ClientSetup.msi?h=instance-oe67gr-relay.screenconnect.com&p=443&k=BgIAAACkAABSU0ExAAgAAAEAAQCZ20nnIr%2BAgvnYL1eDjdeWtLOIC5vQulyvLp9%2BR3F4yEmhy7%2FclX2Jd1sD4l5LXpzEf58Lp75CBx3OQMdYRHyCS0Rhy%2BBDlf6ihbwiahKkL4nyP03M3kwtL6inoYn2c6o7HQpD%2BBxfaozjNr6aAEuyf1%2Bpo4pPz4uXM39w02j8gpwoqDtEX9FgHonEPuN0Vt0qWW0xjyuL2rMf2UT4ga7OtqKFaSZebGpDbmvMUE6cx%2FwPyXCfykSvmF3KOQfb6QFTEFrLgyP8Uwi60Vu5v4TBjCRtOKOvBCTMSkeEfq%2FHI2UGZ%2BLvoglwj7fQp4ruANBQUiyVVgwUzr89xsT%2BIrK4&e=Access&y=Guest&t=&c=&c=&c=&c=&c=&c=&c=&c=

pfsense settings

Services > DNS Resolver > General Settings korkscrewgaming.com  192.168.117.30  KorkscrewGaming DNS  tylermalcarne.com  192.168.117.30  KorkscrewGaming DNS  Custom options server:private-domain: “plex.direct” server:include: /var/unbound/pfb_dnsbl.*conf

WSUS 2012 fix for 2008R2 clients

The file wsus3setup.cab is missing for requesting Clients. I have a Workaround to fix it: Ive searched for the wsus3setup.cab file on my wsus 2012 Server and found the following search result Then I’ve copied it to the self created Folder Win7SP1 under: C:\Program Files\Update Services\SelfUpdate\WSUS3\x64 Windows update error 0x80244010, means WU_E_PT_EXCEEDED_MAX_SERVER_TRIPS and happens when a … Read more

Reinstalling WSUS

Install-WindowsFeature -Name UpdateServices-Services,UpdateServices-DB -IncludeManagementTools You can get away with not uninstalling WSUS entirely. Stop the related services, delete the DB and run the post-install. .\wsusutil.exe postinstall SQL_INSTANCE_NAME=”DC1\SQL2008″ It’s also recommended to delete the MMC console data as that can sometimes prevent the postinstall from creating the database. This can be found here: Try removing the … Read more