26 Kasım 2020 Perşembe

NetBackup / Deleting an OpenStorage storage server

To delete an OpenStorage storage server

  1. In the NetBackup Administration Console, in the left pane, expand Media and Device Management > Credentials > Storage Servers
  2. Select the storage server that you want to delete.
  3. On the Edit menu, select Delete.
  4. Click Yes in the confirmation dialog box.
  5. On the NetBackup master server, use the following command to delete the storage server from the NetBackup EMM database:

Linux: /usr/openv/netbackup/bin/admincmd/nbemmcmd -deletehost -machinename storage_server_name -machinetype ndmp

Windows: install_path\NetBackup\bin\admincmd\nbemmcmd -deletehost -machinename storage_server_name -machinetype ndmp

https://www.veritas.com/support/en_US/doc/59118460-127355792-0/v15150143-127355792



18 Kasım 2020 Çarşamba

Linux / Changing the Size of an XFS File System with xfs_growfs

The size of an XFS file system can be increased by using the xfs_growfs command when the file system is mounted. Reducing the size of an XFS file system is not possible.

servername:~ # sudo xfs_growfs -d /sapmnt

meta-data=/dev/mapper/sapmnt-lv0 isize=512    agcount=32, agsize=33554304 blks
         =                       sectsz=512   attr=2, projid32bit=1
         =                       crc=1        finobt=0 spinodes=0 rmapbt=0
         =                       reflink=0
data     =                       bsize=4096   blocks=1073737728, imaxpct=5
         =                       sunit=2      swidth=1024 blks
naming   =version 2              bsize=4096   ascii-ci=0 ftype=1
log      =internal               bsize=4096   blocks=521728, version=2
         =                       sectsz=512   sunit=0 blks, lazy-count=1
realtime =none                   extsz=4096   blocks=0, rtextents=0
data blocks changed from 1073737728 to 1342172160

dosya sistemi 5TB a extend edilmiştir.

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