Problem I got an alert on a Cisco S-Series that CPU #1 and the rear temp was high in Zabbix (over 65c). There were no alerts via the CIMC GUI These temperatures did not match the sensors located in the GUI so i needed to track down where the values were actually coming from. Solution SSH Read More…
Author: Jordansphere
Zabbix Agent Not Starting with Error 1067
Problem A newly installed zabbix agent (4.4.x) was installed on a Windows 2016 server using an automated script. The error was showing Windows could not start the Zabbix Agent service on Local Computer Error 1067: The process terminated unexpectedly Troubleshooting i tried to run the command in the foreground "C:\Progra~1\Zabbix-Agent\zabbix_agentd.exe" -f –config "C:\Progra~1\Zabbix-Agent\zabbix_agentd.conf" And Read More…
Script to install Zabbix Agent on CentOS 6 and 7
The following bash script will determine if the guest OS is centos 6 ot 7 then deploy Zabbix Agent version 4.4.x accordingly. Simply change repostories if you want to use a different version: #!/bin/bash OUTPUT="$(cat /etc/redhat-release)" if echo "$OUTPUT" | grep -q "CentOS Linux release 7" ; then yes | Read More…
Increase iNodes on Netapp FAS
Problem Our alerting system notified us that inodes were nearing the system limit on a CIFS share (aka unipod_cifs) on a FAS running ONTap 9 Solution The following command will shiow current usage syntax volume show {cifs_name} -fields files, files-used command volume show unipod_cifs -fields files, files-used To increase the inodes use the following syntax Read More…
Internal Error Occurs During VMware vCenter Server Database Pre-upgrade Check
Problem When attempting to migration from Windows vCenter 6.0 U3 to VCSA 6.7 U3 the pre-upgrade checks failed with Internal error occurs during VMware vCenter Server Database pre-upgrade check Migration-assitant.log Error: Internal error occurs during VMware vCenter Server Database pre-upgrade checks. Resolution: Please search for these symptoms in the VMware Knowledge Base for any known Read More…
The Signature of the OVF Package does Not Match its Content
Issue I had exported an OVF template from a vsphere 6.0 vCenter and the target woud not accept the OVF unless I edited the XML and removed a specific device (this should be a different post). Thie import worked on vsphere 6.5 and 6.7 but when trying to import into another vsphere 6.0 I got the Read More…
Upgrade NSX-T from 2.5.1 to 3.0
Upgrade NSX-T 2.5.1 to 3.0 Please find the step-by-step process for upgrading NSX-T 2.5.1 to 3.0 1) Download NSX Cloud Upgrade Bundle for NSX-T 3.0.0 from Vmware.com website. 2) Log into NSX-T Manager Node (DO NOT USE VIP) Go to System -> Upgrade -> Upload MUB file -> {Select file} -> Upload This will upload Read More…
Analytics Service Registration with Component Manager Failed
Scenario: I attempted to migrate a vsphere 6.0 U3 environment to 6.7 U3. This included a VCenter (Win 2008), External PSC (Win 2008) and external MS SQL 2008 (Win 2008) to the VCSA with external PSC appliances. Issue During the PSC imigration the following error appeared – after the new appliance was deployed and old PSC Read More…
Convert NetApp Ports from FC to CNA
Problem I wanted to convert two FC ports to CNA (10Gb eth) mode on a Netapp AFF-300. The ports in question are 0e and 0f. Steps The following will work for FAS units as well. Display internfaces: sannapp02::> ucadmin show Current Current Pending Pending Read More…
Change iSCSI Adapter Name – ESXi 6.7
Problem I accidentally forgot to set a hostname before making the iSCSI software adapter live. There are no datastore attached to the host yet but i like the IQNs to be recognizable. Solution This ESXI was newly created so please don’t use these commands on a live system unless you’ve done your due diligence – or Read More…
You must be logged in to post a comment.