Backup Hostname
Hello Experts,
I need to know the client name via command. When we install netbackup we put the different name of the client at the time of installation that is not the actual hostname. So pls let me know the command which can be executed from master to a client or client itself to know the intallation name of the client.
Thanks,
For a backup network you need a total different setup in DNS or in local hosts files.
So, the IP address for hostname abcdefg should only ever resolve to that name and IP address for abcdefg-backup not be aliased to abcdefg hostname.
Something like this:
192.168.10.1 abcdefg
10.10.10.1 abcdefg-backupHostnames and IP address range should be unique on public and backup network.
Anything other than totally separating hostnames and IP will cause all sorts of comms issues which will impact on backups.In my example above, 'bpclntcmd -hn abcdefg' should ONLY return IP address 192.168.10.1.
'bpclntcmd -ip 10.10.10.1' should ONLY return hostname abcdefg.Same applies to abcdefg-backup.
'bpclntcmd -hn abcdefg-backup' should ONLY return 10.10.10.1.
'bpclntcmd -ip 10.10.10.1' should ONLY return hostname abcdefg-backup.The only aliases for each of these hostnames can be the FQDN for the relevant hostname.
So, the alias for abcdefg will be abcdefg.fqdn.
Alias for abcdefg-backup will be abcdefg-backup.fqdn.