What Can I Do If the Excel File Downloaded by Hue Cannot Be Opened?
This section applies only to versions earlier than MRS 3.x.
- Log in to a Master node as user root and switch to user omm.
su - omm
- Check whether the current node is the active OMS node.
sh ${BIGDATA_HOME}/om-0.0.1/sbin/status-oms.sh
If active is displayed in the command output, the node is the active node. Otherwise, log in to the other Master node.
Figure 1 Active OMS node
- Go to the {BIGDATA_HOME}/Apache-httpd-*/conf directory.
cd ${BIGDATA_HOME}/Apache-httpd-*/conf
- Open the httpd.conf file.
vim httpd.conf
- Search for 21201 in the file and delete the following content from the file. (The values of proxy_ip and proxy_port are the same as those in the actual environment.)
ProxyHTMLEnable On SetEnv PROXY_PREFIX=https://[proxy_ip]:[proxy_port] ProxyHTMLURLMap (https?:\/\/[^:]*:[0-9]*.*) ${PROXY_PREFIX}/proxyRedirect=$1 RV
Figure 2 Content to be deleted
- Save the modification and exit.
- Open the httpd.conf file again, search for proxy_hue_port, and delete the following content:
ProxyHTMLEnable On SetEnv PROXY_PREFIX=https://[proxy_ip]:[proxy_port] ProxyHTMLURLMap (https?:\/\/[^:]*:[0-9]*.*) ${PROXY_PREFIX}/proxyRedirect=$1 RV
Figure 3 Content to be deleted
- Save the modification and exit.
- Run the following command to restart the httpd process:
sh ${BIGDATA_HOME}/Apache-httpd-*/setup/restarthttpd.sh
- Check whether the httpd.conf file on the standby Master node is modified. If the file is modified, no further action is required. If the file is not modified, modify the httpd.conf file on the standby Master node in the same way. You do not need to restart the httpd process.
- Download the Excel file again. You can open the file successfully.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot