|
|
Question : unmount Error
|
|
Hi,
Im trying to install Oracle on my AIX system. When the installer was runing , a message box appear to request insert the CDROM No 2
But i can't eject the disk box to insert the cdrom in to. I tryed to use unmount command
unmount
but error :
unmount: 0506-349 Cannot unmount /dev/cd0: The requested resource is busy
Please tell me how to deal with it bros
|
Answer : unmount Error
|
|
That's simple just determine the full path of the above said file( orptoduct_profile.ksh ). After that ensure that the user with which you are trying to run this script has execute permission for the script. Now login with the user in whose .profile you want to add or with root go to the home dir of the user and open the .profile file.
vi .profile
Since the .profile is hidden you may see it only with ls -a.
Add the followin to the end of the .profile
. /orptoduct_profile.ksh
Please ensure that the Path should be the full path (begining with / )and not the relative path.
Rgds -Sandy
|
|
|
|
|