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 ...