Hi guys,
I have the below command to create a policy for audit logging.
vserver audit create -vserver <vserver name> -destination <Unix Path> -rotate-schedule-minute <minute of the hour> -rotate-limit <no.of log files>
What is the destination here ?
its says <unix Path> but what exactly is a unix path?
In our system we have CIFS protocol licensing only. Therefore I cannot create a nfs export to facilitate a unix path.
can you please guide me?
Also do you guys have something like a general case, sample command in use for the above?