wiki:jazz/08-12-16

2008-12-16

  • Qlogic FC HBA 編譯問題追蹤
    • 2.6.26 編譯錯誤 Log 檔
    • 可以看到 2.6.26 版本的 scsi_cmnd.h 已經把原有 2.6.18 版本的 66 行 request_bufflen、 69 行 request_buffer 、 72 行 use_sg 的 structure data member 拿掉,並新增 struct scsi_data_buffer sdb 的定義。
      • include/scsi/scsi_cmnd.h

        old new  
        5778       int allowed;
        5879       int timeout_per_command;
        5980
        60        unsigned char cmd_len;
         81       unsigned short cmd_len;
        6182       enum dma_data_direction sc_data_direction;
        6283
        6384       /* These elements define the operation we are about to perform */
        64 #define MAX_COMMAND_SIZE       16
        65        unsigned char cmnd[MAX_COMMAND_SIZE];
        66        unsigned request_bufflen;       /* Actual request size */
         85       unsigned char *cmnd;
        6786
        6887       struct timer_list eh_timeout;   /* Used to time out the command. */
        69        void *request_buffer;           /* Actual requested buffer */
        7088
        7189       /* These elements define the operation we ultimately want to perform */
        72        unsigned short use_sg;  /* Number of pieces of scatter-gather */
        73        unsigned short sglist_len;      /* size of malloc'd scatter-gather list */
        74 
         90       struct scsi_data_buffer sdb;
        7591       unsigned underflow;     /* Return error if less than
        7692                                  this amount is transferred */

Bash

  • 設定自動登出 TIMEOUT 機制,把 TMOUT 環境變數加進 .bashrc
    export TMOUT=600
    

Virtualization

Web Service

Open Source : ERP

Open Source : BI

Open Source : Data Integration / ETL

  • Talend - Open Source ETL and Data Integration Software
    • 先前在 LinuxWorld 有看過 Demo,只是當時對於 Data Integration 並沒有很深刻的體認。
    • 近期因為海科中心計畫,在業界也遇到一些組織內資料庫整合的問題,慢慢覺得資料庫整合是一件困難的事情,需要有好的工具輔助。
    • Talend Open Profiler 簡介 - GPL-licensed Profiler to research data structures and improve data quality. 官方下載點
    • Talend Open Studio 成功案例 - Talend Open Studio 官方下載點
      We deal with XML, we deal with flat files, we deal with different databases, 
      so we need a variety in terms of connectivity and the ability to map the data flows. 
      The connectors allow you to process and orchestrate data moving from one system to the next.
      
Last modified 15 years ago Last modified on Dec 17, 2008, 8:31:32 PM

Attachments (2)

Download all attachments as: .zip