I have two columns of data. First is servername, second is issue found.
It so happens that the way I retrieved this data ( unix korn shell script ) will create a servername & issue for each issue found:
serv01 resolv.conf issue
serv01 no /tmp/echo file found
serv01 cannot ping backup
serv02 cannot ping backup
serv03 no /tmp/echo file found
serv03 cannot ping backup
What I would like to do is simply compile a list of server and issues found. Any thoughts on how to do this?
Thank you.
It so happens that the way I retrieved this data ( unix korn shell script ) will create a servername & issue for each issue found:
serv01 resolv.conf issue
serv01 no /tmp/echo file found
serv01 cannot ping backup
serv02 cannot ping backup
serv03 no /tmp/echo file found
serv03 cannot ping backup
What I would like to do is simply compile a list of server and issues found. Any thoughts on how to do this?
Thank you.