Which three steps are involved in the installing Ksplice on servers that will be updated?
A.
The uptrack package will set up a yum repository (/etc/yum.repos.d/ksplice-uptrack.repo)
and download the required package for the uptrack-* utilities to be able to work correctly.
B.
You have to be logged in as user “root” on the server you want to prepare and install
Oracle ksplice on.
C.
You have to be logged as user “ksplice” on the server you want to prepare and install
Oracle Ksplice on.
D.
The Uptrack package needs access directly or through a proxy to the Oracle public yum
repository (http://public-yum.oracle.com/) to download the required packages for the
uptrack-* utilities to be able to work correctly.
E.
Download the install-uptrack script using the “wget –N
http://www.ksplice.com/uptrack/installuptrack” command.
Correct Answer is A,B,E ?
http://www.oracle.com/technetwork/articles/servers-storage-admin/ksplice-linux-518455.html
>From this point on, you must be logged in as root on the server on which you want to prepare and install Oracle Ksplice.
>The Uptrack package will set up a yum repository (/etc/yum.repos.d/ksplice-uptrack.repo) and download the required packages for the uptrack-* utilities to be able to work correctly.
># wget -N https://www.ksplice.com/uptrack/install-uptrack
Explanation:
D:Your system must have access to the internet to install Ksplice. If you are using a proxy, set the proxy in your shell:
export http_proxy=http://proxy.company.com:port
export https_proxy=http://proxy.company.com:port
B,E:Once you have an access key run the following commands as root, replacing YOUR_ACCESS_KEY with the access key you received upon sign-up:
wget -N https://www.ksplice.com/uptrack/install-uptrack
sh install-uptrack YOUR_ACCESS_KEY
uptrack-upgrade–y
A:If you’d like Ksplice Uptrack to automatically install updates as they become available, run:
sh install-uptrack YOUR_ACCESS_KEY –autoinstall
in place of the above install-uptrack command, or set “autoinstall = yes” in your /etc/uptrack/uptrack.conf after installation.
Reference: Ksplice, Installation instructions
it should be A,B,E according to me also..