- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall problem using jre122.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
08-18-2001 02:20 AM
08-18-2001 02:20 AM
i have the jre depot file copied to /tmp...
i have the Source Depot Type changed to "local directory"
i have the Source Depot path changed to /tmp...
now why the hell can't the swinstall locate the depot file?
more to follow,
json
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2001 04:02 AM
08-18-2001 04:02 AM
Re: swinstall problem using jre122.depot
can you tell which command are you using ?
the command that i will use is :
swinstall -s /tmp/rje.depot
if this command doesnt work can you give the command that you are using and the error code ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2001 07:59 AM
08-18-2001 07:59 AM
Re: swinstall problem using jre122.depot
Try
#swinstall -s /tmp/jrs.depot
or may be this. I don't think it is important but give it a try
swinstall -s /tmp/jrs.depot -x reinstall_files=true
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2001 08:03 AM
08-18-2001 08:03 AM
Re: swinstall problem using jre122.depot
First see if the depot is ok
swlist -s /tmp/jre122.depot
and then try
swinstall -s /tmp/jre122.depot
what kind of errors are you seeing?
-Regards
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2001 08:59 AM
08-18-2001 08:59 AM
Re: swinstall problem using jre122.depot
From your question it's not clear, but have you entered /tmp/jre122.depot in the source depot path or just /tmp. It will not work if you just say /tmp
If still it can find it try installing from prompt
using swinstall -s /tmp/jre122.depot
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2001 09:53 AM
08-18-2001 09:53 AM
Re: swinstall problem using jre122.depot
If you want the system to find it, you can do
swreg -l depot /tmp/jre.depot
Other work around is
1) cd /tmp; tar xvf jre.depot
2) cd depo_dir/catalog; touch swlock
3) swreg -lk depot /tmp/depo_dir
This depo can be used from other systems on the network.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2001 09:53 AM
08-18-2001 09:53 AM
Re: swinstall problem using jre122.depot
If you want the system to find it, you can do
swreg -l depot /tmp/jre.depot
Other work around is
1) cd /tmp; tar xvf jre.depot
2) cd depo_dir/catalog; touch swlock
3) swreg -l depot /tmp/depo_dir
This depo can be used from other systems on the network.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2001 03:22 AM
08-19-2001 03:22 AM
Re: swinstall problem using jre122.depot
If installing on the local machine:
swinstall -s /tmp/jre.depot \*
#no depot registration necessary
If installing on a remote machine:
#on local machine...
swcopy -s /tmp/jre.depot \* @/tmp/mydepot
#then on remote machine...
swinstall -s hostname:/tmp/mydepot \*
#where hostname is the name of the machine where the depot resides.
The swcopy both registers a depot and gets the depot out of tape format so that it can be used remotely. Note also that the escaped splat selects all products in the depot so that a GUI/TUI doesn't start and swinstall runs non-interactively.
All the best,
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2001 09:05 PM
08-19-2001 09:05 PM
Re: swinstall problem using jre122.depot
installation was suspended....
error: tar: /tmp/jre122.depot : this doesn't look like a tar archive
error: tar: /tmp/jre122.depot : shipping to next file .....
error: internal error : the directory "/opt/java1.2/jre/lib/PA_RISC/hotspot" is missing from the source media.
..errors following this are "The file ..bla bla bla was not loaded because it is missing from the source media"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2001 11:01 PM
08-19-2001 11:01 PM
Re: swinstall problem using jre122.depot
Generally, this error is a result of having downloaded or ftp'd the file in
ascii mode rather than in binary mode, thus corrupting the depot.
Download the file again, and, if ftp'ing it to a UNIX box from a PC, do so in
binary mode.
To test the downloaded file, run cksum on it and verify that the cksum value is
what the web page indicates it should be
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2001 11:45 PM
08-19-2001 11:45 PM
Re: swinstall problem using jre122.depot
got that, guess ihave 2 copy the file again...
how do i copy a cd file with xtension jre122.dep;1...
what cp option should i use to copy this kind of file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 12:29 AM
08-20-2001 12:29 AM
Re: swinstall problem using jre122.depot
was burn in a p.c .
if it is not an orig. cd you need to mount the cd with this command :
mount -o cdcase /dev/device_file /cdrom
and then copy the file with cp
but use this command only if the cd was burn with isso formant ( if you can see it in the unix i guess it is esso )
then you will be able to install it ( i hope )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 01:00 AM
08-20-2001 01:00 AM
Re: swinstall problem using jre122.depot
but i can't get java executed!
was hoping i could get java version 1.2.2 using java -version after this setup but instead got /usr/sbin java: not found...
btw, target installation was @ root (/)..is that ok?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 02:16 AM
08-20-2001 02:16 AM
Re: swinstall problem using jre122.depot
what environment variables or paths do have to modify for the "java -version" command to function?...user root
json
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 02:25 AM
08-20-2001 02:25 AM
Re: swinstall problem using jre122.depot
If the java wrapper is in your path simply type:
java -version
If not, then type:
$(JAVA_HOME)/bin/java -version
Where JAVA_HOME is the directory where java is located (typically /opt/java for
all java 1.1x versions and /opt/java1.2 for 1.2x versions)
Note: if you type java or $(HOME_JAVA)/bin/java with no arguments, the java
command usage will be displayed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 03:15 AM
08-20-2001 03:15 AM
Re: swinstall problem using jre122.depot
files are located at /opt/java1.2/jre/bin including the java wrapper..
i've tried already and got following message:sh: /opt/java/jre/bin/java: not found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 03:24 AM
08-20-2001 03:24 AM
Re: swinstall problem using jre122.depot
got it but how do i run it on root directory,
do i have to put the Path in the .profile of the root user?
orig: PATH=/usr/sbin:$PATH:/sbin:/home/root
sol? should i insert another line with
PATH=/opt/java1.2/jre/bin?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 03:55 AM
08-20-2001 03:55 AM
Re: swinstall problem using jre122.depot
leave the line PATH=/usr/sbin:$PATH:/sbin:/home/root
but add in the end of the file
export PATH=$PATH:=/opt/java1.2/jre/bin
to add it in the PATH of the user .
you will also need to disconnect and login again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 04:21 AM
08-20-2001 04:21 AM
Re: swinstall problem using jre122.depot
/sbin/sh: java: not found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 04:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 07:02 PM
08-20-2001 07:02 PM
Re: swinstall problem using jre122.depot
talk to u guys n gals again during our apache setup!
tnx again!