22 Kasım 2019 Cuma

NetBackup / To verify NetBackup daemons or services on linux

/usr/openv/netbackup/bin/bpps -x

servername:/usr/openv/netbackup/bin # /usr/openv/netbackup/bin/bpps -x
NB Processes
------------
root      72130      1  0 15:53 ?        00:00:00 /usr/openv/netbackup/bin/vnetd -proxy inbound_proxy -number 0
root      72131      1  0 15:53 ?        00:00:00 /usr/openv/netbackup/bin/vnetd -proxy outbound_proxy -number 0
root      72187      1  0 15:53 ?        00:00:00 /usr/openv/netbackup/bin/vnetd -standalone
root      72192      1  0 15:53 ?        00:00:00 /usr/openv/netbackup/bin/bpcd -standalone
root      72277      1  0 15:53 ?        00:00:00 /usr/openv/netbackup/bin/nbdisco


Shared Veritas Processes
-------------------------
root      67572      1  0 15:34 ?        00:00:00 /opt/VRTSpbx/bin/pbx_exchange
servername:/usr/openv/netbackup/bin #

21 Kasım 2019 Perşembe

VMware/ Disable VSS application quiescing using VMware Tools

  1. Open the C:\ProgramData\VMware\VMware Tools\Tools.conf file using a text editor.
  2. Create the file if it does not exist in the above said location
  3. Add these entries to the file:

    [vmbackup]
    vss.disableAppQuiescing = true

     
  4. Save and close the file.
  5. Restart the VMware Tools Service.
    1. Click Start Run, type services.msc, and click OK.
    2. Right-click the VMware Tools Service and click Restart.

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