菜鸟求助!XSCF进入OK模式下报错!
XSCF> showdomainmode -d 0Host-ID :85e6a88c
Diagnostic Level :min
Secure Mode :off
Autoboot :off
CPU Mode :auto
XSCF> showdomainstatus-a
DID Domain Status
00 Running
01 -
XSCF> sendbreak -d 0
Send break signal to DomainID 0? :y
XSCF> console -d 0-f
Invalid parameter.
usage : console -d domain_id [[-q]{-y|-n}] [-f|-r] [-s escapeChar]
console -h
XSCF> console -d 0 -f
Console contents may be logged.
Connect to DomainID 0? :y
checking ufs filesystems
fsck: could not stat /dev/rdsk/c6t60022A110009F8C14F0F42D100000000d0s0: No such file or directory
fsck: could not stat /dev/rdsk/c6t60022A110009F8C14F0F42D100000000d0s1: No such file or directory
fsck: could not stat /dev/rdsk/c6t60022A110009F8C14F0F42D100000000d0s3: No such file or directory
fsck: could not stat /dev/rdsk/c6t60022A110009F8C14F0F42D100000000d0s4: No such file or directory
fsckall failed with exit code 1.
WARNING - Unable to repair one or more filesystems.
Run fsck manually (fsck filesystem...).
svc:/system/filesystem/local:default: WARNING: /sbin/mountall -l failed: exit status 1
Reading ZFS config: done.
Apr4 05:04:22 svc.startd: svc:/system/filesystem/local:default: Method "/lib/svc/method/fs-local" failed with exit status 95.
Apr4 05:04:22 svc.startd: system/filesystem/local:default failed fatally: transitioned to maintenance (see 'svcs -xv' for details)
NMSserver console login: XSCF uboot01100001(Feb3 2011 - 14:43:12)
回复 1# chlei1229
1.boot -s
2.check device c6t60022A110009F8C14F0F42D100000000d0 exists?
# format
3. if No, check c6t60022A110009F8C14F0F42D100000000d0 device hardware status
4. if yes, perform file system check
# fsck -y /dev/rdsk/c6t60022A110009F8C14F0F42D100000000d0s0
# fsck -y /dev/rdsk/c6t60022A110009F8C14F0F42D100000000d0s1
# fsck -y /dev/rdsk/c6t60022A110009F8C14F0F42D100000000d0s3
# fsck -y /dev/rdsk/c6t60022A110009F8C14F0F42D100000000d0s4
5. Test mount all device and check data
# mount /dev/dsk/c6t60022A110009F8C14F0F42D100000000d0s0 /mnt
# cd /mnt
# ls
# cd /
# umount /mnt
6. Reboot
:em03:像是vfstab里面的内容有误 似乎是LZ强行关闭域 造成的系统文件损坏fsck 修复一下就可以了~~
页:
[1]