To enable NSP compatibility with an earlier NFM-P system
Purpose
In an NSP deployment that includes an NFM-P system at an earlier release, you may need to perform specific actions to enable NSP and NFM-P compatibility.
Note: You must apply an NFM-P Service Pack to the older NFM-P system to enable integration of the systems. Ensure that you follow the required Service Pack instructions before you perform this procedure.
Note: NSP release compatibility varies by system type; see the NSP compatibility matrix in the NSP Release Notice for the supported release combinations.
Note: If the NFM-P is at Release 22.11, NFM-P must be at Release 22.11 SP6 or later.
Perform this procedure to enable mixed-release NSP and NFM-P compatibility if your NSP deployment includes an NFM-P system at one of the following releases:
22.11
23.4
23.8
23.11
24.4
Note:release-ID in a file path has the following format:
R.r.p-rel.version
where
R.r.p is the NSP release, in the form MAJOR.minor.patch
version is a numeric value
Steps
CAUTION
Service disruption
Modifying the system configuration may have serious consequences that include service disruption. It is strongly recommended that you perform the procedure only with the assistance of technical support.
Contact your technical support representative before you attempt to perform the procedure.
Prepare for migration
1
In order to be compatible with the NSP, an NFM-P system must use OAUTH2 user authentication.
If the NFM-P system currently uses OAUTH2 user authentication, go to
Step 3.
2
As required, edit NFM-P user accounts to prepare for importing to the NSP local user database; for example, remove duplicate user IDs, or enter e-mail addresses.
Note: For users whose user account includes an e-mail address, the import operation sends a new randomly generated temporary password. Users who lack an e-mail address are assigned a global temporary password.
Configure NFM-P main servers
3
If the NFM-P system is redundant, perform
Step 5 to
Step 11 on the standby main server.
4
Perform
Step 5 to
Step 11 on the standalone or primary main server.
5
Log in as the root user on the main server station.
6
Stop the main server.
Enter the following to switch to the nsp user:
# su - nsp ↵
Enter the following:
bash$ cd /opt/nsp/nfmp/server/nms/bin ↵
Enter the following to stop the main server:
bash$ ./nmsserver.bash stop ↵
Enter the following:
bash$ ./nmsserver.bash appserver_status ↵
The server status is displayed; the server is fully stopped if the status is the following:
Application Server is stopped
If the server is not fully stopped, wait five minutes and then repeat this step. Do not perform the next step until the server is fully stopped.
Enter the following to switch back to the root user:
bash$ su - ↵
7
Enter the following:
# samconfig -m main ↵
The following is displayed:
Start processing command line inputs...
<main>
8
If the NFM-P is at Release 23.11 or earlier and is using CAS user authentication, set the authentication mode to OAUTH2.
Enter the following:
<main> configure nspos authMode oauth2 ↵
The prompt changes to <main configure nspos>.
Enter the following:
<main configure nspos> exit ↵
The prompt changes to <main>.
9
Update the NFM-P TLS configuration.
Enter the following:
<main> configure tls ↵
The prompt changes to <main configure tls>.
Enter the following:
<main configure tls> no keystore-file ↵
Enter the following:
<main configure tls> no truststore-file ↵
Enter the following:
<main configure tls> no keystore-pass ↵
Enter the following:
<main configure tls> no truststore-pass ↵
Enter the following:
<main configure tls> pki-server address ↵
where address is one of the following in the platform—ingressApplications—ingressController section of the nsp-config.yml file on the local NSP deployer host:
In the internalAddresses subsection, if configured, otherwise, in the clientAddresses subsection:
if configured, the advertised value
otherwise, the virtualIp value
Enter the following:
<main configure tls> pki-server-port 80 ↵
Enter the following:
<main configure tls> exit ↵
The prompt changes to <main>.
Enter the following:
<main> apply ↵
The configuration is applied.
Enter the following:
<main> exit ↵
The samconfig utility closes.
10
If the NFM-P includes auxiliary servers, stop each Preferred and Reserved auxiliary server of the main server.
Log in as the root user on the auxiliary server station.
Enter the following to switch to the nsp user:
# su - nsp ↵
Enter the following:
bash$ cd /opt/nsp/nfmp/auxserver/nms/bin ↵
Enter the following to stop the auxiliary server:
bash$ ./auxnmsserver.bash auxstop ↵
Enter the following:
bash$ ./auxnmsserver.bash auxappserver_status ↵
The server status is displayed; the server is fully stopped if the status is the following:
Auxiliary Server is stopped
If the server is not fully stopped, wait five minutes and then repeat this step. Do not perform the next step until the server is fully stopped.
Enter the following to switch back to the root user:
bash$ su - ↵
11
If the NFM-P includes auxiliary servers, update the NFM-P TLS configuration.
Enter the following:
# samconfig -m aux ↵
The following is displayed:
Start processing command line inputs...
<aux>
Enter the following:
<aux> configure tls ↵
The prompt changes to <aux configure tls>.
Enter the following:
<aux configure tls> no keystore-file ↵
Enter the following:
<aux configure tls> no keystore-pass ↵
Enter the following:
<aux configure tls> pki-server address ↵
where address is one of the following in the platform—ingressApplications—ingressController section of the nsp-config.yml file on the local NSP deployer host:
In the internalAddresses subsection, if configured, otherwise, in the clientAddresses subsection:
if configured, the advertised value
otherwise, the virtualIp value
Enter the following:
<aux configure tls> pki-server-port 80 ↵
Enter the following:
<aux configure tls> exit ↵
The prompt changes to <aux>.
Enter the following:
<aux> apply ↵
The configuration is applied.
Enter the following:
<aux> exit ↵
The samconfig utility closes.
Apply compatibility patch
12
If the NFM-P system is at Release 24.4, no compatibility patch is required; go to
Step 21.
13
Perform the following steps on each main server station to transfer the patch files for the NFM-P release from the NSP.
Note: In a redundant NFM-P system, it is recommended to perform the steps on the primary main server station first.
If the NFM-P system is at Release 22.11, 23.4, or 23.8, perform the following steps on each NFM-P main server:
Enter the following to switch to the nsp user:
bash$ su - nsp ↵
Open the following file using a plain-text editor such as vi:
/opt/nsp/nms/web/tomcat/conf/nmswebserver.xml
If the following line is not in the file, add the line to the end of the file:
<sso mode="mode"/>
Edit the line to read:
<sso mode="oauth2"/>
Save and close the file.
Start NFM-P servers
21
Perform the following steps on each main server to start the main server.
Note: You must perform the steps first on the standalone or primary main server.
Enter the following to switch to the nsp user:
bash$ su - nsp ↵
Enter the following:
bash$ cd /opt/nsp/nfmp/server/nms/bin ↵
Enter the following to start the main server:
bash$ ./nmsserver.bash start ↵
Enter the following:
bash$ ./nmsserver.bash appserver_status ↵
The server status is displayed; the server is fully initialized if the status is the following:
Application Server process is running. See nms_status for more detail.
If the server is not fully initialized, wait five minutes and then repeat this step. Do not perform the next step until the server is fully initialized.
Close the console window.
22
Perform the following steps on each auxiliary server to start the auxiliary server.
Enter the following to switch to the nsp user:
bash$ su - nsp ↵
Enter the following:
bash$ cd /opt/nsp/nfmp/auxserver/nms/bin ↵
Enter the following to start the auxiliary server:
bash$ ./auxnmsserver.bash auxstart ↵
Enter the following:
bash$ ./auxnmsserver.bash auxappserver_status ↵
The server status is displayed; the server is fully initialized if the status is the following:
Auxiliary Server process is running. See auxnms_status for more detail.
If the server is not fully initialized, wait five minutes and then repeat this step. Do not perform the next step until the server is fully initialized.
Close the console window.
Import NFM-P users and groups
23
If you are not importing NFM-P users to the NSP local user database as described in
Step 2, go to
Step 27.
Inform each imported NFM-P user of the new password sent to their e-mail address, or of the global temporary password assigned to the user account, if an e-mail address is not assigned.