How to clear the failing flag on a veritas volume manager disk:

Answers were Sorted based on User's Feedback



How to clear the failing flag on a veritas volume manager disk:..

Answer / sbrahman75

Use the vxdisk list command to find out which disks are failing:

# vxdisk list

DEVICE TYPE DISK GROUP STATUS

c1t1d0s2 auto:sliced mydg01 mydg online

c1t2d0s2 auto:sliced mydg02 mydg online failing

c1t3d0s2 auto:sliced mydg03 mydg online

# vxedit set failing=off mydg02

# vxdisk list

Is This Answer Correct ?    13 Yes 4 No

How to clear the failing flag on a veritas volume manager disk:..

Answer / kesava

vxedit -g mydg set failing=off mydg02

Is This Answer Correct ?    3 Yes 1 No

How to clear the failing flag on a veritas volume manager disk:..

Answer / kannan

vxedit -g <DGName> set failing=off <Volumename>

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

Tell me the port for Telnet, ftp,nis,ssh,nfs

5 Answers  


how to stop the process using process name

10 Answers   HP,


What are the service group dependence?

2 Answers  


What does pkgadd command do?

0 Answers  


How to start / stop the nfs server

2 Answers  






wts differnce between svm&vxvm?

4 Answers  


How ill you remove the subdisk and plexus

4 Answers  


How to find & replace bad disks in solaris & VXVM?plz explain step by step?

4 Answers  


Where the veritas disk information store.

2 Answers  


How to rename the old root disk. In this example, rootdisk is being renamed as rootold.

1 Answers  


How to find the boot path in solaris

4 Answers  


1)How to identify VXVM version? 2)What the path of scconf in cluster?

5 Answers   IBM,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)