<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: febbraio 2012

BIOLNX

venerdì 10 febbraio 2012

/opt/ibm/trc/target/trc_dsp: error while loading shared libraries: libXmu.so.6:

When i try to connect with tivoli remote control to a server Redhat 5.7 i view grey screen and form command line i received this error:

 /opt/ibm/trc/target/trc_dsp: error while loading shared libraries: libXmu.so.6: cannot open shared object file: No such file or directory
/opt/ibm/trc/target/trc_dsp: error while loading shared libraries: libXmu.so.6: cannot open shared object file: No such file or directory
/opt/ibm/trc/target/trc_dsp: error while loading shared libraries: libXmu.so.6: cannot open shared object file: No such file or directory


i need to install :

 yum install libXmu-1.0.2-5


Bye


Rotate Log client Tivoli Storage Manager

 I have add to dsm.opt this option

 schedlogretention 15 S

 dsmched.log now is purged every 20 days and the old log vensono saved in a file .pru

mercoledì 8 febbraio 2012

Use Inittab AIX

List all entry inittab:
lsitab -a

Add Entry inittab:

mkitab "tty002:2:respawn:/usr/sbin/getty /dev/tty2"
 
Change Entry Inittab:
chitab "tty002:23:respawn:/usr/sbin/getty /dev/tty"
 
Remove Entry Inittab:
rmitab "tty002"