ユーザ用ツール

サイト用ツール


cloudstack

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
cloudstack [2014/04/22 22:47] – 作成 nabezocloudstack [2019/06/30 12:22] (現在) – 外部編集 127.0.0.1
行 1: 行 1:
 ====== インストール ====== ====== インストール ======
 +概略
 http://cloudstack.apache.org/docs/ja-JP/Apache_CloudStack/4.0.2/html/Quick_Install_Guide/index.html http://cloudstack.apache.org/docs/ja-JP/Apache_CloudStack/4.0.2/html/Quick_Install_Guide/index.html
  
 +===== OS =====
 +/etc/hosts にFQDNを設定 host.localhost.org
 +
 +===== mysql設定 =====
 +sudo cloudstack-setup-databases cloud:XXXXX@localhost --deploy-as=root:YYYYY
 +
 +sud cloudstack-setup-databases cloud:XXXXX@localhost --deploy-as=root:<password> \
 +-e <encryption_type file or web> \
 +-m <management_server_key> \
 +-k <database_key> \
 +-i <management_server_ip>
 +===== 手順 =====
 +
 +  apt-get install openntpd
 +  apt-get install cloudstack-mangagement
 +  apt-get install mysql-server
 +  
 +/etc/mysql/conf.d/cloudstack.cnf  
 +  innodb_rollback_on_timeout=1
 +  innodb_lock_wait_timeout=600
 +  max_connections=350
 +  log-bin=mysql-bin
 +  binlog-format = 'ROW'
  
 +  service mysqld restart  
 +  
 +  sudo cloudstack-setup-databases cloud:XXXXX@localhost --deploy-as=root:YYYYY
 +  
 +NFS
 +  sudo mkdir -p /export/primary
 +  sudo mkdir -p /export/secondary
 +  
 +  
 +  # vi /etc/exports
 +  /export  *(rw,async,no_root_squash
 +  
 +  exportfs -a
 +  service nfs-kernel-server restart
cloudstack.1398174461.txt.gz · 最終更新: 2019/06/30 12:22 (外部編集)