Operating System - HP-UX
1833759 Members
2081 Online
110063 Solutions
New Discussion

SureStore E Storage 2/20 Keep Scan Every 1 hour

 
Mohd Ramadzan Bin Dimya
Occasional Contributor

SureStore E Storage 2/20 Keep Scan Every 1 hour

Hi All,

I'm confusing with my SureStore E Storage.The robotic arm will keep moving and scanning every 1 hour. Do you have any idea how to make it one time scanning only.
One more thing, this message always occured in syslog. Is't related with above problem ?

Dec 6 12:43:32 jhrsap1 syslog: libtt[18345]: ttdt_Xt_input_handler(): tttk_mess
age_receive(): TT_ERR_NOMP^INo ttsession process is running, probably because tt
_open() has not been called yet. If this code is returned from tt_open() it mean
s ttsession could not be started, which generally means ToolTalk is not installe
d on this system.

Thanks in advance.
1 REPLY 1
Robert-Jan Goossens
Honored Contributor

Re: SureStore E Storage 2/20 Keep Scan Every 1 hour

Hi,

ttdt_Xt_input_handler

This error message occurs when ttsession exits before other CDE processes, which expect to communicate with ttsession when the user logs out.

Each process exits successfully; therefore, these error messages can be ignored. However, it is possible to re-route these error messages to a separate log file (i.e., /var/adm/syslog/userlog.log), while continuing to log all other messages of greater severity or priority to the standard syslog file.

To reroute these messages, edit the /etc/syslog.conf file on your system and add the following line after the "*.info" entry:

user.info /var/adm/syslog/userlog.log

NOTE: More specific entries must come last.

NOTE: Ensure that you have a tab, NOT just a space, between user.info and /var/adm/syslog/userlog.log.

To make syslogd, re-read its configuration file, send it a HANGUP signal:

kill -HUP `cat /var/run/syslog.pid`

Hope this helps,
Robert-Jan