CloudStack清空配置方法

第一步:CloudStack数据库的重新初始化
  1)、停止CloudStack服务。service cloudstack-management stop
  2)、到mysql里查询select uuid from storage_pool; 删除存储的SR。

  [root@aa ~]# mysql -u root -p

       password:

  mysql> use cloud;
  Database changed
  mysql> select uuid from storage_pool;
  +————————————–+
  | uuid |
  +————————————–+
  | 6550eb15-daed-363e-be38-7e76bcd973ec |
  | 7abfabe4-7081-3b1e-8ab3-4dcbc9633636 |
  | db8002d3-1c41-383c-bab3-a561b9583547 |
  +————————————–+
  3 rows in set (0.00 sec)
  3)、删除CloudStack数据库,drop database cloud; drop database cloud_usage;

  [root@aa ~]# mysql -u root -p

       password:

  Welcome to the MySQL monitor. Commands end with ; or \g.
  Your MySQL connection id is 11958
  Server version: 5.0.77 Source distribution
  Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.
  mysql> drop database cloud; drop database cloud_usage;
  4)、重新部署CloudStack数据库 cloud-setup-databases cloud:password@localhost –deploy-as=root:password
  [root@aa ~]# cloud-setup-databases cloud:password@localhost –deploy-as=root:password
  Testing specified deployment credentials on server localhost:3306
  Setting up user credentials in:
  -> /etc/cloud/management/db.properties … done.
  Applying file /usr/share/cloud/setup/create-database.sql to the database on server localhost:3306
  Applying file /usr/share/cloud/setup/create-schema.sql to the database on server localhost:3306
  Applying file /usr/share/cloud/setup/create-database-premium.sql to the database on server localhost:3306
  Applying file /usr/share/cloud/setup/create-schema-premium.sql to the database on server localhost:3306
  Applying file /usr/share/cloud/setup/server-setup.sql to the database on server localhost:3306
  Applying file /usr/share/cloud/setup/templates.sql to the database on server localhost:3306
  Applying file /usr/share/cloud/setup/create-index-fk.sql to the database on server localhost:3306
  
  5)、cloud-setup-management
  [root@aa ~]# cloud-setup-management
  Starting to configure ElasterStack Management Server:
  Configure sudoers … [OK]
  Configure Firewall … [OK]
  Configure CloudStack Management Server …[OK]
  ElasterStack Management Server setup is Done!
  第二步:初始化主存储和二级存储
  1)、删除主存储和二级存储中的所有文件
  第三步:准备二级存储
  1)、在管理节点上挂载二级储存NFS目录:/export/secondary。
  # mkdir -p /mnt/secondary
  # mount -t nfs 172.16.204.111:/export/secondary /mnt/secondary/
  2)、下载SystemVm文件
  3)、解压SystemVm文件
  #/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -f systemvm.vhd.bz2 -h xenserver -F
  4)、完成以后,卸载二级储存
  #umount /mnt/secondary/
  第四步:重新安装主机上的Hypervistor。
  如果要是不想重新安装主机上的Hypervistor,参考第一步的第2项,删除存储的Sr。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值