25 Nisan 2017 Salı

NetBackup / unable to NB_read_master_config(): Cannot find the NetBackup configuration information (110)

/usr/openv/netbackup/bin/goodies/netbackup
unable to NB_read_master_config(): Cannot find the NetBackup configuration information (110)
EXIT status = 110
NetBackup network daemon started.
unable to NB_read_master_config(): Cannot find the NetBackup configuration information (110)
EXIT status = 110
NetBackup client daemon started.
NetBackup SAN Client Fibre Transport daemon started.
NetBackup Discovery Framework started.

NetBackup Bare Metal Restore Boot Server daemon started.

bp.conf dosyası temiz bir sistemden kopyalanarak servisler çalıştırılabilir

Able to restart Netbackup successfully after copying a good bp.conf from another similar media server to this media server.

https://www.veritas.com/support/en_US/article.000014992

Extract tar.gz file

Extract tar.gz file

tar -xzf your-software.tar.gz

Extract tar file


tar -xvf your-software.tar

Copying files between linux systems with scp

Copying files between linux systems with scp

scp ile klasör yapısını copyalama

scp -r  kaynak adres    hedef adres

scp -r root@192.168.2.93:/tmp/NetBackup/ /tmp

21 Nisan 2017 Cuma

Extend lvm swap volume

To extend an LVM2 swap logical volume 

(assuming /dev/VolGroup00/LogVol01 is the volume you want to extend):
  1. Disable swapping for the associated logical volume:
    # swapoff -v /dev/VolGroup00/LogVol01
    
  2. Resize the LVM2 logical volume by 256 MB:
    # lvm lvresize /dev/VolGroup00/LogVol01 -L +256M
    
  3. Format the new swap space:
    # mkswap /dev/VolGroup00/LogVol01
    
  4. Enable the extended logical volume:
    # swapon -va




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