Hello,
Thanks for visiting RvKmR.blogspot.in .
In this blog, I am going to explain about my script for“Idera's R1soft CDP-agent installation ” written in bash. To understand this script you must be familiar with Bash scripting and Linux environment.
Q : I wan to install R1soft cdp-agent on clients server, but I don't have time to execute all commands manually. OR I am not familiar with Linux Operating System but I have to install R1soft CDP-agent on client server.
Ans : I have written bash script to install Idera's R1soft cdp-agent on Linux Operating System
Launch Terminal with cltr+alt+T in ubuntu or from accessories menu in other Linux OS.There are some prerequisites needed before running this script. We need to know IP address or registered hostname of R1soft cdp-server.
Below are steps to use R1soft cdp-agent deployment script:
For more help please comment it.
Thanks!!
Thanks for visiting RvKmR.blogspot.in .
In this blog, I am going to explain about my script for“Idera's R1soft CDP-agent installation ” written in bash. To understand this script you must be familiar with Bash scripting and Linux environment.
Q : I wan to install R1soft cdp-agent on clients server, but I don't have time to execute all commands manually. OR I am not familiar with Linux Operating System but I have to install R1soft CDP-agent on client server.
Ans : I have written bash script to install Idera's R1soft cdp-agent on Linux Operating System
Launch Terminal with cltr+alt+T in ubuntu or from accessories menu in other Linux OS.There are some prerequisites needed before running this script. We need to know IP address or registered hostname of R1soft cdp-server.
Below are steps to use R1soft cdp-agent deployment script:
- Download or copy r1soft.sh file to client/targeted server.
- Consider R1soft CDP-server ip address is :192.168.1.2 this can be different in your case.
- Now change file mode with command : chmod +x r1soft.sh
- Run as ./r1soft.sh or bash r1soft.sh
- script will ask for R1soft CDP-server ip address, enter your R1soft CDP-server ip address.
- script display information like OS, filesystem and kernel release of client server.
- As R1soft cdp-agent version 12 is not supported on filesystem XFS, please confirm firs file system is supported to r1soft cdp-agnet.
- After pressing "y" script installs R1soft CDP-agnet on client server.
- You can verify with logs in file "log" in the same directory.
- If script having an issue it will redirect error logs to "err" file on the same location.
For more help please comment it.
Thanks!!
This will Help in our daily work.
ReplyDeleteThank you !