Software Distributor: Firewall Configuration Cookbook

export RPC_RESTRICTED_PORTS="ncacn_ip_tcp[4000-4009]"
/usr/sbin/swinstall -s SystemA:/DepotA <software_spec>
The best way to handle the RPC_RESTRICTED_PORTS is to set the global variable in the shell:
export RPC_RESTRICTED_PORTS="ncacn_ip_tcp[4000-4009]"
Then run any SD command as you normally would:
/usr/sbin/swlist -dl product @ SystemA:/DepotA
This configuration has been tested and working for production systems within the
Hewlett-Packard environment.
8