[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: Conserver -> Unable to open vsp.

Gokula Giridaran gokulagiridaran@gmail.com
Tue, 10 Sep 2013 02:43:06 GMT


Thanks for help, Sorry I didn't put it clear. I can type vsp to get into vsp. But I used an automated script to get into VSP, this is what it is. 


set send_slow {1 0.02}

expect "</>hpiLO->"
sleep 5

send -s "start /system1/oemhp_vsp1"
sleep 1

send "\r"

exit 0

And I have included a line to run this script when we connect. it is called via initcmd.

default ilo-ssh-vsp {
        type exec;
        execsubst H=cs;
        exec ssh -o ConnectionAttempts=15 \\
                 -o ServerAliveInterval=15 \\
                 -i /home/rscadmin/.ssh/id_dsa rscadmin@H;
        initcmd "/usr/local/etc/ilo-startvsp";
        logfilemax 4m;
        timestamp 10l;
}


unfortunately, it doesn't work.  


On Wed, Sep 4, 2013 at 12:21 PM, Gokula Giridaran <gokulagiridaran@gmail.com> wrote:
Dear all

This is the first time, I have setup conserver. I am trying to connect the ILO's using conserver. When I tried to connect, I am unable to see the login screen of the server, instead it goes to the ILO prompt.  Please advise,what is wrong here. 

 console server1
[Enter `^Ec?' for help]


[initializing -- use ^E c ? for help]
[initializing -- use ^E c ? for help]
[initializing -- use ^E c ? for help]
user@server1 password: [initializing -- use ^E c ? for help]
[initializing -- use ^E c ? for help]
[initializing -- use ^E c ? for help]

Permission denied, please try again.
user@server1-ilo's password:
User:user1 logged-in to server1-ilo.(10.75.221.14)
iLO 2 Advanced 2.15 at 14:50:37 Jan 17 2013
Server Name: server1
Server Power: On

</>hpiLO->





default ilo-ssh-vsp {
        type exec;
        execsubst H=cs;
        exec ssh -o ConnectionAttempts=15 \\
                 -o ServerAliveInterval=15 \\
                 -i /home/rscadmin/.ssh/id_rsa user1@H;
        initcmd "/usr/local/etc/ilo-startvsp";
        logfilemax 4m;
        timestamp 10l;
}

console server1-ilo { include ilo-ssh-vsp; host x.x.x.14; aliases server1;}
console server2-ilo { include ilo-ssh-vsp; host x.x.x.15; aliases server2; }


--
Regards
Gokula Giridaran




--
Regards
Gokula Giridaran