Asset ID: |
1-71-1987830.1 |
Update Date: | 2018-05-06 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
1987830.1
:
Alarm SPR /usr Disk Space Exceeds 80%
Related Items |
- Oracle Communications Subscriber Data Management (SDM)
|
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Broadband Network Solutions>SN-SND: Tekelec SDM
|
/usr partition having more than 80% usage in blueVersion 9.3.1
In this Document
Created from <SR 3-10358494561>
Applies to:
Oracle Communications Subscriber Data Management (SDM) - Version SDM 9.3 and later
Information in this document applies to any platform.
/usr partition having more than 80% usage in blueVersion 9.3.1
Goal
Reduce the space /usr partition uses
Solution
The procedure will remove two rpms that are not needed and are not being used by the SPR 9.3.1, it does not affect at all the SPR functionality.
1.- Access WebCi and determined which is the active and Standby Blade.
[Active blade is the one having Coresystemcontroller and Database services with a fourth button - SWO button]
2.- Using ssh access the NON-Active blade ( the standby blade ) as root.
3.- Use the following commands
3.1 Move to /export directory
cd /export
3.2 check for test and embedded mysql rpms
rpm -qa|grep -i mysql|grep -e test -e embedded
{expected printout is 2 lines as below}
# MySQL-test-advanced-5.6.18-1.rhel5.x86_64
# MySQL-embedded-advanced-5.6.18-1.rhel5.x86_64
3.3 Check the space /usr partition is using
df /usr
3.4 Remove MYSQL-test-advanced rpm
rpm -e -vvv MySQL-test-advanced-5.6.18-1.rhel5.x86_64
3.5 Remove MYSQL-embedded-advanced rpm
rpm -e -vvv MySQL-embedded-advanced-5.6.18-1.rhel5.x86_64
3.6 Check the space /usr partition is using after removing the rpms in step 3.4 and 3.5
df /usr
4.- Perform step3 in active blade
Attachments
This solution has no attachment