For Emass/Grau and StorageTek Silo, you need to edit the /etc/init.d/S95networker startup file.
After the lines:
'start') (echo 'starting Backup daemons:') > /dev/console |
For Emass/Grau silos enter the next 8 lines:
DAS_SERVER = name-of-DAS-server export DAS_SERVER DAS_CLIENT = name-of-system-as-defined-to-DAS-server export DAS_CLIENT DAS_MEDIUM = type-of-tape-drive-used (select from one of the following: 3480, OD-Thick, OD-Thin, DECDLT, 8MM, 4MM, D2, VHS, 3590, CD, TRAVAN, DTF, BETACAM, AUDIOTAPE) export DAS_MEDIUM ACI_MEDIA_TYPE = same-as-DAS_MEDIUM export ACI_MEDIA_TYPE |
For StorageTek silos enter the next four lines:
CSI_HOSTNAME = name-of-ACSLS-system export CSI_HOSTNAME /networker-binaries-path/mini_el & /networker-binaries-path/ssi & |