вторник, 27 февраля 2024 г.

Brocade FC switch: Unable to collect ConfigUpload or Supportsave via SCP and SFTP (scp failed)

 Situation:

  • host with OS Linux (RHEL, Rocky Linux etc.)
  • host can access to switch
  • no firewall blocks between switch and host
  • network admin open access from switch to host on 22 port
  • but configUpload returns error: scp failed

 SCP Example:
switch:admin> configupload
Protocol (scp, ftp, sftp, local) [ftp]: scp
Do you want to continue with CRA (Y/N) [N]: y
Server Name or IP Address [host]: 10.0.0.1
User Name [user]: admin
Path/Filename [<home dir>/config.txt]: /configupload.scp
Section (all|chassis|switch [all]): switch
lost connection
configUpload not permitted (scp failed).
Terminated

 Resolution:

Clear all known hosts keys on switch:
sshutil delknownhost -all

Found this on Dell support knowledge base:
Connectrix B-Series:Unable to collect ConfigUpload or Supportsave via SCP and SFTP

понедельник, 30 октября 2023 г.

Start GUI application from Windows on remote Linux server with Xming

  1. Start Xming.
  2. Set "Enable X11 forwarding" in Putty configuration (Connection -> SSH -> X11).
  3. Login to remote Linux server with SSH via Putty.
  4. Start GUI application with logged user credentials.
  5. If you need to start GUI application with root credentials:
    • run "sudo su -"
    • run commands:
      $ chmod a+r /home/<user_login>/.Xauthority
      $ export DISPLAY=localhost:10.0
      $ export XAUTHORITY=/home/<user_login>/.Xauthority

понедельник, 6 февраля 2023 г.

Update of IBM Spectrum Protect for Virtual Environment (VMware) finished with Java error "java/lang/OutOfMemoryError"

 If update of IBM Spectrum Protect for Virtual Environment (VMware) finished with Java error "java/lang/OutOfMemoryError" and you see errors like this:

JVMDUMP032I JVM requested Heap dump using '/tmp/install.dir.1556855/heapdump.20230206.143627.1556855.0011.phd' in response to an event
JVMDUMP010I Heap dump written to /tmp/install.dir.1556855/heapdump.20230206.143627.1556855.0011.phd
JVMDUMP032I JVM requested Java dump using '/tmp/install.dir.1556855/javacore.20230206.143627.1556855.0012.txt' in response to an event
JVMDUMP010I Java dump written to /tmp/install.dir.1556855/javacore.20230206.143627.1556855.0012.txt
JVMDUMP032I JVM requested Snap dump using '/tmp/install.dir.1556855/Snap.20230206.143627.1556855.0013.trc' in response to an event
JVMDUMP010I Snap dump written to /tmp/install.dir.1556855/Snap.20230206.143627.1556855.0013.trc
JVMDUMP013I Processed dump event "systhrow", detail "java/lang/OutOfMemoryError".

Try to start install process with the option "-jvmxmx 12g":

./installer-Linux.bin -jvmxmx 12g

среда, 14 декабря 2022 г.

IBM Storwize/FlashSystem/SVC CLI examples, tips and tricks

  •  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

пятница, 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 

List of Veeam file extensions






File typeVeeam ComponentDescription
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.

понедельник, 13 июня 2022 г.

Как отключить рекламу в uTorrent

  1. Options -> Preferences -> Advanced (Настройки -> Настройки Программы -> Дополнительно)
  2. Установить в "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

четверг, 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.