- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: finding software depot
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-24-2002 09:21 AM
01-24-2002 09:21 AM
finding software depot
I am trying to load, from a CD, software onto a
A500 running 11i. When typing
swinstall -s
I keep getting the error message
"There is currently no depot software on host XXX
at location XXX. Make sure that an absolute pathname is specified for loacation (beginning with "/")"
I have stopped and restart the swagentd but still
no go. I have also tried to run swreg -l depot
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 09:25 AM
01-24-2002 09:25 AM
Re: finding software depot
What is this software. Is it a file_name.depot file. Also have you tried the interactive "swinstall" screen rather than the command line.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 09:26 AM
01-24-2002 09:26 AM
Re: finding software depot
I believe you need to go further into the directories. Off hand, I know that swinstall -s /cdrom/XSWGR1100/B.11.00 works. cd in the cdrom directory to get specifics.
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 09:26 AM
01-24-2002 09:26 AM
Re: finding software depot
Invoke swinstall - UI (interactive mode) menu and the select local dir and mention the source directory path
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 09:30 AM
01-24-2002 09:30 AM
Re: finding software depot
With swinstall you must specify the full (absolute) path of the depot file, not the directory, as well as the software you are installing:
swinstall -s /tmp/packagename.depot packagename
You may need other options as well. Check the install info with the package.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 09:30 AM
01-24-2002 09:30 AM
Re: finding software depot
Select CDROM instead of local Dir.. I thought you have Software depot files in the local directory.. Sorry
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 09:32 AM
01-24-2002 09:32 AM
Re: finding software depot
I think I was a little quiick on the trigger. Try this procedure and see if that fixes your issue.
1: Remove the the mount point
(after umounting)
rmdir /cdrom
2: Create a mount mount point
mkdir /cdrom
3: Mount the CDROM media to /cdrom
mount -F cdfs /dev/dsk/cXtYdZ /cdrom
4: Restart the swagentd daemon
/usr/sbin/swagentd -r &
5: Register the mount point as a depot
swreg -l depot /cdrom
6: Install software from the CDROM again
swinstall -s /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 09:34 AM
01-24-2002 09:34 AM
Re: finding software depot
If you want interactive mode swinstall, omit the packagename.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 09:54 AM
01-24-2002 09:54 AM
Re: finding software depot
Sometimes I'm an idiot. I rushed thru reading your post (wanting to go to lunch) without paying attention to what you said. I should have gone to lunch and remained quiet.
Mount your cd as Eric says. Run swinstall interactively (swinstall w/o options).
You can select "Find Local CD" if you like - it should return the mount point of your cd.
If, as in the case of the support plus cd, you get a message that the depot is empty, you will need to enter the path of the depot on the cd as the Source Depot Path (such as /cdrom/QPK1100).
You should then be good to go.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 10:48 AM
01-24-2002 10:48 AM
Re: finding software depot
software depots at location"
I have also found, and tried, from the technical knowledge base the removing of the mount directory then remaking of the
directory and the stopping and
starting of the swagentd
The error messages from the
swagentd.log file is:
Failed to start source agent on /cdrom/X/X/X/X for root@X
/cdrom/X/X/X/X is not a valid depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 10:56 AM
01-24-2002 10:56 AM
Re: finding software depot
# swreg -l depot /SD_CDROM/ONLINEDIAGS/B.11.00
I was then able to do my swinstall.
Use swreg -u to unregister when done.
Good luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 11:10 AM
01-24-2002 11:10 AM
Re: finding software depot
As Eric suggested in his first reply, perhaps the depot path is deeper than you think.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:33 PM
01-24-2002 07:33 PM
Re: finding software depot
I guess your CD is not mounted with the proper options...
Tell us what an "ls -l /mountpoint" looks like.
Perhaps you need to go down into another directory on the CD, uncompress/unzip an archive, or the filenames end with ";1"?
HTH,
Wodisch