Ok i tried but get following error when to try to create a new vir host.
i use following command:
cr_cli -cmd hdb.h.add -u username -p password -name abctesthost-vir -tID 085205246241-1165495440527-10321-1002116352 -attr "RA_HOSTNAME=abctest;RA_PROVISIONING_IP_ADDR=192.168.20.20;RA_OWNER_DIR=/var/cr ash/home/n1sps;RA_REMOTE_PRIV_USER=gspidmgr;RA_REMOTE_PRIV_USER_HOME=/export/hom e/gspidmgr;RA_SRC_SSH_DIR=/opt/SP/SUNWn1sps/home/n1sps/.ssh; RA_DST_SSH_DIR=/var/crash/home/n1sps/.ssh;RA_INSTALLBASE=/opt/SP/SUNWn1sps; RA_CTYPE_PARAM=cprefix=/opt/SP/SUNWn1sps/N1_Service_Provisioning_System/agent;R A_INSTALL_JRE=/opt/SP/SUNWn1sps/N1_Service_Provisioning_System/common/jre;RA_PAR ENT_OWNER_DIR=/opt/SP/SUNWn1sps/home/n1sps;RA_PACKAGE_PATH=/var/tmp/spsra;RA_PAC KAGE_NAME=ccr_ra_solaris_sparc_5.2.sh;RA_REMOTE_PRIV_CMD=/usr/local/bin/sudo" -pID 010010001024-0000000000000-00001-0000000005
and get the following error:
Error with request - response layer when sending request / receiving response. (022059) com.raplix.rolloutexpress.systemmodel.hostdbx.Host; local class incompatible: stream classdesc serialVersionUID = 4240878173905530638, local class serialVersionUID = -1544620923116491043
Any idear?
Karsten
I found the problem also myself. Thanks. It is working now mostly. The last existing problem is the following attribute:
RA_CTYPE_PARAM=cprefix=/opt/SP/SUNWn1sps/N1_Service_Provisioning_System/agent
how i have to mask the second equal sign? I tried with Backslash and double quotes, both get a error that he does not find the attribute RA_CTYPE_PARAM.
Karsten