- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mysql depot installation problem
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
09-06-2002 11:57 AM
09-06-2002 11:57 AM
which is for HP-UX 10.20 hence I downloded the depot mysql-3.23.42-sd-11.00.depot
and placed it under /opt/depot directory.
When I issue the command
swreg -l depot /opt/depotmysql-3.23.42-sd-11.00.depot
every thing looks fine but when I want to look at the installation my issuing the command
swinstall -p -v -s /opt/depot/mysql-3.23.42-sd-11.00-depot -x autoselect_patches=true -x patch_match_target=true
I get folloing error message :
# ./myshell
======= 09/06/02 14:58:07 CDT BEGIN swinstall SESSION
(non-interactive) (jobid=fia-0038)
* Session started for user "root@fia".
* Beginning Selection
* Target connection succeeded for "fia:/".
ERROR: There is currently no depot software on host "fia" at location
"/opt/depot/mysql-3.23.42-sd-11.00-depot". Make sure that an
absolute pathname is specified for location (beginning with
"/").
* Source connection failed for
"fia:/opt/depot/mysql-3.23.42-sd-11.00-depot".
WARNING: More information may be found in the daemon logfile on this
target (default location is fia:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 09/06/02 14:58:10 CDT END swinstall SESSION (non-interactive)
(jobid=fia-0038)
NOTICE THE SWINSTALL COMMAND IS IN A SHELL SCRIPT-MYSHELL
the swagentd.log has following error message :
ERROR: Failed to start source agent on
"/opt/depot/mysql-3.23.42-sd-11.00-depot" for root@fia.
"/opt/depot/mysql-3.23.42-sd-11.00-depot" is not a valid
depot. 09/06/02 14:58:10 CDT
* Agent pid=3104 completed. 09/06/02 14:58:10 CDT
I did not do anything to swagentd it was already running.
SOMEBODY PLEASE HELP.......
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 12:02 PM
09-06-2002 12:02 PM
Re: mysql depot installation problem
i.e.
sh mysql-3.23.42-sd-11.00-depot
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 12:07 PM
09-06-2002 12:07 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 12:09 PM
09-06-2002 12:09 PM
Re: mysql depot installation problem
swinstall -s /opt/depots/xxxxx-depot...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 12:13 PM
09-06-2002 12:13 PM
Re: mysql depot installation problem
swlist -s /tmp/mysql-3.23.42-sd-11.00.depot
If swlist gives error "doesn't look like a tar archive"... the file probably is corrupt or wasn't gunzipped.
Did you download the file then gunzip it? Or was it simply saved as *.depot and not gunzipped?
I'd suggest putting the downloaded file in /tmp.
to preview the install:
swinstall -p -s /tmp/mysql-3.23.42-sd-11.00.depot \*
if all looks okay to you, remove the "-p" to install it.
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 12:17 PM
09-06-2002 12:17 PM
Re: mysql depot installation problem
swreg -u -l depot /opt/depot/mysql-3.23.42-sd-11.00-depot
Then run a straight swinstall on the depot.. I think in registering the depot you went a bit too far. This would set up this point as a place where you could now place patches to be installed via a depot. In this case HP may have already done the depot and all you need to do is install it straight off...
run an interactive install session with:
swinstall -s /opt/depot/mysql-3.23.42-sd-11.00-depot
the session will either find the software to be installed... or will report nothing is there... in which case we need to take another look.