|
Good day all!
This is my first time having to write a script and so given it's complexity compared to my abilities, this help is most appreciated. I am not sure if I have provided enough information but I am sure those who are to review this post will inform me as to what more info is required. Thanks in advance to all who will look into this for me.
Problem:
Using the opsware global shell, find within a list of servers, which don't have either the string "archive" or "oradata" contained in file:
/usr/openv/netbackup/exclude_list.
1. use wget to access a an html file which contains a list of servers which either start with l*** or s***
2. In opsware, search the list and grep for "oradata" and "archive" against /usr/openv/netbackup/exclude_list
3. create output file which displays the servers which don't have "oradata" or "archive"
Thanks much,
Chris
|