Results 1 to 12 of 12
-
11-29-2006, 11:23 AM #1Member
- Join Date
- Jul 2006
- Posts
- 24
- Thanks
- 0
- Thanked 0 Times in 0 Posts
I'm need help from the instation from TSM SERVER for Linux Suse 10.3. I geting this message:
linux:~/Desktop/tsm/TSM/C86PLML_SERVER # ./install_server
Preparing License Agreement
/tmp/license/jre/bin/exe/java: error while loading shared libraries: libpthread.so.0: cannot open shared file: No such file or directory
Java error code 127.
Any body could explain?
-
11-29-2006, 01:31 PM #2
Is java installed on the SUSE box? I haven't looked but is TSM certified for SUSE 10.3?
-
11-29-2006, 01:41 PM #3Member
- Join Date
- Jul 2006
- Posts
- 24
- Thanks
- 0
- Thanked 0 Times in 0 Posts
if suse has a java, i dont know, but i installed java 1.5 manually there.
and, i read that tsm is multplataform...
do you sugest that i use other linux?
thanks
Guilherme
-
11-29-2006, 02:00 PM #4
From what I can find TSM is not certified for SUSE 10 yet. The 5.3 client and server only support 8 & 9 and this is why I don't use Linux much. I continually had issues with the release times for newer versions of Linux and then there were the driver issues. My opinion is that TSM is best on AIX. Again that is my opinion and others have their own. I would contact Harry Redl and see if he can help you he is a Linux GURU!
-
11-29-2006, 02:08 PM #5Member
- Join Date
- Jul 2006
- Posts
- 24
- Thanks
- 0
- Thanked 0 Times in 0 Posts
wow
thanks in advance
i really need this information...
if you can get this information to me, as soon as you can, i really aprecciate
thank you
Guilherme
-
11-29-2006, 02:13 PM #6Member
- Join Date
- Mar 2006
- Location
- Southfield, MI
- Posts
- 37
- Thanks
- 0
- Thanked 0 Times in 0 Posts
This is the same problem I am having. I am looking at going to AIX somehow because of all the problems I am having with Linux.
-
11-29-2006, 03:35 PM #7Moderator
- Join Date
- Dec 2003
- Location
- Czech Republic
- Posts
- 2,050
- Thanks
- 2
- Thanked 56 Times in 55 Posts
Hello,
well, libpthread.so.0 is a part of glibc ... almost sure you have one on your system
Do not have an experience with SuSE 10.3 but I am sure it can be solved. Drop me a private message or send me a mail to harry_redl@yahoo.com and we can try to sort that out ... then we can inform the rest of this forum about the results
Hope it helps
Harry
-
11-29-2006, 05:56 PM #8
See I told you he is the Linux GURU!
-
12-04-2006, 06:13 AM #9Member
- Join Date
- Jul 2006
- Posts
- 24
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Thank you!
The tsm server is working normally here.
-
12-04-2006, 11:18 AM #10Member
- Join Date
- Jul 2006
- Posts
- 24
- Thanks
- 0
- Thanked 0 Times in 0 Posts
hi!
how can i get the device name of my tape drive in a linux suse 10.3?
i try to put the /dev/sg1 in a path in the tsm, and it accept normally, but, when i run the command mount /dev/sg1 in the console, its said me that not found...
any ideas?
thanks
Guilherme
-
12-04-2006, 03:19 PM #11Moderator
- Join Date
- Dec 2003
- Location
- Czech Republic
- Posts
- 2,050
- Thanks
- 2
- Thanked 56 Times in 55 Posts
Hi,
what exactly you want to achieve?
use /opt/tivoli/tsm/device/bin/autoconf to map the devices - it will create /dev/tsmscsi/lbX and /dev/tsmscsi/mtY devices (well, they are just links so even /dev/sgX should work, but this way you easily know the right mapping)
then you have to define library, its path, drives and their paths in TSM - after that define device class and stgpools
Hope it helps
Harry
-
02-04-2007, 12:52 PM #12Member
- Join Date
- Jan 2007
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Solution found by Harry Redl
Edit the "install_server" script (line 478 or so), by replacing the line
$jre/bin/java -classpath $lapapp:$jre/lib/rt.jar:$jre/lib/i18n.jar com.ibm.lex.lapapp.LAP -l /tmp/license -s /tmp/license -text_only
with
/usr/java/j2re1.4.2_12/bin/java -classpath $lapapp:$jre/lib/rt.jar:$jre/lib/i18n.jar com.ibm.lex.lapapp.LAP -l /tmp/license -s /tmp/license -text_only
Assuming you have java 1.4.2 installed in the default location, this will effectively use your java instead of the one coming with the installer and the install will work just fine. At least for me it did
Thanks to Harry for the light
Similar Threads
-
TDP MSExchg backup fails - ANE4993E full backup of Information Store from server SVR_TDP failed, rc=
By adsm04 in forum TDP/Application Layer BackupReplies: 0Last Post: 09-13-2006, 09:29 AM -
Unable to Restore-No Errors at All
By khurana5 in forum Backup / Archive DiscussionReplies: 3Last Post: 05-04-2006, 07:02 AM -
Operational Reports ftom MMC and TSM Server 5.3 on mainframe z/OS 1.4
By brtnik in forum TSM Reporting & MonitoringReplies: 3Last Post: 02-07-2006, 01:44 AM -
Scratch Volumes not loading
By Fenyx4 in forum Tape / Media LibraryReplies: 18Last Post: 11-23-2004, 03:09 PM -
Migration from TSM 5.1.6 to TSM 5.2.0
By nilsont in forum TSM ServerReplies: 0Last Post: 07-28-2003, 02:37 PM


Reply With Quote