TSM AIX Client GUI

pctech321

Newcomer
Joined
May 3, 2008
Messages
4
Reaction score
0
Points
0
hi all , i am new to tsm..

i would like to do aix restores by gui , i don't have hummingbird here .
how to bring gui on aix hosts

i am using reflection terminal
i run dsm & , it saying the below ..

$ dsm &
[1] 344110
$ ksh: dsm: not found.

even i export the ip address , even the same result
$ export DISPLAY=XXXXXXX:0.0
$ dsm &
[1] 344314
$ ksh: dsm: not found.

is reflection is not an xwindow terminal ???
and more over i didn't find dsm executable in /usr/tivoli/tsm/client/ba/bin path
my client is at 5.4 level 2.0

any help appreciated
thank you,
-Pctech
 
The GUI is run through dsmj command and not dsm.

Be sure that Java is in your path as well as TSM's path: /usr/tivoli/tsm/client/ba/bin
 
[FONT=r_ansi]hi,[/FONT]

[FONT=r_ansi]dsmj executable is there on that path see below..[/FONT]

[FONT=r_ansi][FONT=r_ansi]$ ls[/FONT]
[FONT=r_ansi]README_enu.htm dsmtrace[/FONT]
[FONT=r_ansi]StartClusterTsmClient.sh.smp en_US[/FONT]
[FONT=r_ansi]StopClusterTsmClient.sh.smp images[/FONT]
[FONT=r_ansi]dsm.jar jbbinittab[/FONT]
[FONT=r_ansi]dsm.opt jdom.jar[/FONT]
[FONT=r_ansi]dsm.opt.smp jh.jar[/FONT]
[FONT=r_ansi]dsm.sys libxerces-c1_6_0.a[/FONT]
[FONT=r_ansi]dsm.sys.smp libxmlutil-5.3.4.0.a[/FONT]
[FONT=r_ansi]dsm_pref.jar misc[/FONT]
[FONT=r_ansi]dsmadmc platforms[/FONT]
[FONT=r_ansi]dsmagent plugins[/FONT]
[FONT=r_ansi]dsmc rc.tsmjbb[/FONT]
[FONT=r_ansi]dsmcad tsmjbbd[/FONT]
[FONT=r_ansi]dsmgpfs.drv tsmjbbd.ini.smp[/FONT]
[FONT=r_ansi]dsmj uil.jar[/FONT]
[FONT=r_ansi]dsmswitch xercesImpl_2_2_1.jar[/FONT]
[FONT=r_ansi]dsmtca xmlParserAPIs_2_2_1.jar[/FONT]

and i run that one still giving errors ....

$ export DISPLAY=XXXXXX:0.0
$ pwd
/usr/tivoli/tsm/client/ba/bin
$ dsmj
ERROR: Java Runtime Environment (JRE) is not found!
If you have already installed JRE, please be sure
the "java" executable is set in the system PATH,
otherwise install the required JRE version 1.4.x where x >= 1
you can download from the following URL:
http://www.ibm.com/developerworks/java/jdk/aix/service.html

can u help to get rid of this error..

thank you for ur help..

-Pctech
[/FONT]
 
which java giving the below output..
# which java
which: 0652-141 There is no java in /usr/bin /etc /usr/sbin /usr/ucb /home/chris.

but java is installed on this aix system.. see

# lslpp -l | grep -i java
Java131.rte.bin 1.3.1.11 COMMITTED Java Runtime Environment
Java131.rte.lib 1.3.1.11 COMMITTED Java Runtime Environment
Java13_64.rte.bin 1.3.1.0 COMMITTED Java Runtime Environment
Java13_64.rte.lib 1.3.1.0 COMMITTED Java Runtime Environment
Java14.sdk 1.4.2.150 COMMITTED Java SDK 32-bit
Java5.sdk 5.0.0.130 COMMITTED Java SDK 32-bit
Java5_64.sdk 5.0.0.130 COMMITTED Java SDK 64-bit
----skipped-------
and java is found on /usr

# pwd
/usr/java14
# ls
.private142 docs jre sh
COPYRIGHT fixes.html lib
bin include sdkguide.aix32.htm
#
my user id is chris , do i need to include this jre in my .profile ???

thankx ED, appreciated ur help
-Pctech
 
export PATH=$PATH:/usr/java14/bin

This will add Java to your path and allow you to run dsmj. You should edit your .profile to include Java in your path.

-Aaron
 
i follow these steps ..but no result

$ cd java14
$ ls
COPYRIGHT docs javahelp sdkguide.aix32.htm
bin fixes.html jre sh
demo include lib
$ export PATH=$PATH:/usr/java14/bin
$ export DISPLAY=XXXXXXX:0.0
$ pwd
/usr/tivoli/tsm/client/ba/bin
$ ls
README_enu.htm dsmtrace
StartClusterTsmClient.sh.smp en_US
StopClusterTsmClient.sh.smp images
dsm.jar jbbinittab
dsm.opt jdom.jar
dsm.opt.smp jh.jar
dsm.sys libxerces-c1_6_0.a
dsm.sys.smp libxmlutil-5.3.4.0.a
dsm_pref.jar misc
dsmadmc platforms
dsmagent plugins
dsmc rc.tsmjbb
dsmcad tsmjbbd
dsmgpfs.drv tsmjbbd.ini.smp
dsmj uil.jar
dsmswitch xercesImpl_2_2_1.jar
dsmtca xmlParserAPIs_2_2_1.jar
$ dsmj
here the cursor is blinking but gui didn't came up ..
whats the problem ??
thank you guys for ur help..

-Pctech
 
When the cursor is blinking like that, it means that the program is running and has not returned the prompt. Since the program is running, but you're not seeing anything I would look at your DISPLAY setting and verify that you are pointing it to a valid X11 display. This can normally be tested with the X11 program called "xclock". If you can display the xclock, you can display the Java-based TSM GUI.

-Aaron
 
Back
Top