- List FRU part number for specific Tier drives:
svcinfo lsdrive -nohdr |while read id status use tech_type capacity;do if [[ $tech_type == "tier0_flash" ]];then lsdrive $id | while read idd value;do if [[ $idd == "FRU_part_number" ]];then echo $id";"$tech_type";"$value;fi;done;fi;done
Wednesday, December 14, 2022
IBM Storwize/FlashSystem/SVC CLI examples, tips and tricks
Friday, July 8, 2022
Veeam Types of Backup Files
Veeam Types of Backup Files
Source:
Veeam Agent Types of Backup Files
Veeam for Vmware vSphere Backup Chain
File type | Veeam Component | Description |
VBK | VBR for VMware VBR for Hyper-V Veeam Agent | Full backup file |
VIB | VBR for VMware VBR for Hyper-V Veeam Agent | Incremental backup file Forever forward incremental (FFI) or Forward incremental (FI) for VBR for VMware or Hyper-V |
VBM | VBR for VMware VBR for Hyper-V Veeam Agent | Backup metadata files that store information about the backup job, VMs processed by the backup job, number and structure of backup files, restore points, and so on. Metadata files facilitate import of backups, backup mapping and other operations. |
VSB | VBR for VMware VBR for Hyper-V | Virtual synthetic backup files used for generation of virtual full backups on tapes. For more information, see Virtual Full Backup. |
VLB | VBR for VMware VBR for Hyper-V Veeam Agent | MS SQL transaction log backups Oracle archived log backups |
VLM | VBR for VMware VBR for Hyper-V Veeam Agent | MS SQL transaction log backups Oracle archived log backups |
VSM | VBR for VMware VBR for Hyper-V Veeam Agent | MS SQL transaction log backups Oracle archived log backups |
VOM | VBR for VMware VBR for Hyper-V Veeam Agent | MS SQL transaction log backups Oracle archived log backups |
VRB | VBR for VMware VBR for Hyper-V | Reverse incremental (RI) backup file |
Keep in mind that Veeam Agent creates VLM files only in backup chains started in Veeam Agent for Microsoft Windows 5.0 and later. If you upgrade Veeam Agent and continue the backup chain that was started in the earlier Veeam Agent version, Veeam Agent will not create VLM files in this backup chain.
Monday, June 13, 2022
Как отключить рекламу в uTorrent
- Options -> Preferences -> Advanced (Настройки -> Настройки Программы -> Дополнительно)
- Установить в "false" параметры
- offers.featured_content_badge_enabled
- offers.featured_content_notifications_enabled
- offers.featured_content_rss_enabled
- offers.featured_content_rss_randomize
- offers.left_rail_offer_enabled
- offers.sponsored_torrent_offer_enabled
- gui.show_plus_upsell
- bt.enable_pulse
Thursday, April 7, 2022
Storage rule replication hang for a long time. No network activity
Situation.
Storage rule replication process shows as active process in the source and target TSM server. But there is no network activity and data is not transferring between TSM servers.
Content.
Open file dsmffdc.log on the source TSM server and find lines with the pattern "[ FFDC_REPLICATIOIN ]". You can find lines something like this:
[04-06-2022 02:29:31.066][ FFDC_REPLICATION ]: (smtrans.c:11224) Cannot send DistDedupChunkVerb - termReason 1 indicated for session TARGET-TSM-01(89625).~
Resolution.
Cancel hang replication process and restart it again.