Datastage Director Scheduler issue

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ninsekh
Participant
Posts: 18
Joined: Fri Nov 17, 2006 12:20 pm
Contact:

Datastage Director Scheduler issue

Post by ninsekh »

Since two weeks ago, we found that director datastage scheduler module doesn't work correctly.
All jobs scheduled to run only no longer work :?: .

Please help us to find solution for this issue :idea: .
Best regards
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

Can you share more details? Are you getting any error message after the job triggers? OR The job/sequence not even getting triggered?

Report to your UNIX/DS admin as they can narrow down the root cause quickly.
Kandy
_________________
Try and Try again…You will succeed atlast!!
ninsekh
Participant
Posts: 18
Joined: Fri Nov 17, 2006 12:20 pm
Contact:

Post by ninsekh »

Hi Kandyshandy,


unfortunately, we have no logs because any scheduling job doesn't run.

We don't understand.

Best regard !
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Since you are on UNIX, the scheduler will use cron. After scheduling a job with the director, have someone check the crontabs to see what is scheduled to start; and one can also check the cron logs to see what happened (or didn't, as the case may be).
ninsekh
Participant
Posts: 18
Joined: Fri Nov 17, 2006 12:20 pm
Contact:

Post by ninsekh »

Our datastage application is in Unix Solaris 8 environment.

I use command tail -f /var/adm/messages to see logs and i obtaint row below:

Sep 21 11:00:40 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 21 12:22:19 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 21 12:22:48 SRVLUM-DWH2 last message repeated 1 time
Sep 21 16:13:57 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 21 16:21:14 SRVLUM-DWH2 sshd[27328]: [ID 800047 auth.error] error: Could not get shadow information for NOUSER
Sep 21 16:27:40 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 22 04:51:04 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 22 10:04:21 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 22 10:19:07 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 22 10:23:34 SRVLUM-DWH2 last message repeated 2 times
Sep 23 02:04:11 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 24 01:13:19 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 24 09:25:07 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 24 09:27:00 SRVLUM-DWH2 last message repeated 1 time
Sep 25 01:15:19 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 25 07:39:44 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 25 07:59:38 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
Sep 25 08:06:55 SRVLUM-DWH2 su: [ID 810491 auth.crit] 'su root' failed for dsadm on /dev/pts/1
Sep 25 08:52:26 SRVLUM-DWH2 ufs: [ID 879645 kern.notice] NOTICE: /u05: unexpected free inode 8459525, run fsck(1M)
ninsekh
Participant
Posts: 18
Joined: Fri Nov 17, 2006 12:20 pm
Contact:

Post by ninsekh »

SRVLUM-DWH2 is the hostname.

Best regards
ninsekh
Participant
Posts: 18
Joined: Fri Nov 17, 2006 12:20 pm
Contact:

Post by ninsekh »

/u05 is the Engine directory where we have stored different datastage designer jobs.

Best regard !!
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Log into UNIX as the user who schedules the jobs and run command crontab -l to list the schedules, if any. Maybe they got deleted.

Also have a UNIX admin look into those errors you listed above. Maybe the disks lost data or got corrupted.
Choose a job you love, and you will never have to work a day in your life. - Confucius
rkashyap
Premium Member
Premium Member
Posts: 532
Joined: Fri Dec 02, 2011 12:02 pm
Location: Richmond VA

Post by rkashyap »

Check if Unix password of of user who has scheduled the jobs is expired.
Cron (in Solaris) utilizes PAM. If Unix password is expired, all cron jobs scheduled by the user are suspended. If this the case, then simply reset the password.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Although unrelated, you should run fsck fairly soon.

Check that the user is recorded in both the cron.allow and at.allow files.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply