manage_index.1m (2012 03)
m
manage_index(1M) manage_index(1M)
-i index_filename
Use the specified INDEX file. An absolute path name must be given. This option may be use-
ful 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 every-
thing 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
environment 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
Remove the script called /var/opt/ignite/scripts/setup_server
from the scripts clause.
manage_index -t -s /var/opt/ignite/scripts/setup_server
Make the cfg clause called "HP-UX B.11.23 Default" the default:
manage_index -e -c "HP-UX B.11.23 Default"
Copy the existing cfg clause called "HP-UX B.11.23 Default" to a new clause called "HP-UX B.11.23
Default, DART75".
manage_index -n "HP-UX B.11.23 Default"
-c "HP-UX B.11.23 Default, DART75"
Move (rename) the existing cfg clause called "HP-UX B.11.23 Default" to "HP-UX B.11.23 Default, AR".
manage_index -m "HP-UX B.11.23 Default"
-c "HP-UX B.11.23 Default, AR"
HP-UX 11i Version 3: March 2012 − 3 − Hewlett-Packard Company 3