I successfully remotely mount a cdrom from one machine to another. However, I can not do software package installs from the AIX 4.3.3 media.
This is the error I get when trying to install from smitty.
1800-106 An error occurred:
0503-007 inutoc: Cannot create file /cdrom/.toc.
check permissions and available space.
Cannot read input device, directory or table of contents file.
Is there a work around when trying to install from remotely mounted cdrom's ?
This is how I mounted the cdrom:
logged in a root on system1
# mount -rv cdrfs /dev/cd0 /cdrom
# exportfs -i -o ro,root=<nodename> /cdrom
# exportfs -v
login as root on system2
# mount -n <system1> /cdrom /cdrom
see the error messages above when I try to install software from this mounted CD.
This is the error I get when trying to install from smitty.
1800-106 An error occurred:
0503-007 inutoc: Cannot create file /cdrom/.toc.
check permissions and available space.
Cannot read input device, directory or table of contents file.
Is there a work around when trying to install from remotely mounted cdrom's ?
This is how I mounted the cdrom:
logged in a root on system1
# mount -rv cdrfs /dev/cd0 /cdrom
# exportfs -i -o ro,root=<nodename> /cdrom
# exportfs -v
login as root on system2
# mount -n <system1> /cdrom /cdrom
see the error messages above when I try to install software from this mounted CD.