Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Modifying iCall from TMSH

Eljay
Cirrus
Cirrus

Hi,
I've created an iCall script from TMSH, but now I have to modify it. Creating a script from TMSH is fine, no problem, but modifying is a bit more troublesome.

(tmos)# modify /sys icall script myscript
Syntax Error: one or more properties must be specified

(tmos)# modify /sys icall script myscript definition
Syntax Error: the script "definition" must be enclosed in { }

I was hoping that the script would open in an editor like it does when you run "create /sys icall script".

Which method is the best way to create and modify scripts?

/eljay

1 ACCEPTED SOLUTION

PeteWhite
F5 Employee
F5 Employee

edit /sys icall script myscript

View solution in original post

2 REPLIES 2

PeteWhite
F5 Employee
F5 Employee

edit /sys icall script myscript

That easy?! 🙈 Thanks a lot, @PeteWhite!