cancel
Showing results for 
Search instead for 
Did you mean: 

Helpfull script

bombcan
Level 3

Hi

 

Would anyone have a handy script available to parse through the output of nbstlutil list -U.

Basically like pull out certain fields of the output.

Thanks

3 REPLIES 3

Andy_Welburn
Level 6

Don't use SLP so cannot test output, can only go by what's documented here:

DOCUMENTATION: What are the different fields in "nbstlutil list" output?
http://www.symantec.com/business/support/index?page=content&id=TECH83997

So maybe easier to use output from bpstlutil list -l as opposed to -U?

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Please tell us WHICH fields you need and which OS on your master server.  If Unix, we can provide you with 'grep' and 'awk's to  extract desired output.

For example, to count number of incomplete duplications, we can run the following command:

nbstlutil stlilist –image_incomplete –U | grep Image | wc –l

Andy_Welburn
Level 6

How did you get on with this?

Have you managed to parse the info you needed?