Unsolved
79 Posts
0
1275
February 28th, 2020 13:00
How to find the Avamar Gen4T multiple node system SN IP add and host names
I would like to know how I can find Avamar Gen4T multiple node system SN IP add and host names
For Gen4 system I have the below command but it is not working on Gen4T system
mapall --noerror --user=root --nodes=all+ --quiet 'echo `hostname -i`": "`/usr/bin/ipmitool fru print 0 | grep "Product Asset Tag" | sed "s/^.*:\s\(.*$\)/\1/"`'
No Events found!
SteveK821
2 Intern
•
148 Posts
0
March 3rd, 2020 06:00
How about avsysreport ? Much better at returning hardware info on Gen4T platforms. That's what we use for our reporting tools.
Example: avsysreport chassis-info
Returns details about the chassis (Model Type, Serial Number, Host Name). You could use ifconfig bond0 to list the external IP address for the node.