1748151 Members
3423 Online
108758 Solutions
New Discussion юеВ

Re: RSM script

 
Scorpianzzz
Advisor

RSM script

Hello All,

 

I have been working on EVA for quite a long time, however, never got an opportunity to work on the RSM scripting.

 

It would be great if someone could share few sample RSM scripts to understand the concept of it.

Any link or document for the same would also be handy.

 

Thanking you in advance.

 

 

Cheers

Scorzzz

2 REPLIES 2
Gene Kenny
Regular Advisor

Re: RSM script

! to manually run script cd c:\program files\Hewlett-Packard\sanworks\Element Manager for Sanworks\HSV
sssu "file eva.txt"

SET OPTION COMMAND_DELAY=10
SET OPTION RETRIES=1

SELECT MANAGER localhost USERNAME=administrator PASSWORD=p@ssw0rd
SELECT SYSTEM PACATLPSAN01
capture configuration P6350COLO

exit

 

Hope this helps

giladzzz
Honored Contributor

Re: RSM script

Hi

When you want to create a new job there is a templates button that can create scripts for you.

Also when you do any action from RSM it creates a script that you can copy.

It's important to remember RSM is not a realtime program and any changes made in command view unless RSM is refreshed want be seen by RSM other wise any thing done through command view can be done automatically by RSM.

Regards