21 Mart 2018 Çarşamba

Install Loopback Adapter

In the Device Manager window, 

Right-click the server name and select Add legacy hardware

Select Install the hardware that I manually select from a list (Advanced) and click Next.


Under Common hardware types, select Network adapters and click Next.

On the Select Network Adapter screen, select Microsoft select Microsoft KM-TEST Loopback Adapter



EMC DD / Exchange restore

EMC Data Domain Exchange restore


  • Mount edilecek DB Active Directory kullanıcının homeMDB bilgisinden bulunur
  • Exchange sunucuda aşağıdaki komut ile block based backuplar backup olarak tanımlanır$backup = Get-ExchangeBackup -BackupviaBlockBasedBackup
Windows PowerShell
Copyright (C) 2012 Microsoft Corporation. All rights reserved.
PS C:\Users\username> $backup = Get-ExchangeBackup -BackupviaBlockBasedBackup
cmdlet Get-ExchangeBackup at command pipeline position 1
Supply values for the following parameters:
(Type !? for Help.)
ClientName:
DataDomainHost:
DataDomainHostPath:
DataDomainUser:
  • Aşağıdaki komut ile tüm backuplar listelenir
    $Backup
  • Son backup 0 numaradır, buna göre restore edilecek DB numarası bulunur
  • Aşağıdaki komut ile DB mount edilir
    Mount-ExchangeBackup -Backup $Backup[1222]
  • EMC ItemPoint for Microsoft Exchange Server uygulaması ile mount edilen DB açılır
  • Item recovery için sunucu üzerinde Outlook uygulamasının da kurulu olması gerekmektedir

15 Mart 2018 Perşembe

EMC DD / config file

Windows sistemlerinde ddconfig.cfg dosyası düzenlenir

Linux sistemlerinde .utl dosyası düzenlenir

CLIENT=sql1.domain.com.tr
LOCKBOX_PATH="C:\Program Files\DPSAPPS\common\lockbox"
DDBOOST_USER=ddboostuser
DEVICE_HOST=dd1
DEVICE_PATH=/sql
DDBOOST_FC=TRUE
DEVICE_FC_SERVICE=dd1

14 Mart 2018 Çarşamba

EMC DD / snapshot

snapshot list mtree *

EMC DD / Remove-ExchangeBackup

Remove-ExchangeBackup -BackupID msapp_bbb:1517460816 -DataDomainHost dd1 -DataDomainUser ddboostuser -DataDomainPath /exchange1 -ClientName dag.domain.com.tr -Confirm:$false

EMC DD / Get-ExchangeBackup last day

Get-ExchangeBackup -BackupViaBlockBasedBackup -DataDomainHost dd1 -DataDomainUser ddboostuser -DataDomainPath /exchange1 -ClientName dag.domain.com.tr -After (Get-Date).AddDays(-1)

EMC DD / Get-ExchangeBackup before 15 days

Get-ExchangeBackup -BackupViaBlockBasedBackup -DataDomainHost dd1 -DataDomainUser ddboostuser -DataDomainPath /exchange1 -ClientName dag.domain.com.tr -Before (Get-Date).AddDays(-15)

12 Mart 2018 Pazartesi

SSL / DigiCert Certificate Utility for Windows

DigiCert Certificate Utility for Windows

Certificate Management & Troubleshooting Made Easy

The free DigiCert Certificate Utility for Windows is an indispensable tool for administrators and a must-have for anyone that uses SSL Certificates for Websites and servers or Code Signing Certificates for trusted software.

https://www.digicert.com/util/

https://www.digicert.com/util/DigiCertUtil.zip



1 Mart 2018 Perşembe

IBM Storwize / lsarraymemberprogress

IBM_Storwize:V3700:superuser>lsarraymemberprogress
mdisk_id mdisk_name member_id drive_id task     new_drive_id progress estimated_completion_time
0        mdisk1     7         20       exchange 9            23       180124172214

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