Unsolved

This post is more than 5 years old

32 Posts

15189

April 6th, 2005 14:00

IT Assistant 7.0 Tasks

I have set up a GX280 running Windows 2003 server, installed IT Assistant 7 and client connector 2.0, i have all my Systems showing up,even managed to get GX150s and GX240 in by installing 7.1 instrumentals(ok i cant manage them but they show up), got email alerting working this morning, now all that's left to do is set up some tasks.
 
The first task i need is Chassis Intrusion Detection clearing, i saw in another post that all you have to do is: 
 

Start a new task, giving it a name and selecting the Remote Client Instrumentation Command Line option.   In the Arguments section, at the end of the stuff already there, add this command to the end of the line (It says classpropertyvalue= now)

Dell_SMBIOSsettings::ChassisIntrusionStatus:5

Run that task against any machine with the Chassis Intrusion warning, and it should clear them

However this does not seem to work in the Arguments section the last thing is says is "classpropertyvalue=" i have tried adding the above text with and without "now" at the end, no luck,

does anyone have any ideas what the full Arguments text should be?

also please post any other Tasks that work that may be of use to everyone :smileyvery-happy:

Many Thanks

Sandy

10 Posts

April 7th, 2005 13:00

Make sure that you are selecting Remote Client Instrumentation Command Line
task.
 
My exact command in arguments is:
 
system cim action=setcim ipaddress=$IP username=$USERNAME password=$PASSWORD authenticationlevel=packet classpropertyvalue= Dell_SMBIOSsettings::ChassisIntrusionStatus:5
 
all on one line. After you run that command on a machine, you have to refresh the status.  
 
This has worked for me on about 1100 280's.  
 
MarkS

13 Posts

April 8th, 2005 00:00

Yep, this has also worked for me too.

32 Posts

April 11th, 2005 09:00

got it working thanks,

used the Domain Admin account in place of my Openmanage account with domain admin rights... no idea what the difference could be, but hey it works :manvery-happy:

 

Thanks for the help

32 Posts

April 12th, 2005 13:00

Remote BIOS Flash

You can use IT Assistant's Manage Tasks option to create CLI commands.

  1. In IT Assistant, select Manage® Tasks.
  2. Right-click Command Line and click New Task to display the Task Creation Wizard.
  3. You can use the Task Creation Wizard to create a new task. Click Help in this wizard for more information.
    1. In the Task Creation window, select Remote Client Instrumentation, which allows you to execute OMCC CLI commands remotely.

You must also specify a task name and, optionally, a brief description of your task in the Task Creation window.

enter the Argument below

system cim action=flashbios ipaddress=$IP username=$USERNAME password=$PASSWORD authenticationlevel=packet biosfile=\\servername\GX260A06.hdr

The BIOS image file must be accessible from the remote client system, which means that the biosfile argument must be presented as the full path to the image file as seen from the client. The user who runs the BIOS update must have read privileges to the location where the image is stored.

To make the .hdr file download the bios.exe from dell, in dos type GX260A06.ex -writehdrfile

32 Posts

April 12th, 2005 13:00

Further Aurguments

System Restart

system cim action=restart ipaddress=$IP username=$USERNAME password=$PASSWORD authenticationlevel=packet

System Shutdown
 
system cim action=shutdown ipaddress=$IP username=$USERNAME password=$PASSWORD authenticationlevel=packet
 
Remote CIM Set

system cim action=setcim ipaddress=$IP username=$USERNAME password=$PASSWORD authenticationlevel=packet classpropertyvalue=dell_configuration::HDDPercentageThreshold:20

 

July 25th, 2005 15:00

Attempting to enable Wake on Lan through this method.
 
Tried using Dell_SMBIOSSettings::WakeupOnLan:5
and Dell_SMBIOSSettings::WakeOnLan:5
 
Does anyone know the correct format?
 

July 25th, 2005 16:00

Found it...
 
Dell_SMBIOSSettings::WakeupOnLAN:6
 
Setting this at 5, which should be for onboard NIC does not work, setting for all NIC's (6) does.
 

1 Message

February 9th, 2006 15:00

Do you know where to get a listing of all the possible arguments for the SMBIOS when creating a " Remote Client Instrumentation Command Line" task? Thanks

626 Posts

February 10th, 2006 16:00



@sweeniii wrote:
Do you know where to get a listing of all the possible arguments for the SMBIOS when creating a " Remote Client Instrumentation Command Line" task? Thanks



 
Look in the file called "cim_iap_data.htm" that is in the OMCI folder.  (c:\program files\dell\OpenManage\Client\cim_iap_data.htm).  It has many of the arguments defined in it.

Message Edited by tester25 on 02-10-2006 12:44 PM

0 events found

No Events found!

Top