ASAv no console

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
rhegg
Posts: 7
Joined: Sun Mar 19, 2017 6:30 pm

ASAv no console

Post by rhegg » Mon Mar 20, 2017 4:43 am

I uploaded my images and i followed these commands below.


cd /opt/unetlab/addons/qemu/asav-941-200/

guestfish -a virtioa.qcow2
run
mount /dev/sda1 /
touch /use_ttyS0
umount /
exit


However i am not able to use command "guestfish" . When i start the ASAv i dont see any console. Can i get a bit of assistance please.

thanks

rhegg
Posts: 7
Joined: Sun Mar 19, 2017 6:30 pm

Re: ASAv no console

Post by rhegg » Mon Mar 20, 2017 4:50 am

this is the error i was getting.


-bash: guestfish: command not found
root@eve-ng:/opt/unetlab/addons/qemu/asav-941#

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: ASAv no console

Post by ecze » Mon Mar 20, 2017 6:59 am

You'r right.

Before launching command , add libguestfs-tools...

Code: Select all

apt-get update
apt-get install libguestfs-tools
Ecze


PS: Thanks... Howto updated on web site !

rhegg
Posts: 7
Joined: Sun Mar 19, 2017 6:30 pm

Re: ASAv no console

Post by rhegg » Tue Mar 21, 2017 7:22 pm

Thank you very much for the Ecze for the help that got me trough the commands. However i am not getting any console still on the ASAv. Anyone experiencing this?

vic1203
Posts: 6
Joined: Sun Mar 19, 2017 5:17 pm

Re: ASAv no console

Post by vic1203 » Tue Mar 21, 2017 9:19 pm

Rhegg, I was having the same issue to fix it you need to download the latest asav971 image and then follow the directions again for asav and it should then work.

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: ASAv no console

Post by Uldis (UD) » Fri Mar 24, 2017 9:34 pm

ASAv HowTo is updated please check...

Orifice
Posts: 2
Joined: Wed Mar 29, 2017 12:17 pm

Re: ASAv no console

Post by Orifice » Wed Mar 29, 2017 12:25 pm

I have tested and it works, the "how to" just needs to be tweaked
Tested on the following :
asav-932-204
asav-941-200
asav-941-202
asav-951-203
asav-961

===========================
Installation - required only once
----------------------------------------
apt-get install libguestfs-tools
! *** you need to answer yes as below
y



======================================================
Run following commands to enable telnet access instead of vnc
change asav directory based on the image that you are using

--------------------------------------------------------------------------------
cd /opt/unetlab/addons/qemu/asav-932-204/
guestfish -a virtioa.qcow2
run
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
!
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions



cd /opt/unetlab/addons/qemu/asav-941-200/
guestfish -a virtioa.qcow2
run
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
!
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions



cd /opt/unetlab/addons/qemu/asav-941-202/
guestfish -a virtioa.qcow2
run
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
!
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions



cd /opt/unetlab/addons/qemu/asav-951-203/
guestfish -a virtioa.qcow2
run
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
!
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions



cd /opt/unetlab/addons/qemu/asav-961/
guestfish -a virtioa.qcow2
run
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
!
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: ASAv no console

Post by Uldis (UD) » Wed Mar 29, 2017 11:30 pm


rhegg
Posts: 7
Joined: Sun Mar 19, 2017 6:30 pm

Re: ASAv no console

Post by rhegg » Mon Apr 03, 2017 7:38 pm

this solve my issues thanks for the help.

jnc27
Posts: 3
Joined: Tue Nov 21, 2017 10:43 pm

Re: ASAv no console

Post by jnc27 » Wed Nov 29, 2017 7:13 pm

Orifice wrote:
Wed Mar 29, 2017 12:25 pm
I have tested and it works, the "how to" just needs to be tweaked
Tested on the following :
asav-932-204
asav-941-200
asav-941-202
asav-951-203
asav-961

===========================
Installation - required only once
----------------------------------------
apt-get install libguestfs-tools
! *** you need to answer yes as below
y



======================================================
Run following commands to enable telnet access instead of vnc
change asav directory based on the image that you are using

--------------------------------------------------------------------------------
cd /opt/unetlab/addons/qemu/asav-932-204/
guestfish -a virtioa.qcow2
run
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
!
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions



cd /opt/unetlab/addons/qemu/asav-941-200/
guestfish -a virtioa.qcow2
run
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
!
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions



cd /opt/unetlab/addons/qemu/asav-941-202/
guestfish -a virtioa.qcow2
run
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
!
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions



cd /opt/unetlab/addons/qemu/asav-951-203/
guestfish -a virtioa.qcow2
run
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
!
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions



cd /opt/unetlab/addons/qemu/asav-961/
guestfish -a virtioa.qcow2
run
mount /dev/sda2 /
touch /use_ttyS0
umount /
exit
!
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

thanks for this... this has solved my issue

Post Reply