![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2253318.1 : VLE - Unable to start vle services by start_vle_services
This is solution about disable status of VLE services when you get a message of "BMI is TRUE". In this Document
Oracle Confidential PARTNER - Available to partners (SUN). Applies to:Sun Virtual Library Extension (VLE) - Version 1.5 and laterInformation in this document applies to any platform. SymptomsVLE services do not start by script: start_vle_services except VLE Mount Service. # start_vle_services Starting MySql and VLE Mount Services only: since the BMI flag is TRUE(1). ChangesUpgrade the VLE microcode CauseThe BMI flag is TRUE according to the message just after running start_vle_services.
SolutionTo verify if the BMI is true, run the following command. $ grep BMI /var/log/vle/install.log | tail -1
Next verify why the BMI flag is TRUE.
1) Package: SUNWvle is not installed completely Check for package: SUNWvle completely installed: $ pkginfo -l SUNWvle If the status is not 'completely installed', install the microcode upgrade again. 2) script: vle_env does not exist $ ls -l /opt/SUNWvle/scripts/vle_env If the file does not exist, install the microcode upgrade again. 3) The name of the VLE Grid is the default value as "VLE-NAME" Check the current environment variable of VLE_NAME: $ grep VLE_NAME /opt/SUNWvle/scripts/vle_env | grep -v SOFTWARE_NODE_NAME
If the variable is VLE-NAME, you have not configured it by script: configure_vle before upgrading the VLE microcode.
References<NOTE:2227321.1> - VLE Services going into maintenance mode.<NOTE:2142778.1> - VLE - Oracle VLE Mount Service for ZFS main data pool and VLE Service goes offline after running start_vle_services script Attachments This solution has no attachment |
||||||||||||||||||||
|