sap command
This command provides support for the notification component of SAP GRC Access Control. The Cron utility allows tasks to be automatically run in the background at regular intervals.
Usage
CLI.
isimvasvr > isim
isimvasvr: isim > utilities
isimvasvr: utilities > sap
isimvasvr: sap >
- delete_cron
- Deletes the cron job for the notifier.
- install_sap_grc
- Installs the notification component for SAP GRC Access Control.
- log_config
- Configures the log level for SAP GRC Access Control component.
- run_notifier
- Runs the notification component of SAP GRC Access Control. We must modify SAPNotify.props file with the correct value for each of the attributes before executing run_notifier. We can upload or download SAPNotify.props file from the Custom File Management page. To perform this task, from the Virtual Appliance Local Management Interface Dashboard, browse to Configure Identity Manager > Advanced Configuration : Custom File Management .
For more information on the SAPNotify.props file, see the
SAP GRC Access Controldocument.- set_cron
- Sets the cron job for the notifier.
Examples
- Delete the cron job for the notifier.
At the isimvasvr: sap prompt, enter delete_cro.
Enter 'YES' to confirm: YES Cron job deleted for SAP_GRC.
- Install the notification component.
At the isimvasvr: sap prompt, enter install_sap_grc.
Enter the SAP GRC version: 10
Copied the SAP GRC 10 JAR to WebSphere profile. Restarting WebSphere..
WebSphere restarted successfully.- Configure log level
At the isimvasvr: sap prompt, enter log_config.
Enter the SAP GRC version: 10
Enter log level (e.g. ALL, NONE, etc.): ALL
Version set to 10.
Log level set to ALL.- Run the notification component for SAP GRC Access Control.
At the isimvasvr: sap prompt, enter run_notifier.
Enter the SAP GRC version: 10
Starting Notifier
......
Stopping Notifier- Set the cron job for the notifier.
At the isimvasvr: sap prompt, enter set_cron.
Enter the SAP GRC version: 10
Enter crontab fields.
1: minute
2: hour
3: day of month
4: month
5: day of week
6: continue
Select option: 1
Enter minute <0 to 59>: 2
Enter crontab fields.
1: minute
2: hour
3: day of month
4: month
5: day of week
6: continue
Select option: 6
Cron job set.Parent topic: utilities commands