bityard Blog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

2013:03:10:aix_vios_lhea_dlpar_failure [2013/03/10 22:04] – created Frank Fegert2013:03:10:aix_vios_lhea_dlpar_failure [2013/03/10 22:08] (current) Frank Fegert
Line 129: Line 129:
 </code> </code>
  
-After wading through a lot of not really interesting output, the culprit for the failure can be found almost at the end of the output. The 7th line from the bottom, starting with ''Script returned string: ...'' shows that the value which is supposed to be assigned to the environment variable ''DR_DRC_NAME'' contains a space and is probably not correctly quoted. The shell tries - in this example - to execute the command "''1''", which of course cannot be found. So the correct command line should probably look something like this:+After wading through a lot of not really interesting output, the actual culprit for the failure can be found almost at the end of the output. The 7th line from the bottom, starting with ''Script returned string: ...'' shows that the value which is supposed to be assigned to the environment variable ''DR_DRC_NAME'' contains a space and is probably not correctly quoted. The shell tries - in this example - to execute the command "''1''", which of course cannot be found. So the correct command line should probably look something like this:
  
 <code> <code>
Line 153: Line 153:
 C4 4325452 15:04:29 drscript_main.c 710 child returned status: 1 C4 4325452 15:04:29 drscript_main.c 710 child returned status: 1
 C4 4325452 15:04:29 drscript_main.c 711 Script returned status: 1 C4 4325452 15:04:29 drscript_main.c 711 Script returned status: 1
 +...
 </code> </code>