Re: Amount of stored data with node replication

2020-09-29 Thread Marc Lanteigne
Another option to get only the nodes that are backing up to a server is to do a lookup in the nodes table for nodenames with repl_mode=SEND. select node_name,sum(reporting_mb) from occupancy where node_name in (select node_name from nodes where repl_mode='SEND') group by node_name - Thanks, Marc.

Re: Amount of stored data with node replication

2020-09-29 Thread Hall, Lynn
Do you mean to say that you are replicating nodes both directions on the same storage pool? Which from something I recently saw sounds like it might now be possible. Server1, Pool1, Node1 is backed up on Server1 and replicated to Server2. Server2, Pool1, Node2 is backed up on Server2 and replicat

Amount of stored data with node replication

2020-09-29 Thread Loon, Eric van (ITOP NS) - KLM
Hi guys, In our company the creation of TSM nodes is automated via a portal. The script first checks all TSM servers and uses the TSM server database size to select one of the available servers; the one with the lowest DB size is selected. We are now implementing new SP servers and we are switch