Executing RUNIT.sh from Operations Module (ICC)

To run the utility through the Operations module:

  1. Navigate to the Operations module and define a batch.
  2. Add a task by selecting the component as RUN EXECUTABLE.
  3. Under Dynamic Parameter List panel, specify as mentioned in the Executable field:
    1. To resave all the available hierarchy objects, use the following command:
       ./RUNIT.sh
    2. To resave particularly some hierarchy objects, use the following command:
      ./RUNIT.sh,INFODOM,USERID,HIERARCHY_code1^HIERARCHY_code2,No 

      Example 1:

      ./RUNIT.sh,OFSAAINFO,USERID,Hier01^Hier02^Hier03,No

      This will resave the hierarchies Hier01, Hier02, and Hier03 in the OFSAAINFO information domain.

      Example 2:

      ./RUNIT.sh,OFSAAINFO,AAAIUSER,HIE001!HIE002

      This will resave all the hierarchies in the OFSAAINFO information domain except the hierarchies HIE001 and HIE002. That is, specify the hierarchy codes separated by exclamation mark “!” to exclude those hierarchies from resaving.

      If you want to exclude only one hierarchy, it should be preceded with “!”.

  4. After saving the Batch Definition, execute the batch to resave the UAM Hierarchy Objects