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

  1. Access the Customer Portal using your unique credentials.
  2. Select Device List from the Devices drop down menu.
  3. Click on the desired Virtual Server.
  4. Select Create Image Template from the Actions drop down list.
  5. Enter the new name for the Standard Image in the Image Name field.
  6. Enter any necessary notes for the image in the Note field.
  7. Select the Agree check box when all information has been entered.
  8. 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的更多相关文章

随机推荐

  1. PHP常见报错解析

    {错误类型}: {错误原因} in {错误文件} on {错误行数} 说明了在哪个文件的哪一行中因何种原因出现了何种错误. 常见的错误类型一般有下面几种: Parse error(解析错误)一般都伴随 ...

  2. wpf新增记录时用多线程的问题

    多线程虽然可以增加用户操作体验,但是有时候会出现意想不到的错误. 如果采用分布式,数据库在另外服务器上,当网络出现问题,或者数据库繁忙,那么新增数据就会等待,这时候用户如果以为没有操作,而多次点击新增 ...

  3. 泛型 Field 和 SetField 方法 (LINQ to DataSet)

    LINQ to DataSet 为 DataRow 类提供用于访问列值的扩展方法:Field 方法和 SetField 方法.这些方法使开发人员能够更轻松地访问列值,特别是 null 值.DataSe ...

  4. 安装tcmalloc

    安装google-perftools:#tar zxvf google-perftools-1.6.tar.gz #cd google-perftools-1.6 #./configure#make# ...

  5. WebApi2官网学习记录---JSON与XML的序列化

    JSON序列化: WebAPI的默认序列库使用的是Json.NET,可以在Globally中配置使用DataContractJsonSerializer 进行序列化 protected void Ap ...

  6. wp8模拟器操作键盘

    当前焦点在模拟器上的某一个输入控件上时候, 按pagedown/pageup可以切换是用pc键盘还是模拟器键盘

  7. C#扩展方法的理解

    “扩展方法使您能够向现有类型“添加”方法,而无需创建新的派生类型.重新编译或以其他方式修改原始类型.” 这是msdn上说的,也就是你可以对String,Int,DataRow,DataTable等这些 ...

  8. 如何禁用不需要的HTTP方法

    IIS7.0默认开启了不安全的OPTIONS和TRACE方法,建议关闭这两个方法. 以下环境为windows server 2008.IIS7.0 方法(1):web.config 在<conf ...

  9. extjs folder is lost解决方法 和 FineUI主题切换时 iframe内的内容主题不变的解决方法

    错误原因:extjs包和FineUI版本不一致 或者是 webconfig配置中 没有设置为任何人可访问  解放方法下载和FineUI版本相同的extjs包就ok了 解决方法:FineUI主题切换时 ...

  10. angular 指令梳理 —— checkBox

    checkBox 持久化数据为 逗号分割 /** * 功能说明: * htCheckbox 指令用于收集checkbox数据. * 在页面中使用 * 属性指令:ht-checkbox * 对应的值为s ...