管理私有云:WebSphere CloudBurst Appliance 命令行界面简介
2009-09-28 00:00:00 来源:WEB开发网除了查看资源和资源集合外,还可以对由 WebSphere CloudBurst 管理的项目执行操作。例如,假设您希望添加一个有权将模式部署到私有云的用户。可以通过几个不同的方式实现这点。
第一种方法是使用交互式向导创建一个新用户,如清单 4 和 5 所示。这里,将提醒您为新用户输入用户名、全名、密码和邮件地址。因此,新用户将被创建,并且用户的细节被显示出来。
清单 4. 使用向导创建一个新用户 - 命令
>>> cloudburst.users.create(cloudburst.wizard)
清单 5. 使用向导创建一个新用户 - 输出
Enter ?? for help using the wizard.
username: newuser
fullname: Pattern Deployer
password: password
email: newuser@mycompany.com
{
"currentmessage": "RM02013",
"currentmessage_text": "User has not logged in yet",
"currentstatus": "RM01062",
"currentstatus_text": "Inactive",
"email": "newuser@mycompany.com",
"fullname": "Pattern Creator",
"groups": (nested object),
"id": 2,
"parts": (nested object),
"password": (write-only),
"patterns": (nested object),
"roles": (nested object),
"scripts": (nested object),
"username": "newuser",
"virtualimages": (nested object),
"virtualsystems": (nested object)
}
使用内联 Python 对象可以获得相同的结果,如清单 6 和 7 所示。注意,<< 是上面示例中使用的 create() 方法的别名。
- ››管理/var/spool/clientmqueue/下的大文件
- ››WebSphere Application Server 7.0 XML Feature P...
- ››WebSphere 反向投资者: 解决 WebSphere Applicati...
- ››WebSphere sMash 的创新应用,第 2 部分: 借助包装...
- ››Websphere MQ v6集群的负载均衡新功能
- ››WebSphere Process Server V6.0.2 集群,第 2 部分...
- ››WebSphere Process Server V6.0.2 集群,第 1 部分...
- ››WebSphere MQ性能调优浅谈
- ››WebSphere配置资源库管理
- ››WebSphere中的SSL/TLS:用法、配置和性能
- ››websphere ejb远程/本地调用总结
- ››WebSphere Application Server对SIP的支持
更多精彩
赞助商链接