I'm trying to install service pack from a directory where I staged all the .bff files. I get the following error below. Please help.
Here is what I did.
root@server:/> inutoc /staging/AIX_6.1
root@server:/> ls -l /staging/AIX_6.1/.toc
-rw-r--r-- 1 root system 0 Mar 09 15:55 /staging/AIX_6.1/.toc
root@server:/> install_all_updates -Y -d /staging/AIX_6.1
install_all_updates: Initializing system parameters.
install_all_updates: Log file is /var/adm/ras/install_all_updates.log
install_all_updates: Checking for updated install utilities on media.
install_all_updates: ATTENTION, no installp images were found on media.
install_all_updates: Processing media.
0503-005 installp: The format of the toc file is invalid.
install_all_updates: Error reading media on /staging/AIX_6.1
install_all_updates: Log file is /var/adm/ras/install_all_updates.log
install_all_updates: Result = FAILURE
root@server:/->