溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

安裝FOG Server

發(fā)布時間:2020-05-24 15:06:48 來源:網(wǎng)絡 閱讀:524 作者:simmy 欄目:系統(tǒng)運維

在安裝FOG Server的過程中,不斷失敗,于是嘗試在云端建個虛擬機,安裝非常順利,一下就完成了,我覺得非常奇怪,于是繼續(xù)嘗試,發(fā)現(xiàn)在錯誤一直發(fā)生在這個地方。
安裝FOG Server

很久之后彈出這個錯誤:
ERROR installing Fog, Could Not download binaries properly

網(wǎng)上查詢后,原來是這個文件無法下載:
https://fogproject.org/binaries1.5.7.zip

這個文件有146MB,從美國區(qū)下載非常快,可是從中國網(wǎng)絡下載,只下載了110KB之后就斷線了,根本無法下載,多方嘗試無果。后來靈光一閃,我想著先從美國服務器下載,然后copy到本地,這樣忽略掉下載的過程。測試了幾次后終于成功了。如下是詳細過程。

  1. 安裝Ubuntu Server
  2. 下載fog project
    Install GIT
    sudo -i
    apt-get -y install git

Getting FOG
sudo -i
cd /root
git clone https://github.com/FOGProject/fogproject.git

  1. 然后按照Ubuntu Desktop,這是為了方便U盤copy那2個文件,同時后續(xù)可以在本機打開FOG Server的頁面
    sudo apt-get install ubuntu-desktop

cd /root
cd /fodproject
mkdir tmp

  1. 把之前預先下載的兩個文件copy到這里,下載地址如下,參考: https://forums.fogproject.org/topic/13314/failed-to-download-kernel-init-and-fog-client-binaries/3

https://fogproject.org/binaries1.5.7.zip
https://fogproject.org/binaries1.5.7.zip.sha256

  1. 然后開始安裝FOG Server
    Running the installer
    sudo -i
    cd /root/fogproject/bin
    ./installfog.sh

If you wanted the installer to 'just go' and use all defaults, use this command:
./installfog.sh -y

完成之后會提示如下信息

  • Setup complete

    You can now login to the FOG Management Portal using
    the information listed below. The login information
    is only if this is the first install.

    This can be done by opening a web browser and going to:

    http://172.0.0.115/fog/management

    Default User Information
    Username: fog
    Password: password

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。

AI