使用 Red Hat Linux 建立可啟動的 USB 磁碟機

您可以搭配使用桌面或筆記型電腦系統與 Red Hat Enterprise Linux V7 或更高版本,以建立可用來安裝 QRadar® 軟體的可開機 USB 磁碟機。

在開始之前

您必須有權存取下列項目:
  • 8 GB 或更大的 USB 磁碟機
  • QRadar 7.5.0 或更新版本 ISO 映像檔

關於此作業

當您建立可啟動的 USB 磁碟機時,會刪除磁碟機的內容。

程序

  1. Fix Central (www.ibm.com/support/fixcentral/)下載 QRadar ISO 映像檔。
  2. 將 USB 磁碟機插入系統上的 USB 埠。

    系統可能需要長達 30 秒才能辨識 USB 磁碟機。

  3. 開啟終端機,並鍵入下列指令以判定 USB 磁碟機的名稱:
    dmesg | grep SCSI
    系統會輸入裝置驅動程式產生的訊息。 下列範例將已連接 USB 磁碟機的名稱顯示為 sdb

    [ 170.171135] sd 5:0:0:0: [sdb] Attached SCSI removable disk

  4. 鍵入下列指令以卸載 USB 磁碟機:
    df -h | grep <name_of_the_connected_USB_flash_drive>
    umount /dev/<name_of_the_connected_USB_flash_drive>
    範例:
    [root@m5qa04 ~]# dmesg | grep SCSI
    [93425.566934] sd 14:0:0:0: [sdb] Attached SCSI removable disk
    [root@m5qa04 ~]# df -h | grep sdb
    [root@m5qa04 ~]# umount /dev/sdb
    umount: /dev/sdb: not mounted
  5. 鍵入下列指令,將 QRadar ISO 寫入 USB 磁碟機:
    dd if=/<qradar>.iso of=/dev/<name_of_the_connected_USB_flash_drive> bs=512k
    範例:
    [root@m5qa04 ~]# dd if=Rhe764QRadar2021_2_0_20201215210530.iso of=/dev/sdb bs=512k
    11112+0 records in
    11112+0 records out
    5825888256 bytes (5.8 GB) copied, 1085.26 s, 5.4 MB/s
  6. 從系統中移除 USB 磁碟機。

下一步做什麼

請參閱 使用 USB 磁碟機安裝 QRadar