Hello, I just got the same errors two weeks ago. Due I was working on replacing a server and version 5.3 was recommended by EMC field engineers, I asked them about these errors and they sent me note id emc210766 which includes the following statement "EMC does not recommend and does not support a separate /usr file system. It should be the part of the root file system". Funny thing: 5.1x worked fine and I was unable to find any reference in "EMC PowerPath for Linux version 5.3 Installation and administration guide" (P/N 300-008-344 Rev A02). I believe such approach is a mistake due awk is really under /bin and logger only function is to send messages to the log facility. Did you get a work around from EMC about this issue? do you downgrade to version 5.1?
I have RHEL 5.3, not sure if this will help, but I was able to get around this by moving the PowerPath code in /etc/rc.d/rc.sysint to the location as follows:
insert the PowerPath init code before the below statement in /etc/rc.d/rc.sysint:
# Start the graphical boot, if necessary and not done yet.
That way all of your LV's are mounted and the commands that are trying to run execute.
SKT2
2 Intern
•
1.3K Posts
0
June 4th, 2009 18:00
reneke1
4 Posts
0
June 10th, 2009 01:00
Hopefully you will never need it, but it is always nice to have a extra feature to use if you ever run into trouble.
BUT this also means that PowerPath 5.3 for Linux wil not run nicely on these setups......
fes010
1 Rookie
•
2 Posts
0
July 27th, 2009 12:00
I just got the same errors two weeks ago. Due I was working on replacing a server and version 5.3 was recommended by EMC field engineers, I asked them about these errors and they sent me note id emc210766 which includes the following statement "EMC does not recommend and does not support a separate /usr file system. It should be the part of the root file system". Funny thing: 5.1x worked fine and I was unable to find any reference in "EMC PowerPath for Linux version 5.3 Installation and administration guide" (P/N 300-008-344 Rev A02).
I believe such approach is a mistake due awk is really under /bin and logger only function is to send messages to the log facility.
Did you get a work around from EMC about this issue? do you downgrade to version 5.1?
JTG2
1 Message
1
September 26th, 2009 20:00
insert the PowerPath init code before the below statement in /etc/rc.d/rc.sysint:
# Start the graphical boot, if necessary and not done yet.
That way all of your LV's are mounted and the commands that are trying to run execute.
HTH
JTG