Unsolved
1 Rookie
•
6 Posts
0
6251
July 21st, 2021 23:00
Networker service automatically running on AIX/LINUX server
How to running Networker service automatically after server start on AIX, LINUX?
Thanks!
No Events found!
Unsolved
1 Rookie
•
6 Posts
0
6251
July 21st, 2021 23:00
How to running Networker service automatically after server start on AIX, LINUX?
Thanks!
Top
crazyrov
4 Operator
•
1.3K Posts
0
July 22nd, 2021 00:00
@BuiTrungDung, This should happen automatically on install of the NetWorker agent.
On Linux you can use - sudo systemctl enable application.service
I am not sure about AIX though
clex_granados
1 Rookie
•
35 Posts
0
July 23rd, 2021 12:00
The services should start automatically when the server starts.
For AIX on Linux, if they do not start, these are the commands to start and stop services:
AIX
start NetWorker services:
/etc/rc.nsr start
stop NetWorker services
nsr_shutdown
Linux
Linux old versions (sysvinit)
start NetWorker services:
/etc/init.d/networker start
stop NetWorker services:
/etc/init.d/networker stop
linux new Versions (systemd)
start NetWorker services:
systemctl start networker
stop NetWorker services:
systemctl stop networker