19 Ekim 2022 Çarşamba

VMware / msg.snapshot.error-NOTFOUND

 Sanal makine üzerinde snapshot alınmak istediğinde aşağıdaki hata ile karşılaşılabilir.

Bu durumda sanal makinenin bulunduğu klasör içerisindeki dosyalar kontrol edilebilir. 
Varsa delta isminde dosyalar silinerek snapshot alınma sorunu çözülebilir.

An error occurred while taking a snapshot: msg.snapshot.error-NOTFOUND.
An error occurred while saving a snapshot: msg.snapshot.error-NOTFOUND.



2 Ağustos 2022 Salı

NetBackup / SAP Oracle Backup

SAP Oracle backup için backint ve .utl dosyalarını düzenleyebiliriz.

Symbolic link oluşturma:
ln -s /usr/openv/netbackup/bin/backint /sapmnt/SID/exe/uc/linuxx86_64/backint


Utl File:
/usr/openv/netbackup/ext/db_ext/sap/scripts/sap_oracle/initSAP.utl dosyasını düzenleyerek yeni .utl dosyası oluşturuyoruz.

/oracle/SID/sapprof/initSID.utl dosyasını güncelleyebiliriz.

8 Mart 2022 Salı

Configuring SAP HANA Instance for redirected restore

  1. Kaynak sisteminin backup politikasında, Clients listesine hedef sistemi de eklemeliyiz.

  2. Hedef sistemde /usr/openv/netbackup/ext/db_ext/sap altında node_names.txt dosyası oluşturularak kaynak sistem adını girmeliyiz.

  3. Hedef sistemde .utl file oluşturup, backup politika adını kaynak sistem backup politikası ile aynı yapmalıyız.

  4. SAP HANA ekranlarında hedef sistem üzerinde yeni olulturduğumuz .utl dosyasını kullarak restore işlemi yapabiliriz.

1 Mart 2022 Salı

Desktop Central Agent - Konfigurasyon Update Kontrol

Uzak sistemde, powershell ile Desktop Central Agent konfigurasyon kontrol işlemini aşağıdaki şekilde yapabiliriz.

PS C:\Windows> Enter-PSSession hostname

[hostname]: PS C:\Users\username\Documents> cd 'C:\Program Files (x86)\DesktopCentral_Agent\bin'

[hostname]: PS C:\Program Files (x86)\DesktopCentral_Agent\bin> .\cfgUpdate.exe

Loadlibrary succeeded 

GetProcaddress succeeded 

Notification is succeeded

Configuration is in Progress...

[hostname]: PS C:\Program Files (x86)\DesktopCentral_Agent\bin> Exit-PSSession

PS C:\Windows> 

ManageEngine Desktop Central Agent Uninstallation

Execute this command from the client computers to uninstall the Desktop Central Agent.

%SystemRoot%\system32\msiexec.exe /x{6AD2231F-FF48-4D59-AC26-405AFAE23DB7} MSIRESTARTMANAGERCONTROL=Disable REBOOT="ReallySuppress" /qn

https://www.manageengine.com/products/desktop-central/desktop_agent_user_uninstallation.html


Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...