IP : 169.254.24.7Username : LiebertPassword : Liebert
How to do Superscript in Nitro PDF
The PDF standard does not have Superscript the same as Microsoft Word so you will have to do this manuallyE.g. if you are making 10th , write […]
Redirect Old WordPress Tags to Squarespace Tags
Got to Config/settings/advanced/url-mappingsThen add the following : /tag/[name] -> /?tag=[name] 301
Convert to Virtual Machine from Point in Time Greyed Out
When trying to restore from a backup exec backup to a Virtual machine , the dropdown option “Convert to Virtual Machine from Point in Time” is Greyed […]
How to enable SNMP monitoring on a VCSA 6.5 Vmware Vcenter
Enabled SSH Login on your VCenter Appliance ( this can be done through the GUI or via Direct Console Access )Run the below commands replacing username and […]
Roll Back \ Downgrade of ESX 6.5 to ESX 6 Settings
After I found HP’s version of 6.5 wasn’t stable yet : http://pariswells.com/blog/random/hp-vmware-6-5-psod We needed to roll back to v6 UP2You can usually do this if you’ve done an upgrade […]
HP Vmware 6.5 – PSOD
Recently installed VMware-ESXi-6.5.0-OS-Release-4564106-HPE-650.9.6.0.28-Nov2016.iso after installing the lastest support HP Firmware : 871790_001_spp-2016.10.0-SPP2016100.2016_1015.191.isoOn a G8 Proliant server , upon Vmotioning servers onto the box 5 minutes after the install, I got […]
Enable HTTPS and Disable HTTP on Netapp
7 Mode Configure SSL on the storage system by issuing the following command:filerprompt> secureadmin setup sslEnter the following information when prompted:Country Name (2 letter code) [US]:State or Province […]
Google 2 Factor Authentication not working
I recently tried to login to a service which uses the Google Mobile App for 2 Factor Authentication and it suddenly stopped working after no apperent change.The […]
How to set SNMP on Vmware
ESX Version 5You need to use the CLI to edtit this per below : PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> get-vmhostsnmp | set-vmhostsnmp -enable:$true -readonlycommunity @(“%communityname%”) -addtarget -targetcommunity ‘%communityname%’ […]