Vous êtes sur la page 1sur 11

OPERATIONAL INSTRUCTION 1 (11)

Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

© Ericsson AB 2007 — All Rights Reserved

AP, IP Address Change, Initiate

Contents Page

1 Introduction 2
1.1 Scope 2

2 Procedure 3
2.1 Prerequisites 3
2.2 Actions 4

3 Additional Information 9

4 Glossary 10

5 References 11
5.1 Operational Instructions 11
5.2 Manual Pages 11
OPERATIONAL INSTRUCTION 2 (11)
Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

1 Introduction

1.1 Scope
This Operational Instruction describes the procedure to change the external
IP addresses, subnet mask and default gateway of an APG40.

Note: See Additional Information, Section 3 on page 9 .


OPERATIONAL INSTRUCTION 3 (11)
Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

2 Procedure

2.1 Prerequisites

2.1.1 Conditions

The following conditions must apply before this procedure can be


completed.

• A work order is received.

The following conditions must apply when it is not possible to connect to


the AP or configure the network remotely.

• A technician is available on site.

2.1.2 Data

The following data should be known before starting this procedure.

• The username and password for a user with administrative rights


on the AP.
• The new external cluster IP address.
• The new external IP address for node A.
• The new external IP address for node B.
• The new subnet mask.
• The new default gateway.

2.1.3 Special Aids

• A VGA monitor.
• A keyboard with PS/2 connector.
• A mouse with PS/2 connector.
• An adapter to connect the keyboard and mouse to one PS/2 port.
OPERATIONAL INSTRUCTION 4 (11)
Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

2.2 Actions
Take the ACS_NSF_Server resource offline on both nodes
1. Log on to the AP active node.
Follow Operational Instruction AP, User Session, Initiate and then
return to Step 2 on page 4 in this Operational Instruction.
2. Take the ACS_NSF_Server_0 resource offline.
cluster res ACS_NSF_Server_0 /off /wait
Note: This will prevent the node from rebooting if the network
interfaces get renamed to Public(1).
3. Take the ACS_NSF_Server_1 resource offline.
cluster res ACS_NSF_Server_1 /off /wait
Note: This will prevent the node from rebooting if the network
interfaces get renamed to Public(1).
4. Log off from the AP active node.
Follow Operational Instruction AP, User Session, End and then
return to Step 5 on page 4 in this Operational Instruction.

Change the IP address of the passive node


5. Log on to the AP active node.
Follow Operational Instruction AP, User Session, Initiate and then
return to Step 6 on page 4 in this Operational Instruction.
Note: A TELNET session from the active node to the passive node
will be used to change the IP address, subnet mask and
default gateway on that node.
Note: The connection to the active node must be via TELNET or
APLOC from MTS/MSS. If the connection to the active node
is via SSH then it will not possible to connect to the passive
node properly with WinFIOL.
6. Check the active node hostname.
hostname
Note: The node, A or B, is the last character in the hostname.
7. TELNET to the passive node using the hostname of the passive
node.
telnet <hostname>
Note: The hostname of the passive node is the same as the
hostname of the active node with the last character, A or B,
swapped.
8. Check the passive node hostname.
hostname
Note: The node, A or B, is the last character in the hostname.
9. Check the current IP address, subnet mask and default gateway.
netsh interface ip show config Public
OPERATIONAL INSTRUCTION 5 (11)
Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

10. Disable the Public interface.


netsh interface set interface Public disabled

11. Set the new IP address, subnet mask and default gateway.
netsh interface ip set address Public static <new IP
address> <new subnet mask> <new default gateway> 1
Example: netsh interface ip set address Public static
10.0.0.11 255.0.0.0 10.0.0.1 1

12. Re-enable the Public interface.


netsh interface set interface Public enabled

13. Check the new IP address, subnet mask and default gateway.
netsh interface ip show config Public

14. Disconnect the TELNET session to the passive node.


exit

15. Log off from the AP active node.


Follow Operational Instruction AP, User Session, End and then
return to Step 16 on page 5 in this Operational Instruction.

Re-configure the physical network

16. Re-configure the physical network connection towards the passive


node.
The configuration of the TCP/IP network connection to the
passive node should be changed at this time. This may involve
re-configuration of routers, disconnection and connection of Ethernet
cables etc.

Check the connection to the AP passive node

17. Log on to the AP passive node.


Connect to the passive node remotely using the new IP address.
Follow Operational Instruction AP, User Session, Initiate and return
to Step 18 on page 5 in this Operational Instruction.

