ユーザ用ツール

サイト用ツール


cloudstack

差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
cloudstack [2014/05/10 03:45] – [OS] nabezocloudstack [2019/06/30 12:22] (現在) – 外部編集 127.0.0.1
行 9: 行 9:
 sudo cloudstack-setup-databases cloud:XXXXX@localhost --deploy-as=root:YYYYY 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.1399661104.txt.gz · 最終更新: 2019/06/30 12:22 (外部編集)