I am trying to install a backup agent on a SUSE Linux Enterprise 11 SP3 system. I have FTP’d the media to the system. I originally tried installing the agent to a regular user’s directory, but experienced the errors below. For testing purposes, I have transferred the media to the root’s “Documents” folder. I need to run the “cvpkgadd” file, but am unable to do so. I’ve tried with the following methods, but all give varying errors:
./cvpkgadd
su ./cvpkgadd
sudo ./cvpkgadd
su cvpkgadd
./sudo cvpkgadd
I seems to be a permission issue, but I can’t figure out why. I’ve looked at various forums, but am unable to find a solution. Below are details of the errors.
server:~/Documents/CommvaultAgent/DownloadPackageLocation/CVDownloads # ls -l
total 556
-rw-r–r-- 1 root root 8 Feb 23 11:41 .oem
-rw-r–r-- 1 root root 1390 Feb 23 10:51 AllTimeStamps_1453843990.txt
drwxr-xr-x 4 root root 4096 Mar 1 16:00 Updates
-rw-r–r-- 1 root root 239 Feb 23 10:51 cvpkgadd
-rw-r–r-- 1 root root 2614 Feb 23 10:51 cvpkgseed
-rw-r–r-- 1 root root 39053 Feb 23 10:51 detect
-rw-r–r-- 1 root root 356451 Feb 23 10:51 downloadfilelist.xml
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.11
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.11-x86_64
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.12
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.12-x86_64
drwxr-xr-x 7 root root 4096 Mar 1 16:00 linux-glibc2.3
drwxr-xr-x 8 root root 4096 Mar 1 16:00 linux-glibc2.3-x86_64
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.4
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.4-x86_64
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.5
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.5-x86_64
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.7
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.7-x86_64
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.9
drwxr-xr-x 3 root root 4096 Mar 1 16:00 linux-glibc2.9-x86_64
-rw-r–r-- 1 root root 41976 Feb 23 10:51 pkg.xml
-rw-r–r-- 1 root root 239 Feb 23 10:51 silent_install
-rw-r–r-- 1 root root 27772 Feb 23 10:51 support
-rw-r–r-- 1 root root 80 Feb 23 10:51 timestamp.txt
-rw-r–r-- 1 root root 44 Feb 23 10:51 version
servername:~/Documents/CommvaultAgent/DownloadPackageLocation/CVDownloads # ./sudo cvpkgadd
-bash: ./sudo: No such file or directory
servername:~/Documents/CommvaultAgent/DownloadPackageLocation/CVDownloads # ./cvpkgadd
-bash: ./cvpkgadd: Permission denied
servername:~/Documents/CommvaultAgent/DownloadPackageLocation/CVDownloads # su ./cvpkgadd
su: user ./cvpkgadd does not exist
servername:~/Documents/CommvaultAgent/DownloadPackageLocation/CVDownloads # sudo ./cvpkgadd
sudo: ./cvpkgadd: command not found
servername:~/Documents/CommvaultAgent/DownloadPackageLocation/CVDownloads # su cvpkgadd
su: user cvpkgadd does not exist
servername:~/Documents/CommvaultAgent/DownloadPackageLocation/CVDownloads # su -
Directory: /root
Wed Mar 2 13:32:23 EST 2016
I’ve also shown that I can reboot with and without sudo, but can’t with su.
servername:~/Documents/CommvaultAgent/DownloadPackageLocation/CVDownloads # reboot
Broadcast message from root (pts/0) (Wed Mar 2 13:08:44 2016):
The system is going down for reboot NOW!
servername:~/Documents/CommvaultAgent/DownloadPackageLocation/CVDownloads # su reboot
su: user reboot does not exist
servername:~/Documents/CommvaultAgent/DownloadPackageLocation/CVDownloads # sudo reboot
Broadcast message from root (pts/0) (Wed Mar 2 13:43:54 2016):
The system is going down for reboot NOW!