ONTAP Discussions

Newbie queries - cron

DOLPHIN168
6,157 Views

Hi,

 

Does NetApp support cron job? If so, how to go about it?

 

Thanks in advance.

6 REPLIES 6

hariprak
6,150 Views

Hi,

 

Can you provide more details about your requirement. What kind of job are you trying to schedule?

 

 

Thanks

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

DOLPHIN168
6,144 Views

I want the inode information of the filer send to me daily or weekly. Is it possible?

rwelshman
6,118 Views

You would have to use an Operations Manager report, powershell script (from Windows) or a unix shell script from a unix server. You can't run a script directly on the filer itself.

DOLPHIN168
6,104 Views

If a unix script is to use, what is the least privilege account can be used to ssh to the filer to get the info? I created an account that belongs to Guests role but when login using ssh, it is being denied. Can anyone advise?

rwelshman
6,088 Views

You can view the abiliities of a role using the "useradmin role list" command. You may want to create a new role that only contains the needed attributes for the commands you would want to run, then assign that role to a user account.

DOLPHIN168
6,078 Views

Hi,

 

How to add attributes (eg: ssh) to role fo Guests?

Public