Uncompress the .tar.gz in your local machine(linux or windows) and make a .zip archive of it.
scp the .zip archive to solaris machine and uncompress using the following command.
jar -xvf
This will untar all the directories.
------------------------------------------------------------------------------------------------------------------------------------
The reason why tar didn't work is because the standard Solaris /usr/bin/tar can't unpack files which contain very long directory paths. (Can't remember what the limit is).
The permanent way to fix this is to get the GNU tar package for the correct Solaris version and hardware architechture (SPARC or x86) from http://www.sunfreeware.com (pick your nearest mirror).
You'll need to use pkgadd to install the package:
As root:
# pkgadd -d
No comments:
Post a Comment