cancel
Showing results for 
Search instead for 
Did you mean: 

vcs resource faluted

vucni11
Level 4

hi,

i try to online the below with vcs.

test6:~ # more /etc/VRTSvcs/conf/config/main.cf
include "types.cf"

cluster clust (
        UserNames = { admin = hqrJqlQnrMrrPzrLqo }
        Administrators = { admin }
        )

system test6 (
        )

group test8 (
        SystemList = { test6 = 0 }
        AutoStartList = { test6 }
        )

        DiskGroup test8 (
                DiskGroup = test8
                )

        Mount mount5 (
                Critical = 0
                MountPoint = "/n"
                BlockDevice = "/dev/vx/dsk/test8/v8"
                FSType = vxfs
                FsckOpt = "-y"
                )

        Volume vol1 (
                DiskGroup = test8
                Volume = v8
                )

        mount5 requires vol1
        vol1 requires test8

and i receive:

test6:~ # hares -state
#Resource    Attribute             System     Value
mount5       State                 test6      FAULTED
test8        State                 test6      ONLINE
vol1         State                 test6      ONLINE

test6:~ # hagrp -state
#Group       Attribute             System     Value
test8        State                 test6      |PARTIAL|

test6:~ # tail /var/VRTSvcs/log/e*log
2017/04/05 06:18:47 VCS NOTICE V-16-1-10301 Initiating Online of Resource vol1 (Owner: Unspecified, Group: test8) on System test6
2017/04/05 06:18:48 VCS INFO V-16-1-10298 Resource vol1 (Owner: Unspecified, Group: test8) is online on test6 (VCS initiated)
2017/04/05 06:18:48 VCS NOTICE V-16-1-10301 Initiating Online of Resource mount5 (Owner: Unspecified, Group: test8) on System test6
2017/04/05 06:18:49 VCS NOTICE V-16-1-10438 Group VCShmg has been probed on system test6
2017/04/05 06:18:49 VCS NOTICE V-16-1-10435 Group VCShmg will not start automatically on System test6 as the system is not a part of AutoStartList attribute of the group.
2017/04/05 06:20:49 VCS ERROR V-16-2-13066 (test6) Agent is calling clean for resource(mount5) because the resource is not up even after online completed.
2017/04/05 06:20:49 VCS INFO V-16-2-13068 (test6) Resource(mount5) - clean completed successfully.
2017/04/05 06:20:49 VCS INFO V-16-2-13071 (test6) Resource(mount5): reached OnlineRetryLimit(0).
2017/04/05 06:20:49 VCS ERROR V-16-1-54031 Resource mount5 (Owner: Unspecified, Group: test8) is FAULTED on sys test6
2017/04/05 06:20:49 VCS INFO V-16-6-15015 (test6) hatrigger:/opt/VRTSvcs/bin/triggers/resfault is not a trigger scripts directory or can not be executed

 

tnx

1 ACCEPTED SOLUTION

Accepted Solutions

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

Can you mount the filesystem on your mountpount "/n" outside of the cluster?

View solution in original post

3 REPLIES 3

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

Can you mount the filesystem on your mountpount "/n" outside of the cluster?

hi,

this was the issue,that i forgot to make file system on that volume.tnx

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

No problem.