HP Instant Capacity Version 10.x User Guide (762794-001, March 2014)

B Considerations for OpenVMS systems
This appendix covers the following topics:
“CLI Support on OpenVMS” (page 212)
“DCL commands” (page 213)
“Special OpenVMS-specific features and considerations” (page 216)
“Restrictions” (page 217)
CLI Support on OpenVMS
OpenVMS provides a CLI (command-line interface) to the Instant Capacity software. The HP-UX
command syntax can be implemented using foreign command symbols. The DCL ICAP command
provides DCL command support.
HP-UX style commands
The HP-UX command syntax can be used on OpenVMS systems by defining foreign command
symbols to the iCAP images. Add the following three symbol declarations to your LOGIN.COM file
or to the SYLOGIN file to define commands that use the HP-UX syntax:
$ icapmodify :== $ICAP_MODIFY
$ icapnotify :== $ICAP_NOTIFY
$ icapstatus :== $ICAP_STAT
Command options are specified as described in the HP-UX manpages for each command.
OpenVMS command mapping
Table 14 shows the HP-UX iCAP commands and their OpenVMS equivalents.
Table 14 HP-UX and OpenVMS command equivalents
OpenVMS StyleHP-UX Style
icap show statusicapstatus
icap show status/snapshoticapstatus -s
icap apply "codeword"icapmodify -C <codeword>
icap set email/contact="address"icapmodify -c <address>
icap set email/from="address"icapmodify -f <address>
icap set system_id "id"icapmodify -i <id>
icap reconcileicapmodify -r
icap set warning_days "days"icapmodify -w <days>
icap activate /cpu=/defer/ticapicapmodify -a
icap deactivate /cpu/defericapmodify -d
icap set active_cpus nicapmodify -s
icap set asset/state=on|officapnotify -a
icap set notification/state=on|officapnotify -n
icap manage install <rule_file>icapmanage -i -u <rule_file>
icap manage codeword <codeword>icapmanage -C <codeword>
icap manage add group <group_name>icapmanage -a -g <group_name>
212 Considerations for OpenVMS systems