Quick question, but long story. I have a number of servers where disk space suddenly became an issue. We recently installed DST patch cluster on our Solaris boxes. After installing the patch cluster, it filled-up /usr. Now, /usr is either at 98% or 100% full. After running du -akd | sort -nr| more, we found that the DST patch cluster included some java updates. We can easily move /usr/jdk to /opt/jdk and create a sympbolic link to /opt/jdk in /usr to clear some disk space in /usr. However, java is currently being utilized on the box.
Now to my question Sorry for the long story I did a ps -ef | grep jav and found java running on the boxes. However, seeing the output for ps -ef | grep java, it is pointing to another path instead of /usr/jdk. Can I safely assume that moving /usr/jdk will not cause any problems?
"Not all OSs suck, it's just that some OSs suck worse than others"
Now to my question Sorry for the long story I did a ps -ef | grep jav and found java running on the boxes. However, seeing the output for ps -ef | grep java, it is pointing to another path instead of /usr/jdk. Can I safely assume that moving /usr/jdk will not cause any problems?
"Not all OSs suck, it's just that some OSs suck worse than others"