[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.9

unable to mount file systems at reboot

Asked by jgourlay in Unix Operating Systems

Tags: Solaris 10 Generic_137137-09

added 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      -       -       swap    -       no      -
/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/local:default: WARNING: /sbin/mountall -l failed: exit status 1
Reading ZFS config: done.
Mounting ZFS filesystems: (5/5)
Apr 22 10:09:57 svc.startd[7]: svc:/system/filesystem/local:default: Method "/lib/svc/method/fs-local" failed with exit status 95.
Apr 22 10:09:57 svc.startd[7]: system/filesystem/local:default failed fatally: transitioned to maintenance (see 'svcs -xv' for details)
felix console login:




root@felix: /var/svc/log> tail "system-filesystem-local:default.log"
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_07b
                     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/libc_psr/libc_psr_hwcap1.so.1
                     68089798 4621265 63468532     7%    /platform/sun4u-us3/lib/libc_psr.so.1
/platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
                     68089798 4621265 63468532     7%    /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
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_07b
                     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/libc_psr/libc_psr_hwcap1.so.1
                     68089859 4621265 63468594     7%    /platform/sun4u-us3/lib/libc_psr.so.1
/platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
                     68089859 4621265 63468594     7%    /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
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: />




 
 
Related Solutions
Keywords: unable to mount file systems at reboot
 
Loading Advertisement...
 
[+][-]04/24/09 11:42 PM, ID: 24231022Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Unix Operating Systems
Tags: Solaris 10 Generic_137137-09
Sign Up Now!
Solution Provided By: nyaar
Participating Experts: 2
Solution Grade: B
 
[+][-]04/22/09 03:57 AM, ID: 24203269Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/22/09 04:04 AM, ID: 24203324Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/22/09 04:09 AM, ID: 24203359Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/22/09 05:18 AM, ID: 24203862Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/22/09 05:26 AM, ID: 24203925Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/22/09 06:56 AM, ID: 24204840Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/22/09 07:02 AM, ID: 24204914Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93 - Hierarchy / EE_QW_3_20080625