- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Could I install java 1.5.0.14 in another path?
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
11-17-2008 03:52 AM
11-17-2008 03:52 AM
I have one version on java (1.5.0.08) in HP-UX /opt/java1.5.
Could I install this nou version in another path diferent that /opt/java1.5?
Thanks a lot of!
Carmen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-17-2008 04:19 AM
11-17-2008 04:19 AM
Re: Could I install java 1.5.0.14 in another path?
I think the simpliest solution is:
Move the old installation to a new path (java1.5.0.08?) and install java 1.5.0.14 as always.
Then you still can move it around ...
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-17-2008 04:22 AM
11-17-2008 04:22 AM
Re: Could I install java 1.5.0.14 in another path?
Yes, but is is running and I want not stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-17-2008 05:02 AM
11-17-2008 05:02 AM
Re: Could I install java 1.5.0.14 in another path?
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-17-2008 05:20 AM
11-17-2008 05:20 AM
Re: Could I install java 1.5.0.14 in another path?
You can install to an alternate root then move it around.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-17-2008 06:30 AM
11-17-2008 06:30 AM
Re: Could I install java 1.5.0.14 in another path?
@Carmen - do you use swinstall in command line or GUI?
In GUI you can change the target from '/' to anything.
Also in command line you can specify an alternate path:
'swinstall .... @ target_selections
DESCRIPTION
The swinstall command installs the software_selections from a software
source to either the local host or to one or more target_selections
(root filesystems). By default, the software is configured for use on
the target after it is installed. (The software is not configured
when installed into an alternate root directory.)
-> 'swconfig' has to be done after installation(?)
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-17-2008 07:01 AM - edited 10-01-2011 07:54 PM
11-17-2008 07:01 AM - edited 10-01-2011 07:54 PM
Re: Could I install java 1.5.0.14 in another path?
>Volkmar: so I hoped somebody else can tell her what's the right syntax?
>Also in command line you can specify an alternate path: swinstall ... @ target_selections
Right, that's it.
swinstall -s abs-depot-path products ... @ abs-alternate-root
There is also a ,l=path that could be used if the SD product is set up correctly.
>Volkmar: swconfig has to be done after installation(?)
I think I tried it. I don't think it can be done with:
swconfig ... @ alternate-root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-17-2008 07:17 AM
11-17-2008 07:17 AM
Re: Could I install java 1.5.0.14 in another path?
maybe you would get more answers when you work at your points assignment ;-)
You have assigned points to 530 of 986 responses ... don't you want to honour the help you get?
From HP:
http://forums11.itrc.hp.com/service/forums/helptips.do?#28
Keep on foruming
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-17-2008 07:22 AM
11-17-2008 07:22 AM
SolutionFrom 'man swconfig':
SYNOPSIS
swconfig [-p] [-u] [-v] [-c catalog] [-C session_file] ..... [@ target_selections]
NOTES:
+ You should execute swconfig when an initial configuration by swinstall failed, was deferred, or needs to be changed.
+ swinstall does not perform configuration on multiple versions of software.
+ The swconfig command only operates on software installed to the primary root file system.
+ swinstall and swremove do not run configure or unconfigure scripts when you specify an alternate root directory with those commands.
Seems like you *should* do it ...
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-17-2008 07:27 AM
11-17-2008 07:27 AM
Re: Could I install java 1.5.0.14 in another path?
about configured products:
'swlist -a state -l fileset | grep installed'
should show nothing - else you have to configure it with swconfig.
V.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP