Stoping & starting the cron


 
Thread Tools Search this Thread
Operating Systems SCO Stoping & starting the cron
# 8  
Old 05-04-2007
telnetd: access denied error

Yes I can, while logging on at the system console. I have noted that sometimes I am able to log-in via telnet. Not sure why but I presume its after a reboot & I am the only user trying.

TCP should be running cause I can ping the server & FTP works. Is there a command to run to see if "TCP" is actually running?

I am able to log on the console multiple times using <Alt> <F2>.

There is space on the root file system.

Please confirm syntax 'authck -a' as this doesnt work.

SCO release 5.0.

Thanks.
# 9  
Old 05-04-2007
The SCO version is 5.0, but which release, your answer should have been 5.0.4, or 5.0.6, or 5.0.7
You can get the number from 'uname -X'
'authck' requires root privileges, and is in /tcb/bin, so also check path.
'netstat' will show tcp status with various options
# 10  
Old 05-07-2007
Hi jgt,

Thanks for all the help. Much appreciated. The problem has been sorted apparently it was corrupt ttyp23 file. Not sure how this happened.

See the server is in another country so I had to get help there. Some UNIX specialist had to go sort it there locally.

Regards.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Smb & nmb not starting at boot - CentOS7

I would like the smb and nmb to start on boot. In the terminal (as root) I did: /sbin/chkconfig smb --addor chkconfig --add sambaor chkconfig --add /sbin/smbdresault is message like below : error reading information on service smb: No such file or directory Please use CODE tags as... (2 Replies)
Discussion started by: momed131
2 Replies

2. UNIX for Dummies Questions & Answers

How to grep a line not starting with # from a file (there are two lines starting with # and normal)?

e.g. File name: File.txt cat File.txt Result: #INBOUND_QUEUE=FAQ1 INBOUND_QUEUE=FAQ2 I want to get the value for one which is not commented out. Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies

3. Shell Programming and Scripting

Stop child script by stoping parent script

Hi everyone, I have this problem with a script I'm writting. I want to execute a code running in the background several times through a script. I am writting it like that parent_script for a in 1 2 3 4 5 do exec test -n $a done What I want to do is when parent_script is killed,... (0 Replies)
Discussion started by: geovas
0 Replies

4. Shell Programming and Scripting

creating delimiter file & append with cron

I have the following script working fine, and need to generate a file delimiter (with tab or special character) for Excel data import. The script will run every hour in crontab to append the new rows to the delimiter, so that I can collect the data for i.e. a week, which will give me a lot of... (0 Replies)
Discussion started by: Daniel Gate
0 Replies

5. AIX

How to add node to the cluster with stoping the application?

In the production hacmp 5.3 is running with three nodes but i want to add new node to cluster with out stopping the application ie with same resource group if any bady know pls help me. (1 Reply)
Discussion started by: manjunath.m
1 Replies

6. Linux

KERBEROS_V4 rejected as an authentication type & cron

Running as cron, I get error msg in mail: KERBEROS_V4 rejected as an authentication type, even though the ftp does work. Can anyone explain this? Is there a way to stop it? cron: 35 6 * * 1-5 ./PSS/pss.sh >> ./PSS/pss.log script pss.sh: #!/usr/bin/ksh DIR=/home/informix/PSS... (0 Replies)
Discussion started by: ejaggers
0 Replies

7. UNIX for Dummies Questions & Answers

Starting & Stop print services in Unix

Hi There Kindly inform me on how to start and stop the print services in Unix from the command line. (2 Replies)
Discussion started by: esh
2 Replies

8. Shell Programming and Scripting

Shell script & cron

Hi everybody! I'm struggling against a script that won' t work right in a cron job this is my script: cat serverlist | while read arg do if then echo "$arg" ping -c 4 $arg >> /dev/null if then ... (3 Replies)
Discussion started by: deppy82
3 Replies

9. SCO

Stoping & starting the cron daemon

Hi We are running SCO ver 5. Recently the cron daemon stopped running on its own. How do I find out why? How do I restart/stop it? I typed cron but it didn't work. Will rebooting it do the trick or can I manually start and stop the cron daemon? Please help. Thanks & Regards. (0 Replies)
Discussion started by: othman
0 Replies

10. UNIX for Dummies Questions & Answers

Printer problem & CRON Manager

I have a SCO OpenServer 5 running on a cosmetics store with two branches. I have a serial printer on one branch connected via a router with my server on a digiboard. The printer model is Brother M-4318 running as model epson. The point is that whenever I reboot the server it loses it's settings... (2 Replies)
Discussion started by: pappous
2 Replies
Login or Register to Ask a Question