温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

安装FOG Server

发布时间:2020-05-24 15:06:48 来源:网络 阅读:501 作者:simmy 栏目:系统运维

在安装FOG Server的过程中,不断失败,于是尝试在云端建个虚拟机,安装非常顺利,一下就完成了,我觉得非常奇怪,于是继续尝试,发现在错误一直发生在这个地方。
安装FOG Server

很久之后弹出这个错误:
ERROR installing Fog, Could Not download binaries properly

网上查询后,原来是这个文件无法下载:
https://fogproject.org/binaries1.5.7.zip

这个文件有146MB,从美国区下载非常快,可是从中国网络下载,只下载了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个文件,同时后续可以在本机打开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问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI