Comments are available to members only. Sign up or Log in to view these comments.
Main Topics
Browse All Topicsadded file systems zone1 and zone2 to vfstab and mounted successfully
root@felix: /export/zone1> more /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/zvol/dsk/zfspool/swap
/devices - /devices devfs - no -
sharefs - /etc/dfs/sharetab sharefs - no -
ctfs - /system/contract ctfs - no -
objfs - /system/object objfs - no -
swap - /tmp tmpfs - yes -
/dev/dsk/c1t1d0s0 /dev/rdsk/c1t1d0s0 /export/zone1 ufs - yes -
/dev/dsk/c1t1d0s1 /dev/rdsk/c1t1d0s1 /export/zone2 ufs - yes -
root@felix: /export/zone1>
when server rebooted the new entries in vfstab seemed to trigger problem (see below)
Rebooting with command: boot
Boot device: disk:a File and args:
SunOS Release 5.10 Version Generic_137137-09 64-bit
Copyright 1983-2008 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Hardware watchdog enabled
Hostname: felix
/dev/rdsk/c1t1d0s0 is clean
/dev/rdsk/c1t1d0s1 is clean
svc:/system/filesystem/loc
Reading ZFS config: done.
Mounting ZFS filesystems: (5/5)
Apr 22 10:09:57 svc.startd[7]: svc:/system/filesystem/loc
Apr 22 10:09:57 svc.startd[7]: system/filesystem/local:de
felix console login:
root@felix: /var/svc/log> tail "system-filesystem-local:d
mount: Nonexistent mount point: /export/zone1
mount: Nonexistent mount point: /export/zone2
WARNING: /sbin/mountall -l failed: exit status 1
[ Apr 21 14:37:08 Method "start" exited with status 95 ]
[ Apr 22 10:09:40 Enabled. ]
[ Apr 22 10:09:56 Executing start method ("/lib/svc/method/fs-local
mount: Nonexistent mount point: /export/zone1
mount: Nonexistent mount point: /export/zone2
WARNING: /sbin/mountall -l failed: exit status 1
[ Apr 22 10:09:57 Method "start" exited with status 95 ]
root@felix: /var/svc/log>
at this stage however I can now mount file systems at command line
root@felix: /> df -k
Filesystem kbytes used avail capacity Mounted on
zfspool/ROOT/s10s_u6wos_07
70189056 4621265 63468532 7% /
/devices 0 0 0 0% /devices
ctfs 0 0 0 0% /system/contract
proc 0 0 0 0% /proc
mnttab 0 0 0 0% /etc/mnttab
swap 1643856 256 1643600 1% /etc/svc/volatile
objfs 0 0 0 0% /system/object
sharefs 0 0 0 0% /etc/dfs/sharetab
/platform/sun4u-us3/lib/li
68089798 4621265 63468532 7% /platform/sun4u-us3/lib/li
/platform/sun4u-us3/lib/sp
68089798 4621265 63468532 7% /platform/sun4u-us3/lib/sp
fd 0 0 0 0% /dev/fd
swap 1643600 0 1643600 0% /tmp
swap 1643616 16 1643600 1% /var/run
zfspool/export 70189056 22 63468532 1% /export
zfspool/export/home 70189056 519 63468532 1% /export/home
zfspool 70189056 94 63468532 1% /zfspool
root@felix: /> mount /export/zone1
root@felix: /> mount /export/zone2
root@felix: /> df -k
Filesystem kbytes used avail capacity Mounted on
zfspool/ROOT/s10s_u6wos_07
70189056 4621265 63468594 7% /
/devices 0 0 0 0% /devices
ctfs 0 0 0 0% /system/contract
proc 0 0 0 0% /proc
mnttab 0 0 0 0% /etc/mnttab
swap 1643216 256 1642960 1% /etc/svc/volatile
objfs 0 0 0 0% /system/object
sharefs 0 0 0 0% /etc/dfs/sharetab
/platform/sun4u-us3/lib/li
68089859 4621265 63468594 7% /platform/sun4u-us3/lib/li
/platform/sun4u-us3/lib/sp
68089859 4621265 63468594 7% /platform/sun4u-us3/lib/sp
fd 0 0 0 0% /dev/fd
swap 1642960 0 1642960 0% /tmp
swap 1642976 16 1642960 1% /var/run
zfspool/export 70189056 22 63468594 1% /export
zfspool/export/home 70189056 519 63468594 1% /export/home
zfspool 70189056 94 63468594 1% /zfspool
/dev/dsk/c1t1d0s0 1020815 497924 461643 52% /export/zone1
/dev/dsk/c1t1d0s1 1020815 497924 461643 52% /export/zone2
root@felix: />
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: omarfaridPosted on 2009-04-22 at 03:57:19ID: 24203269
Comments are available to members only. Sign up or Log in to view these comments.