VCS not active


 
Thread Tools Search this Thread
Operating Systems Solaris VCS not active
# 1  
Old 04-18-2018
VCS not active

Dear All,

My current system run Solaris 9 SPARC 64 bit , and VXVM , VCS 4.1. I check all the node information .

Code:
ls -l /etc/vx/*.exclude
/etc/vx/*.exclude: No such file or directory
root@devuardbs01 # vxdctl license
All features are available:
 Mirroring
 Root Mirroring
 Concatenation
 Disk-spanning
 Striping
 RAID-5
 VxSmartSync
 Array Snapshot Integration Feature
 Clustering-full
 FastResync
 DGSJ
 DMP (multipath enabled)
 CDS
 Dynamic LUN Expansion

 hastatus -sum

-- SYSTEM STATE
-- System               State                Frozen

A  devuardbs01          RUNNING              0
A  devuardbs02          RUNNING              0

-- GROUP STATE
-- Group           System               Probed     AutoDisabled    State

B  Oracle_MultiNIC devuardbs01          Y          N               ONLINE
B  Oracle_MultiNIC devuardbs02          Y          N               ONLINE
B  Oracle_dev_SG   devuardbs01          Y          N               OFFLINE|FAULTED
B  Oracle_dev_SG   devuardbs02          Y          N               OFFLINE|FAULTED
B  Oracle_sit_SG   devuardbs01          Y          N               OFFLINE|FAULTED
B  Oracle_sit_SG   devuardbs02          Y          N               OFFLINE|FAULTED

-- RESOURCES FAILED
-- Group           Type                 Resource             System

C  Oracle_dev_SG   DiskGroup            Oracle_devdg_Diskgroup devuardbs01
C  Oracle_dev_SG   DiskGroup            Oracle_devdg_Diskgroup devuardbs02
C  Oracle_sit_SG   DiskGroup            Oracle_sitdg_Diskgroup devuardbs01
C  Oracle_sit_SG   DiskGroup            Oracle_sitdg_Diskgroup devuardbs02

As I don't care for the failing the disk group here, just want to add the new disk group to be share with the cluster node. i run the command but inactive

Code:
vxdctl -c mode
mode: enabled: cluster inactive

Can you please assist with me to advice the solution?

Thank you


Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Last edited by RudiC; 04-18-2018 at 04:32 AM.. Reason: Added CODE tags.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How do I calculate total number of active and non active hosts?

#!/bin/bash for digit in $(seq 1 10) do if ping -c1 -w2 192.168.1.$digit &> /dev/null then echo "192.168.1.$digit is UP" else echo "192.168.1.$digit is DOWN" fi done (3 Replies)
Discussion started by: fusetrips
3 Replies

2. Solaris

VCS- question

Hi admins, I have a question on shared diskgroup in vcs. Let's say i have two node cluster node A and B. I am having the failover service group (including the required resources such as disk grp, IP, mount..etc) For an instance, the service grp is running on node A and suddenly if one of the... (0 Replies)
Discussion started by: snchaudhari2
0 Replies

3. Solaris

VCS on Solaris: VCS ERROR V-16-2-13077 (host2) Agent is unable to offline resource(DiskReservation)

hi, dear all I get a problem "VCS ERROR V-16-2-13077 " on VCS 4.1 for Solaris 10. I can not offline the host2 when the raid is bad. I don't know the reason and how to offline host2 and switch to host1. please help me, thank you! the message of engine_A.log is : ... (2 Replies)
Discussion started by: ForgetChen
2 Replies

4. Solaris

VCS Clusters

:)Hi, can someone please explain VCS clustering and where do we need VCS clusters ..? :o:)Thanks in advance :o:) (1 Reply)
Discussion started by: amitbisht9
1 Replies

5. Solaris

Link based Active Active IPMP

Hi, I need to configure 4 ip address (same subnet and mask) in one ipmp group (two interfaces) in an active active formation (link based). Can some one provide the steps or a tutorial link. Thanks (2 Replies)
Discussion started by: Mack1982
2 Replies

6. UNIX for Dummies Questions & Answers

vcs agent

Hi all, I'm new to vcs. I have a doubt. I need to know, what will happen if an agent is stopped while reources being online. Eg.. while the oracle agent is stopped, will all the oracle resources will become offline.. Advanced thanks (1 Reply)
Discussion started by: sunshine12
1 Replies

7. AIX

Question about HACMP for active-active mode

Hi all, I am new to HACMP. So sorry for the newie question. But I did search the forum and it seems that no one asks this before. So if a 2-node cluster runs in active-active mode (and the same application), what is the benefit of using HACMP ? If it runs in active-stanby, it is easy to... (9 Replies)
Discussion started by: qiulang
9 Replies

8. High Performance Computing

VCS on AIX

Hi, is anybody here experienced in running VCS on AIX and happy to give me some advice regarding configuration questions? I expect very high network IO on my cluster - so a single gig-e network will not be sufficient - and though I would like to configure more than one network card per node and... (0 Replies)
Discussion started by: zxmaus
0 Replies

9. Solaris

VCS Log

Hi All, Can anyone help me to analyse this VCS log. One of my applications failover suddenly and I need to find out the reason behind this. 2009/04/09 10:58:57 VCS ERROR V-16-2-13067 (CS49PAPS2) Agent is calling clean for resource(Web-ebill2app) because the resource became OFFLINE... (4 Replies)
Discussion started by: ronny_nch
4 Replies

10. UNIX for Advanced & Expert Users

Active / Non Active users ?

Hey, I have few Questions : 1. How to Check/Find who all are the users accessing the server using their id ? 2. How to Check who is the active user or non active user (whose id exists but the access privileges has been removed) ? I am presently using AIX5.3 as a server. Please suggest... (3 Replies)
Discussion started by: varungupta
3 Replies
Login or Register to Ask a Question