`
jimode2013
  • 浏览: 39407 次
社区版块
存档分类
最新评论

cloudstack如何设置可以重置密码的系统模板

 
阅读更多

2.13. Adding Password Management to Your Templates

CloudStack provides an optional password reset feature that allows users to set a temporary admin or root password as well as reset the existing admin or root password from the CloudStack UI.
To enable the Reset Password feature, you will need to download an additional script to patch your template. When you later upload the template into CloudStack, you can specify whether reset admin/root password feature should be enabled for this template.
The password management feature works always resets the account password on instance boot. The script does an HTTP call to the virtual router to retrieve the account password that should be set. As long as the virtual router is accessible the guest will have access to the account password that should be used. When the user requests a password reset the management server generates and sends a new password to the virtual router for the account. Thus an instance reboot is necessary to effect any password changes.
If the script is unable to contact the virtual router during instance boot it will not set the password but boot will continue normally.

12.13.1. Linux OS Installation

Use the following steps to begin the Linux OS installation:
  1. Download the script file cloud-set-guest-password:
  2. Copy this file to /etc/init.d.
    On some Linux distributions, copy the file to /etc/rc.d/init.d.
  3. Run the following command to make the script executable:
    chmod +x /etc/init.d/cloud-set-guest-password
  4. Depending on the Linux distribution, continue with the appropriate step.
    On Fedora, CentOS/RHEL, and Debian, run:
    chkconfig --add cloud-set-guest-password

12.13.2. Windows OS Installation

Download the installer, CloudInstanceManager.msi, from Download page and run the installer in the newly created Windows VM.

 

分享到:
评论

相关推荐

    CloudStack 3.0 快速安装文档

    4. **配置存储**:设置NFS共享以用作存储,以及准备系统VM模板。 5. **登录CloudStack UI**:完成安装后,通过Web界面访问CloudStack进行后续配置。 6. **配置云基础设施**:包括添加区域(Zone)、分区(Pod)、...

    CloudStack部署实施--V2

    3. **安装与配置管理节点**:首先,需要下载并安装CloudStack的管理服务器,这通常涉及到操作系统的选择(如CentOS或Ubuntu)、Java环境的配置以及数据库服务器(如MySQL)的设置。然后,使用CloudStack提供的安装...

    cloudstack

    架设cloudstack + xenserver 服务器所需要的服务器添加

    CloudStack 4.2快速安装流程

    启动 MySQL 服务并设置管理员密码: ```bash chkconfig mysqld on service mysqld start mysql --user=root UPDATE mysql.user SET Password=PASSWORD('myDBpassword') WHERE User='root'; DELETE FROM mysql.user...

    cloudstack安装文档

    同时,可以上传预置的系统模板,以便快速部署虚拟机。 11. **安全组与防火墙规则**:配置安全组规则,确保虚拟机之间的通信畅通无阻。 12. **测试与验证**:最后,通过创建和管理虚拟机来验证CloudStack安装是否成功...

    CloudStack部署单机版V1.1.pdf

    - 设置root用户的密码,密码强度应足够高,以保障系统的安全性。 4. **磁盘分区** - 选择“创建自定义布局”来进行磁盘分区。 - 创建swap分区:如果系统内存小于2GB,则swap分区大小设为内存的两倍;若内存大于...

    CloudStack 环境如何重新部署详解

    本文将详细介绍如何在不完全重装系统的情况下,重新部署CloudStack环境,具体方法如下: 1. 停止CloudStack服务 在重新部署CloudStack之前,第一步需要停止服务,以确保在重新部署过程中不会出现数据损坏或者服务...

    开源云计算框架CloudStack快速安装指南

    - **准备系统模板**:为创建虚拟机准备必要的系统模板。 - **安装完成后下一步骤**:登录管理控制台,开始配置云环境。 #### 十、虚拟化软件安装 - **安装XenServer**:在主机上安装XenServer虚拟化软件。 - **...

    cloudstack-学习

    根据提供的内容,本次部署基于CentOS 6.4操作系统,并采用CloudStack 4.4版本以及KVM作为虚拟化技术。具体的系统环境准备包括: 1. **操作系统**: CentOS 6.4。 2. **CloudStack版本**: 4.4.0。 3. **虚拟化技术**:...

    cloudstack 开发

    通过上述步骤,开发者可以将自己开发的API作为插件集成到CloudStack平台中,从而为用户提供新的云服务功能。这一过程不仅涉及编程技能,还需要对CloudStack架构及插件机制有深入的理解。随着API开发指南的深入学习,...

    CloudStack的扩展性

    4. **安全组**:为了保障系统的安全性,CloudStack支持安全组机制,可以在虚拟机之间设置访问控制规则。 5. **模拟环境**:通过模拟环境来进行大规模测试,确保系统在真实环境下也能保持高性能和稳定性。 6. **性能...

    CloudStack 在Windows 平台上的开发环境设置

    在Windows平台上设置CloudStack的开发环境是一项重要的任务,尤其对于那些希望在非Linux环境下进行CloudStack开发的人员来说。这个过程涉及到多个步骤,包括安装必要的软件、配置环境变量以及添加特定的插件,以确保...

    CloudStack Cloud Computing

    作为一本学习CloudStack的好书,它不仅可以帮助读者理解CloudStack的云计算原理,还提供了安装和组织结构的详细指导。书中通过对CloudStack架构的解析,引导读者掌握如何搭建和管理一个高效稳定的私有云或公共云环境...

    CentOS6.5_CloudStack_KVM安装手册

    - 使用CloudStack管理界面创建虚拟机模板,可以是ISO映像或导出的虚拟机。 - 创建安全组规则以定义虚拟机的网络访问权限。 - 分配虚拟机到用户或项目,启动并管理这些虚拟机。 总结来说,这个手册详细介绍了在...

    原创 CloudStack+ESXi部署手册 136页

    在安装步骤方面,手册详细描述了从系统基本信息配置到安装Cloudstack、配置CloudStack、制作Windows模板、上传模板、启动实例等全过程。每一步骤中包含了具体的命令和操作指导,确保读者能够按照文档顺利完成部署。 ...

    用 CloudStack 配置和管理一个简单云

    2. 高度可扩展性:CloudStack 支持多种虚拟化技术和存储系统,可以轻松地扩展云资源。 3. 高度灵活性:CloudStack 提供了多种访问方式,包括 Web Console、Command Shell 和 Web Service API,可以满足不同用户的...

    cloudstack云平台搭建(windows版本)

    本文档将详细介绍如何在Windows XP操作系统上搭建CloudStack 4.0.2的开发环境。以下是详细步骤: 1. **关闭Windows防火墙** 在开始搭建前,为了防止操作系统防火墙对安装过程造成干扰,建议关闭Windows防火墙服务...

    私有云搭建 CloudStack

    私有云搭建 CloudStack

Global site tag (gtag.js) - Google Analytics