To run an HP Server Automation policy, configure the HP Server Automation core server to enable automatic installation of the HP Server Agent on the core server. To enable automated installation, the location on the SA Core that contains the Server Agent installers needs to be made available in read-only fashion over both NFS and CIFS. This is accomplished by modifying the SAMBA configuration, the NFS configuration, and making the installers themselves executable.
/var/opt/opsware/agent_installers
via CIFS:
/etc/opt/opsware/samba/smb.conf
:
[hpsa-installers]
path = /var/opt/opsware/agent_installers
read only = yes
>
read only = yes
read only = yes
opt/opsware/samba/sbin/samba restart
- Add the following line to /etc/exports:
/var/opt/opsware/agent_installers *(ro)
- Restart the NFS services:
/etc/init.d/nfs restart
chmod +x /var/opt/opsware/agent_installers/*