- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: having problem to install
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 07:12 PM
10-30-2000 07:12 PM
having problem to install
if any body could tell me, what is wrong with it.
I am trying to install Y2K updates and perl.
All of this soft. has been downloaded from HP website. When i running "swinstrall" and pointing to target_dir everything is fine, but error comes up when it's start analysing the soft. Error i have is:
"spider:/vol/soft_download/perl_hp": Cannot establish a lock on this target because of an external error (for example, the lock file could not be created).
It's very annoing,
funny part is than when i am doing swinstall -v -s file_name.depot it's working fine, only problem accure when have a full bandle witn "catalog" in it.
Please help, don't know how to solve it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 10:30 AM
11-02-2000 10:30 AM
Re: having problem to install
I unfortunately get the same error as you.
I am opening a HP case. I'll let you know
the solution when I have an answer.
Regards,
Ana Matute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 10:30 AM
11-02-2000 10:30 AM
Re: having problem to install
I unfortunately get the same error as you.
I am opening a HP case. I'll let you know
the solution when I have an answer.
Regards,
Ana Matute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 10:50 AM
11-02-2000 10:50 AM
Re: having problem to install
Try removing the "swlock" file in /var/adm/sw/products. And try running swinstall again. See if this helps.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 11:01 AM
11-02-2000 11:01 AM
Re: having problem to install
I have found an (oldish) entry in the knowledge base that states:-
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.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2000 12:03 AM
11-03-2000 12:03 AM
Re: having problem to install
In complement to John's answer, make sure your depot directory isn't write protected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2000 12:16 AM
11-06-2000 12:16 AM
Re: having problem to install
All you have to do is:
cd /"depot_path"/catalog
touch swlock
Hope it helps,
Ana Matute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2000 06:38 AM
11-06-2000 06:38 AM
Re: having problem to install
but i also found an answer :-)
just "cp" "swlock" from any HP CD's :-)
I just don't understand why HP doesn't create swlock in there ?
thanks again