Browse Community
Help
Log In
Responses(2)
Solutions(0)
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.serviceI am not sure about AIX though
clex_granados
1 Rookie
35 Posts
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)
/etc/init.d/networker start
stop NetWorker services:
/etc/init.d/networker stop
linux new Versions (systemd)
systemctl start networker
systemctl stop networker
Dell Support Resources
View All
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