SoftLayerDebug
Sorry, the image you selected is not compatible with your hardware configuration. Please choose another image. CentOS 7.0-64 - DO NOT USE does not have a valid product item in the service offering ID# 126
在softlayer 中只有standrd img才能被export;
flex img不能被export 到Object Storage(一般在云计算中存储较大数据文件的非vm OS盘)
Block Storage是存储 VM Os 的Volumn盘(varites system storage);
在softLayer 虚机上创建相关应该测试Ok后capture Standard Template Image;
记录我们export 虚拟磁盘镜像的root密码,日后基于此虚拟磁盘跑起来的虚机用,剩的费那2分钟把它给干掉;
Create a Standard Image
Overview
Standard Image Templates allow for the replication of various configuration options for Virtual Servers. At any point during the life of a Virtual Server, a Standard Image may be taken of the device and used to quickly replicate portions of its configuration in another Virtual Server. Standard Images may be taken of any Virtual Server, regardless of its operating system, but may only be used to create another Virtual Server. To create a Bare Metal Server from a Virtual Server, a Flex Image must be created. Follow the steps below to create a Standard Image of a Virtual Server.
Create a Standard Image
- Access the Customer Portal using your unique credentials.
- Select Device List from the Devices drop down menu.
- Click on the desired Virtual Server.
- Select Create Image Template from the Actions drop down list.
- Enter the new name for the Standard Image in the Image Name field.
- Enter any necessary notes for the image in the Note field.
- Select the Agree check box when all information has been entered.
- Click the Create Template button to create the Standard Image Template.
What Happens Next
After the Standard Image Template has been created, additional Virtual Servers may be created using the template that will mimic the template's configurations.http://knowledgelayer.softlayer.com/procedure/create-standard-image
http://knowledgelayer.softlayer.com/procedure/export-image
SoftLayerDebug的更多相关文章
随机推荐
- js设计模式系列之(一)请节约你的请求-代理模式
What’s the proxy pattern? 代理模式其实就是将违反单一性原则的类给抽离出来,尽量满足开放和封闭的原则. 相当于一个类的行为只是一种,但是你可以给这个类添加额外的行为.比如: 一 ...
- poj 3744 Scout YYF I (矩阵)
Description YYF -p. Here is the task, given the place of each mine, please calculate the probality t ...
- 使用openCV的静态库编译
转载请注明出处: http://www.cnblogs.com/sysuzyq/p/6183568.html By 少侠阿朱 摘要: 本文主要讲述如何使用opencv静态库进行编译,生成脱离openc ...
- AIX下RAC搭建 Oracle10G(一)检測系统环境
AIX下RAC搭建系列 环境 节点 节点1 节点2 小机型号 IBM P-series 630 IBM P-series 630 主机名 AIX203 AIX204 交换机 SAN光纤交换机 存储 S ...
- STM32F051 IAP源代码分享
STM32F051 IAP源代码分享 假设不懂IAP的请自己主动脑补或者怒戳这里 http://www.openedv.com/posts/list/11494.htm 然后STM32F051的IAP ...
- Mybatis分页插件PageHelper正确的用法(网上有2篇不够科学的文章)
今天下午在Mybatis项目中.实现分页.由于我是后加入项目中的,Leader用的是PageHelper这个组件.可是我在实际使用的过程中遇到了2个大问题. 1.p=2#comments" ...
- ashx调用session对象
1.引入命名空间 using System.Web.SessionState 2.必须实现接口 public class Login : IHttpHandler, IRequiresSessionS ...
- struts 2 --SEVERE: Could not find action or result
SEVERE: Could not find action or result There is no Action mapped for namespace / and action name . ...
- MFC中函数名前加 :: 原因
在开发MFC之前,开发的是以AFx(Application Frameworks,x是没有什么意义的)开头的一些函数.但是那个时候开发的函数并没有进行封装,但是有很多很有用的函数.最后AFx开发失败, ...
- php 生成和下载xml文件
方法一 $doc = new DOMDocument('1.0', 'utf-8'); $doc->formatOutput = true; $rootEle = $doc->create ...