Two gigabit cards on every server in cluster, five gigabit ports on RB2011 - create 2 LACP bonds to increase live migration speed.
15 дек. 2022 г.
7 дек. 2022 г.
Windows 11, Internet Explorer and HiWatch NVR
Microsoft now loves MS Edge as much as loved MS Internet Explorer years ago and switch IE to Edge form time to time.
But HiWatch still love MSIE - you cannot watch cameras in any other browser.
It is annoying thing in W10, but it become a nightmare in W11 - you even cannot find how to run IE.
You can create vbs file to run IE -
CreateObject("InternetExplorer.Application").Visible=true
Took from here
2 дек. 2022 г.
Add disk to LVM array , extend ext4 filesystem
Not required
- create partition
- unmount volume (for ext4)
Check
df -hfdisk -llsblklvdisplaypvdisplay
Extend
pvcreate /dev/vdgvgextend data /dev/vdglvextend -l +100%FREE /dev/data/lvol0resize2fs -p /dev/mapper/data-lvol0
Подписаться на:
Сообщения (Atom)