- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- install java1.3
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
05-24-2007 08:49 PM
05-24-2007 08:49 PM
I'm trying to intall the 1.3.1.10 java version in a HPUX Itanium with 11.23 OS
When I execute swinstall sdk13_13108_1122.depot as root I get this error message
root@r50[/tmp/java1.3]#swinstall rte13_13108_1122.depot
======= 05/25/07 08:44:21 MDT BEGIN swinstall SESSION
(non-interactive) (jobid=r50-0158)
* Session started for user "root@r50".
* Beginning Selection
* Target connection succeeded for "r50:/".
* Source connection succeeded for "r50:/var/spool/sw".
ERROR: Could not apply the software selection
"rte13_13108_1122.depot"; it is not available from depot or
root "r50:/var/spool/sw".
* Software selection failed for "r50:/var/spool/sw".
ERROR: No software has been selected.
ERROR: Cannot continue the "swinstall" task.
* Selection had errors.
======= 05/25/07 08:44:22 MDT END swinstall SESSION (non-interactive)
(jobid=r50-0158)
Any suggestion to fix it ?
Thanks in advance
Javi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 08:51 PM
05-24-2007 08:51 PM
Re: install java1.3
Syntax is:
swinstall depot parogram/bundle/patch
For example:
swinstall rte13_13108_1122.depot \*
This will install all from depot file.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 08:53 PM
05-24-2007 08:53 PM
Re: install java1.3
swinstall -s /location_of_rte/rte13_13108_1122.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 08:54 PM
05-24-2007 08:54 PM
Re: install java1.3
root@r50[/tmp/java1.3]#swinstall -s /tmp/java1.3/rte13_13108_1122.depot /*
======= 05/25/07 08:50:20 MDT BEGIN swinstall SESSION
(non-interactive) (jobid=r50-0160)
* Session started for user "root@r50".
* Beginning Selection
* Target connection succeeded for "r50:/".
ERROR: "r50:/tmp/java1.3/rte13_13108_1122.depot": You do not have
permission for this operation. The depot owner, system
administrator, or alternate root owner may need to use the
"swreg" or "swacl" command to give you permission. Or, to
manage applications designed and packaged for nonprivileged
mode, see the "run_as_superuser" option in the "sd" man page.
* Source connection failed for
"r50:/tmp/java1.3/rte13_13108_1122.depot".
WARNING: More information may be found in the daemon logfile on this
target (default location is r50:/var/adm/sw/swagentd.log).
* Selection had errors.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 08:58 PM
05-24-2007 08:58 PM
Re: install java1.3
ERROR: Access denied to root@r50 to start agent on unregistered depot
"/tmp/java1.3/rte13_13108_1122.depot". No (i)nsert permission
on host. 05/25/07 08:50:21 MDT
* Agent pid=18243 completed. 05/25/07 08:50:21 MDT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 09:02 PM
05-24-2007 09:02 PM
SolutionIf the depot file is not in /var/spool/sw
you should specify the full path of the depot file with the -s parameter.
swinstall -s /tmp/java1.3/rte13_13108_1122.depot
Are you installing the SDK or the RTE?
HTH
Andrew Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 09:05 PM
05-24-2007 09:05 PM
Re: install java1.3
You may have to restarted the swagentd by running swagentd -r
Regards
Andrew Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 09:11 PM
05-24-2007 09:11 PM
Re: install java1.3
root@r50[/]#java -version
java version "1.3.1.08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.08-021213-15:02)
Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.08-_13_dec_2002_17_32 IA64, mixed mode)
THANK YOU Again!!!!!