Advanced Search
Search Results
5 total results found
vmware object type requires hosted I/O
VM will not power on and throws the following error: Object type requires hosted I/O SSH into the ESX-host that’s hosting the VM.Browse to the VM folder containing the disk files. Run the following command: vmkfstools -x check “disk.vmdk”Disk needs repaire...
Simple automatic sftp backup to a remote server
- Create private / public key pair if you don't have one already.-- **ssh-keygen**-- Because you'll be using this in a script, you do not want to enter a passphrase. - Load your public key into authorized_keys file for the correct user on your target server.-...
Cisco ASA Packet Capture
!Define filterconf taccess-list cap extended permit ip host 10.10.9.1 any4access-list cap extended permit ip host 10.10.9.11 any4access-list cap extended permit ip host 10.63.56.2 any4access-list cap extended permit ip any4 host 10.10.9.1access-list cap extend...
Remote Packet Capture - Windows
Remote host packet capture:Enter-PSSession -ComputerName HOSTNAME -Credential USERNAMEnetsh trace start capture=yes maxsize=512 filemode=circular overwrite=yes report=no correlation=no Ethernet.Type=IPv4 IPv4.Address=146.70.24.173 Script to convert to PCAP:$s...
Cisco Switch Packet Capture
!Define filterconf tip access-list extended PXEcappermit ip host 10.10.9.1 anypermit ip host 10.10.9.11 anypermit ip host 10.63.56.2 anypermit ip any host 10.10.9.1permit ip any host 10.10.9.11permit ip any host 10.63.56.2end! !Define buffermonitor capture bu...