Installing the 64 bit Linux or Unix agent Manually
Applies to LDMS 9.5 and LDMS 9.6
*This will apply to most 64 bit *nix Installations with a couple of modifications. I.E. for HPUX. create an HPUX agent and get files from the HPUX folder
Steps:
- Ensure the machine has the proper dependencies installed. *nix Agent Dependencies
- Create a Linux64Install folder somewhere to gather files on the Linux machine
- Create a 64 Bit Linux agent in the LDMS console named linux64 or whatever you need to name it (try to avoid spaces when naming Linux agents, when we get to the point where we install manually spaces can add headache)
- Open c:\program files\landesk\management suite\ldlogon
- Copy any .0 files associated with the core to your Linux64Install folder
- Make a certs subfolder in your Linux64Install folder and make a copy of the .0 files into it. The agent install consumes the .0 each time, so if you need to run multiple installs you have quick access
- Locate linux64.sh (this will be named whatever you called the agent, same as with a windows agent ini) and copy it to your Linux64Install folder
- Browse to c:\program files\landesk\management suite\ldlogon\unix\
- Copy rmlinuxclient64.sh to your Linux64Install folder. (best practice to remove old agent first if applicable) typically you can get the most recent removal script from the following page. It is usually shipping but may be more recent
- Browse to c:\program files\landesk\management suite\ldlogon\unix\linux
- Copy baseclient64.tar.gz, vulscan64.tar.gz, and softwaredist.tar.gz to the Linux64Install folder
- Using a tool like WinSCP, copy the Linux64Install folder to /tmp on the Linux machine
- SSH to Linux machine as root and/or elevate the session after logging in
- Change to temp directory cd /tmp/gather
- Allow execute on removal script and install script chmod +x *.sh
- Remove old agent if applicable ./rmlinuxclient64.sh
- Install Agent ./linux64.sh