Unsolved
11 Posts
0
307
limit the bandwith on datadomain for fiberchannel links
we are doing a cloning from datadomain source to another destination datadomain which is controlled by the networker server (not replication based on datadomain)
we want to limit the bandwith usage to a specefic value .
Is this possible ?
i found this the command guide :
replication throttle
replication throttle add [destination host | default] sched-spec rate
Change the rate of network bandwidth used by replication. By default, network bandwidth use is unlimited, meaning it
continuously runs as fast as possible. If you set a throttle, replication runs at the given rate until the next scheduled change, or
until new throttle command options force a change. Throttle is usually set at the source protection system, but can optionally be
set at the destination. Role required: admin, limited-admin.
To limit replication to 5 megabits per second for a destination protection system named ddr1-ny, starting on Tuesdays and
Fridays, at 10:00 a.m., enter:
replication 235
# replication throttle add destination ddr1-ny tue fri 2200 5Mbps
but i think this is not what i need .