Asset ID: |
1-71-2244150.1 |
Update Date: | 2017-04-03 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
2244150.1
:
Banner For PCRF GUI And OS
Related Items |
- Oracle Communications Policy Management
|
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Broadband Network Solutions>SN-SND: Tekelec Policy
|
In this Document
Created from <SR 3-14454243801>
Applies to:
Oracle Communications Policy Management - Version POLICY 11.5.2 and later
Information in this document applies to any platform.
Goal
On : POLICY 11.5.2 version, Wireless (Production)
banner for PCRF GUI and OS
Configuring a banner for PCRF GUI and also for all servers on OS after SSH connection.
All server' s (CMP, MPE, MRA) OS.
Solution
ISSUE:
How to enable banner for ssh connection on all servers prior to release 12.2.x
WORKAROUND:
1. Login to the server via root and vi /etc/ssh/sshd_config
2. find the section below:
# no default banner path
#Banner none
.
3. Modify this section as below: (note: customer can specify the file_name
but it should exist under directory /etc)
# no default banner path
Banner /etc/file_name
4. Save and exit this file;
5. Create file "file_name" under /etc and fill the content with the sentences
customer wants to show as banner;
6. Restart sshd as below to make the change be effective:
service sshd restart
Note: Although restarting sshd has no major impact to the system, we strongly
suggest customer to do it in a maintenance window.
FIX:
The banner for SSH connection is officially supported by 12.2.x
References
<BUG:25708320> - UNABLE TO SET BANNER FOR SSH CONNECTION
Attachments
This solution has no attachment