After restart "system/filesystem/local:default failed fatally"

Hi All,

I have a problem with my application Storage Foundation 5.0 on Solaris 10 OS.

I have installed SF 5.0 and then I have created cluster with:

* Disk Group

* Volume

* NFS

If the one machine is offline on the second machine network resources are available.

Then I restarted my first machine and now I am not able to connect via Remoute Desktop.

I have the following error message:

Sun Fire V245, No Keyboard

Copyright 2006 Sun Microsystems, Inc. All rights reserved.

OpenBoot 4.22.18, 2048 MB memory installed, Serial #67126814.

Ethernet address 0:14:4f:0:46:1e, Host ID: 8400461e.

Rebooting with command: boot

Boot device: /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/disk@0,0:a File and args:

WARNING: unknown command 'semsys' on line 84 of etc/system

WARNING: unknown command 'semsys' on line 86 of etc/system

SunOS Release 5.10 Version Generic_118833-17 64-bit

Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.

Use is subject to license terms.

Hardware watchdog enabled

Hostname: sun1

NOTICE: VxVM vxdmp V-5-0-34 added disk array DISKS, datype = Disk

NOTICE: VxVM vxdmp V-5-0-34 added disk array 600A0B8000163A920000000040D180B0, datype = DS4300-

NOTICE: VxVM vxdmp V-5-3-1700 dmpnode 296/0x0 has migrated from enclosure FAKE_ENCLR_SNO to enclosure DISKS

LLT INFO V-14-1-10009 LLT Protocol available

GAB INFO V-15-1-20021 GAB available

LMX Multiplexor available

checking ufs filesystems

/dev/rdsk/c1t0d0s7: is logging.

svc:/system/filesystem/local:default: WARNING: /sbin/mountall -l failed: exit status 1

Mar 27 01:42:54 svc.startd[7]: svc:/system/filesystem/local:default: Method "/lib/svc/method/fs-local" failed with exit status 95.

[ system/filesystem/local:default failed fatally (see 'svcs -x' for details) ]

Could you please help me with this issue?

Many thanks,

Daniel

[2046 byte] By [nagardda] at [2007-11-26 22:58:23]
# 1
I would guess that you have an incorrect line in your /etc/vfstab, something that mountall can't handle when its run. .7/M.
mAbrantea at 2007-7-10 12:24:13 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

My /etc/vfstab:

bash-3.00# cat /etc/vfstab

#device device mountFSfsckmountmount

#to mountto fsck pointtypepassat boot options

#

fd-/dev/fd fd-no-

/proc-/procproc-no-

/dev/dsk/c1t0d0s1--swap-no-

/dev/dsk/c1t0d0s0/dev/rdsk/c1t0d0s0/ufs1no-

/dev/dsk/c1t0d0s7/dev/rdsk/c1t0d0s7/export/homeufs2yes-

/devices-/devicesdevfs-no-

ctfs-/system/contractctfs-no-

objfs-/system/object objfs-no-

swap-/tmptmpfs-yes-

/dev/vx/dsk/cls/dvol /dev/vx/rdsk/cls/dvol /dvol vxfs 0 yes suid

/dev/vx/dsk/cls/a /dev/vx/rdsk/cls/a /a vxfs 0 yes suid

Is it the problem with Veritas volume?

nagardda at 2007-7-10 12:24:13 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3

Hi,

I have fixed the issue.

I have removed the following lines from /etc/vfstab file:

/dev/vx/dsk/cls/dvol /dev/vx/rdsk/cls/dvol /dvol vxfs 0 yes suid

/dev/vx/dsk/cls/a /dev/vx/rdsk/cls/a /a vxfs 0 yes suid

Then the system startup without any errors.

Well but I do not know how Veritas mounts affected the Solaris.

Thanks,

Daniel

nagardda at 2007-7-10 12:24:13 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
Maybe '0' is a bad value, or suid isn't a valid mount point for this filesystem type. .7/M.
mAbrantea at 2007-7-10 12:24:13 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5
Yes, you are right. The suid vaule was wrong. I have removed this and now it works fine.Thanks a lot.Regards,Daniel
nagardda at 2007-7-10 12:24:13 > top of Java-index,Solaris Operating System,Solaris 10 Features...