Symantec Privileged Access Management

 View Only

Tech Tip - CA PIM Endpoint Agent start on boot 

Feb 17, 2016 07:28 AM

CA PIM Tech Tip by Gopinath,Harindranath , Principal Support Engineer for 17 February 2016.

 

Procedure to start PIM service on server boot.

 

1. Create a new file.

touch /etc/systemd/system/seos.service

 

2. Open the file.

 

vi /etc/systemd/system/seos.service

 

Add the following lines.

 

[Unit]

Description=seos Service

 

[Service]

Type=simple

User=root

ExecStart=/opt/CA/AccessControl/bin/seload

ExecStop=/opt/CA/AccessControl/bin/secons -sk

 

[Install]

WantedBy=multi-user.target

 

3. Enable the service on boot.

 

systemctl enable seos.service

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.