Sponsored Content
Operating Systems Linux Application services not starting with server reboot Post 302984772 by hk_kamozalwar on Monday 31st of October 2016 11:50:04 AM
Old 10-31-2016
Hi Robbert,
Thanks for listening my concern, Please find the answers as below

What have you tried so far? Details/illustrations please./What output/errors do you get during the boot?
  • Checked OS boot log and Application wrapper logs which didn't show any clue or error message about issue.
  • Unlinked and recreated the symbolic link again for application servoces in /etc/init.d.
  • Checked #service --status-all, but it didn't include application service in it's listing.
  • No error is there to capture or relate
What is meant to start?
  • Required service/process didn't reinstating after server reboot.

What OS and version are you using?
  • Linux kernel 3.16.0-69-generic (Ubuntu 14.04).

What logical process are you trying to achieve?
When ps -ef |grep <service name>, should show two process id, one for pid initiated by wrapper file and additional one Java Application process.

Thanks in advance.
hari

Last edited by rbatte1; 10-31-2016 at 02:06 PM.. Reason: Formatting
 

9 More Discussions You Might Find Interesting

1. IP Networking

stopping and starting network services

Solaris v5.6 how do you stop and start the network services? (4 Replies)
Discussion started by: Westy564
4 Replies

2. Solaris

starting Oracle on Reboot

Hi All, I have to maunally startup oracle and the associated listeners whenever the Sun Solaris server is rebooted. Is there any way by which, everytime the server boots up, The Oracle startups itself. Do we need to change the init.ora file or the init.d file? Please let me know which files... (1 Reply)
Discussion started by: rahulrathod
1 Replies

3. HP-UX

The server is not starting all services

Hi everybody When I Boot/restart my HP-UX server when it reaches the step described below doesn't go through. When I kick a key in the console it show me the login prompt and a can log on but I cannot access the server from the network, I can only do it via LAN console. Please, can you help... (3 Replies)
Discussion started by: cgege
3 Replies

4. AIX

services persistant across reboot

Hi, I am nerw to AIX. how can i make certain services to be persistant across reboot,similar to "chkconfig" in linux. Thanks, amit (2 Replies)
Discussion started by: amit4g
2 Replies

5. HP-UX

Services persistant across reboot

Hi All, I need to run a daemon which should start automatically during reboot. which all files i need to alter/modify ? /etc/inittab ? Thanks, Amit (1 Reply)
Discussion started by: amit4g
1 Replies

6. UNIX for Dummies Questions & Answers

Starting daemons at reboot.

I rebooted my server (solaris 5.8) and I had to manually start the cron and mailx daemons. How do I get these to automatically start at reboot? Thanks in advance. (2 Replies)
Discussion started by: shorty
2 Replies

7. AIX

xntpd starts after reboot only when HACMP services are started ?

Hello, Running AIX 6.1, AIX machine is HACMP node. Recently I set up ntp service. Started xntpd by hand - everythig is OK. Configured xntpd to start after reboot and rebooted the machine. After reboot checked xntpd: # lssrc -a|grep ntp xntpd tcpip ... (5 Replies)
Discussion started by: vilius
5 Replies

8. Shell Programming and Scripting

Help with restarting of application with reboot of AIX server

Hi, We have hosted our application on AIX server. The problem is that we have to start our application manually once the server is rebooted. Please guide me in writing a script that does this job automatically with the re-start of the server. I'm looking for something like windows services in... (2 Replies)
Discussion started by: himanshu397
2 Replies

9. Solaris

Lot of services in non-global zones, in uninitialized after reboot

Hello, This is Solaris-10 server, running with 4 non-global zones. This server was hung today and I had to reboot it forcefully from console. Then root file-system was not clean and I had to run fsck from failsafe mode. After it came back in run-level-3, lot of services are showing in... (3 Replies)
Discussion started by: solaris_1977
3 Replies
RIPD(8) 							   Version 0.88 							   RIPD(8)

