Not executing during startup


 
Thread Tools Search this Thread
Operating Systems AIX Not executing during startup
# 1  
Old 06-12-2006
Not executing during startup

I have a command in my iniitab as follows:

dsmc:2a:once:/usr/tivoli/tsm/client/ba/bin/dsmc sched > /dev/null 2>&1

But the command doe not appear to execute during a system boot. Not sure why. I am running AIX 5.1

Thanks for the help

Mike

Last edited by mhenryj; 06-12-2006 at 03:38 PM..
# 2  
Old 06-12-2006
1) Check the Runlevel value. Don't think 2a is valid.
2) Verify that the command, dsmc, has executable permissions.
3) Change the /dev/null to /dev/console in order to get capture stdout messages. Then view them with the alog command, i.e.
alog -o -f /var/adm/ras/conslog | more

Good Luck.
# 3  
Old 06-13-2006
Thanks for the reply. I think it is an issue with Tivoli. This version does not default it's errolog destination as previous versions. I have set the location in the dsm.sys and I think this will fix this problem

Mike
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Apache tomcat startup script not booting at startup.

I copied the script from an AskUbuntu post - #!/bin/bash ### BEGIN INIT INFO # Provides: tomcat7 # Required-Start: $network # Required-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/Stop Tomcat server ### END INIT INFO ... (14 Replies)
Discussion started by: Hijanoqu
14 Replies

2. HP-UX

Startup scripts

Hi all We have HP UX 11.23 installed on 4 RISC servers (2 oracle databases, 2 Oracle App Servers) , we are in a construction period , so the power failure may happen more than once a day. I need to learn how to create an automatic startup services as in Windows, if we know that the services... (5 Replies)
Discussion started by: kafaween
5 Replies

3. Shell Programming and Scripting

Executing a command at startup

Hey all, How do I execute a file at startup automatically. From what I've read is that I need to put it into my .bashrc file. I'm not sure where to go from there. Can I just type commands into that and they'll run next time I restart my server? Right now I have added these lines: cd... (2 Replies)
Discussion started by: NathanWarden
2 Replies

4. HP-UX

Executing a script at startup

Hi, I want a script to execute as soon as a user logs in(instead of directing to his home directory). i know that i have to mention the path of script in the user's .profile to execute this, but not sure where and what to edit. I just tried and was unsuccesful. Kindly provide the code that i... (4 Replies)
Discussion started by: sridharr83
4 Replies

5. SuSE

Executing set of sh files at system startup

Hi Everybody I am totally new to Linux. We are using Suse Linux version 9. Currently we have 4 to 5 shell scripts which needs to be executed manually by the users.I want these scripts to be run automatically when system starts...something like system startup service. When system is... (1 Reply)
Discussion started by: appleforme1415
1 Replies

6. UNIX for Dummies Questions & Answers

lynx startup

how to add an GUI application in a lynx 9.0 server start up. replies appreciated. raguram R (4 Replies)
Discussion started by: raguramtgr
4 Replies

7. UNIX for Dummies Questions & Answers

Startup logs

Does anyone know if logs are kept of the startup scripts in init.d? (3 Replies)
Discussion started by: blakmk
3 Replies

8. UNIX for Dummies Questions & Answers

Cron Startup

AIX 4.x Have three designated users on this machine. Lets say I update the crontab crontab -l > foo make changes to foo and then update the ctab crontab foo When I execute the above step The following message is displayed. 0481-120 The cron program may need to be started. Q is... (2 Replies)
Discussion started by: buRst
2 Replies
Login or Register to Ask a Question