Categories
- Blog (1)
- Grandstream UCM (1)
- IP Telephony (45)
- KVM (1)
- Linux (54)
- Microsoft (5)
- Mikrotik (14)
- Network (16)
- Paloalto Firewall (1)
- Uncategorized (197)
- Vicidial (6)
- VMware (67)
-
Recent Posts
- How to Import PNETLab OVA into Proxmox VE 8 Successfully: Complete Step-by-Step Guide (Fix Hard Disk Not Found & Virtualization Issues)
- Integrating VICIdial with CRM: Solving Custom Field and Data Sync Issues
- How to Remove +91 / 91 from Incoming Caller ID in VICIdial (Fix Lead Matching Issue)
- How to Retrieve VICIdial Admin Password from MySQL Database
- How to Manage KVM Virtual Machines on Ubuntu Server Using virsh
Category Archives: Uncategorized
How to install CentOS on Remote Server or VPS
How to install CentOS on Remote Server or VPS If you want to install CentOS remotely on server on slow link even if you are able to mount the CentOS installation media as DVD iso .It takes lots of time … Continue reading
How to scan HBA Vmware ESXi Vmware Power CLI
How to scan HBA Vmware ESXi Vmware Power CLI Connect to your ESX or VCenter Server Connect-VIServer -Server 192.168.1.10 -Protocol https -User Administrator@vsphere.local -Password P@ssw0rd To Scan all ESXi hosts is Cluster Get-Cluster ‘cluster name‘ | Get-VMHost | Get-VMHostStorage -RescanAllHba … Continue reading
How to Bring Up a SVI Interface Cisco Switch
How to Bring Up a SVI Interface Cisco Switch SVI must meet all of the following conditions to transition to the full “up/up” state. 1- The VLAN must exist and be active in the VLAN database. 2- At least one … Continue reading
How to enable ESXi SSH And ESXi Shell Using PowerCLI
How to enable ESXi SSH And ESXi Shell Using PowerCLI Connect to the VCenter Server #Connect to VCenter Server Connect-VIServer -Server 192.168.10.1 -Protocol https -User Administrator@vsphere.local -Password P@ssw0rd #Now Check which serveries are running and you want to start … Continue reading
Posted in Uncategorized
1 Comment
NAT information saved in Elastix by FreePBX
NAT information saved in Elastix by FreePBX /etc/asterisk/sip_general_additional.conf
Extension information saved in Elastix
Extension information saved in Elastix cat /etc/asterisk/sip_additional.conf [root@pbx asterisk]# cat /etc/asterisk/sip_additional.conf ;——————————————————————————–; ; Do NOT edit this file as it is auto-generated by FreePBX. All modifications to ; ; this file must be done via the web gui. There … Continue reading
How to get vms, with their current ips, macaddresses, networkcard types
How to get vms, with their current ips, macaddresses, networkcard types Below are the script i got to get all VM name UUID, VLAN assigned, MAC address , IP address,Network card type. Its export in CSV . $reportedvms=New-Object System.Collections.ArrayList … Continue reading
Posted in Uncategorized
Leave a comment
VMware Datastores free space report PowerCLI
VMware Datastores free space report PowerCLI. Below script will give below report as used space and percentage of free space .
Posted in Uncategorized
Leave a comment
Cisco UCS PowerTool and scripts
Cisco UCS PowerTool and scripts Source Link :- https://communities.cisco.com/docs/DOC-60339
test.ps1 is not digitally signed. The script will not execute on the system
test.ps1 is not digitally signed. The script will not execute on the system The fix is to run Set-ExecutionPolicy and change the Execution Policy setting. Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass