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

what is the back up software we r using in solaris 8,9,10

2 Answers  


I have only one plex and one subdisk and one volume , then plex is failed how can we recolect it?

4 Answers   IBM,


How to create a new volume

1 Answers  


Difference between probe-scsi-all and probe-scsi

1 Answers  


Explain rc script and run level

1 Answers  






What is nslookup

2 Answers  


what is a solaris toolkit

1 Answers  


If you have multiple ethernet interfaces, how do you keep it from routing between them?

3 Answers  


How do you add the disk without reboot the server?

2 Answers  


how to find out the how many disks attached in the server?

13 Answers   Accel, HP,


how can system identify run level at boot time?

5 Answers   Accenture,


How to find out the shared file system from server and client

1 Answers  


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)