Catalog Index Examples
- To index client mars to index level 5 (five levels of directories), run:
/usr/openv/netbackup/bin/index_clients 5 mars
- To index selected clients, run a command for each of them (you cannot use wildcards). The following indexes clients named mars, jupiter and neptune to index level 5:
/usr/openv/netbackup/bin/index_clients 5 mars
/usr/openv/netbackup/bin/index_clients 5 jupiter
/usr/openv/netbackup/bin/index_clients 5 neptune
- To index all NetBackup clients to index level 3, run:
/usr/openv/netbackup/bin/index_clients 3
- To index all NetBackup clients to index level 9, run:
/usr/openv/netbackup/bin/index_clients
Note
Changing the index level affects only future index creation and does not immediately create index files.
|