To create a new cell in ProactiveNet follow these steps: 1) Create the cell mcrtcell -n cell_name -@ Host_name/1990#mc -as -bm -r 2) Register the cell iadmin -ac name=cell_name:key=mc:primaryHost=Host_name:pr
Month: August 2016
Export/import cell Selector and Policies
Export selector and policies into BAROC files mquery -n pncell_HOSTNAME -q -d -a SELECTOR -x “data_handle,mc_udid, mc_creation_time,mc_modification_time,mc_modification_requestor, mc_modification_request_time” -f BAROC > selector.baroc mquery -n pncell_HOSTNAME -q -d -a POLICY -x “data_handle,mc_udid,mc_creation_time, mc_modification_time,mc_modification_requestor,mc_modification_request_time” -f BAROC > policy.baroc Import selector and policies […]
In BPPM Admin console, the cell selectors and policies are all greyed out
The usual reason for this is that the ACL data instances are no longer present in the cell. These are needed to control access to selectors and policies. 1) open a command window and cd into the pw\server\etc\<cell>\kb\data directory and […]