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. phpcms:一、安装及新建模板

    1.复制D:\WWW\phpcms\phpcms\templates\目录下的default文件粘贴在当前目录下,并重命名为新模板名字(youpinzhiyuan2012) 2.打开D:\WWW\ph ...

  2. [AngularJS] Transforming raw JSON data to meaningful output in AngularJS

    angular.module('APP', []) .controller('MainController', function($scope, UserConstants){ var user = ...

  3. UIImagePickerController从拍照、图库、相册获取图片

    iOS 获取图片有三种方法: 1. 直接调用摄像头拍照 2. 从相册中选择 3. 从图库中选择 UIImagePickerController 是系统提供的用来获取图片和视频的接口: 用UIImage ...

  4. Win32多线程编程(1) — 基础概念篇

      内核对象的基本概念 Windows系统是非开源的,它提供给我们的接口是用户模式的,即User-Mode API.当我们调用某个API时,需要从用户模式切换到内核模式的I/O System Serv ...

  5. mysql常用操作(转自阿铭linux)

    在前面两个章节中已经介绍过MySQL的安装了,但是光会安装还不够,您还需要会一些基本的相关操作.当然了,关于MySQL的内容也是非常多的,只不过对于linux系统管理员来讲,一些基本的操作已经可以应付 ...

  6. python - 类成员修饰符

    在java,c#类的成员修饰符包括,公有.私有.程序集可用的.受保护的. 对于python来说,只有两个成员修饰符:公有成员,私有成员 成员修饰符是来修饰谁呢?当然是修饰成员了.那么python类的成 ...

  7. getAttribute()与getParameter的区别

    当两个Web组件之间为转发关系时,转发源会将要共享 request范围内的数据先用setAttribute将数据放入到HttpServletRequest对象中,然后转发目标通过 getParamet ...

  8. CSS基础知识笔记(二)之选择器

    CSS选择器 选择器{ 样式; } 每一条css样式声明(定义)由两部分组成,形式如下: 在{}之前的部分就是“选择器”,“选择器”指明了{}中的“样式”的作用对象,也就是“样式”作用于网页中的哪些元 ...

  9. Java数据输入

    以下是数据输入实例: //以下是数据输入实例 import java.util.Scanner;//导入java.util.Scanner,Scanner首字母大写 public class Test ...

  10. CSS书写规范、顺序和命名规则

    写了这么久的CSS,但大部分前端er都没有按照良好的CSS书写规范来写CSS代码,这样会影响代码的阅读体验,这里总结一个CSS书写规范.CSS书写顺序供大家参考   这些是参考了国外一些文章以及我的个 ...