Ignite-UX Reference (March 2010, B3921-90005)
manage_index(1M) manage_index(1M)
−r release
Only process cfg clauses from a given release. An example release is B.11.23. A cfg
clause is said to belong to a particular release if any of the configuration files specified in
it are located in the release-specific directory for that release. For example, if a cfg clause
contains the /opt/ignite/data/Rel_B.11.23/core_cfg file, this cfg clause
belongs to the B.11.23 release.
−s script_filename
Use the specified script. When specified, this option makes the behavior of the −a and
−t options operate on the scripts clause instead of the cfg clause.
−i index_filename
Use the specified INDEX file. An absolute path name must be given. This option may be
useful in modifying the per-client CINDEX file used for network system recovery.
−v Verbose mode. By default, the manage_index tool does not write any messages when
ev erything works. When verbose mode is specified, more detail is written to stdout
about what has happened.
International Code Set Support
Ignite-UX uses a variety of system commands to accomplish its functionality. Because the output of many
of these commands is parsed, Ignite-UX ensures that the POSIX locale is normally used by modifying envi-
ronment variables. Help text and some command output not parsed by Ignite-UX will be left in the user’s
specified locale.
EXAMPLES
List all of the cfg clauses defined for the B.11.23 release:
manage_index -l -r B.11.23
List all of the cfg files in the cfg clause for the B.11.23 release:
manage_index -w -c "HP-UX B.11.23 Default"
Add the configuration file called /opt/ignite/data/Rel_B.11.23/my_cfg to each of the cfg
clauses in /var/opt/ignite/data/INDEX which are for the B.11.23 release. Notice that the -r
B.11.23 is redundant in this case:
manage_index -a -r B.11.23 -f /opt/ignite/data/Rel_B.11.23/my_cfg
Add the configuration file called /opt/ignite/data/Rel_B.11.23/cfg1 to the cfg clause titled
"HP-UX B.11.23 Default".
manage_index -a -c "HP-UX B.11.23 Default"
-f /opt/ignite/data/Rel_B.11.23/cfg1
Add the configuration file called /opt/ignite/data/Rel_B.11.23/me_cust_cfg to the cfg
clause called "Std ME Pack".
manage_index -a -c "Std ME Pack" -f
/opt/ignite/data/Rel_B.11.23/me_cust_cfg
Add the script called /var/opt/ignite/scripts/setup_server to the scripts clause.
manage_index -a -s /var/opt/ignite/scripts/setup_server
Remove all cfg clauses for the B.11.23 release:
manage_index -d -r B.11.23
Remove the cfg clause called "HP-UX B.11.23 Default".
manage_index -d -c "HP-UX B.11.23 Default"
Remove the configuration file called /opt/ignite/data/Rel_B.11.23/my_cfg from any cfg
clauses for the B.11.23 release:
manage_index -t -f /opt/ignite/data/Rel_B.11.23/my_cfg
3