Is there any report where I can select IP address for clients listed in it?
My IT security dep wanted list of all infrastructure clients with IP address, but all reports has only client name and host name.
Solved
Searching report with Ip adress for clients
Best answer by johanningk
Hi,
if you have a Commvault agent deployed, the IP addresses of the clients are determined during startup.
the are probably stored somewhere/somehow deep inside the CommServe database, since they will be presented once you try to define backup networks.
As far as I remember, this is also possible, while the client is unreachable
the other way around
if DNS is reliable, you can create a list of client’s network hostnames (which only covers the client netname and not any additional IP on those clients, that might be used to address backup networks and networks with dedicated routes), and use either
- Unix getent hosts <hostname1> <hostname2>
- Windows Powershell “hostname1”,”hostname2”|Resolve-DnsName |select ipaddress,name
to create the desired list.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


