zone出错,帮忙看看
bash-2.05b# more /etc/release
Solaris 10 s10_69 SPARC
Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 05 October 2004
之前
bash-2.05b# mkdir -p /export/home/zone-test
bash-2.05b# chmod -R 700 /export/home/zone-test
bash-2.05b# more /etc/zones/zone-test.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE zone PUBLIC "-//Sun Microsystems Inc//DTD Zones//EN" "file:///usr/share/lib/xml/dtd/zonecfg.dtd
.1">
<!--
DO NOT EDIT THIS FILE. Use zonecfg(1M) instead.
-->
<zone name="zone-test" zonepath="/export/home/zone-test" autoboot="true" pool="pool_default">
<network address="10.101.0.56/21" physical="bge0"/>
</zone>
bash-2.05b#
bash-2.05b# zoneadm -z zone-test verify
bash-2.05b# zoneadm -z zone-test install
Waiting for up to <300> seconds for zone administration commands to become available (another user is administering zones)
ERROR: Unable to acquire zone administration lock for this system; please try again later
ERROR: cannot create zone boot environment <zone-xuwei>
zoneadm: zone 'zone-test: '/usr/lib/lu/lucreatezone' failed with exit code 94.
bash-2.05b# who
root pts/3 Jun 18 13:13 (10.101.5.66)
bash-2.05b#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
暂时不能重启机器,回头试试看
看了,没有问题
本帖最后由 byuq 于 2010-06-24 12:19 编辑
zonecfg -z zone-test info
查看一下这个zone的配置信息是否正确。
shishikan
vi /etc/system /加上以下语句
exclude:lofs
{:3_193:}
娘希匹的,貌似跟这个系统有关系。换了个机器目前正常
google搜索删除tmp下临时文件,uninstall然后在install问题依旧