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

F5 OS r-Series cron job schedule

ashu_aggarwal1
Altostratus
Altostratus

Hello All,

I am looking for some assistence to schedule a cron job on the F5 OS host for taking regular backup for the F5 host system and exporting it to the remote path.

I am trying to execute commands from bash terminal however it doesnt seems to be working.

Is there a way we can run commands using admin username to get the output from the F5 OS.

[root@appliance-1(hostname) ~]# su - admin -c show system
Invalid command

 

 

 

3 REPLIES 3

For a cronjob I have not tried this myself but you can use the rSeries RESTCONF API for such tasks as I have made an article about this:

 

 

https://community.f5.com/t5/codeshare/f5-velos-rseries-automating-configuration-backup-creation-with...

Thank you for the response. Will try using RESTCONF API. 

Hello, Did you manage to solve  your issue?