Netbackup Client silent install
Looking for a solution to install netbackup 7.6 silently to an AIX box. Will use this solution to be pushed out to multiple AIX servers in the enterprise. Will use Bladelogic to push out the .tar/.gz file and need a silent install solution similar to Windows.
Thanks
noli
Can see two approaches to this
1) Supply the answers to the ./install.sh file questions by file and/or pipe
2) Substitute the questions with the values for the variables
Of course if you have a unix master you can just use that for installing the clients remotely
The way I've seen it done for BladeLogic is Michael's option 1) above.
If I remember correctly, then I think the install.sh prompts differently depending upon whether a previous version of NetBackup already exists - but I could well be wrong about this. I think you'll have to manually test each scenario below first, to be sure. So, I think you may have to code BladeLogic for several scenarios:
1) No previous client exists - and you need to install base version only.
2) No previous client exists - and you need to install base version + patch version.
3) Previous client exists - and you need to install new base version only.
4) Previous client exists - and you need to install new base version + new patch version.
The installaition of the 'patch' version should be the same process in both scenarios 2) and 4) above.
Do you need any pointers on how to detect whether a client is already installed, and how to detect which version is already installed?