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. 360网站卫士常用前端公共库CDN服务

    360网站卫士常用前端公共库CDN服务 360网站卫士常用前端公共库CDN服务

  2. 基于PCA和SVM的人脸识别

    程序中采用的数据集是ORL人脸库,该人脸库共有400副人脸图像,40人,每人10幅,大小为112*92像素,同一个人的表情,姿势有少许变化. 程序的流程主要分为三部分,数据的预处理(PCA降维和规格化 ...

  3. hadoop2对比hadoop1

    hadoop2对比hadoop1 1.体系结构 HDFS+MapReduce,共同点都是分布式的,主从关系结构. HDFS=一个NameNode+多个DataNode, NameNode含有我们用户存 ...

  4. (转)iOS7界面设计规范(7) - UI基础 - 交互性与反馈

    现在只是周日下午,可怎样都觉得整个周末就这样即将过去了,不免沮丧.看了好多集小丸子了,又不免觉得现在其实是在放暑假,可以一天一天的窝在家里做任何事,任何事.再上一篇iOS7设计规范,然后本周末就到这里 ...

  5. 关于ionic的一些坑(2)

    如果你通过查阅相关文档,ionic的项目框架已经搭好,下面我来总结一下我在项目中所遇到的坑,给还没踩过的人以方便,给自己以勉励: (1)关于android和ios的适配 因为ionic默认的tabs状 ...

  6. Android调试系列—使用android studio调试smali代码

    1.工具介绍 使用工具 android killer:用于反编译apk包,得到smali代码 android studio:调试smali代码工具,或者使用idea,android studio就是在 ...

  7. Fantageek翻译系列之《使用Autolayout显示变化高度的UITableViewCell》

    这篇博客主要在于,解释如何通过仅仅使用Autolayout很很少的代码,显示高度不同的Cell.虽然标题说的是TableView,但是CollectionView同样适合.但是,这种方法只使用iOS7 ...

  8. F5(调试)和服务器控件

    一.调试 背景: 今天调试的时候发现我进入的网址是http://×××.com:7813/webaspx/System/Login.aspx(由于代码在公司,我就没有截图,等了半天显示无法加载该页面) ...

  9. Sql Server 查看所有存储过程或视图的位置及内容

    and a.object_id = b.object_id and a.[type] in ('P','V','AF') order by a.[name] asc 通过这个sql语句可以查到sql ...

  10. 集合运算符之全集、交集、补集【weber出品必属精品】

    集合的概念 与数学中的全集.交集.补集的概念是一样的 常用的集合运算符 集合运算符的作用:把两个查询构造为一个联合查询 1. 全集:求连个查询的全集 union all:将两个查询的所有数据全部列出, ...