- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Again with Ignite-UX
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
01-18-2002 04:08 AM
01-18-2002 04:08 AM
I am Frank,new to HP Forum,glad to meet you all.
Question again with Ignite-UX, I download ignite_10.20.tar;cp /var/tmp; tar xf ignite_10.20.tar and get 2 directory:Ignite-UX,catalog; swinstall -s /var/tmp/Ignite-UX.RECOVERY; then I got Error:can't establish a lock on this target because of an external error.
If I cp Ignite-UX /opt; swinstall -s /opt/Ignite-UX; then got Error:There is currently no depot software on host... at location...
Could you help me? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 04:20 AM
01-18-2002 04:20 AM
Re: Again with Ignite-UX
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc0c9c8ecad09d6118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 04:23 AM
01-18-2002 04:23 AM
Re: Again with Ignite-UX
Here is an example of the same fault with a bundle.
The error occurs because CPM does not allow/create an swlock file when
downloading bundles/patches. CPM downloads the patches as an swpackage
in a directory entitled
to believe that this is an actual depot.
Use the following work-around to resolve the error:
1. swcopy everything from the swpackage (the directory
entitled
directory. This directory becomes the depot to use during
the swinstallation.
mkdir /depot/patches
swcopy -s {source} \* @ {target}
2. swcopy the additional information (additional patches,
another depot, and so on) into the temporary directory.
swcopy -s {source} \* @ {target}
3. Use the new directory as the swinstall source directory.
In your case
mkdir
swcopy ignite to it
Use this new dir as swinstall source dir
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 04:48 AM
01-18-2002 04:48 AM
Re: Again with Ignite-UX
If you place the software at a location you need to register the depot location:
# swreg -l depot /opt/Ignite_UX
now you should be able to swinstall.
if the source is locked, check if there are currently other installations in progress. if not restart the swagentd.
Hope this will help,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 05:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 05:30 AM
01-18-2002 05:30 AM
Re: Again with Ignite-UX
if you downloaded IUX through the official
IUX homepage the tar file is already in SD
format.
Just place it in a directory and issue
[as root] the following commands
swinstall -s `pwd`/Ignite_A_XXX.tar
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 05:51 AM
01-18-2002 05:51 AM
Re: Again with Ignite-UX
It happened to me a number of times before I learned that a depot file doesn't have to be named xxxx.depot. Christos has provided the simpe answer: it's already a depot.
Sanjay's answer is what I had done in the past and will work fine.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 05:56 AM
01-18-2002 05:56 AM
Re: Again with Ignite-UX
sorry abt a mistake in the earlier post. the directory should be /depot_path and not /depot_patch.
cd /path_to_depot/catalog
touch swlock
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 05:58 AM
01-18-2002 05:58 AM
Re: Again with Ignite-UX
you can also try,
touch /var/adm/sw/products/swlock
if the swlock file is not available in /var/adm/sw/products
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2002 05:08 PM
01-20-2002 05:08 PM
Re: Again with Ignite-UX
I try all the method, I think 2 of them is very good:
a)swinstall 'pwd'/ignite_10.20.tar
b)tar 'pwd'/ignite_10.20.tar
touch 'pwd'/catalog/swlock
swinstall 'pwd'/Ignite-UX