Unsolved

This post is more than 5 years old

1 Message

71244

March 6th, 2006 16:00

Patrol Read and Consistency Check

Hi
 
Sorry new to Patrol Read and Consistency Check and have a few questions.  Running a PV 220S and OM 4.5 and newest drivers and firmware off of a 2650 and 3/DC RAID.
 
Conistency Check-
-if run via Open Manage I see in open manage it says it is completed but does it keep a log to tell you all the issues it has found and any other results or problems?
 
Patrol Read
-told I should put this in auto mode but I can not find how you do this.   I have found the "megaPR -startPR -a0" DOS command to do a manaul start but how do you put it in automatic mode?
-does this one keep a log somewhere of issues it finds?
 
I do have the " Maintenance Best Practices for Direct-Attached SCAS Solutions" but I have not found these details in it.
 
Thanks
Todd

Message Edited by todd1239 on 03-06-2006 12:21 PM

40 Posts

June 30th, 2006 00:00

check out this article, it may answer some of your questions and more:

http://www.dell.com/downloads/global/power/ps1q06-20050212-Habas.pdf

80 Posts

October 3rd, 2006 13:00

If you using the newest version 5.1 of Open Manage with Storage Management, the Open Manage logs will tell you when it begins, completes and if the consistency check fails.

 

You can manually run a consistency check in Storage Management using these instructions

 

http://support.dell.com/support/edocs/software/OMSS10UG/vdmgmt.html#323112 

 

or if you save the CLI commands below to a batch file than use Windows Task Scheduler they can be run during off peak hours, which is more beneficial.

 

Instructions on how to run the CLI Commands using Task Scheduler

 

Go to a command line and run the following command to display the virtual disks and controllers. You do this because in the batch file you will have to specify the controller and virtual disk you would like to scan.

 

omreport storage controller to display the controller IDs

 

omreport storage vdisk controller=ID to display the IDs for the virtual disks attached to the controller.

 

Once you have the information above you will next open notepad and save the file to the root of C as cons_check.bat or a similar name. You will need to create one for each virtual disk you would like to check.

Inside the file you will add the necessary commands to check the consistency on the selected virtual disk and controller.

 

Example Syntax

For example, to run a check consistency on virtual disk 4 on controller 1, you would enter the text below into the cons_check.bat file and save it.

 

omconfig storage vdisk action=checkconsistency controller=1 vdisk=4

 

Once that is complete you will use the Windows Task Scheduler Wizard to run the batch file during off peak hours.

 

1. Click the Start button, point to Programs, point to Accessories, and then click Add Scheduled Task.

The Scheduled Task Wizard appears.

2. Click next and follow the onscreen directions. Click Browse and locate the batch file you created above

           NOTE: The minimum recommendation for this task is to be run at least once a month

 

Thank You,

No Events found!

Top