Unsolved
This post is more than 5 years old
1 Message
0
8841
November 22nd, 2002 13:00
Schedule consitency check
Good afternoon,
I would like to schedule consistency check on poweredge 2650 but can't find out which command is needed
I have run consistency check manual through OpenManage array manager but I would like to schedule this
Kind rgds
Richard van de Ven
0 events found
No Events found!


DELL-Mark A
2 Intern
•
2.5K Posts
0
December 3rd, 2002 13:00
Hi Richard,
The latest version of Array Manager added a command line interface (CLI) which allows the possibility to schedule a consistency check operation:
http://docs.us.dell.com/docs/software/smarrman/marb33/html/ch17_cmd.htm
Dell OpenManage Array Manager, NW, 2000, NT 4.0, v.3.3.0, A01
Filename: m330a01.exe [37.58 MB]
http://support.dell.com/us/en/filelib/download/index.asp?fileid=R48664
Array Manager Documentation:
http://docs.us.dell.com/docs/software/smarrman/marb33/index.htm
DPYeilding
80 Posts
0
October 3rd, 2006 14: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 should go into add/remove programs and remove all previous versions of the open manage software. Once that is complete you can download the newest version of openmanage from the following link:
http://ftp.us.dell.com/sysman/OM_5.1_ManNode_WIN_A00.exe
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,