|
Posted by on July 26, 2006, 12:50 am
If you were Registered and logged in, you could reply and use other advanced thread options
Hi I have to Automate the MGTS , so i need to Write some scripting
In Mgts guide i could find some commands
I am New to MGTS and want to send soem UDM (user defined message)
i am able to do it manually but dont know which command to use in the
script
I wote a small script as follows to connect the shelf and start it
shelfConnect Shelf1
shelfEmr Shelf1 -f Events -c start
networkDownload config1
shelfAlign Shelf1
shelfRun Shelf1
shelfTraffic Shelf1 -f Traf -c start
sleep 7200
shelfTraffic Shelf1 -c stop
shelfStop Shelf1
shelfEmr Shelf1 -c stop
shelfDisconnect Shelf1
I am not able to see if all the commands ran successfully or not
and also which command to use to send some message of my own like IAM
message with my own defined values for Called number ,calling Number
etc in the script
|