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的更多相关文章
随机推荐
- poj 3187 Backward Digit Sums(穷竭搜索dfs)
Description FJ and his cows enjoy playing a mental game. They write down the numbers to N ( <= N ...
- css中的7中属性选择器
在CSS的选择符中有七个属性选择符.它们分别是: 1.E[att] 选择具有att属性的E元素. 2.E[att="val"] 选择具有att属性且属性值等于val的E元素. 3. ...
- PHP设计模式笔记八:原型模式 -- Rango韩老师 http://www.imooc.com/learn/236
原型模式 概述: 1.与工厂模式作用类似,都是用来创建对象 2.与工厂模式的实现不同,原型模式是先创建好一个原型对象,然后通过clone原型对象来创建新的对象,这样就免去了类创建时重复的初始化操作 3 ...
- Wikioi 1080一维树状数组
半个月时间最终把那些杂七杂八的学完了,尽管学完也,也仅仅是有了个模板,自己手敲还是不太行.所以如今開始要疯狂刷题了! ! .!!! 这题裸的树状数组.曾经写那道<敌兵布阵>的时候写过,所以 ...
- swift 模式
原文:http://www.cocoachina.com/newbie/basic/2014/0612/8800.html 模式(pattern)代表了单个值或者复合值的结构.比如,元组(1, 2)的 ...
- 每天一点Swift(五)控制器的生命周期和SizeClass
字数358 阅读19 评论0 喜欢0 初始化init-->awakeFromNib--> prepare a segue --> SB去设置outlets --> viewDi ...
- [小技巧] 把虚拟机中的Linux系统安装到U盘中
出于各种需求,很多用户可能经常会在Windows系统中安装虚拟机,然后在虚拟机中安装Linux系统.使用虚拟机的优点是可以同时使用多个系统,而缺点也是显然的,也就是程序运行效率较差. 而实际上,L ...
- 伸缩放大的js
window.onload = function() { var div1 = document.getElementById('div1'); div1.onmous ...
- hashtable 和dictionary
hashtable 通过 key 和value 进行访问 不是 通过 索引访问 对类型没有强制规定 ,所以类型危险 容易出错 无效的key时 会返回空 dictionary 与hashtable 相区 ...
- Android-------------获取手机IP地址
##帮助类PhoneNetStateUtil package com.funs.PhoneIPAddress.utils; /** * 手机联网状态工具类 需要的权限 WIFI时:</ ...