NAME
ripd - a RIP routing engine for use with Zebra SYNOPSIS
ripd [ -dhrv ] [ -f config-file ] [ -i pid-file ] [ -P port-number ] DESCRIPTION
ripd is a routing component that supports the zebra route engine. ripd supports RIPv1, RIPv2, and so forth. OPTIONS
-d, --daemon Runs in daemon mode, forking and exiting from tty. -f, --config-file config-file Specifies the config file to use for startup. If not specified this option will likely default to /usr/local/etc/ripd.conf. -h, --help A brief message. -i, --pid_file pid-file When ripd starts its process idenifier is written to pid-file. The init system uses the recorded PID to stop or restart ripd. The likely default is /var/run/ripd.pid. -P, --vty_port port-number Specify the port that the ripd VTY will listen on. This defaults to 2602, as specified in /etc/services. -r, --retain When the program terminates, retain routes added by ripd. -v, --version Print the version and exit. COMMANDS
router rip no router rip rip version [1|2] no rip version [1|2] network [A.B.C.D/M] no network [A.B.C.D/M] network [IFNAME] no network [IFNAME] neighbor [A.B.C.D] no neighbor [A.B.C.D] redistribute kernel redistribute kernel metric [METRIC] redistribute kernel route-map [ROUTE-MAP] no redistribute kernel redistribute static redistribute static metric [METRIC] redistribute static route-map [ROUTE-MAP] no redistribute static redistribute connected redistribute connected metric [METRIC] redistribute connected route-map [ROUTE-MAP] no redistribute connected redistribute ospf redistribute ospf metric [METRIC] redistribute ospf route-map [ROUTE-MAP] no redistribute ospf redistribute bgp redistribute bgp metric [METRIC] redistribute bgp route-map [ROUTE-MAP] no redistribute bgp route [A.B.C.D/M] no route [A.B.C.D/M] default-information originate no default-information originate default-metric [METRIC] no default-metric [METRIC] passive-interface [IFNAME] no passive-interface [IFNAME] offset-list [ACCESS-LIST] [in|out] offset-list [ACCESS-LIST] [in|out] [IFNAME] no offset-list [ACCESS-LIST] [in|out] timers basic [UPDATE-INTERVAL] [INVALID] [TIMEOUT] [GARBAGE-COLLECT] no timers basic distribute-list [ACCESS-LIST] [in|out] [IFNAME] no distribute-list [ACCESS-LIST] [in|out] [IFNAME] distribute-list prefix [PREFIX-LIST] [in|out] [IFNAME] no distribute-list prefix [PREFIX-LIST] [in|out] [IFNAME] distance [DISTANCE] no distance [DISTANCE] distance [DISTANCE] [A.B.C.D/M] no distance [DISTANCE] [A.B.C.D/M] distance [DISTANCE] [A.B.C.D/M] [ACCESS-LIST] no distance [DISTANCE] [A.B.C.D/M] [ACCESS-LIST] ip rip send version [VERSION] no ip rip send version [VERSION] ip rip receive version [VERSION] no ip rip receive version [VERSION] ip rip authentication mode [md5|text] no ip rip authentication mode [md5|text] ip rip authentication key-chain [KEY-CHAIN] no ip rip authentication key-chain [KEY-CHAIN] ip rip authentication string [STRING] no ip rip authentication string [STRING] ip spli-horizon no ip spli-horizon show ip rip show ip protocols show debugging rip debug rip debug rip events debug rip packet debug rip zebra FILES
/usr/local/sbin/ripd The default location of the ripd binary. /usr/local/etc/ripd.conf The default location of the ripd config file. $(PWD)/ripd.log If the ripd process is config'd to output logs to a file, then you will find this file in the directory where you started ripd. WARNING
This man page is intended as a quick reference for command line options, and for config file commands. The definitive document is the Info file zebra. DIAGNOSTICS
The ripd process may log to standard output, to a VTY, to a log file, or through syslog to the system logs. ripd supports many debugging options, see the Info file, or the source for details. SEE ALSO
References to other related man pages: ripngd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8) BUGS
ripd eats bugs for breakfast. If you have food for the maintainers try <bug-zebra@gnu.org> AUTHOR
[S] See <www.zebra.org>, or the Info file for an accurate list of authors. Zebra July 2000 RIPD(8)
All times are GMT -4. The time now is 06:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy