28 Ekim 2021 Perşembe

NetBackup / EMC DataDomain Configuration over FC

NetBackup ile EMC DataDomain FC entegrasyonu öncesinde OST plugin kurulumu yapıyoruz.

EMC DataDomain ile NetBackup arasında fiber bağlantıları yapıyoruz. 

SAN SW üzerinde alias zone tanımlarını yapıyoruz.

EMC DataDomain üzerinde fiber tanımlarını acces grup ayarlarınıyapıyoruz.


EMC DataDomain üzerinde fc ismini kontrol etmek için aşağıdaki komutu çalıştırabiliriz.

sysadmin@dd1# ddboost fc dfc-server-name show
DDBoost dfc-server-name: dd1
Configure clients to use "DFC-dd1" for DDBoost FC.

13 Ekim 2021 Çarşamba

Active Directory / Get-ADPrincipalGroupMembership

Active Directory'de bir kullanıcının üyeliklerini export almak için aşağıdaki komutu kullanabiliriz.

Get-ADPrincipalGroupMembership username| Select Name | Export-CSV -path C:\UserMembers.csv -NoTypeInformation

8 Ekim 2021 Cuma

NetBackup / testpassphrase

NetBackup passphrase parolasını admincmd altında aşağıdaki şekilde kontrol edebiliriz.

\admincmd>nbhostidentity -testpassphrase -infile C:\NB_Catalog\1633681347_FULL.drpkg

Specify the passphrase that is associated with the disaster recovery package.

Passphrase: **********

The specified passphrase is valid for the disaster recovery package - C:\NB_Catalog\1633681347_FULL.drpkg.

Command is successfully carried out.

1 Ekim 2021 Cuma

NetBackup / Rredirect the Accelerator track log to a different location

When performing an Accelerator enabled backup, track logs are created on the NetBackup client systems.

These track logs can be found at the following locations:

Windows: install_path\NetBackup\track

Under this directory, there will be a number of directories created that correspond to the master server name, storage server name, policy name, client name, and backup selections

Redirect the new backups to the new destination

1. Launch the registry editor by clicking Start > Run and then type in regedit

2. Use the tree control on the left hand side to navigate to the following location: HKEY_LOCAL_MACHINE\SOFTWARE\Veritas\NetBackup\CurrentVersion\Paths

3. Add a new registry entry:

a. Right click on Paths.

b. Select New > String Value.

c. Change New Value to TRACK_JOURNAL_PATH

d. Right click on TRACK_JOURNAL_PATH and select Modify...

e. Enter E:${_ps}track in the Value data: field.

Note: Be very careful to use the path separator variable '${_ps}' for each backslash (\) character in the path.

f. Select OK to save the change to the registry

https://www.veritas.com/content/support/en_US/article.100038114

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