Hi,
Any idea how to successfully online svc:/system/filesystem/root
# uname -a
SunOS host1 5.10 Generic_150400-20 sun4v sparc sun4v
# svcs -x
svc:/system/filesystem/root:default (root file system mount)
State: maintenance since 11 July 2015 10:34:19 AM
Reason: Start method failed repeatedly, last died on Killed (9).
See: http://sun.com/msg/SMF-8000-KS
See: /var/svc/log/system-filesystem-root:default.log
Impact: 63 dependent services are not running. (Use -v for list.)
#
# tail /var/svc/log/system-filesystem-root:default.log
[ Jul 11 10:19:16 Enabled. ]
[ Jul 11 10:19:16 Executing start method ("/lib/svc/method/fs-root") ]
[ Jul 11 10:24:16 Method or service exit timed out. Killing contract 7 ]
[ Jul 11 10:24:16 Method "start" failed due to signal KILL ]
[ Jul 11 10:24:16 Executing start method ("/lib/svc/method/fs-root") ]
[ Jul 11 10:29:17 Method or service exit timed out. Killing contract 13 ]
[ Jul 11 10:29:17 Method "start" failed due to signal KILL ]
[ Jul 11 10:29:18 Executing start method ("/lib/svc/method/fs-root") ]
[ Jul 11 10:34:18 Method or service exit timed out. Killing contract 15 ]
[ Jul 11 10:34:19 Method "start" failed due to signal KILL ]
#
# zpool status -xv
all pools are healthy
# zpool status
pool: rpool_host1
state: ONLINE
status: The pool is formatted using an older on-disk format. The pool can
still be used, but some features are unavailable.
action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
pool will no longer be accessible on older software versions.
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool_host1 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c0t5000CCA012A9082Cd0s0 ONLINE 0 0 0
c0t5000CCA012AAB5A4d0s0 ONLINE 0 0 0
errors: No known data errors
#
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool_host1 46.2G 16.3G 98K /rpool_host1
rpool_host1/ROOT 41.5G 16.3G 21K legacy
rpool_host1/ROOT@feb12 17K - 21K -
rpool_host1/ROOT/2012-Bundle 41.5G 16.3G 38.6G /
rpool_host1/ROOT/2012-Bundle@feb2015 2.87G - 17.1G -
rpool_host1/app 49.5K 16.3G 21K /rpool_host1/app
rpool_host1/app/ctsa 28.5K 500M 28.5K /app/ctsa
rpool_host1/dump 2.00G 16.3G 2.00G -
rpool_host1/home 652M 3.36G 652M /home
rpool_host1/swap 2.06G 16.4G 2.00G -
#
# zfs mount
rpool_host1/ROOT/2012-Bundle /
rpool_host1/app/ctsa /app/ctsa
rpool_host1/home /home
rpool_host1 /rpool_host1
rpool_host1/app /rpool_host1/app
#
All file systems are mounted ok but I am not sure why /lib/svc/method/fs-root keeps on failing. Any idea ?