cancel
Showing results for 
Search instead for 
Did you mean: 

status of ralus service on solaris

Sinner_xyz
Level 5
Certified

Hello,

I am a windows guy..

But looking for exact service \process name of backup exec agent 12.x service name on solaris server.

- how can I check the status of this service and restart it.

Thanks

3 REPLIES 3

Jaydeep_S
Level 6
Employee Accredited Certified

Try this

To Stop: /etc/init.d/VRTSralus.init stop
To Start: /etc/init.d/VRTSralus.init start
OR
To Restart: /etc/init.d/VRTSralus.init restart
 
Or a simple "sudo service VRTSralus.init start"
 
To check the status, you need to use ps -ef and look for beremote

Sinner_xyz
Level 5
Certified

Hey Jaydeep,

I am getting error: no such file or directory

/etc/init.d/VRTSralus.init status

and /etc/init.d/VRTSralus.init restart

But I do remember intsalling on this server with symantec support, any other way to confirm it.

 

Thanks

Jaydeep_S
Level 6
Employee Accredited Certified

Try ps -ef to see if beremote is running. If not try

"sudo service VRTSralus.init start" or "sudo service VRTSralus.init stop"