User is not able to perform cron jobs. How do u troubleshoot?

Answers were Sorted based on User's Feedback



User is not able to perform cron jobs. How do u troubleshoot?..

Answer / uday

by default only root user has permission to use cron
utility.
Hence check wheather cron.allow or cron.deny exist.
If these files are present then check entries for the user
which is performing cronjob.
also check wheather user has proper permission for the
command or file system which is included in crontab.

Is This Answer Correct ?    17 Yes 0 No

User is not able to perform cron jobs. How do u troubleshoot?..

Answer / sameer patil

By default root user have permission to run crontab,

check wheter /etc/cron.d/cron.allow file is present , if it
then check entry for the user who performing the cron jobs
then set the #EDITOR=vi; , # export EDITOR & run crontab -e
cammand,

Is This Answer Correct ?    11 Yes 0 No

User is not able to perform cron jobs. How do u troubleshoot?..

Answer / raghu

Verify whether the crond daemon is running or not. Also
verify the cron logs.i.e log file under /var/cron/

Is This Answer Correct ?    4 Yes 1 No

User is not able to perform cron jobs. How do u troubleshoot?..

Answer / rathnasekaran.r(tcs)

Before do all these , check the userid for cronjob has
expired or locked.If so unlock passwd -u <userid> or set
nonexpiry
#passwd -x -1 <userid>

Is This Answer Correct ?    2 Yes 0 No

User is not able to perform cron jobs. How do u troubleshoot?..

Answer / vj

user's password is expired due that reason he is unable login inti the cron job.U can check it in the

go to the /var/cron and u will find passwd expired

Is This Answer Correct ?    0 Yes 0 No

User is not able to perform cron jobs. How do u troubleshoot?..

Answer / kishore devkate

export EDITOR=vi ;to specify a editor to open crontab file.

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Solaris General Interview Questions

How to view shared memory statistics?

0 Answers  


what are the daemons running In NIS? how to do u create NIS users and update Maps?

5 Answers   Satyam, Wipro,


If system got crashed. How do u troubleshoot? What are starting steps?

5 Answers   Satyam, Wipro,


Solaris booting process, run leverls?

1 Answers   Galaxy, Satyam, Wipro,


If / (root) file system is full,How to increase root file system under Solaris volume manager (SVM)?

3 Answers   Banking,






what are all the procedures i have to follow while patching a machine which has root mirroring ( SVM ).

2 Answers  


They have user like aa with home dir /export/home/aa. They want to change home dir to /export/home/bb & username remains same. User files in /export/home/aa moved to bb? What do u do?

1 Answers   Satyam, Wipro,


How to check nfs version configured?

3 Answers   Satyam, Wipro,


how to check network card speed ? set it mode(half/full duplex)? ndd -get /dev/hme0 link-speed

1 Answers   Satyam, Wipro,


how to clear inode usage?

1 Answers  


how to create 100 users at a time in solaris?

6 Answers   Tech Mahindra,


what is the main usage of maintaining the system logs in solaris

1 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)