- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem Installing Depot on HPUX 11i!
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
06-06-2005 07:15 AM
06-06-2005 07:15 AM
Problem Installing Depot on HPUX 11i!
There is currently on host "Sony2" at location "/cdrom". Make sure that an absolute pathname is specified for location (beginning with "/").
I think I might be having a network/hostname problem.
# nslookup Sony2
Using /ect/hosts on: Sony2
looking up Files
Name: Sony2
Address: 127.0.0.1
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 07:22 AM
06-06-2005 07:22 AM
Re: Problem Installing Depot on HPUX 11i!
ll /cdrom
ex. swinstall -s /cdrom/bundle_name
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 07:32 AM
06-06-2005 07:32 AM
Re: Problem Installing Depot on HPUX 11i!
swinstall -s /cdrom/bundle1
swinstall -s /cdrom/bundle2
These can coincide with hardware enablement patches, firmware patches, software patches, etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 07:35 AM
06-06-2005 07:35 AM
Re: Problem Installing Depot on HPUX 11i!
You can register a depot at the /cdrom
swreg -l depot /cdrom
NOTE: You may have to install the packages in a specified order. Do read up on this 1st.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 08:02 AM
06-06-2005 08:02 AM
Re: Problem Installing Depot on HPUX 11i!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 08:03 AM
06-06-2005 08:03 AM
Re: Problem Installing Depot on HPUX 11i!
/cdrom/ddk11_23.1.0.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 08:09 AM
06-06-2005 08:09 AM
Re: Problem Installing Depot on HPUX 11i!
swinstall -s /cdrom/ddk11_23.1.0.depot
To install non-interactively:
swinstall -s /cdrom/ddk11_23.1.0.depot \*
If the depot requires a reboot:
swinstall -x autoreboot=true -s /cdrom/ddk11_23.1.0.depot \*
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 08:10 AM
06-06-2005 08:10 AM
Re: Problem Installing Depot on HPUX 11i!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 08:36 AM
06-06-2005 08:36 AM
Re: Problem Installing Depot on HPUX 11i!
swinstall -s
The following works but only the DOCS are installed.
swinstall -s
When I use SD via View Depot Software I see the contents of B11_23DDK but can't install them. Only the DOCs are available for install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 08:45 AM
06-06-2005 08:45 AM
Re: Problem Installing Depot on HPUX 11i!
uname -a -->Should return 11.23
When you highlight the depot for install and go through analysis, does SD mark the depot as 'yes' or 'partial'? Can you get more information after analysis by selecting the 'log' option. We need to find out why the product wasn't selected. You can also look at swinstall.log and swagent.log as well. Post any pertinent info.
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 08:50 AM
06-06-2005 08:50 AM
Re: Problem Installing Depot on HPUX 11i!
Can you try to put the file onto hard drive?
# cd /cdrom
# find . -depth | cpio -pmuldv /tmp
This command will put the ddk11_23.1.0.depot file into the tmp directory.
# swreg -l depot \* @ /tmp/ddk11_23.1.0.depot
To register the depot.
# swlist -l depot
Will list all depot(s) on the system. Should see the /tmp/ddk11_23.1.0.depot in this list.
Invoke the GUI/TUI and select the source.
If this doesn't work, there is something wrong with the depot file from the cdrom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 09:09 AM
06-06-2005 09:09 AM
Re: Problem Installing Depot on HPUX 11i!
Is there a DDK available for 11.11?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 09:13 AM
06-06-2005 09:13 AM
Re: Problem Installing Depot on HPUX 11i!
Is there any error during Analysis Phase. If that is ok see whether the execution phase completed without any error. Have a thorough look at the swinstall logfile.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 09:36 AM
06-06-2005 09:36 AM
Re: Problem Installing Depot on HPUX 11i!
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,5566,00.html
Look at the downloads section on this page ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 10:07 AM
06-06-2005 10:07 AM
Re: Problem Installing Depot on HPUX 11i!
Thanks!