CLI Guide

NOTE: For CIFS, enter the domain name as domain or username.
-pSpecies the password of the remote share that stores the catalog le.
-lSpecies the network share (NFS, CIFS, FTP, TFTP, or HTTP) location of the catalog le. IPv4 and IPv6
addresses are supported.
-fSpecies the catalog location and the lename. If the lename is not specied, then the default le used
is catalog.xml.
NOTE: If the le is in a subfolder within the share location, then enter the network share location in
the –l option and enter the subfolder location and the lename in the –f option.
-phSpecies the FTP/HTTP proxy host name.
-puSpecies the FTP/HTTP proxy user name.
-ppSpecies the FTP/HTTP proxy password.
-poSpecies the FTP/HTTP proxy port.
-ptSpecies the FTP/HTTP proxy type.
-timeSpecies the time to schedule an autoupdate in the HH:MM format. This option must be specied.
-domSpecies the day of month to schedule an autoupdate. Valid values are 1–28, L (Last day) or '*'
(default — any day).
-womSpecies the week of month to schedule an autoupdate. Valid values are 1–4, L (Last week) or '*'
(default — any week).
-dowSpecies the day of week to schedule an autoupdate. Valid values are sun, mon, tue, wed, thu, fri, sat,
or '*' (default — any day).
NOTE: The -dom, -wom, or -dow option must be included in the command for the autoupdate schedule.
The * value for the options must be included within ' ' (single quotation mark).
If the -dom option is specied, then the -wom and -dow options are not required.
If the-wom option is specied, then the-dow is required and -dom is not required.
If the-dom option is non-'*', then the schedule repeats by month.
If the-wom option is non-'*', then the schedule repeats by month.
If the-dom and -wom options are '*' and the -dow option is non-'*', then the schedule repeats by week.
If all the three -dom, -wom and -dow options are '*', then the schedule repeats by day.
-rpSpecies the repeat parameter. This parameter must be specied.
If the-dom option is specied, then the valid values for -rp are 1–12.
If the-wom option is specied, then the valid values for -rp are 1–52.
If the-dow option is specied, then the valid values for -rp are 1–366.
-a — Applies reboot (1 — Yes, 0 — No). This option must be specied.
Example
Usage examples:
To congure autoupdate feature settings.
For CIFS, run the command:
racadm autoupdatescheduler create -u domain/admin -p xxx -l //1.2.3.4/
share -f cat.xml -time 14:30 -wom 1 -dow sun -rp 1 -a 1
For NFS, run the command:
racadm autoupdatescheduler create -u nfsadmin -p nfspwd -l 1.2.3.4:/
share -f cat.xml -time 14:30 -dom 1 -rp 5 -a 1
For FTP, run the command:
racadm autoupdatescheduler create -u ftpuser -p ftppwd -l ftp.test.com -f
cat.xml.gz -ph 10.20.30.40 -pu padmin -pp ppwd -po 8080 -pt http -time
14:30 -dom 1 -rp 5 -a 1
For HTTP, run the command:
racadm autoupdatescheduler create -u httpuser -p httppwd -l http://
test.com -f cat.xml -ph 10.20.30.40 -pu padmin -pp ppwd -po 8080 -pt
http -time 14:30 -dom 1 -rp 5 -a 1
46 RACADM Subcommand Details