2015-10-16

[SOLVED]

#10:12 12/10/2015
###SWCORE01: dmesg | grep tty
   screen /dev/ttyS0 9600
   minicom -s
   screen /dev/ttyACM0
   screen -ls | grep pts | cut -d. -f1 | awk '{print $1}' | xargs kill
   connect-swcore01.sh
   FTFP: /etc/init.d/xinetd start | restart | stop
   LOCATE: /var/lib/tftpboot/  
  
  
#
root@labserver ~# dmesg | grep tty
console [tty0] enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
cdc_acm 2-1.1:1.0: ttyACM0: USB ACM device

#
root@labserver ~# cat /opt/script/connect-swcore01.sh
#CONNECTING TO SWCORE01 OVER SCREEN COMMAND:
screen -ls | grep pts | cut -d. -f1 | awk '{print $1}' | xargs kill
screen /dev/ttyACM0



root@labserver ~# connect-swcore01.sh
User Access Verification
Username: qwerty
Password: xxx
SWCORE01>enable
Password: xxx
SWCORE01#


#

No comments:

Post a Comment