In Redundant Line Control function 4.1A30, the following commands are incompatible commands from the previous versions. In addition, please refer to "Chapter 7 Command reference" about the details of each command.
[Contents]
Dynamic expansion/modification/deletion is allowed by the command while operating Redundant Line Control function.
[Changes]
Before modification
System reboot reflects configured values, which were added, modified, or deleted during the operation.
After modification
The configured value will be effective immediately after the configuration values were added, modified, or deleted during the operation.
[Contents]
Starting or stopping the polling process of each virtual interface as well as configuration or display of polling is allowed for the HUB monitoring function on NIC Switching mode.
[Changes]
Before modification
If there were multiple virtual interfaces, starting or stopping polling and configuring/displaying configuration values could not be achieved individually.
Configuration parameters of multiple virtual interfaces would look like the following.
# /opt/FJSVhanet/usr/sbin/hanetpoll print Polling Status = OFF interval(idle) = 5( 60) sec time = 5 times max_retry = 5 retry repair_time = 5 sec FAILOVER Status = YES Name HUB Poll Hostname +-------+--------+------------------------------------------------------+ sha0 OFF swhub1,swhub2 sha1 ON swhub3,swhub4 |
After modification
Now it is possible to start or stop polling and configure or display the configuration values of each virtual interface in the case where multiple virtual interfaces are present.
Configuration parameters of multiple virtual interfaces would look like the following.
# /opt/FJSVhanet/usr/sbin/hanetpoll print [ Standard Polling Parameter ] interval(idle) = 5( 60) sec times = 5 times max_retry = 5 retry repair_time = 5 sec failover mode = YES [ Polling Parameter of each interface ] Name Hostname/Polling Parameter +-------+---------------------------------------------------------------+ sha0 swhub1,swhub2 hub-hub poll = OFF interval(idle) = 2( 60) sec times = 3 times max_retry = 5 retry repair_time = 5 sec failover mode = YES Name Hostname/Polling Parameter +-------+---------------------------------------------------------------+ sha1 swhub3,swhub4 hub-hub poll = ON interval(idle) = 4( 60) sec times = 5 times max_retry = 5 retry repair_time = 5 sec failover mode = YES |
[Notes]
No modification is applied to polling feature of RIP mode and GS/SURE Linkage mode.
[Contents]
If there is more than one virtual interface failed to activate when attempting to activate the virtual interface, error messages will be produced according to the number of virtual interfaces encountered the failure.
[Changes]
Before modification
This command did not generate an error message for every virtual interface.
The following message will be displayed when enabling multiple virtual interfaces.
# /opt/FJSVhanet/usr/sbin/strhanet -n sha0,sha1 hanet: 00000: information: normal end. |
After modification
Now, this command generates an error message for every virtual interface.
The following message will be displayed when enabling multiple virtual interfaces.
# /opt/FJSVhanet/usr/sbin/strhanet -n sha0,sha1 hanet: 00000: information: normal end. name=sha0 hanet: 00000: information: normal end. name=sha1 |
[Notes]
You can verify which virtual interface has encountered a failure while running the command.
[Contents]
If there is more than one virtual interface failed to inactivate when attempting to inactivate the virtual interface, error messages will be produced according to the number of virtual interfaces encountered the failure.
[Changes]
Before modification
This command did not generate an error message for every virtual interface.
The following message will be displayed when disabling multiple virtual interfaces.
# /opt/FJSVhanet/usr/sbin/stphanet -n sha0,sha1 hanet: 00000: information: normal end. |
After modification
Now, this command generates an error message for every virtual interface.
The following message will be displayed when disabling multiple virtual interfaces.
# /opt/FJSVhanet/usr/sbin/stphanet -n sha0,sha1 hanet: 00000: information: normal end. name=sha0 hanet: 00000: information: normal end. name=sha1 |
[Notes]
You can verify which virtual interface has encountered a failure while running the command.
[Contents]
This command displays polling information of each virtual interface on Router/HUB monitoring function. This command only displays polling parameters of one virtual interface.
[Changes]
Before modification
This command did not display the polling parameters of each virtual interface.
The polling status would be displayed as follows.
# /opt/FJSVhanet/usr/sbin/dsppoll Polling Status = ON inter(idle) = 5( 60) times = 5 retry = 5 repair_time = 5 FAILOVER Status = YES Status Name Mode Primary Target/Secondary Target HUB-HUB +------+------+----+-------------------------------------------+-------+ ON sha0 d swhub1(ON)/swhub2(WAIT) OFF ON sha1 d swhub3(ON)/swhub4(WAIT) ACTIVE |
After modification
Now, this command displays the polling parameters of each virtual interface.
The polling status would be displayed as follows.
# /opt/FJSVhanet/usr/sbin/dsppoll +------+-----------------------------------------------------------------------+ sha0 Polling Status = ON Primary Target(status) = swhub1(ON) Secondary Target(status) = swhub2(WAIT) HUB-HUB status = OFF interval(idle) = 2( 60) times = 3 repair_time = 5 retry = 5 FAILOVER Status = YES +------+-----------------------------------------------------------------------+ sha1 Polling Status = ON Primary Target(status) = swhub3(ON) Secondary Target(status) = swhub4(WAIT) HUB-HUB status = ACTIVE interval(idle) = 4( 60) times = 5 repair_time = 5 retry = 5 FAILOVER Status = YES +------+-----------------------------------------------------------------------+ # /opt/FJSVhanet/usr/sbin/dsppoll -n sha0 Polling Status = ON interval = 2 idle = 60 times = 3 retry = 5 repair_time = 5 failover mode = YES Status Name Mode Primary Target/Secondary Target HUB-HUB +------+------+----+-------------------------------------------+-------+ ON sha0 d swhub1(ON)/swhub2(WAIT) OFF |
[Notes]
If you are using an application that references the output of dsppoll command, you must be aware that the output will be different. However, adding '-n' command allows outputting the polling parameter of each virtual interface in the same format before the modification.
In the case of displaying polling target's parameters using '-c' option (as it has been the usual way of displaying the polling parameter), there are no changes made.