Link to home
Start Free TrialLog in
Avatar of Alvin Abraham
Alvin AbrahamFlag for United States of America

asked on

Can not install SCCM 2012 R2 Linux agent

I downloaded the client from here:
http://www.microsoft.com/en-us/download/details.aspx?id=39360

I'm following these instructions:
http://technet.microsoft.com/en-us/library/jj573939.aspx#BKMK_CmdLineInstallLnUClient

When I try to install the agent I get "Archive file not found or no read permissions."

[root@server1 tmp]# ./install -mp sccm01.domain.local -sitecode SC1 ccm-Universal-x64.tar
Archive file not found or no read permissions.


The article says to tun this command:
./install –mp <hostname> -sitecode <code> ccm-Universal-x64.<build>.tar

The file i downloaded does not have a "BUILD" number.  How can i get around this problem.
Avatar of Nagendra Pratap Singh
Nagendra Pratap Singh
Flag of Australia image

check the permissions on file.

do a ls -l
Avatar of Alvin Abraham

ASKER

I did the chmod +x on the file.

[root@server1 tmp]# ls -l
-rwxr-xr-x 1 root root  74844160 Oct  2 16:31 ccm-Universalx64.tar
SOLUTION
Avatar of Wylie Bayes
Wylie Bayes
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I downloaded multiple times.  I need x64.
Not sure what you mean. In short you need to have the correct tar file for the distro.
I thought i put everything in the description. I provided the link i used to download the file.  I have the ccm-Universalx64.tar file.
I've also shown the command that I have run, without the build #.

Am I missing something?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I visited your download link but all it offered me was a file with name ending .EXE. How did you get a tar archive?
THe problem is fixed.

it was a type-o

ccm-Universal-x64.tar - wrong
ccm-Universalx64.tar - Correct.