18. Was the log on successful?


Yes
Go to Step 19 on page 5 .
No
Go to Step 37 on page 7 .

19. Log off from the AP passive node.


Follow Operational Instruction AP, User Session, End and then
return to Step 20 on page 6 in this Operational Instruction.
OPERATIONAL INSTRUCTION 6 (11)
Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

Change the IP address of the cluster

20. Log on to the AP active node.


Follow Operational Instruction AP, User Session, Initiate and then
return to Step 21 on page 6 in this Operational Instruction.

21. Check the current cluster IP address and subnet mask.


cluster res "Cluster IP Address" /priv

22. Set the cluster IP address and subnet mask.


cluster res "Cluster IP Address" /priv Address=<new
cluster IP address> SubnetMask=<new subnet mask>
Example: cluster res "Cluster IP Address" /priv
Address=10.0.0.10 SubnetMask=255.0.0.0
Note: The changes will not take effect immediately. The changes
will take effect when the active node is rebooted to failover the
AP below. The warning message below will be displayed.
System warning 5024 (0x000013a0). The properties were
stored but not all changes will take effect until the
next time the resource is brought online.

Reboot the AP active node

23. Reboot the active node.


prcboot

Check the connection to the cluster IP address

24. Log on to the AP cluster.


Connect to the AP remotely using the new cluster IP address.
Follow Operational Instruction AP, User Session, Initiate and return
to Step 25 on page 6 in this Operational Instruction.

25. Was it possible to log on to the cluster IP address?


Yes
Go to Step 26 on page 6 .
No
Go to Step 37 on page 7 .

26. Log off from the AP cluster.


Follow Operational Instruction AP, User Session, End and then
return to Step 27 on page 6 in this Operational Instruction.

Change the IP address of the new passive node

27. Follow Step 5 on page 4 to Step 19 on page 5 to change the IP


address of the new passive node and then return to Step 28 on
page 7 .
OPERATIONAL INSTRUCTION 7 (11)
Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

Check the name of the external cluster network interface

28. Log on to the AP active node.


Follow Operational Instruction AP, User Session, Initiate and then
return to Step 29 on page 7 in this Operational Instruction.

29. Check the cluster network interface name.


cluster net
Note: If the IP addresses are changed so that they are on a different
subnet then the network interfaces will have been renamed
to Public(1).

30. Is there a cluster network named "Public(1)"?


Yes
Go to Step 31 on page 7 .
No
Go to Step 32 on page 7 .

31. Rename the cluster network to "Public".


cluster net Public(1) /ren:Public
Note: This will automatically rename the network interfaces on each
node to Public.

Bring the ACS_NSF_Server resource online on both nodes

32. Bring the ACS_NSF_Server_0 resource online.


cluster res ACS_NSF_Server_0 /on /wait

33. Bring the ACS_NSF_Server_1 resource online.


cluster res ACS_NSF_Server_1 /on /wait

34. Log off from the AP active node.


Follow Operational Instruction AP, User Session, End and then
return to Step 35 on page 7 in this Operational Instruction.

Configure Downstream Systems

35. Configure downstream systems such as OSS and BGw.

Backup the changes made to the AP

36. Backup the change made to the AP.


Follow the Operational Instruction AP, System Backup and Verify,
Initiate and then return to Step 38 on page 8 in this Operational
Instruction.

Consult next level of support

37. Consult the next level of support. Further action is outside the scope
of this Operational Instruction.
OPERATIONAL INSTRUCTION 8 (11)
Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

Job Completed

38. Make a report.


Note: Follow Operational Instruction Report of Finished Work.

39. The job is complete.


OPERATIONAL INSTRUCTION 9 (11)
Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

3 Additional Information
For APG40, external communication is based on TCP/IP. The AP cluster
has three IP addresses, one for each node and one cluster IP address
that can move between the nodes. The three IP addresses must be on
the same subnet.
OPERATIONAL INSTRUCTION 10 (11)
Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

4 Glossary
This document contains no glossary entries.
OPERATIONAL INSTRUCTION 11 (11)
Prepared (also subject responsible if other) No

EPAMKS 31/154 31-ANZ 222 03 Uen


Approved Checked Date Rev Reference

2007-01-16 PC8EPA

5 References

5.1 Operational Instructions


AP, User Session, Initiate.

AP, User Session, End.

How to Access an AXE with APG40.

AP, System Backup and Verify, Initiate.

Report of Finished Work.

5.2 Manual Pages

prcboot (1m)

Vous aimerez peut-être aussi