I am trying to install one s/w from cdrom in hp-ux 10.20 but i am getting the error "Cannot establish lock file on target file".Can anyone help on this.Urgent help will be highly appreciated.
This is caused by a missing lock file in the catalog sub-directory
of the depot. To fix the problem, you would need to issue the touch(1)
command as root to create a file called swlock in the appropriate
directory:
cd /depot_path/catalog
touch swlock
where depot_path is the full path to the depot location.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.