amazon web services - Unable to SSH to RHEL 6.5 after exporting to AWS -
i have exported vm vmware esx server aws converting in ovf , using ec2-import-instance command. able ssh vm before exporting. sshd service running fine , iptables updated allow ssh. after launching instance in aws, getting error "connection refused". security groups in aws configured allow ssh computer. not sure missing here. can help.
below log system log
�%g welcome red hat enterprise linux server
starting udev: %g[ ok ]
setting hostname hostname: [ ok ]
setting logical volume management: no volume groups found
[ ok ]
checking filesystems
checking file systems.
[/sbin/fsck.ext4 (1) -- /] fsck.ext4 -a /dev/mapper/rootvg-lv_root
/dev/mapper/rootvg-lv_root: clean, 84140/393216 files, 566731/1572864 blocks
[/sbin/fsck.ext4 (1) -- /boot] fsck.ext4 -a /dev/xvda1
/dev/xvda1: clean, 49/62592 files, 23356/250000 blocks
[ ok ]
remounting root filesystem in read-write mode: [ ok ]
mounting local filesystems: mount: special device uuid=fb215306-b552-4bff-b07d-66706c336675 not exist
mount: special device uuid=9a0267c2-78a2-4660-aa8a-ca306818d1f3 not exist
mount: special device uuid=d869efbd-824e-406b-934e-0b47d9ef9a12 not exist
mount: special device uuid=2cb8e09a-9cf5-4326-a713-af7e31dfd287 not exist
mount: mount point /var/core not exist
mount: special device uuid=c6be277c-4345-41be-b601-fe31d26eb3e5 not exist
mount: mount point /var/log/audit not exist
mount: mount point /var/opt/perf not exist
[failed]
enabling local filesystem quotas: [ ok ]
touch: cannot touch `/var/lib/random-seed': no such file or directory
chmod: cannot access `/var/lib/random-seed': no such file or directory
find: `/var/run': no such file or directory
/etc/rc.d/rc.sysinit: line 610: /var/run/utmp: no such file or directory
chgrp: cannot access `/var/run/utmp': no such file or directory
chmod: cannot access `/var/run/utmp': no such file or directory
enabling /etc/fstab swaps: [ ok ]
entering non-interactive startup
starting monitoring vg rootvg: 2 logical volume(s) in volume group "rootvg" monitored
[ ok ]
bringing loopback interface: ./network-functions: line 239: cd: /var/run/netreport: no such file or directory
[ ok ]
bringing interface eth0:
determining ip information eth0...can't create /var/run/dhclient-eth0.pid: no such file or directory
done.
./network-functions: line 239: cd: /var/run/netreport: no such file or directory
[ ok ]
starting auditd: [failed]
starting portreserve: [ ok ]
starting restorecond: [ ok ]
starting system logger: can't open or create /var/run/syslogd.pid.
can't write pid.
get start log. go aws console - ec2 - instances. action - instance settings - system log. find line ssh service started. if it's ok problem in sshd , should try convert vm again. i'd add vnc or else.
Comments
Post a Comment