Server Management - Systems Insight Manager
1753954 Members
7483 Online
108811 Solutions
New Discussion юеВ

PSP deployment in Linux - domain/username problem for VCA

 
christian.soderlund
New Member

PSP deployment in Linux - domain/username problem for VCA

Hi

I try to deploy PSP with a configfile:
install752.sh --inputfile /tmp/psp/linux/vacconfig --force --nui --reboot

In that configfile I try to set the following parameters for the Version Control Agent:
HPVCAVCRMSERVER="theservername"
HPVCAVCR="domain\username"
HPVCAVCRMLOGINPASSWD="password"

The problem is that the installation gives me a result where the backslash in HPVCAVCR="domain\username" is missing. I have tried with two backslash as well but no difference. The result is just domainusername without backslash.

Any help regarding this issue would be helpful.

Best Regards

Christian
4 REPLIES 4
sandeep_raman
Honored Contributor

Re: PSP deployment in Linux - domain/username problem for VCA

Hello christian,

Afaik, -nui should'nt be used.

http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00293375/c00293375.pdf

Chapter 6 and 7 has information regarding Vca installation and configuration.

Hope this helps.

SRH
christian.soderlund
New Member

Re: PSP deployment in Linux - domain/username problem for VCA

Well I need to use the --nui because I have the install process automated and is not doing it interactively.

Why should'nt I use --nui? I have all the configuration answers in the --inputfile.

The only thing I need to fix is the backslash between domain and user in that inputfile and i'm finished. So anyone else have a clue how to accomplish this?
Aravindh Rajaram
Honored Contributor

Re: PSP deployment in Linux - domain/username problem for VCA

Try setting HPVCAVCR="username@domain".
christian.soderlund
New Member

Re: PSP deployment in Linux - domain/username problem for VCA

I tried the username@domain but our hpsim server running windows and AD is not accepting that syntax. I need to get the backslash in between domain\username.

Anyone else have an idea?