Unsolved

This post is more than 5 years old

14374

August 7th, 2008 08:00

SCOM DELL MP 3.1 RBODABBDiscover.vbs discovery errors

It seems that the DELL enigeers use FIXED paths in a discovery script. This seems not the right way to do because a discovery meens that is will run also on NON-DELL servers. So You will getting "path not found" erros on NON dell servers or dell server with no MD storage.

 

On line 72 the discovery script is looking for :

ABB_FOLDER_PATH & "\TMP"

If this folder doesn't exsists the it will create the folder. With the code below:

folder1.CreateFolder(ABB_FOLDER_PATH & "\TMP")

 

BUT this will only create the TOP level folder (TMP) and NOT the ABB_FOLDER_PATH (C:\Dell_MDStorageArray_ABB) . So this CreateFolder will fail on a runtime error: Path not found.

 

Please test and test before releasing. ;-)

 

Michel

Message Edited by michel kamp on 08-07-2008 11:16 AM

August 8th, 2008 06:00

I'm also getting a lot of errors on NON dell servers see below. So I DELETED this DELL MP , because It's not correctly discovering targets.

 

 

Description:
Error monitorng parent directory
Directory =
c:\DellReports
Error: 0x80070002
Details: The system cannot find the file specified.
One or more workflows were affected by this.
Workflow name: Dell.Connections.BMCLog.Events
Instance name:
Instance ID: {62AB9AEC-EBC7-FE99-16A4-29BD3EF04E80}
Management group: scom01

August 11th, 2008 08:00

hi,

 

yes i'm using v3.1_A01

 

Is there a > a01 then ??

 

michel

 

August 11th, 2008 08:00

He Michel,

 

Just curious, are you using version a01 of this MP?

 

regards,

Alex

August 11th, 2008 09:00

ah, ok

 

well no, dell pulled the A00 from the site and they just released this version. i was waiting on this release but now i see your issues i am not that happy :(

 

alex

0 events found

No Events found!

Top