vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| While running alternate disk migration (smit nimadm), the process is failing on "Phase 5", its giving us the following message: +-----------------------------------------------------------------------------+ Executing nimadm phase 5. +-----------------------------------------------------------------------------+ Saving system configuration files. /usr/bin/lslpp: No such file or directory 0505-177 nimadm: An unrecoverable error has occurred during pre-install processing. Cleaning up alt_disk_migration on the NIM master. Any ideas? TIA |
| |||
| Mag wrote: > While running alternate disk migration (smit nimadm), the process is > failing on "Phase 5", its giving us the following message: > > > +-----------------------------------------------------------------------------+ > Executing nimadm phase 5. > +-----------------------------------------------------------------------------+ > Saving system configuration files. > /usr/bin/lslpp: No such file or directory > 0505-177 nimadm: An unrecoverable error has occurred during pre-install > processing. > Cleaning up alt_disk_migration on the NIM master. > > > Any ideas? > TIA TCB enabled? It's a major PITA on these migrations, I dunno if it's this problem or not... Here's the procedure to disable TCB. ( view its current stae with just the odmget , obviously) odmget -q attribute=TCB_STATE PdAt |sed 's/tcb_enabled/tcb_disabled/' |odmchange -o PdAt -q attribute=TCB_STATE |
| |||
| TCB is disabled... jthomp1515@yahoo.com wrote: > Mag wrote: > > While running alternate disk migration (smit nimadm), the process is > > failing on "Phase 5", its giving us the following message: > > > > > > +-----------------------------------------------------------------------------+ > > Executing nimadm phase 5. > > +-----------------------------------------------------------------------------+ > > Saving system configuration files. > > /usr/bin/lslpp: No such file or directory > > 0505-177 nimadm: An unrecoverable error has occurred during pre-install > > processing. > > Cleaning up alt_disk_migration on the NIM master. > > > > > > Any ideas? > > TIA > > TCB enabled? It's a major PITA on these migrations, I dunno if it's > this problem or not... > > > Here's the procedure to disable TCB. ( view its current stae with just > the odmget , obviously) > > odmget -q attribute=TCB_STATE PdAt |sed 's/tcb_enabled/tcb_disabled/' > > |odmchange -o PdAt -q attribute=TCB_STATE |
| ||||
| Mag wrote: > TCB is disabled... > > > > jthomp1515@yahoo.com wrote: > > Mag wrote: > > > While running alternate disk migration (smit nimadm), the process is > > > failing on "Phase 5", its giving us the following message: > > > > > > > > > +-----------------------------------------------------------------------------+ > > > Executing nimadm phase 5. > > > +-----------------------------------------------------------------------------+ > > > Saving system configuration files. > > > /usr/bin/lslpp: No such file or directory > > > 0505-177 nimadm: An unrecoverable error has occurred during pre-install > > > processing. > > > Cleaning up alt_disk_migration on the NIM master. > > > > > > > > > Any ideas? > > > TIA > > > > TCB enabled? It's a major PITA on these migrations, I dunno if it's > > this problem or not... > > > > > > Here's the procedure to disable TCB. ( view its current stae with just > > the odmget , obviously) > > > > odmget -q attribute=TCB_STATE PdAt |sed 's/tcb_enabled/tcb_disabled/' > > > > |odmchange -o PdAt -q attribute=TCB_STATE it will not even let you attempt nimadm processes while tcb is enabled.. what is the oslevel of your master / lppsource / spot? I've seen several similar issues with lower ML / TL levels. |