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

My solaris system has 16GB RAM and swap. /tmp is associated to swap. We use vmstat command to get used system memory. We observe that once we fill up /tmp, it reflects in vmstat command. My intention is only to get overall used memory in RAM. 1. Can you let me know the if there is a solaris command to just get used memory in RAM? 2. How is /tmp filling up associated to "free memory" in vmstat command?

2 Answers  


how to change boot disk

4 Answers  


How to review IP as weel as port no in solaris?

3 Answers  


how to see particular job whether completed or not?

4 Answers  


How would you truncate a log file that is growing too large if you don't have space to compress it or to move it somewhere else? How would you do it?

3 Answers  






Where do you get Alarm prompt?

0 Answers   IBM,


what is cluster.

5 Answers  


How to find the hardware configuration

1 Answers  


how many clients have in our server ? how we find that?

7 Answers   IBM, Wipro,


how to stop the process using process name

10 Answers   HP,


What is nslookup

2 Answers  


How to start one node cluster.

5 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)