15 Eylül 2021 Çarşamba

EMC DD / user password aging

EMC DataDomain lokal kullanıcı parolasını never expire yapmak.

sysadmin@datadomain# user password aging show

User       Password       Minimum Days     Maximum Days     Warn Days       Disable Days   Status

           Last Changed   Between Change   Between Change   Before Expire   After Expire

--------   ------------   --------------   --------------   -------------   ------------   -------

ddboost    Sep 10, 2021   0                90                  7               never          enabled

sysadmin   Jun 11, 2021   0                99999999       7               never          enabled

--------   ------------   --------------   --------------   -------------   ------------   -------

sysadmin@datadomain# user password aging set ddboost max-days-between-change 99999999

User "ddboost's" password aging information has been updated.

sysadmin@datadomain# user password aging show

User       Password       Minimum Days     Maximum Days     Warn Days       Disable Days   Status

           Last Changed   Between Change   Between Change   Before Expire   After Expire

--------   ------------   --------------   --------------   -------------   ------------   -------

ddboost    Sep 10, 2021   0               99999999         7               never          enabled

sysadmin   Jun 11, 2021   0                99999999         7               never          enabled

--------   ------------   --------------   --------------   -------------   ------------   -------

https://www.dell.com/support/kbdoc/tr-tr/000057030/ddboost-user-shows-locked-status?lang=en


9 Eylül 2021 Perşembe

NetBackup / vxupdate

Use the nbrepo command line to add packages to the repository

Download the files with the desired NetBackup client version (nbclient_version) and operating system (operatingsystem). The files to dowload will be named in the following format:

vxupdate_nbclient_version_operatingsystem_platform.sja

Once downloaded, place this in a directory on the master server, for example:
/tmp
C:\temp

The packages can then be added to the repository with the command:

Windows master:
<install_path>\Veritas\NetBackup\bin\admincmd\nbrepo.exe -a C:\temp\vxupdate_nbclient_version_operatingsystem_platform.sja

UNIX/Linux master:
# /usr/openv/netbackup/bin/admincmd/nbrepo -a /tmp/vxupdate_nbclient_version_operatingsystem_platform.sja

Use the following command to confirm the package has been added to the repository:
Windows master:  <install>\Veritas\NetBackup\bin\admincmd\nbrepo -l

UNIX/Linux master:  /usr/openv/netbackup/bin/admincmd/nbrepo -l

---------------------------------------------------------------------

C:\Program Files\Veritas\NetBackup\bin\admincmd>nbrepo.exe -a C:\temp\vxupdate_nb_9.1.0.1_windows_x64.sja
Adding package to the repository. This may take a few minutes...
Successfully added deployment package ID: 1 to the repository.

C:\Program Files\Veritas\NetBackup\bin\admincmd>nbrepo.exe -l
ID Type          Version OS          File Name
-- ------------- ------- ----------- -----------------------------------
1  server+client 9.1.0.1 windows_x64 vxupdate_nb_9.1.0.1_windows_x64.sja



3 Eylül 2021 Cuma

NetBackup / SLP

How to get details of all SLP versions?

(for UNIX) /usr/openv/netbackup/bin/admincmd
(for Windows)  \Netbackup\bin\admincmd

nbstl -L -all_versions

How to display one specific SLP's versions ( where SLP3 below is the name of the SLP )

nbstl SLP3 -L -all_versions

How to delete one specific version of SLP's ( where SLP3 below is the name of the SLP, 3 is version )

nbstl SLP3 -delete -version 3

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