17 Eylül 2015 Perşembe

Terminal Server - Keypack

Terminal Sunucu üzerindeki keypack leri export etmek için aşağıdaki komutu kullanabiliriz.
wmic /namespace:\\root\CIMV2 PATH Win32_TSLicenseKeyPack>keypacks.txt
Belirli bir lisansı kaldırma için aşağıdaki komutu kullanabiliriz. (Örnekte 9 numara)
wmic /namespace:\\root\CIMV2 PATH Win32_TSLicenseKeyPack CALL UninstallLicenseKeyPackWithId 9

15 Eylül 2015 Salı

How to install SDDDSM package on Windows Server 2012 R2

2.1 How to install SDDDSM package
    =============================
1. Select the package depending on your requirement i.e 32/64 bit package. 
2. Unzip the SDDDSM package. 
3. Open a command prompt (with Administrative privileges)
4. Run setup.exe (requires Administrative privileges)
5. Follow the instructions and say "Yes" accordingly. 
6. Restart the machine. 
7. Verify SDDDSM is installed successfully by running "datapath query version". 


2.2 How to uninstall SDDDSM package
    ===============================
1. Open a command prompt (with Administrative privileges)
2. Run "setup -u"
3. Restart the machine. 

10 Eylül 2015 Perşembe

IBM Storwize V7000 - Source and target pools must have the same extent size

Bir volumu başka bir pool üzerine taşımak istediğimizde, aşağıdaki uyarı ile birlikte taşınacak hiç bir pool gözükmeyebilir.

Böyle bir durumda volumu başka bir pool üzerine taşıma için mirrored özelliğini kullanabiliriz.

Mirrored volumun yeni pool üzerinde oluşması ile eski poldaki volume silinebilir.


You selected to migrate the volume WINOS in pool SSD_DISK_POOL.

Select the new pool that this volume will be migrated to.

Source and target pools must have the same extent size.

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