15 Haziran 2012 Cuma

NetBackup - media write error(84)

NetBackup - media write error(84)   Diske yazma hatası

Cause:

When the NetBackup Deduplication Engine (spoold) starts, it reads the file segment fingerprints from the deduplication pool. Store operations (that is, writing to the disk) are disabled while the cache is incomplete.  If NetBackup tries to start backup jobs while the cache is incomplete, the jobs fail.

Solution:

After the spoold cache loading is complete, backup jobs and compaction jobs are enabled again. Therefore, the solution is to wait until cache loading is complete.

To determine if spoold finished loading fingerprints:
  1. Use your favorite tool to monitor the memory usage of services and daemons on the storage server. Wait until the memory used by spoold does not increase for 5 minutes.  (When spoold loads fingerprints, it allocates memory as needed; spoold does not allocate the maximum amount of memory immediately.)
     
  2. Run the following command and examine the output for "put=Yes":

    UNIX: /usr/openv/pdde/pdcr/bin/crcontrol --getmode
    Windows: <install_path>\Veritas\pdde\crcontrol --getmode

    "put=Yes" means that cache loading is complete. Normal operations should resume.
     
  3. If "put=No," examine the <storage_path>/log/spoold/spoold.log file for the following message:

    Storage Cache Manager: load completed

    The message means that spoold finished loading the fingerprints. However, the new state probably has not been pushed to all processes yet.
     
  4. If the spoold.log has the message, wait 5 minutes then run "crcontrol --getmode" again.
     
  5. If "put=Yes," cache loading is complete and normal operations will resume.

    If "put=No," contact your Symantec support representative.
After the initial start of spoold after the upgrade to 7.5, spoold does not read the entire MSDP for fingerprints. Therefore, successive starts of spoold should occur much faster.
--------------------------------------------------------

NetBackup Deduplication Engine (spoold) başladığında, deduplication pooldan dosya segmetlerini okumaya çalışır.

Dedub disk üzerindeki keyc işlemi tamamlanmadığında diske yazma işlemleri devredışı bırakılır.

Keyc tamamlanmadığı durumda NetBackup üzerinde ki disk yazma işlemi disk yazma hatası verir.

Dedub disk üzerindeki keyc işlemi tamamlandığında diske yazma işlemleri yeniden etkinleştirilir.

NetBackup kurulduğu dizinde Veritas\pdde\ klasöründe " crcontrol --getmode " komutu çalıştırılarak "put=Yes": çıktısı kontrol edili, put değeri YES olmalıdır.

Put değeri No ise, Dedup diski üzerindeki Dedup\log\spoold\spoold.log dosyasında " load completed " mesajı araştırılır.

Log dosyası içerisinde load completed mesajı bulunması durumunda 5 dakika beklenrek "crcontrol --getmode"  komutu yeniden çalıştırılır.

Put değeri YES olduğunda keyc işlemi tamamlanmış demektir, diske yazma işlemleri gerçekleşecektir.

4 Haziran 2012 Pazartesi

How to Install ESXi 5.0 Driver for Brocade HBAs

How to Install ESXi 5.0 Driver for Brocade HBAs

New Installation
----------------
For new installs, you should perform the following steps:

1. Copy the VIB to the ESX server.  Technically, you can place the file anywhere that is accessible to the ESX console shell, but for these instructions, we'll assume the location is in '/tmp'.

Here's an example of using the Linux 'scp' utility to copy the file from a local system to an ESX server located at 10.10.10.10: scp VMware_bootbank_net-driver.1.1.0-1vmw.0.0.372183.vib root@10.10.10.10:/tmp

2. Issue the following command (full path to the VIB must be specified):
esxcli software vib install -v {VIBFILE}
      
In the example above, this would be:
esxcli software vib install -v /tmp/VMware_bootbank_net-driver.1.1.0-1vmw.0.0.372183.vib

Note: Depending on the certificate used to sign the VIB, you may need to change the host acceptance level.  To do this, use the following command:  esxcli software acceptance set --level=<level>

Also, depending on the type of VIB being installed, you may have to put  ESX into maintenance mode.  This can be done through the VI Client, or by adding the '--maintenance-mode' option to the above esxcli command.

Upgrade Installation
--------------------
The upgrade process is similar to a new install, except the command that should
be issued is the following:

esxcli software vib upgrade -v {VIBFILE}

#######################################################

ESXi 5.0 üzerinde Bracade driver yükleme


ESXi 5.0 kurulumu yaptıktan sonra HBA kart bilgilerini göremiyorsak driverı tanımamış olabilir.

VMware sitesinden Brocade HBAs driver indirmemiz gerekmektedir.

Dosya boyutu oldukça küçüktür, içerisindeki dosya yapılması gerekenler anlatılmaktadır.

Özetle aşağıdaki adımlar uuygulanarak driver yükleme işlemi gerçekleştirilebiliri.

1. Öncelikli olarak driverın ESXi üzerinde kopyalanması gerekmektedir.
vCenter arayüzünden ilgili ESXi sunucusunun ssh özelliği aktif edilerek SFTP ile dosya kopyalama işlemi gerçeleştirilebilir. vib uzantılı dosya /tmp altına kopyalanabilir.

2. driver kurulumu, putty ile ESXi sunucusuna erişilerek aşağıdaki konutun çalıştırılması ve sistemin restart edilemsi gerekmektedir.

esxcli software vib install -v /tmp/vib uzantılı dosyanın adı.vib


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