Unsolved
This post is more than 5 years old
59 Posts
0
813
April 3rd, 2012 09:00
HOW TO USE PERL IN DMX
Hi friends,
This may seem like a stupid question but how do I run a perl script in DMX? I have never ran a perl script in DMX .If its not too much to ask can you provide step by step instructions how to connect DMX and run a perl script. It would certainly be appreciated.Till now we are using only symcli commands.Now I am planning to give a try to perl.Eventhough I dont know perl,I am learning it and I am happy it is almost like C language which I know well.Please help me.
No Events found!
Srik1920
59 Posts
0
April 3rd, 2012 09:00
Hi Anoop,
can u just post some windows batch file scripts and explain how to schedule in management server.
anoopcr
148 Posts
0
April 3rd, 2012 09:00
I am using a windows batch file script and unix cron job for some monitoring purpose which are scheduled in the management hosts.Those script conatin cli commands..Like that you may develop a perl script and intall it to your management server to do some basic monitoing stuff.
dynamox
9 Legend
•
20.4K Posts
1
April 3rd, 2012 09:00
you use symcli to manage your array, perl scripts allow you to execute symcli commands.
Srik1920
59 Posts
0
April 4th, 2012 04:00
Hi Anoop,
Thanks for Batch file thing.I was able to do monitoring stuff using that now.
anoopcr
148 Posts
0
April 4th, 2012 09:00
Hi Srik,
Nice to hear that..Batch files are simple but will help really well.I have configured a automated cloning,automated srdf monitoring and recovery and also a daily symm health checks using these batch files..