0% found this document useful (0 votes)
19 views53 pages

96xx - Ethonly - NE - Restart - Reboot - PR Validation

The document contains a series of command-line configurations for a network device, including enabling RCP ports, setting management modes, and configuring routing options. It shows successful commits and interface status updates, along with ping tests to verify connectivity. Additionally, it includes a reboot command and system shutdown messages, indicating a complete configuration and operational status of the device.

Uploaded by

sukeerth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views53 pages

96xx - Ethonly - NE - Restart - Reboot - PR Validation

The document contains a series of command-line configurations for a network device, including enabling RCP ports, setting management modes, and configuring routing options. It shows successful commits and interface status updates, along with ping tests to verify connectivity. Additionally, it includes a reboot command and system shutdown messages, indicating a complete configuration and operational status of the device.

Uploaded by

sukeerth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 53

edit]

root@localhost# set chassis rcp port 0 enable

[edit]
root@localhost# set system management-mode ethernet-only 10.7.146.36/24

[edit]
root@localhost# commit
commit started

commit succeeded.
cfgd process not responding.

Jan 28 08:22:38.091313 rcpd[2886:6027] IF::Interface !


_LINK_UP: linkUp -> fe-rcp type: 429, index: 6, admin: Up, oper: Up
Jan 28 08:22:38.091754 rcpd[2886:6027] IF::Interface !
_LINK_UP: linkUp -> fe-rcp type: 429, index: 6, admin: Up, oper: Up
Jan 28 08:22:38.092374 rcpd[2886:6027] IF::Interface !
_LINK_DOWN: linkDown -> fe-rcp type: 429, index: 6, admin: Up, oper: Down
Jan 28 08:22:38.157890 rcpd[2886:6027] IF::Interface !
_LINK_DOWN: linkDown -> fe-rcp type: 429, index: 6, admin: Up, oper: Down
Jan 28 08:22:38.169066 npbd[3285:3371] IF::LogicalInterface !
_LINK_UP: linkUp -> ge-ua/0.0 type: 135, index: 7, admin: Up, oper: Up
Jan 28 08:22:38.360692 cfgd[2887:6046] cml::RestartImpl W
Restarting cfgd to apply management changes.
Please exit and re-enter, if LSH is in configuration mode.
[edit]
Jan 28 08:22:42.450046 npbd[3285:3371] IF::LogicalInterface !
_LINK_UP: linkUp -> ge-ua/0.0 type: 135, index: 7, admin: Up, oper: Up
Jan 28 08:22:42.448156 rcpd[2886:3168] IF::Interface !
_LINK_UP: linkUp -> fe-rcp type: 429, index: 6, admin: Up, oper: Up
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost# set system management-mode ethernet-only ipv6-mode 6to4

[edit]
root@localhost# set routing-options rib inet.0 static route 0.0.0.0/0 next-hop
10.7.146.35

[edit]
root@localhost# commit
commit started
The configured 'system management-mode ethernet-only' will be overridden.

Do you wish to continue with the commit? [yes,no] (no) yes

commit succeeded.

Jan 28 08:22:53.000000 rcpd[2886:0] syslogpd W


ip: RTNETLINK answers: No such file or directory
[edit]
root@localhost#
[edit]
root@localhost#

[edit]
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
root@localhost# set chassis rcp port 0 enable

[edit]
root@localhost# set system management-mode ethernet-only 10.7.146.36/24

[edit]
root@localhost# set system management-mode ethernet-only ipv6-mode 6to4

[edit]
root@localhost# set routing-options rib inet.0 static route 0.0.0.0/0 next-hop
10.7.146.35

[edit]
root@localhost# commit
commit started
The configured 'system management-mode ethernet-only' will be overridden.

Do you wish to continue with the commit? [yes,no] (no) yes

commit succeeded.

[edit]
root@localhost#

[edit]
root@localhost# run ping 10.7.146.35
PING 10.7.146.35 (10.7.146.35): 56 data bytes
64 bytes from 10.7.146.35: icmp_seq=0 ttl=255 time=2.2 ms
64 bytes from 10.7.146.35: icmp_seq=1 ttl=255 time=2.0 ms
64 bytes from 10.7.146.35: icmp_seq=2 ttl=255 time=2.0 ms
64 bytes from 10.7.146.35: icmp_seq=3 ttl=255 time=2.0 ms

--- 10.7.146.35 ping statistics ---


4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 2.0/2.0/2.2 ms

[edit]
root@localhost# run ping 10.7.146.33
PING 10.7.146.33 (10.7.146.33): 56 data bytes
ping: sendto: Destination Host Unreachable
ping: sendto: Destination Host Unreachable
ping: sendto: Destination Host Unreachable
--- 10.7.146.33 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost# show system
authentication {
login-fail-interval 900;
login-fail-count 3;
user-unlock-time 600;
}
login {
message {
pre-login-message "**** Ribbon Private System. Trespassers will be
prosecuted ****";
}
user admin {
authentication {
password-life-time 180;
}
class super-user;
full-name Administrator;
uid 101;
}
}
management-mode {
ethernet-only {
10.7.146.36/24;
ipv6-mode 6to4;
anycast-6to4-address 192.88.99.1/32;
}
}
management-network {
network-bridge {
enabled;
interface fe-rcp.0;
allow-6to4-tunnel-packets true;
ipv6-address 2002:a07:9224::1/128;
}
interfaces {
eth0 {
unit 0 {
family inet {
address 172.30.88.215/22;
}
}
}
6to4tun1 {
unit 0 {
family inet6 {

[edit]
root@localhost#
[edit]
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost# run request system reboot
Reboot the active RCP now? [yes,no] (no) yes

[edit]
root@localhost#
Broadcast message from root@localhost (Fri Jan 28 09:04:53 2022):

Requested reboot on active rcpa being performed NOW !!

Broadcast message from root@localhost (Fri Jan 28 09:04:53 2022):

The system is going down for reboot NOW!


INIT: Sending processes the TERM signal
Shutting down ntpd: [ OK ]
Shutting down kernel logger: [ OK ]
Shutting down system logger: [ OK ]
Stopping tcf-agent: OK
Shutting down interface eth1 [ OK ]
Adjusting LED's [ OK ]
Shutting down interface 6to4tun1: [ OK ]
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Starting killall: Stopping DHCP server: dhcpd3stopped /usr/sbin/dhcpd (pid 3329)
.
Disabling management network: [ OK ]
Shutting down vsftpd-internal: [ OK ]
[ OK ]
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Saving random seed:
Activating any new software using /sbin/soft_install version 3.0 2021/06/03 10:00
No new software to activate
//usr/st/bin/st_sw_activation reboot (version 1.2 2017/06/21 13:00)
Using patch area "/S/1"

Syncing hardware clock to system time


Start unmount unionfs
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
init 1 root cwd DIR 179,5 443 1207 /
init 1 root rtd DIR 179,5 443 1207 /
init 1 root txt REG 179,5 69404 17056 /sbin/init.sysvinit
init 1 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
init 1 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
init 1 root 10u FIFO 0,6 0t0 524 /dev/initctl
kthreadd 2 root cwd DIR 179,5 443 1207 /
kthreadd 2 root rtd DIR 179,5 443 1207 /
rcu_gp 3 root cwd DIR 179,5 443 1207 /
rcu_gp 3 root rtd DIR 179,5 443 1207 /
rcu_par_g 4 root cwd DIR 179,5 443 1207 /
rcu_par_g 4 root rtd DIR 179,5 443 1207 /
mm_percpu 8 root cwd DIR 179,5 443 1207 /
mm_percpu 8 root rtd DIR 179,5 443 1207 /
ksoftirqd 9 root cwd DIR 179,5 443 1207 /
ksoftirqd 9 root rtd DIR 179,5 443 1207 /
rcu_sched 10 root cwd DIR 179,5 443 1207 /
rcu_sched 10 root rtd DIR 179,5 443 1207 /
rcu_bh 11 root cwd DIR 179,5 443 1207 /
rcu_bh 11 root rtd DIR 179,5 443 1207 /
migration 12 root cwd DIR 179,5 443 1207 /
migration 12 root rtd DIR 179,5 443 1207 /
cpuhp/0 13 root cwd DIR 179,5 443 1207 /
cpuhp/0 13 root rtd DIR 179,5 443 1207 /
cpuhp/1 14 root cwd DIR 179,5 443 1207 /
cpuhp/1 14 root rtd DIR 179,5 443 1207 /
migration 15 root cwd DIR 179,5 443 1207 /
migration 15 root rtd DIR 179,5 443 1207 /
ksoftirqd 16 root cwd DIR 179,5 443 1207 /
ksoftirqd 16 root rtd DIR 179,5 443 1207 /
kworker/1 17 root cwd DIR 179,5 443 1207 /
kworker/1 17 root rtd DIR 179,5 443 1207 /
kdevtmpfs 19 root cwd DIR 0,6 3640 3 /
kdevtmpfs 19 root rtd DIR 0,6 3640 3 /
kworker/u 20 root cwd DIR 179,5 443 1207 /
kworker/u 20 root rtd DIR 179,5 443 1207 /
kauditd 26 root cwd DIR 179,5 443 1207 /
kauditd 26 root rtd DIR 179,5 443 1207 /
kworker/1 71 root cwd DIR 179,5 443 1207 /
kworker/1 71 root rtd DIR 179,5 443 1207 /
khungtask 249 root cwd DIR 179,5 443 1207 /
khungtask 249 root rtd DIR 179,5 443 1207 /
oom_reape 250 root cwd DIR 179,5 443 1207 /
oom_reape 250 root rtd DIR 179,5 443 1207 /
writeback 251 root cwd DIR 179,5 443 1207 /
writeback 251 root rtd DIR 179,5 443 1207 /
crypto 253 root cwd DIR 179,5 443 1207 /
crypto 253 root rtd DIR 179,5 443 1207 /
kblockd 254 root cwd DIR 179,5 443 1207 /
kblockd 254 root rtd DIR 179,5 443 1207 /
watchdogd 287 root cwd DIR 179,5 443 1207 /
watchdogd 287 root rtd DIR 179,5 443 1207 /
rpciod 373 root cwd DIR 179,5 443 1207 /
rpciod 373 root rtd DIR 179,5 443 1207 /
kworker/u 374 root cwd DIR 179,5 443 1207 /
kworker/u 374 root rtd DIR 179,5 443 1207 /
xprtiod 375 root cwd DIR 179,5 443 1207 /
xprtiod 375 root rtd DIR 179,5 443 1207 /
kswapd0 387 root cwd DIR 179,5 443 1207 /
kswapd0 387 root rtd DIR 179,5 443 1207 /
nfsiod 388 root cwd DIR 179,5 443 1207 /
nfsiod 388 root rtd DIR 179,5 443 1207 /
knbd-recv 482 root cwd DIR 179,5 443 1207 /
knbd-recv 482 root rtd DIR 179,5 443 1207 /
irq/72-mm 616 root cwd DIR 179,5 443 1207 /
irq/72-mm 616 root rtd DIR 179,5 443 1207 /
ipv6_addr 634 root cwd DIR 179,5 443 1207 /
ipv6_addr 634 root rtd DIR 179,5 443 1207 /
kworker/0 635 root cwd DIR 179,5 443 1207 /
kworker/0 635 root rtd DIR 179,5 443 1207 /
mmc_compl 676 root cwd DIR 179,5 443 1207 /
mmc_compl 676 root rtd DIR 179,5 443 1207 /
kworker/0 679 root cwd DIR 179,5 443 1207 /
kworker/0 679 root rtd DIR 179,5 443 1207 /
kworker/1 682 root cwd DIR 179,5 443 1207 /
kworker/1 682 root rtd DIR 179,5 443 1207 /
jbd2/mmcb 1218 root cwd DIR 179,5 443 1207 /
jbd2/mmcb 1218 root rtd DIR 179,5 443 1207 /
ext4-rsv- 1219 root cwd DIR 179,5 443 1207 /
ext4-rsv- 1219 root rtd DIR 179,5 443 1207 /
jbd2/mmcb 1220 root cwd DIR 179,5 443 1207 /
jbd2/mmcb 1220 root rtd DIR 179,5 443 1207 /
ext4-rsv- 1221 root cwd DIR 179,5 443 1207 /
ext4-rsv- 1221 root rtd DIR 179,5 443 1207 /
loop0 1532 root cwd DIR 179,5 443 1207 /
loop0 1532 root rtd DIR 179,5 443 1207 /
kworker/u 2226 root cwd DIR 179,5 443 1207 /
kworker/u 2226 root rtd DIR 179,5 443 1207 /
lockd 2227 root cwd DIR 179,5 443 1207 /
lockd 2227 root rtd DIR 179,5 443 1207 /
nfsd 2228 root cwd DIR 179,5 443 1207 /
nfsd 2228 root rtd DIR 179,5 443 1207 /
nfsd 2229 root cwd DIR 179,5 443 1207 /
nfsd 2229 root rtd DIR 179,5 443 1207 /
nfsd 2230 root cwd DIR 179,5 443 1207 /
nfsd 2230 root rtd DIR 179,5 443 1207 /
nfsd 2231 root cwd DIR 179,5 443 1207 /
nfsd 2231 root rtd DIR 179,5 443 1207 /
nfsd 2232 root cwd DIR 179,5 443 1207 /
nfsd 2232 root rtd DIR 179,5 443 1207 /
nfsd 2233 root cwd DIR 179,5 443 1207 /
nfsd 2233 root rtd DIR 179,5 443 1207 /
nfsd 2234 root cwd DIR 179,5 443 1207 /
nfsd 2234 root rtd DIR 179,5 443 1207 /
nfsd 2235 root cwd DIR 179,5 443 1207 /
nfsd 2235 root rtd DIR 179,5 443 1207 /
kworker/u 3627 root cwd DIR 179,5 443 1207 /
kworker/u 3627 root rtd DIR 179,5 443 1207 /
kworker/1 6041 root cwd DIR 179,5 443 1207 /
kworker/1 6041 root rtd DIR 179,5 443 1207 /
kworker/0 6118 root cwd DIR 179,5 443 1207 /
kworker/0 6118 root rtd DIR 179,5 443 1207 /
kworker/0 7283 root cwd DIR 179,5 443 1207 /
kworker/0 7283 root rtd DIR 179,5 443 1207 /
kworker/0 7422 root cwd DIR 179,5 443 1207 /
kworker/0 7422 root rtd DIR 179,5 443 1207 /
kworker/0 7551 root cwd DIR 179,5 443 1207 /
kworker/0 7551 root rtd DIR 179,5 443 1207 /
kworker/1 7552 root cwd DIR 179,5 443 1207 /
kworker/1 7552 root rtd DIR 179,5 443 1207 /
halt-copy 7562 root cwd DIR 179,5 443 1207 /
halt-copy 7562 root rtd DIR 179,5 443 1207 /
halt-copy 7562 root txt REG 179,5 1333456 17470 /bin/bash.bash
halt-copy 7562 root mem REG 179,5 200436 16758 /lib/libtinfo.so.5.9
halt-copy 7562 root mem REG 179,5 68604 16772 /lib/libdl-2.30.so
halt-copy 7562 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
halt-copy 7562 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
halt-copy 7562 root 0u CHR 5,1 0t0 16 /dev/console
halt-copy 7562 root 1u CHR 5,1 0t0 16 /dev/console
halt-copy 7562 root 2u CHR 5,1 0t0 16 /dev/console
halt-copy 7562 root 255r REG 179,5 11131 17040 /sbin/halt-copy-as-reboot
kworker/u 8152 root cwd DIR 179,5 443 1207 /
kworker/u 8152 root rtd DIR 179,5 443 1207 /
sleep 8177 root cwd DIR 179,5 443 1207 /
sleep 8177 root rtd DIR 179,5 443 1207 /
sleep 8177 root txt REG 179,5 68880 17490 /bin/sleep.coreutils
sleep 8177 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
sleep 8177 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
sleep 8177 root 0r CHR 1,3 0t0 8 /dev/null
sleep 8177 root 1u CHR 5,1 0t0 16 /dev/console
sleep 8177 root 2u CHR 5,1 0t0 16 /dev/console
xargs 8208 root cwd DIR 179,5 443 1207 /
xargs 8208 root rtd DIR 179,5 443 1207 /
xargs 8208 root txt REG 179,5 134316 6377 /usr/bin/xargs.findutils
xargs 8208 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
xargs 8208 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
xargs 8208 root 0r FIFO 0,8 0t0 19669 pipe
xargs 8208 root 1u CHR 5,1 0t0 16 /dev/console
xargs 8208 root 2u CHR 5,1 0t0 16 /dev/console
lsof 8209 root cwd DIR 179,5 443 1207 /
lsof 8209 root rtd DIR 179,5 443 1207 /
lsof 8209 root txt REG 179,5 201048 6067 /usr/sbin/lsof
lsof 8209 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
lsof 8209 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
lsof 8209 root 0r CHR 1,3 0t0 8 /dev/null
lsof 8209 root 1u CHR 5,1 0t0 16 /dev/console
lsof 8209 root 2u CHR 5,1 0t0 16 /dev/console
lsof 8209 root 3r DIR 0,4 0 1 /proc
lsof 8209 root 4r DIR 0,4 0 18786 /proc/8209/fd
lsof 8209 root 5w FIFO 0,8 0t0 19680 pipe
lsof 8209 root 6r FIFO 0,8 0t0 19681 pipe
lsof 8210 root cwd DIR 179,5 443 1207 /
lsof 8210 root rtd DIR 179,5 443 1207 /
lsof 8210 root txt REG 179,5 201048 6067 /usr/sbin/lsof
lsof 8210 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
lsof 8210 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
lsof 8210 root 4r FIFO 0,8 0t0 19680 pipe
lsof 8210 root 7w FIFO 0,8 0t0 19681 pipe
Start unmount overlayfs
Unmounting overlay file systems:
Unmounting loopback filesystems:
Unmounting file systems:
Please stand by while rebooting the system...
reboot: Restarting system

U-Boot 2011.09 (Sep 07 2020 - 22:19:27) v0.3.17+, Build: safe

CPU0: P2020E, Version: 2.1, (0x80ea0021)


Core: E500, Version: 5.1, (0x80211051)
Clock Configuration:
CPU0:1066.667 MHz, CPU1:1066.667 MHz,
CCB:533.333 MHz,
DDR:400 MHz (800 MT/s data rate) (Asynchronous),
LBC:66.667 MHz
L1: D-cache 32 kB enabled
I-cache 32 kB enabled
Board: rcpH
(36-bit physical address map)
(memory limit to Linux: 3 GB)
GPIO: ready
Resetting the DDR3 module ... Done.
I2C: ready
DRAM: Detected UDIMM HMT451S6MFR8C-H9
Memory Controller 0 Slot 0: no DIMM installed
Memory Controller 0 Slot 1: 1 rank DIMM
Memory Controller 0: number of installed DIMM's = 1
DDR TLB Warning: 1 GiB left unmapped
4 GiB (DDR3, 64-bit, CL=6, ECC off)
Effective RAM size: 3 GiB
Memory Controller 0 err_detect: 0x00000000
Memory Probe start ...
Testing DRAM from 0x00200000 to 0x00201000
Testing DRAM from 0x10200000 to 0x10201000
Testing DRAM from 0x20200000 to 0x20201000
Testing DRAM from 0x30200000 to 0x30201000
Testing DRAM from 0x40200000 to 0x40201000
Testing DRAM from 0x50200000 to 0x50201000
Testing DRAM from 0x60200000 to 0x60201000
Testing DRAM from 0x70200000 to 0x70201000
Testing DRAM from 0x80200000 to 0x80201000
Testing DRAM from 0x90200000 to 0x90201000
Testing DRAM from 0xa0200000 to 0xa0201000
Testing DRAM from 0xb0200000 to 0xb0201000
Memory Probe finished (passed 36864, failed 0).
DRAM test successfully passed.

Go to relocate_code ...
Now running in RAM - U-Boot at: bff40000
Init I/O Expander
Config pins direction
MALLOC: ready
Flash: 4 MiB
L2: 512 KB enabled
CPU up succeeded. CPU up mask is 3.
MMC:
MMC device 0: OK.
MMC SDcard: Vendor: Man 315350 Snr 1744004a Rev: 1.0 Prod: 1232
Type: Removable Hard Disk
Capacity: 7832.0 MB = 7.6 GB (16039936 x 512)
FSL_ESDHC: 0
Update 'ethaddr' with SYS MAC (00:20:8f:6d:00:16)
PCIE3: disable
PCIE2: disable
PCIE1: enabled
STDIO:
ready
JUMP_TABLE: ready
In: serial
Out: serial
Err: serial
Resetting LCT port PHY ... Done.
Resetting Ethernet Switch ... Done.
Resetting L3 Switch ... Done.
Resetting IMG port PHY ... Done.
LBC UPM-A: Configured for FPGA
Fix environment variables ...
Update 'cardtype' from IDPROM
Update 'bootargs' (bootdev is nvm)
Update 'bootcmd' (bootdev is nvm)
Setup internal ports MACs:
Set 'eth1addr' (02:02:0E:FF:C1:01)
Set 'eth2addr' (02:02:0E:FF:C1:02)
Fix environment variables finished.
Net: eTSEC1 connected to FSL_MDIO1:4 'Generic PHY'
eTSEC2 connected to FSL_MDIO2:31 'FSL TBI PHY'
FSL TBI PHY => perform phy config
eTSEC3 connected to FSL_MDIO3:31 'FSL TBI PHY'
FSL TBI PHY => perform phy config
eTSEC1 [PRIME], eTSEC2, eTSEC3
***************************************************************
RCP-H U-BOOT SOFT COPY B

U-Boot 2011.09 (Sep 07 2020 - 22:19:27) v0.3.17+, Build: safe

Board Identification information


CPU0 : P2020E Version 2.1 (0x80ea0021)
Core : E500 Version 5.1 (0x80211051)
Board Type : RCP-H (opt9603)
Board Network Number : 189 (0xbd)
RCP Serial Number : 501871293
RCP Card Type : 0x8980
RCP HW Revision : B 0000 (0x00420000)
RCP HW Options : 0x000d
Board Status information
Geographical Address : 25 (slot# 24)
Boot Device : nvm
Boot Delay : 5

Date: 1922-01-28 (Friday) Time: 9:05:16


***************************************************************
Hit any key to stop autoboot: 0

MMC device 0: OK.


Vendor: Man 315350 Snr 1744004a Rev: 1.0 Prod: 1232
Type: Removable Hard Disk
Capacity: 7832.0 MB = 7.6 GB (16039936 x 512)

Date: 1922-01-28 (Friday) Time: 9:05:21

>>>>>> Download image file ...


Loading image from NVM device mmc 0:1
Filename 'u-boot/master-script.img'
Load address: 0xe00000
Loading ...
done
Bytes transferred = 2103 (0x837)
NVM image transfer succeeded.
>>>>>> download succeeded.

## Checking Image at 00e00000 ...


Legacy image found
Image Name: master-script
Created: 2022-01-28 7:02:34 UTC
Image Type: PowerPC Linux Script (uncompressed)
Data Size: 2039 Bytes = 2 KiB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 2031 Bytes = 2 KiB
Verifying Checksum ... OK
## Executing script at 00e00000

Start master-script execution

Loading file "u-boot/fpga-script.img" from mmc device 0:1 (xxa1)


1411 bytes read

## Checking Image at 00f00000 ...


Legacy image found
Image Name: fpga-script
Created: 2022-01-28 7:02:35 UTC
Image Type: PowerPC Linux Script (uncompressed)
Data Size: 1347 Bytes = 1.3 KiB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 1339 Bytes = 1.3 KiB
Verifying Checksum ... OK
## Executing script at 00f00000
>>>>>> Burn FPGA device number 0: Gnu
Loading image from NVM device mmc 0:9
Filename '/1/boot/fpga/gnu.umd'
Load address: 0xd00000
Loading ...
done
Bytes transferred = 186977 (0x2da61)
NVM image transfer succeeded.
Skip UMD image header.
*** FPGA loading start ... ***
FPGA image file: /1/boot/fpga/gnu.umd
Loading FPGA Device 16777472... perform serial
loading ......................................... OK? ... OK
Done.
FPGA reset sequence is done.
FPGA image version is 0x04.
*** FPGA loading succeeded ***

## Script at 00f00000 finished.

Loading file "u-boot/kernel-script.img" from mmc device 0:1 (xxa1)


1740 bytes read

## Checking Image at 00f00000 ...


Legacy image found
Image Name: kernel-script
Created: 2022-01-28 7:02:35 UTC
Image Type: PowerPC Linux Script (uncompressed)
Data Size: 1676 Bytes = 1.6 KiB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 1668 Bytes = 1.6 KiB
Verifying Checksum ... OK
## Executing script at 00f00000

Start kernel-script execution

bootarea=1
rootdev=mmcblk0p5
Update 'bootargs' (bootdev is nvm)
bootargs=root=/dev/mmcblk0p5 rootwait rw cardtype=8980 bootver=v0.3.17+ build=safe
copyid=2 console=ttyS0,115200

Start Linux booting


Loading file "/1/uImage_rcpH" from mmc device 0:1 (xxa1)
10478550 bytes read
Loading file "/1/initrd-fsl_rcpH.img" from mmc device 0:1 (xxa1)
** File not found /1/initrd-fsl_rcpH.img
Loading file "/1/rcpH.dtb" from mmc device 0:1 (xxa1)
8394 bytes read

## Checking Image at 02000000 ...


FIT image found
Bad FIT image format!
WARNING: adjusting available memory to 30000000
## Booting kernel from Legacy Image at 01000000 ...
Image Name: Linux-4.19.68-0-rcpH
Created: 2021-12-21 16:07:09 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 10478486 Bytes = 10 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 02000000
Booting using the fdt blob at 0x2000000
Uncompressing Kernel Image ... OK
Loading Device Tree to 03ffa000, end 03fff0c9 ... OK
## Transferring control to Linux (at address 00000000) ...
## Booting Linux using OF flat tree at 03ffa000 (bootm_mapsize=4000000) ...

Memory CAM mapping: 256/256/256 Mb, residual: 2304Mb


Linux version 4.19.68-0-rcpH (oe-user@oe-host) (gcc version 9.2.0 (GCC)) #1 SMP Tue
Dec 21 15:29:14 UTC 2021
Using P2020 RDB machine description
bootconsole [udbg0] enabled
CPU maps initialized for 1 thread per core
-----------------------------------------------------
phys_mem_size = 0xc0000000
dcache_bsize = 0x20
icache_bsize = 0x20
cpu_features = 0x0000000010010128
possible = 0x0000000011010128
always = 0x0000000000000020
cpu_user_features = 0x84e08000 0x08000000
mmu_features = 0x00020010
-----------------------------------------------------
mpc85xx_rdb_setup_arch()
MPC85xx RDB board from Freescale Semiconductor
barrier-nospec: using isync; sync as speculation barrier
Zone ranges:
DMA [mem 0x0000000000000000-0x000000002fffffff]
Normal empty
HighMem [mem 0x0000000030000000-0x00000000bfffffff]
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000000000-0x00000000bfffffff]
Initmem setup node 0 [mem 0x0000000000000000-0x00000000bfffffff]
MMU: Allocated 1088 bytes of context maps for 255 contexts
percpu: Embedded 14 pages/cpu s24940 r8192 d24212 u57344
Built 1 zonelists, mobility grouping on. Total pages: 784896
Kernel command line: root=/dev/mmcblk0p5 rootwait rw cardtype=8980 bootver=v0.3.17+
build=safe copyid=2 console=ttyS0,115200
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 3029516K/3145728K available (6960K kernel code, 232K rwdata, 1208K rodata,
16228K init, 151K bss, 116212K reserved, 0K cma-reserved, 2359292K highmem)
Kernel virtual memory layout:
* 0xfffbf000..0xfffff000 : fixmap
* 0xff800000..0xffc00000 : highmem PTEs
* 0xff7fe000..0xff800000 : early ioremap
* 0xf1000000..0xff7fe000 : vmalloc & ioremap
rcu: Hierarchical RCU implementation.
NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
mpic: Setting up MPIC " OpenPIC " version 1.2 at ffe40000, max 2 CPUs
mpic: ISU size: 256, shift: 8, mask: ff
mpic: Initializing for 256 sources
clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0xf6018975a,
max_idle_ns: 440795204712 ns
clocksource: timebase mult[f000003] shift[24] registered
Console: colour dummy device 80x25
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
mpic: requesting IPIs...
rcu: Hierarchical SRCU implementation.
smp: Bringing up secondary CPUs ...
smp: Brought up 1 node, 2 CPUs
Using shared cache scheduler topology
devtmpfs: initialized
random: get_random_u32 called from bucket_table_alloc+0x9c/0x1fc with crng_init=0
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns:
7645041785100000 ns
futex hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 16
audit: initializing netlink subsys (disabled)
iudit: t y pe = 2 0 0 0 a u d
t(0.056:1): state=initialized audit_enabled=0 res=1
Machine: RCP03
SoC family: QorIQ
SoC ID: svr:0x80ea0021, Revision: 2.1
Found FSL PCI host bridge at 0x00000000ffe0a000. Firmware bus number: 0->255
PCI host bridge /pcie@ffe0a000 (primary) ranges:
MEM 0x00000000c0000000..0x00000000dfffffff -> 0x00000000c0000000
IO 0x00000000ffc20000..0x00000000ffc2ffff -> 0x0000000000000000
/pcie@ffe0a000: PCICSRBAR @ 0xfff00000
setup_pci_atmu: end of DRAM c0000000
/pcie@ffe0a000: Setting PCI inbound window greater than memory size
PCI: Probing PCI hardware
fsl-pci ffe0a000.pcie: PCI host bridge to bus a000:00
pci_bus a000:00: root bus resource [io 0x0000-0xffff]
pci_bus a000:00: root bus resource [mem 0xc0000000-0xdfffffff]
pci_bus a000:00: root bus resource [bus 00-ff]
pci a000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci a000:00:00.0: PCI bridge to [bus 01-ff]
PCI: Cannot allocate resource region 0 of device a000:00:00.0, will remap
PCI: Cannot allocate resource region 2 of device a000:01:00.0, will remap
PCI: Cannot allocate resource region 4 of device a000:01:00.0, will remap
pci a000:00:00.0: BAR 9: no space for [mem size 0x18000000 64bit pref]
pci a000:00:00.0: BAR 9: failed to assign [mem size 0x18000000 64bit pref]
pci a000:00:00.0: BAR 0: no space for [mem size 0x00100000]
pci a000:00:00.0: BAR 0: failed to assign [mem size 0x00100000]
pci a000:01:00.0: BAR 4: assigned [mem 0xc0000000-0xcfffffff 64bit pref]
pci a000:01:00.0: BAR 2: assigned [mem 0xd4000000-0xd7ffffff 64bit pref]
pci a000:00:00.0: PCI bridge to [bus 01]
pci a000:00:00.0: bridge window [io 0x0000-0xffff]
pci a000:00:00.0: bridge window [mem 0xc0000000-0xdfffffff]
pci_bus a000:00: Some PCI device resources are unassigned, try booting with
pci=realloc
Freescale Elo series DMA driver
fsl-elo-dma ffe0c300.dma: #0 (fsl,eloplus-dma-channel), irq 76
fsl-elo-dma ffe0c300.dma: #1 (fsl,eloplus-dma-channel), irq 77
fsl-elo-dma ffe0c300.dma: #2 (fsl,eloplus-dma-channel), irq 78
fsl-elo-dma ffe0c300.dma: #3 (fsl,eloplus-dma-channel), irq 79
fsl-elo-dma ffe21300.dma: #0 (fsl,eloplus-dma-channel), irq 20
fsl-elo-dma ffe21300.dma: #1 (fsl,eloplus-dma-channel), irq 21
fsl-elo-dma ffe21300.dma: #2 (fsl,eloplus-dma-channel), irq 22
fsl-elo-dma ffe21300.dma: #3 (fsl,eloplus-dma-channel), irq 23
SCSI subsystem initialized
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
<[email protected]>
PTP clock support registered
clocksource: Switched to clocksource timebase
NET: Registered protocol family 2
tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
workingset: timestamp_bits=30 max_order=20 bucket_order=0
squashfs: version 4.0 (2009/01/31) Phillip Lougher
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
Installing knfsd (copyright (C) 1996 [email protected]).
random: fast init done
bounce: pool size: 64 pages
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
io scheduler mq-deadline registered
io scheduler kyber registered
pcieport a000:00:00.0: enabling device (0106 -> 0107)
Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
ª®–¥…±á250.0: ttyS0 at MMIO 0xffe04500 (irq = 42, base_baud = 33333333) is a 16550A
console [ttyS0] enabled
console [ttyS0] enabled
bootconsole [udbg0] disabled
bootconsole [udbg0] disabled
ePAPR hypervisor byte channel driver
Generic non-volatile memory driver v1.1
brd: module loaded
loop: module loaded
efc00000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001
Chip ID 0x001d00
Amd/Fujitsu Extended Query Table at 0x0040
Amd/Fujitsu Extended Query version 1.3.
number of CFI chips: 1
7 fixed-partitions partitions found on MTD device efc00000.nor
Creating 7 MTD partitions on "efc00000.nor":
0x000000000000-0x000000080000 : "user"
0x000000080000-0x000000180000 : "UBoot-A"
0x000000180000-0x000000280000 : "UBoot-B"
0x000000280000-0x000000360000 : "user2"
0x000000360000-0x000000370000 : "env"
0x000000370000-0x000000380000 : "default-boot-id"
0x000000380000-0x000000400000 : "U-Boot"
libphy: Fixed MDIO Bus: probed
tun: Universal TUN/TAP device driver, 1.6
libphy: Freescale PowerQUICC MII Bus: probed
libphy: Freescale PowerQUICC MII Bus: probed
libphy: Freescale PowerQUICC MII Bus: probed
fsl-gianfar ffe24000.ethernet: enabled errata workarounds, flags: 0x4
fsl-gianfar ffe24000.ethernet eth0: mac: 00:20:8f:6d:00:16
fsl-gianfar ffe24000.ethernet eth0: Running with NAPI enabled
fsl-gianfar ffe24000.ethernet eth0: RX BD ring size for Q[0]: 256
fsl-gianfar ffe24000.ethernet eth0: TX BD ring size for Q[0]: 256
fsl-gianfar ffe25000.ethernet: enabled errata workarounds, flags: 0x4
fsl-gianfar ffe25000.ethernet eth1: mac: 02:02:0e:ff:c1:01
fsl-gianfar ffe25000.ethernet eth1: Running with NAPI enabled
fsl-gianfar ffe25000.ethernet eth1: RX BD ring size for Q[0]: 256
fsl-gianfar ffe25000.ethernet eth1: TX BD ring size for Q[0]: 256
fsl-gianfar ffe26000.ethernet: enabled errata workarounds, flags: 0x4
fsl-gianfar ffe26000.ethernet eth2: mac: 02:02:0e:ff:c1:02
fsl-gianfar ffe26000.ethernet eth2: Running with NAPI enabled
fsl-gianfar ffe26000.ethernet eth2: RX BD ring size for Q[0]: 256
fsl-gianfar ffe26000.ethernet eth2: TX BD ring size for Q[0]: 256
i2c /dev entries driver
mpc-i2c ffe03000.i2c: timeout 1000000 us
rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0
mpc-i2c ffe03100.i2c: timeout 1000000 us
booke_wdt: powerpc book-e watchdog driver loaded
watchdog: Invalid min and max timeout values, resetting to 0!
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci: SD DEBUG added: sd_debug_tmout=30
sdhci-pltfm: SDHCI platform and OF driver helper
mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
mmc0: Internal clock never stabilised.
mmc0: Internal clock never stabilised.
mmc0: SDHCI controller on ffe2e000.sdhci [ffe2e000.sdhci] using DMA
GACT probability on
Mirror/redirect action on
Simple TC action Loaded
ipip: IPv4 and MPLS over IPv4 tunneling driver
gre: GRE over IPv4 demultiplexor driver
ip_gre: GRE over IPv4 tunneling driver
Initializing XFRM netlink socket
NET: Registered protocol family 10
mmc0: changing timeout to 30, sd_debug_dump_regs=0
Segment Routing with IPv6
sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
8021q: 802.1Q VLAN Support v1.8
sctp: Hash tables configured (bind 512/512)
Key type dns_resolver registered
drmem: No dynamic reconfiguration memory found
rtc-pcf8563 0-0051: setting system clock to 2022-01-28 09:06:01 UTC (1643360761)
Freeing unused kernel memory: 16228K
This architecture does not have kernel memory protection.
Run /init as init process
mmc0: Internal clock never stabilised.
mmc0: new high speed SDHC card at address 0260
mmcblk0: mmc0:0260 1232 7.65 GiB
mmcblk0: p1 p4 < p5 p6 p7 p8 p9 >
udevd[765]: starting version 3.2.8
random: udevd: uninitialized urandom read (16 bytes read)
random: udevd: uninitialized urandom read (16 bytes read)
random: udevd: uninitialized urandom read (16 bytes read)
udevd[765]: specified group 'tty' unknown
udevd[765]: specified group 'dialout' unknown
udevd[765]: specified group 'kmem' unknown
udevd[765]: specified group 'input' unknown
udevd[765]: specified group 'video' unknown
udevd[765]: specified group 'audio' unknown
udevd[765]: specified group 'lp' unknown
udevd[765]: specified group 'disk' unknown
udevd[765]: specified group 'cdrom' unknown
udevd[766]: starting eudev-3.2.8
+ PATH=/sbin:/bin:/usr/sbin:/usr/bin
+ cat /proc/cmdline
+ cmd_line='root=/dev/mmcblk0p5 rootwait rw cardtype=8980 bootver=v0.3.17+
build=safe copyid=2 console=ttyS0,115200'
+ echo 'root=/dev/mmcblk0p5' rootwait rw 'cardtype=8980' 'bootver=v0.3.17+'
'build=safe' 'copyid=2' 'console=ttyS0,115200'
+ cut '-d=' -f2
+ cut -d/ -f3
+ cut '-d ' -f1
+ mt_part=mmcblk0p5
+ mount_and_switch mmcblk0p5
+ mkdir /mmcblk0p5
+ mkdir /dev/pts
+ mount /dev/mmcblk0p5 /mmcblk0p5
+ mount --move /sys /mmcblk0p5/sys
+ mount --move /proc /mmcblk0p5/proc
+ mount --move /dev /mmcblk0p5/dev
+ echo 'Switching to /dev/mmcblk0p5'
Switching to /dev/mmcblk0p5
+ exec switch_root /mmcblk0p5 /sbin/init 'root=/dev/mmcblk0p5' rootwait rw
'cardtype=8980' 'bootver=v0.3.17+' 'build=safe' 'copyid=2' 'console=ttyS0,115200'
INIT: version 2.88 booting
Mounting ram filesystem [ OK ]
Welcome to
Press 'I' to enter interactive startup.
Setting clock (utc): Fri Jan 28 09:06:04 UTC 2022 [ OK ]
Setting hostname rcpH: [ OK ]
rcpH1 (RCP03) detected
SD card description
type: SD
manfid: 0x000031
name: 1232
date: 07/2019
serial: 0x1744004a
hwrev: 0x1
fwrev: 0x0
cid: 3153503132333220101744004a013700
csd: 400e00325b5900003d2f7f800a400000
scr: 02c5800100000000

20220128T090605Z: SD(serial=0x1744004a): NO Permanent WP bit (13) set in CSD


20220128T090605Z: SD(serial=0x1744004a): NO Temporary WP bit (12) set in CSD
Checking filesystems
Checking all file systems.
[/sbin/fsck.ext3 (1) -- /S] fsck.ext3 -y /dev/mmcblk0p9
e2fsck 1.45.3 (14-Jul-2019)
/S: clean, 1727/399840 files, 846984/1596928 blocks
[/sbin/fsck.ext3 (1) -- /Boot] fsck.ext3 -y /dev/mmcblk0p1
e2fsck 1.45.3 (14-Jul-2019)
/Boot: clean, 44/12824 files, 30247/51200 blocks
[ OK ]
mount: /: can't find in /etc/fstab.
Mounting local filesystems: [ OK ]
mount /dev/mmcblk0p6 on /Alt
mount bind Boot/1 on /boot
opb linux image path: /S/1/annex/opb.squashfs-xz
opb linux mount point: /mnt/opbsquash
mount -t overlay overlay -o lowerdir=/S/1/patch/etc/rc.d/init.d:/etc/rc.d/init.d
/etc/rc.d/init.d
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/laurel/bin:/usr/laurel/bin
/usr/laurel/bin
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/laurel/lib:/usr/laurel/lib
/usr/laurel/lib
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/bin:/usr/st/bin /usr/st/bin
mount -t overlay overlay -o
lowerdir=/S/1/patch/usr/st/confd/etc:/usr/st/confd/etc /usr/st/confd/etc
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/etc:/usr/st/etc /usr/st/etc
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/inf/bin:/usr/st/inf/bin
/usr/st/inf/bin
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/lib:/usr/st/lib /usr/st/lib
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/opb:/usr/st/opb /usr/st/opb
rm: cannot remove '/var/run/vsftpd/empty': Is a directory
rcpH1 (RCP03) detected
INIT: Entering runlevel: 4 1390:
Starting random number generator daemon
Initializing available sources

Failed to init entropy source hwrng

Initializing AES buffer

Enabling JITTER rng support

Initializing entropy source jitter

.
Booted RCP #0
Bringing up interface eth1 Error, some other host already uses address
192.168.127.17.
[ OK ]
Bringing up loopback interface: [ OK ]
Starting rpcbind daemon...done.
load FPGA from /usr/laurel/rcpE03/lib/fpga/current and initialize interrupt tree
fprog: INFO: loadFpga = 1
fprog: INFO: boardtype = 0x8980
fprog: INFO: GNU version = 0x0004
starting statd: done
exportfs: Failed to stat /S/var/laurel/otdr: No such file or directory
starting 8 nfsd kernel threads: done
starting mountd: done
exportfs: Failed to stat /S/var/laurel/otdr: No such file or directory
Starting ntpd: [ OK ]
start switch config
Running in "Cheetah9603" mode
L2MUX: configuring...
L2MUX: DONE!
create lock file
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
Starting internet superserver: xinetd.
Starting crond: OK

**** Ribbon Private System. Trespassers will be prosecuted ****


INIT: Switching to runlevel: 5
INIT: Sending processes the TERM signal
Starting udev
/etc/rc5.d/S90procman start
NO 9901-2
Starting tcf-agent: OK
net.unix.max_dgram_qlen = 100
net.ipv4.tcp_keepalive_probes = 20
net.ipv4.tcp_keepalive_intvl = 3

rcpH login: root


Password:
[root@localhost ~]# lsh
conf

root@localhost> configure
Entering configuration mode
Users currently editing the configuration:
root terminal null (pid 2882), idle 00:01:01
[edit]

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
Jan 28 09:07:51.566003 npbd[3312:3570] etsecdriver2::ETsecDriver W
MTU for eth2 is 1500. Changing it to 1600
Jan 28 09:07:52.294042 npbd[3312:3378] etherphy::Interface W
_OPER_STATUS_DOWN: LINK_DOWN on ge-ua/0, new Operational Status: Down
Jan 28 09:07:52.397580 npbd[3312:3378] etherphy::Interface W
_OPER_STATUS_DOWN: LINK_DOWN on ge-ua/0, new Operational Status: Down
Jan 28 09:07:52.826158 npbd[3312:3349] etherphy::Interface W
_OPER_STATUS_UP: LINK_UP on ge-ua/0, new Operational Status: Up
Jan 28 09:07:52.996406 npbd[3312:3576] npb::vlan::Ipv4 W
ge-ua/0.0: could not create next-hop conduit to 10.7.146.35, caught exception -
Number of etags (2) is not the same as treatments (8)
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
Jan 28 09:07:56.339245 rcpd[2881:3157] IF::Interface !
_LINK_UP: linkUp -> fe-rcp type: 429, index: 6, admin: Up, oper: Up
Jan 28 09:07:56.341437 npbd[3312:3378] IF::LogicalInterface !
_LINK_UP: linkUp -> ge-ua/0.0 type: 135, index: 7, admin: Up, oper: Up
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost# run request system restart
Restart the active RCP now? [yes,no] (no) yes

[edit]
root@localhost#
Broadcast message from root@localhost (Fri Jan 28 09:08:29 2022):

Requested restart on active rcpa being performed NOW !!


INIT: Switching to runlevel: 3
INIT: Sending processes the TERM signal
/etc/rc3.d/K10procman stop
NO 9901-2
cannot stop switch service
Shutting down interface eth1 [ OK ]
Adjusting LED's [ OK ]
INIT: Id "sd" respawning too fast: disabled for 5 minutes
INIT: Switching to runlevel: 4
/etc/rc4.d/K10procman stop
NO 9901-2
Booted RCP #0
Bringing up interface eth1 Error, some other host already uses address
192.168.127.17.
[ OK ]
load FPGA from /usr/laurel/rcpE03/lib/fpga/current and initialize interrupt tree
fprog: INFO: loadFpga = 1
fprog: INFO: boardtype = 0x8980
fprog: INFO: GNU version = 0x0004
start switch config
switch is already configured
INIT: Switching to runlevel: 5
INIT: Sending processes the TERM signal
Starting udev
/etc/rc5.d/S90procman start
NO 9901-2
Starting tcf-agent: OK
net.unix.max_dgram_qlen = 100
net.ipv4.tcp_keepalive_probes = 20
net.ipv4.tcp_keepalive_intvl = 3
Jan 28 09:08:47.000000 rcpd[5101:0] syslogpd W
omniORB: (0) 2022-01-28 09:08:47.275826: Warning: a nil (0) pointer is wrongly used
as a nil CORBA::TypeCode object reference. Use CORBA::TypeCode::_nil()
Jan 28 09:08:47.000000 rcpd[5101:0] syslogpd W
omniORB: (0) 2022-01-28 09:08:47.281796: Warning: a nil (0) pointer is wrongly used
as a nil CORBA::TypeCode object reference. Use CORBA::TypeCode::_nil()
Jan 28 09:08:47.000000 ntpdate[5249:0] syslogpd E
no servers can be used, exiting
Jan 28 09:08:50.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same subnet: eth1 eth1:3
Jan 28 09:08:50.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same shared network: eth1 eth1:3
Jan 28 09:08:51.028085 system[4655:4726] activator::StateMachine W
readying-a-simulated-timeout
Jan 28 09:08:57.388715 rcpd[5101:5101] rcpE03hw::AlarmAction W
read val: 341 expected val: 341 or 342
Jan 28 09:08:58.458758 rcpd[5101:5326] fanH::Module W
FCM minimal version for Apollo-1K is not yet defined. Needs to be updated.
Jan 28 09:09:06.972152 rcpd[5101:5330] rendezvouser::Location W
np0: OPB not detected!
Jan 28 09:09:06.972187 rcpd[5101:5330] rendezvouser::Location W
np1: OPB not detected!
Jan 28 09:09:06.972196 rcpd[5101:5330] rendezvouser::Location W
np2: OPB not detected!
Jan 28 09:09:06.972227 rcpd[5101:5330] rendezvouser::Location W
np0-0: OPB not detected!
Jan 28 09:09:06.972234 rcpd[5101:5330] rendezvouser::Location W
np0-1: OPB not detected!
Jan 28 09:09:06.972240 rcpd[5101:5330] rendezvouser::Location W
np1-0: OPB not detected!
Jan 28 09:09:06.972248 rcpd[5101:5330] rendezvouser::Location W
np1-1: OPB not detected!
Jan 28 09:09:06.972254 rcpd[5101:5330] rendezvouser::Location W
np2-0: OPB not detected!
Jan 28 09:09:06.972268 rcpd[5101:5330] rendezvouser::Location W
np2-1: OPB not detected!
Jan 28 09:09:06.972650 rcpd[5101:5330] rendezvouser::Location W
opbd: OPB not detected!
Jan 28 09:09:07.560205 rcpd[5101:5316] IF::Interface !
_LINK_UP: linkUp -> fe-rcp type: 429, index: 6, admin: Up, oper: Up
Jan 28 09:09:07.561634 rcpd[5101:5316] IF::Interface !
_LINK_UP: linkUp -> fe-rcp type: 429, index: 6, admin: Up, oper: Up
Jan 28 09:09:07.563927 rcpd[5101:5316] IF::Interface !
_LINK_DOWN: linkDown -> fe-rcp type: 429, index: 6, admin: Up, oper: Down
Jan 28 09:09:07.591176 rcpd[5101:5316] IF::Interface !
_LINK_DOWN: linkDown -> fe-rcp type: 429, index: 6, admin: Up, oper: Down
Jan 28 09:09:09.362394 rcpd[5101:5364] rendezvouser::Location W
MODULE_READY: opbd: registered component
Jan 28 09:09:10.277400 npbd[5498:5498] npb::ModuleFactory W
chassis = 9603 chassisType = 9603
Jan 28 09:09:10.285322 rcpd[5101:5496] rendezvouser::Location W
MODULE_READY: rcpa-np: registered component
Jan 28 09:09:10.290920 npbd[5498:5498] npb::ModuleFactory W
chassis = 9603 chassisType = 9603
Jan 28 09:09:10.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same subnet: eth1 eth1:3
Jan 28 09:09:10.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same shared network: eth1 eth1:3
Jan 28 09:09:10.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same subnet: eth1 eth1:1
Jan 28 09:09:10.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same shared network: eth1 eth1:1
Jan 28 09:09:11.000000 rcpd[5101:0] syslogpd W
ip: RTNETLINK answers: No such file or directory
Jan 28 09:09:11.683253 rcpd[5101:5355] environment::FanFilterReminder W
FAN_FILTER_CHANGE_REMINDER: Please change the fan filter
Jan 28 09:09:14.414925 npbd[5498:5526] npb::ModuleFactory W
chassis = 9603 chassisType = 9603
Jan 28 09:09:14.588463 npbd[5498:5526] npb::ModuleFactory W
chassis = 9603 chassisType = 9603
Jan 28 09:09:18.763117 npbd[5498:5661] etherphy::Interface W
_OPER_STATUS_DOWN: LINK_DOWN on ge-ua/0, new Operational Status: Down
Jan 28 09:09:18.817489 npbd[5498:5661] etherphy::Interface W
_OPER_STATUS_DOWN: LINK_DOWN on ge-ua/0, new Operational Status: Down
Jan 28 09:09:19.236038 npbd[5498:5518] etherphy::Interface W
_OPER_STATUS_UP: LINK_UP on ge-ua/0, new Operational Status: Up
root@localhost#

!!! RCP is not Active, functionality is limited !!!


[edit]
root@localhost#

!!! RCP is not Active, functionality is limited !!!


[edit]
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
Jan 28 09:09:24.011436 rcpd[5101:5356] IF::Interface !
_LINK_UP: linkUp -> fe-rcp type: 429, index: 6, admin: Up, oper: Up
Jan 28 09:09:24.014760 npbd[5498:5661] IF::LogicalInterface !
_LINK_UP: linkUp -> ge-ua/0.0 type: 135, index: 7, admin: Up, oper: Up
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
root@localhost#

[edit]
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
root@localhost# run request system reboot
Reboot the active RCP now? [yes,no] (no) yes

[edit]
root@localhost#
Broadcast message from root@localhost (Fri Jan 28 09:10:15 2022):

Requested reboot on active rcpa being performed NOW !!

Broadcast message from root@localhost (Fri Jan 28 09:10:15 2022):

The system is going down for reboot NOW!


INIT: Sending processes the TERM signal
Shutting down ntpd: [ OK ]
Shutting down kernel logger: [ OK ]
Shutting down system logger: [ OK ]
Stopping tcf-agent: OK
Shutting down interface eth1 [ OK ]
Adjusting LED's [ OK ]
Shutting down interface 6to4tun1: [ OK ]
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Starting killall: Stopping DHCP server: dhcpd3stopped /usr/sbin/dhcpd (pid 5533)
.
Disabling management network: [ OK ]
Shutting down vsftpd-internal: [ OK ]
[ OK ]
Sending all processes the TERM signal...
PowerPC Book-E Watchdog Exception
PowerPC Book-E Watchdog Exception
Sending all processes the KILL signal...
Saving random seed:
Activating any new software using /sbin/soft_install version 3.0 2021/06/03 10:00
No new software to activate
//usr/st/bin/st_sw_activation reboot (version 1.2 2017/06/21 13:00)
Using patch area "/S/1"

Syncing hardware clock to system time


Start unmount unionfs
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
init 1 root cwd DIR 179,5 443 1207 /
init 1 root rtd DIR 179,5 443 1207 /
init 1 root txt REG 179,5 69404 17056 /sbin/init.sysvinit
init 1 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
init 1 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
init 1 root 10u FIFO 0,6 0t0 781 /dev/initctl
kthreadd 2 root cwd DIR 179,5 443 1207 /
kthreadd 2 root rtd DIR 179,5 443 1207 /
rcu_gp 3 root cwd DIR 179,5 443 1207 /
rcu_gp 3 root rtd DIR 179,5 443 1207 /
rcu_par_g 4 root cwd DIR 179,5 443 1207 /
rcu_par_g 4 root rtd DIR 179,5 443 1207 /
kworker/0 5 root cwd DIR 179,5 443 1207 /
kworker/0 5 root rtd DIR 179,5 443 1207 /
kworker/0 6 root cwd DIR 179,5 443 1207 /
kworker/0 6 root rtd DIR 179,5 443 1207 /
kworker/u 7 root cwd DIR 179,5 443 1207 /
kworker/u 7 root rtd DIR 179,5 443 1207 /
mm_percpu 8 root cwd DIR 179,5 443 1207 /
mm_percpu 8 root rtd DIR 179,5 443 1207 /
ksoftirqd 9 root cwd DIR 179,5 443 1207 /
ksoftirqd 9 root rtd DIR 179,5 443 1207 /
rcu_sched 10 root cwd DIR 179,5 443 1207 /
rcu_sched 10 root rtd DIR 179,5 443 1207 /
rcu_bh 11 root cwd DIR 179,5 443 1207 /
rcu_bh 11 root rtd DIR 179,5 443 1207 /
migration 12 root cwd DIR 179,5 443 1207 /
migration 12 root rtd DIR 179,5 443 1207 /
cpuhp/0 13 root cwd DIR 179,5 443 1207 /
cpuhp/0 13 root rtd DIR 179,5 443 1207 /
cpuhp/1 14 root cwd DIR 179,5 443 1207 /
cpuhp/1 14 root rtd DIR 179,5 443 1207 /
migration 15 root cwd DIR 179,5 443 1207 /
migration 15 root rtd DIR 179,5 443 1207 /
ksoftirqd 16 root cwd DIR 179,5 443 1207 /
ksoftirqd 16 root rtd DIR 179,5 443 1207 /
kworker/1 17 root cwd DIR 179,5 443 1207 /
kworker/1 17 root rtd DIR 179,5 443 1207 /
kworker/1 18 root cwd DIR 179,5 443 1207 /
kworker/1 18 root rtd DIR 179,5 443 1207 /
kdevtmpfs 19 root cwd DIR 0,6 3640 3 /
kdevtmpfs 19 root rtd DIR 0,6 3640 3 /
kworker/u 20 root cwd DIR 179,5 443 1207 /
kworker/u 20 root rtd DIR 179,5 443 1207 /
kworker/0 22 root cwd DIR 179,5 443 1207 /
kworker/0 22 root rtd DIR 179,5 443 1207 /
kauditd 26 root cwd DIR 179,5 443 1207 /
kauditd 26 root rtd DIR 179,5 443 1207 /
kworker/1 71 root cwd DIR 179,5 443 1207 /
kworker/1 71 root rtd DIR 179,5 443 1207 /
khungtask 214 root cwd DIR 179,5 443 1207 /
khungtask 214 root rtd DIR 179,5 443 1207 /
kworker/u 230 root cwd DIR 179,5 443 1207 /
kworker/u 230 root rtd DIR 179,5 443 1207 /
oom_reape 251 root cwd DIR 179,5 443 1207 /
oom_reape 251 root rtd DIR 179,5 443 1207 /
writeback 252 root cwd DIR 179,5 443 1207 /
writeback 252 root rtd DIR 179,5 443 1207 /
crypto 254 root cwd DIR 179,5 443 1207 /
crypto 254 root rtd DIR 179,5 443 1207 /
kblockd 255 root cwd DIR 179,5 443 1207 /
kblockd 255 root rtd DIR 179,5 443 1207 /
watchdogd 288 root cwd DIR 179,5 443 1207 /
watchdogd 288 root rtd DIR 179,5 443 1207 /
rpciod 374 root cwd DIR 179,5 443 1207 /
rpciod 374 root rtd DIR 179,5 443 1207 /
kworker/u 375 root cwd DIR 179,5 443 1207 /
kworker/u 375 root rtd DIR 179,5 443 1207 /
xprtiod 376 root cwd DIR 179,5 443 1207 /
xprtiod 376 root rtd DIR 179,5 443 1207 /
kswapd0 388 root cwd DIR 179,5 443 1207 /
kswapd0 388 root rtd DIR 179,5 443 1207 /
nfsiod 389 root cwd DIR 179,5 443 1207 /
nfsiod 389 root rtd DIR 179,5 443 1207 /
knbd-recv 483 root cwd DIR 179,5 443 1207 /
knbd-recv 483 root rtd DIR 179,5 443 1207 /
irq/72-mm 617 root cwd DIR 179,5 443 1207 /
irq/72-mm 617 root rtd DIR 179,5 443 1207 /
ipv6_addr 635 root cwd DIR 179,5 443 1207 /
ipv6_addr 635 root rtd DIR 179,5 443 1207 /
kworker/1 636 root cwd DIR 179,5 443 1207 /
kworker/1 636 root rtd DIR 179,5 443 1207 /
mmc_compl 665 root cwd DIR 179,5 443 1207 /
mmc_compl 665 root rtd DIR 179,5 443 1207 /
kworker/1 670 root cwd DIR 179,5 443 1207 /
kworker/1 670 root rtd DIR 179,5 443 1207 /
kworker/0 1044 root cwd DIR 179,5 443 1207 /
kworker/0 1044 root rtd DIR 179,5 443 1207 /
jbd2/mmcb 1217 root cwd DIR 179,5 443 1207 /
jbd2/mmcb 1217 root rtd DIR 179,5 443 1207 /
ext4-rsv- 1218 root cwd DIR 179,5 443 1207 /
ext4-rsv- 1218 root rtd DIR 179,5 443 1207 /
jbd2/mmcb 1219 root cwd DIR 179,5 443 1207 /
jbd2/mmcb 1219 root rtd DIR 179,5 443 1207 /
ext4-rsv- 1220 root cwd DIR 179,5 443 1207 /
ext4-rsv- 1220 root rtd DIR 179,5 443 1207 /
loop0 1526 root cwd DIR 179,5 443 1207 /
loop0 1526 root rtd DIR 179,5 443 1207 /
kworker/0 1616 root cwd DIR 179,5 443 1207 /
kworker/0 1616 root rtd DIR 179,5 443 1207 /
kworker/1 1748 root cwd DIR 179,5 443 1207 /
kworker/1 1748 root rtd DIR 179,5 443 1207 /
kworker/u 2221 root cwd DIR 179,5 443 1207 /
kworker/u 2221 root rtd DIR 179,5 443 1207 /
lockd 2222 root cwd DIR 179,5 443 1207 /
lockd 2222 root rtd DIR 179,5 443 1207 /
nfsd 2223 root cwd DIR 179,5 443 1207 /
nfsd 2223 root rtd DIR 179,5 443 1207 /
nfsd 2224 root cwd DIR 179,5 443 1207 /
nfsd 2224 root rtd DIR 179,5 443 1207 /
nfsd 2225 root cwd DIR 179,5 443 1207 /
nfsd 2225 root rtd DIR 179,5 443 1207 /
nfsd 2226 root cwd DIR 179,5 443 1207 /
nfsd 2226 root rtd DIR 179,5 443 1207 /
nfsd 2227 root cwd DIR 179,5 443 1207 /
nfsd 2227 root rtd DIR 179,5 443 1207 /
nfsd 2228 root cwd DIR 179,5 443 1207 /
nfsd 2228 root rtd DIR 179,5 443 1207 /
nfsd 2229 root cwd DIR 179,5 443 1207 /
nfsd 2229 root rtd DIR 179,5 443 1207 /
nfsd 2230 root cwd DIR 179,5 443 1207 /
nfsd 2230 root rtd DIR 179,5 443 1207 /
kworker/0 3705 root cwd DIR 179,5 443 1207 /
kworker/0 3705 root rtd DIR 179,5 443 1207 /
halt-copy 5919 root cwd DIR 179,5 443 1207 /
halt-copy 5919 root rtd DIR 179,5 443 1207 /
halt-copy 5919 root txt REG 179,5 1333456 17470 /bin/bash.bash
halt-copy 5919 root mem REG 179,5 200436 16758 /lib/libtinfo.so.5.9
halt-copy 5919 root mem REG 179,5 68604 16772 /lib/libdl-2.30.so
halt-copy 5919 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
halt-copy 5919 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
halt-copy 5919 root 0u CHR 5,1 0t0 8 /dev/console
halt-copy 5919 root 1u CHR 5,1 0t0 8 /dev/console
halt-copy 5919 root 2u CHR 5,1 0t0 8 /dev/console
halt-copy 5919 root 255r REG 179,5 11131 17040 /sbin/halt-copy-as-reboot
sleep 6548 root cwd DIR 179,5 443 1207 /
sleep 6548 root rtd DIR 179,5 443 1207 /
sleep 6548 root txt REG 179,5 68880 17490 /bin/sleep.coreutils
sleep 6548 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
sleep 6548 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
sleep 6548 root 0r CHR 1,3 0t0 1030 /dev/null
sleep 6548 root 1u CHR 5,1 0t0 8 /dev/console
sleep 6548 root 2u CHR 5,1 0t0 8 /dev/console
xargs 6574 root cwd DIR 179,5 443 1207 /
xargs 6574 root rtd DIR 179,5 443 1207 /
xargs 6574 root txt REG 179,5 134316 6377 /usr/bin/xargs.findutils
xargs 6574 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
xargs 6574 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
xargs 6574 root 0r FIFO 0,8 0t0 12456 pipe
xargs 6574 root 1u CHR 5,1 0t0 8 /dev/console
xargs 6574 root 2u CHR 5,1 0t0 8 /dev/console
lsof 6575 root cwd DIR 179,5 443 1207 /
lsof 6575 root rtd DIR 179,5 443 1207 /
lsof 6575 root txt REG 179,5 201048 6067 /usr/sbin/lsof
lsof 6575 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
lsof 6575 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
lsof 6575 root 0r CHR 1,3 0t0 1030 /dev/null
lsof 6575 root 1u CHR 5,1 0t0 8 /dev/console
lsof 6575 root 2u CHR 5,1 0t0 8 /dev/console
lsof 6575 root 3r DIR 0,4 0 1 /proc
lsof 6575 root 4r DIR 0,4 0 12099 /proc/6575/fd
lsof 6575 root 5w FIFO 0,8 0t0 12467 pipe
lsof 6575 root 6r FIFO 0,8 0t0 12468 pipe
lsof 6576 root cwd DIR 179,5 443 1207 /
lsof 6576 root rtd DIR 179,5 443 1207 /
lsof 6576 root txt REG 179,5 201048 6067 /usr/sbin/lsof
lsof 6576 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
lsof 6576 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
lsof 6576 root 4r FIFO 0,8 0t0 12467 pipe
lsof 6576 root 7w FIFO 0,8 0t0 12468 pipe
Start unmount overlayfs
Unmounting overlay file systems:
Unmounting loopback filesystems:
Unmounting file systems:
Please stand by while rebooting the system...
reboot: Restarting system

U-Boot 2011.09 (Sep 07 2020 - 22:19:27) v0.3.17+, Build: safe

CPU0: P2020E, Version: 2.1, (0x80ea0021)


Core: E500, Version: 5.1, (0x80211051)
Clock Configuration:
CPU0:1066.667 MHz, CPU1:1066.667 MHz,
CCB:533.333 MHz,
DDR:400 MHz (800 MT/s data rate) (Asynchronous),
LBC:66.667 MHz
L1: D-cache 32 kB enabled
I-cache 32 kB enabled
Board: rcpH
(36-bit physical address map)
(memory limit to Linux: 3 GB)
GPIO: ready
Resetting the DDR3 module ... Done.
I2C: ready
DRAM: Detected UDIMM HMT451S6MFR8C-H9
Memory Controller 0 Slot 0: no DIMM installed
Memory Controller 0 Slot 1: 1 rank DIMM
Memory Controller 0: number of installed DIMM's = 1
DDR TLB Warning: 1 GiB left unmapped
4 GiB (DDR3, 64-bit, CL=6, ECC off)
Effective RAM size: 3 GiB
Memory Controller 0 err_detect: 0x00000000
Memory Probe start ...
Testing DRAM from 0x00200000 to 0x00201000
Testing DRAM from 0x10200000 to 0x10201000
Testing DRAM from 0x20200000 to 0x20201000
Testing DRAM from 0x30200000 to 0x30201000
Testing DRAM from 0x40200000 to 0x40201000
Testing DRAM from 0x50200000 to 0x50201000
Testing DRAM from 0x60200000 to 0x60201000
Testing DRAM from 0x70200000 to 0x70201000
Testing DRAM from 0x80200000 to 0x80201000
Testing DRAM from 0x90200000 to 0x90201000
Testing DRAM from 0xa0200000 to 0xa0201000
Testing DRAM from 0xb0200000 to 0xb0201000
Memory Probe finished (passed 36864, failed 0).
DRAM test successfully passed.

Go to relocate_code ...
Now running in RAM - U-Boot at: bff40000
Init I/O Expander
Config pins direction
MALLOC: ready
Flash: 4 MiB
L2: 512 KB enabled
CPU up succeeded. CPU up mask is 3.
MMC:
MMC device 0: OK.
MMC SDcard: Vendor: Man 315350 Snr 1744004a Rev: 1.0 Prod: 1232
Type: Removable Hard Disk
Capacity: 7832.0 MB = 7.6 GB (16039936 x 512)
FSL_ESDHC: 0
Update 'ethaddr' with SYS MAC (00:20:8f:6d:00:16)
PCIE3: disable
PCIE2: disable
PCIE1: enabled
STDIO:
ready
JUMP_TABLE: ready
In: serial
Out: serial
Err: serial
Resetting LCT port PHY ... Done.
Resetting Ethernet Switch ... Done.
Resetting L3 Switch ... Done.
Resetting IMG port PHY ... Done.
LBC UPM-A: Configured for FPGA
Fix environment variables ...
Update 'cardtype' from IDPROM
Update 'bootargs' (bootdev is nvm)
Update 'bootcmd' (bootdev is nvm)
Setup internal ports MACs:
Set 'eth1addr' (02:02:0E:FF:C1:01)
Set 'eth2addr' (02:02:0E:FF:C1:02)
Fix environment variables finished.
Net: eTSEC1 connected to FSL_MDIO1:4 'Generic PHY'
eTSEC2 connected to FSL_MDIO2:31 'FSL TBI PHY'
FSL TBI PHY => perform phy config
eTSEC3 connected to FSL_MDIO3:31 'FSL TBI PHY'
FSL TBI PHY => perform phy config
eTSEC1 [PRIME], eTSEC2, eTSEC3
***************************************************************
RCP-H U-BOOT SOFT COPY B

U-Boot 2011.09 (Sep 07 2020 - 22:19:27) v0.3.17+, Build: safe

Board Identification information


CPU0 : P2020E Version 2.1 (0x80ea0021)
Core : E500 Version 5.1 (0x80211051)
Board Type : RCP-H (opt9603)
Board Network Number : 189 (0xbd)
RCP Serial Number : 501871293
RCP Card Type : 0x8980
RCP HW Revision : B 0000 (0x00420000)
RCP HW Options : 0x000d
Board Status information
Geographical Address : 25 (slot# 24)
Boot Device : nvm
Boot Delay : 5

Date: 1922-01-28 (Friday) Time: 9:10:38


***************************************************************
Hit any key to stop autoboot: 0

MMC device 0: OK.


Vendor: Man 315350 Snr 1744004a Rev: 1.0 Prod: 1232
Type: Removable Hard Disk
Capacity: 7832.0 MB = 7.6 GB (16039936 x 512)

Date: 1922-01-28 (Friday) Time: 9:10:43

>>>>>> Download image file ...


Loading image from NVM device mmc 0:1
Filename 'u-boot/master-script.img'
Load address: 0xe00000
Loading ...
done
Bytes transferred = 2103 (0x837)
NVM image transfer succeeded.
>>>>>> download succeeded.

## Checking Image at 00e00000 ...


Legacy image found
Image Name: master-script
Created: 2022-01-28 7:02:34 UTC
Image Type: PowerPC Linux Script (uncompressed)
Data Size: 2039 Bytes = 2 KiB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 2031 Bytes = 2 KiB
Verifying Checksum ... OK
## Executing script at 00e00000
Start master-script execution

Loading file "u-boot/fpga-script.img" from mmc device 0:1 (xxa1)


1411 bytes read

## Checking Image at 00f00000 ...


Legacy image found
Image Name: fpga-script
Created: 2022-01-28 7:02:35 UTC
Image Type: PowerPC Linux Script (uncompressed)
Data Size: 1347 Bytes = 1.3 KiB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 1339 Bytes = 1.3 KiB
Verifying Checksum ... OK
## Executing script at 00f00000
>>>>>> Burn FPGA device number 0: Gnu
Loading image from NVM device mmc 0:9
Filename '/1/boot/fpga/gnu.umd'
Load address: 0xd00000
Loading ...
done
Bytes transferred = 186977 (0x2da61)
NVM image transfer succeeded.
Skip UMD image header.
*** FPGA loading start ... ***
FPGA image file: /1/boot/fpga/gnu.umd
Loading FPGA Device 16777472... perform serial
loading ......................................... OK? ... OK
Done.
FPGA reset sequence is done.
FPGA image version is 0x04.
*** FPGA loading succeeded ***

## Script at 00f00000 finished.

Loading file "u-boot/kernel-script.img" from mmc device 0:1 (xxa1)


1740 bytes read

## Checking Image at 00f00000 ...


Legacy image found
Image Name: kernel-script
Created: 2022-01-28 7:02:35 UTC
Image Type: PowerPC Linux Script (uncompressed)
Data Size: 1676 Bytes = 1.6 KiB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 1668 Bytes = 1.6 KiB
Verifying Checksum ... OK
## Executing script at 00f00000

Start kernel-script execution

bootarea=1
rootdev=mmcblk0p5
Update 'bootargs' (bootdev is nvm)
bootargs=root=/dev/mmcblk0p5 rootwait rw cardtype=8980 bootver=v0.3.17+ build=safe
copyid=2 console=ttyS0,115200

Start Linux booting


Loading file "/1/uImage_rcpH" from mmc device 0:1 (xxa1)
10478550 bytes read
Loading file "/1/initrd-fsl_rcpH.img" from mmc device 0:1 (xxa1)
** File not found /1/initrd-fsl_rcpH.img
Loading file "/1/rcpH.dtb" from mmc device 0:1 (xxa1)
8394 bytes read

## Checking Image at 02000000 ...


FIT image found
Bad FIT image format!
WARNING: adjusting available memory to 30000000
## Booting kernel from Legacy Image at 01000000 ...
Image Name: Linux-4.19.68-0-rcpH
Created: 2021-12-21 16:07:09 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 10478486 Bytes = 10 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 02000000
Booting using the fdt blob at 0x2000000
Uncompressing Kernel Image ... OK
Loading Device Tree to 03ffa000, end 03fff0c9 ... OK
## Transferring control to Linux (at address 00000000) ...
## Booting Linux using OF flat tree at 03ffa000 (bootm_mapsize=4000000) ...

Memory CAM mapping: 256/256/256 Mb, residual: 2304Mb


Linux version 4.19.68-0-rcpH (oe-user@oe-host) (gcc version 9.2.0 (GCC)) #1 SMP Tue
Dec 21 15:29:14 UTC 2021
Using P2020 RDB machine description
bootconsole [udbg0] enabled
CPU maps initialized for 1 thread per core
-----------------------------------------------------
phys_mem_size = 0xc0000000
dcache_bsize = 0x20
icache_bsize = 0x20
cpu_features = 0x0000000010010128
possible = 0x0000000011010128
always = 0x0000000000000020
cpu_user_features = 0x84e08000 0x08000000
mmu_features = 0x00020010
-----------------------------------------------------
mpc85xx_rdb_setup_arch()
MPC85xx RDB board from Freescale Semiconductor
barrier-nospec: using isync; sync as speculation barrier
Zone ranges:
DMA [mem 0x0000000000000000-0x000000002fffffff]
Normal empty
HighMem [mem 0x0000000030000000-0x00000000bfffffff]
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000000000-0x00000000bfffffff]
Initmem setup node 0 [mem 0x0000000000000000-0x00000000bfffffff]
MMU: Allocated 1088 bytes of context maps for 255 contexts
percpu: Embedded 14 pages/cpu s24940 r8192 d24212 u57344
Built 1 zonelists, mobility grouping on. Total pages: 784896
Kernel command line: root=/dev/mmcblk0p5 rootwait rw cardtype=8980 bootver=v0.3.17+
build=safe copyid=2 console=ttyS0,115200
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 3029516K/3145728K available (6960K kernel code, 232K rwdata, 1208K rodata,
16228K init, 151K bss, 116212K reserved, 0K cma-reserved, 2359292K highmem)
Kernel virtual memory layout:
* 0xfffbf000..0xfffff000 : fixmap
* 0xff800000..0xffc00000 : highmem PTEs
* 0xff7fe000..0xff800000 : early ioremap
* 0xf1000000..0xff7fe000 : vmalloc & ioremap
rcu: Hierarchical RCU implementation.
NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
mpic: Setting up MPIC " OpenPIC " version 1.2 at ffe40000, max 2 CPUs
mpic: ISU size: 256, shift: 8, mask: ff
mpic: Initializing for 256 sources
clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0xf6018975a,
max_idle_ns: 440795204712 ns
clocksource: timebase mult[f000003] shift[24] registered
Console: colour dummy device 80x25
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
mpic: requesting IPIs...
rcu: Hierarchical SRCU implementation.
smp: Bringing up secondary CPUs ...
smp: Brought up 1 node, 2 CPUs
Using shared cache scheduler topology
devtmpfs: initialized
random: get_random_u32 called from bucket_table_alloc+0x9c/0x1fc with crng_init=0
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns:
7645041785100000 ns
futex hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 16
audit: initializing netlink subsys (disabled)
iudit: t y p e =2 0 0 0 a ud
t(0.056:1): state=initialized audit_enabled=0 res=1
Machine: RCP03
SoC family: QorIQ
SoC ID: svr:0x80ea0021, Revision: 2.1
Found FSL PCI host bridge at 0x00000000ffe0a000. Firmware bus number: 0->255
PCI host bridge /pcie@ffe0a000 (primary) ranges:
MEM 0x00000000c0000000..0x00000000dfffffff -> 0x00000000c0000000
IO 0x00000000ffc20000..0x00000000ffc2ffff -> 0x0000000000000000
/pcie@ffe0a000: PCICSRBAR @ 0xfff00000
setup_pci_atmu: end of DRAM c0000000
/pcie@ffe0a000: Setting PCI inbound window greater than memory size
PCI: Probing PCI hardware
fsl-pci ffe0a000.pcie: PCI host bridge to bus a000:00
pci_bus a000:00: root bus resource [io 0x0000-0xffff]
pci_bus a000:00: root bus resource [mem 0xc0000000-0xdfffffff]
pci_bus a000:00: root bus resource [bus 00-ff]
pci a000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci a000:00:00.0: PCI bridge to [bus 01-ff]
PCI: Cannot allocate resource region 0 of device a000:00:00.0, will remap
PCI: Cannot allocate resource region 2 of device a000:01:00.0, will remap
PCI: Cannot allocate resource region 4 of device a000:01:00.0, will remap
pci a000:00:00.0: BAR 9: no space for [mem size 0x18000000 64bit pref]
pci a000:00:00.0: BAR 9: failed to assign [mem size 0x18000000 64bit pref]
pci a000:00:00.0: BAR 0: no space for [mem size 0x00100000]
pci a000:00:00.0: BAR 0: failed to assign [mem size 0x00100000]
pci a000:01:00.0: BAR 4: assigned [mem 0xc0000000-0xcfffffff 64bit pref]
pci a000:01:00.0: BAR 2: assigned [mem 0xd4000000-0xd7ffffff 64bit pref]
pci a000:00:00.0: PCI bridge to [bus 01]
pci a000:00:00.0: bridge window [io 0x0000-0xffff]
pci a000:00:00.0: bridge window [mem 0xc0000000-0xdfffffff]
pci_bus a000:00: Some PCI device resources are unassigned, try booting with
pci=realloc
Freescale Elo series DMA driver
fsl-elo-dma ffe0c300.dma: #0 (fsl,eloplus-dma-channel), irq 76
fsl-elo-dma ffe0c300.dma: #1 (fsl,eloplus-dma-channel), irq 77
fsl-elo-dma ffe0c300.dma: #2 (fsl,eloplus-dma-channel), irq 78
fsl-elo-dma ffe0c300.dma: #3 (fsl,eloplus-dma-channel), irq 79
fsl-elo-dma ffe21300.dma: #0 (fsl,eloplus-dma-channel), irq 20
fsl-elo-dma ffe21300.dma: #1 (fsl,eloplus-dma-channel), irq 21
fsl-elo-dma ffe21300.dma: #2 (fsl,eloplus-dma-channel), irq 22
fsl-elo-dma ffe21300.dma: #3 (fsl,eloplus-dma-channel), irq 23
SCSI subsystem initialized
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
<[email protected]>
PTP clock support registered
clocksource: Switched to clocksource timebase
NET: Registered protocol family 2
tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
workingset: timestamp_bits=30 max_order=20 bucket_order=0
squashfs: version 4.0 (2009/01/31) Phillip Lougher
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
Installing knfsd (copyright (C) 1996 [email protected]).
random: fast init done
bounce: pool size: 64 pages
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
io scheduler mq-deadline registered
io scheduler kyber registered
pcieport a000:00:00.0: enabling device (0106 -> 0107)
Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
console [ttyS0] disabled
serial8250.0: ttyS0 at MMIO 0xffe04500 (irq = 42, base_baud = 33333333) is a 16550A
console [ttyS0] enabled
console [ttyS0] enabled
bootconsole [udbg0] disabled
bootconsole [udbg0] disabled
ePAPR hypervisor byte channel driver
Generic non-volatile memory driver v1.1
brd: module loaded
loop: module loaded
efc00000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001
Chip ID 0x001d00
Amd/Fujitsu Extended Query Table at 0x0040
Amd/Fujitsu Extended Query version 1.3.
number of CFI chips: 1
7 fixed-partitions partitions found on MTD device efc00000.nor
Creating 7 MTD partitions on "efc00000.nor":
0x000000000000-0x000000080000 : "user"
0x000000080000-0x000000180000 : "UBoot-A"
0x000000180000-0x000000280000 : "UBoot-B"
0x000000280000-0x000000360000 : "user2"
0x000000360000-0x000000370000 : "env"
0x000000370000-0x000000380000 : "default-boot-id"
0x000000380000-0x000000400000 : "U-Boot"
libphy: Fixed MDIO Bus: probed
tun: Universal TUN/TAP device driver, 1.6
libphy: Freescale PowerQUICC MII Bus: probed
libphy: Freescale PowerQUICC MII Bus: probed
libphy: Freescale PowerQUICC MII Bus: probed
fsl-gianfar ffe24000.ethernet: enabled errata workarounds, flags: 0x4
fsl-gianfar ffe24000.ethernet eth0: mac: 00:20:8f:6d:00:16
fsl-gianfar ffe24000.ethernet eth0: Running with NAPI enabled
fsl-gianfar ffe24000.ethernet eth0: RX BD ring size for Q[0]: 256
fsl-gianfar ffe24000.ethernet eth0: TX BD ring size for Q[0]: 256
fsl-gianfar ffe25000.ethernet: enabled errata workarounds, flags: 0x4
fsl-gianfar ffe25000.ethernet eth1: mac: 02:02:0e:ff:c1:01
fsl-gianfar ffe25000.ethernet eth1: Running with NAPI enabled
fsl-gianfar ffe25000.ethernet eth1: RX BD ring size for Q[0]: 256
fsl-gianfar ffe25000.ethernet eth1: TX BD ring size for Q[0]: 256
fsl-gianfar ffe26000.ethernet: enabled errata workarounds, flags: 0x4
fsl-gianfar ffe26000.ethernet eth2: mac: 02:02:0e:ff:c1:02
fsl-gianfar ffe26000.ethernet eth2: Running with NAPI enabled
fsl-gianfar ffe26000.ethernet eth2: RX BD ring size for Q[0]: 256
fsl-gianfar ffe26000.ethernet eth2: TX BD ring size for Q[0]: 256
i2c /dev entries driver
mpc-i2c ffe03000.i2c: timeout 1000000 us
rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0
mpc-i2c ffe03100.i2c: timeout 1000000 us
booke_wdt: powerpc book-e watchdog driver loaded
watchdog: Invalid min and max timeout values, resetting to 0!
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci: SD DEBUG added: sd_debug_tmout=30
sdhci-pltfm: SDHCI platform and OF driver helper
mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
mmc0: Internal clock never stabilised.
mmc0: Internal clock never stabilised.
mmc0: SDHCI controller on ffe2e000.sdhci [ffe2e000.sdhci] using DMA
GACT probability on
Mirror/redirect action on
Simple TC action Loaded
ipip: IPv4 and MPLS over IPv4 tunneling driver
gre: GRE over IPv4 demultiplexor driver
ip_gre: GRE over IPv4 tunneling driver
Initializing XFRM netlink socket
NET: Registered protocol family 10
mmc0: changing timeout to 30, sd_debug_dump_regs=0
Segment Routing with IPv6
sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
8021q: 802.1Q VLAN Support v1.8
sctp: Hash tables configured (bind 512/512)
Key type dns_resolver registered
drmem: No dynamic reconfiguration memory found
rtc-pcf8563 0-0051: setting system clock to 2022-01-28 09:11:22 UTC (1643361082)
Freeing unused kernel memory: 16228K
This architecture does not have kernel memory protection.
Run /init as init process
mmc0: Internal clock never stabilised.
mmc0: new high speed SDHC card at address 0260
mmcblk0: mmc0:0260 1232 7.65 GiB
mmcblk0: p1 p4 < p5 p6 p7 p8 p9 >
udevd[765]: starting version 3.2.8
random: udevd: uninitialized urandom read (16 bytes read)
random: udevd: uninitialized urandom read (16 bytes read)
random: udevd: uninitialized urandom read (16 bytes read)
udevd[765]: specified group 'tty' unknown
udevd[765]: specified group 'dialout' unknown
udevd[765]: specified group 'kmem' unknown
udevd[765]: specified group 'input' unknown
udevd[765]: specified group 'video' unknown
udevd[765]: specified group 'audio' unknown
udevd[765]: specified group 'lp' unknown
udevd[765]: specified group 'disk' unknown
udevd[765]: specified group 'cdrom' unknown
udevd[766]: starting eudev-3.2.8
+ PATH=/sbin:/bin:/usr/sbin:/usr/bin
+ cat /proc/cmdline
+ cmd_line='root=/dev/mmcblk0p5 rootwait rw cardtype=8980 bootver=v0.3.17+
build=safe copyid=2 console=ttyS0,115200'
+ echo 'root=/dev/mmcblk0p5' rootwait rw 'cardtype=8980' 'bootver=v0.3.17+'
'build=safe' 'copyid=2' 'console=ttyS0,115200'
+ cut -d/ -f3
+ cut '-d=' -f2
+ cut '-d ' -f1
+ mt_part=mmcblk0p5
+ mount_and_switch mmcblk0p5
+ mkdir /mmcblk0p5
+ mkdir /dev/pts
+ mount /dev/mmcblk0p5 /mmcblk0p5
+ mount --move /sys /mmcblk0p5/sys
+ mount --move /proc /mmcblk0p5/proc
+ mount --move /dev /mmcblk0p5/dev
+ echo 'Switching to /dev/mmcblk0p5'
Switching to /dev/mmcblk0p5
+ exec switch_root /mmcblk0p5 /sbin/init 'root=/dev/mmcblk0p5' rootwait rw
'cardtype=8980' 'bootver=v0.3.17+' 'build=safe' 'copyid=2' 'console=ttyS0,115200'
INIT: version 2.88 booting
Mounting ram filesystem [ OK ]
Welcome to
Press 'I' to enter interactive startup.
random: crng init done
random: 2 urandom warning(s) missed due to ratelimiting
Setting clock (utc): Fri Jan 28 09:11:26 UTC 2022 [ OK ]
Setting hostname rcpH: [ OK ]
rcpH1 (RCP03) detected
SD card description
type: SD
manfid: 0x000031
name: 1232
date: 07/2019
serial: 0x1744004a
hwrev: 0x1
fwrev: 0x0
cid: 3153503132333220101744004a013700
csd: 400e00325b5900003d2f7f800a400000
scr: 02c5800100000000

20220128T091127Z: SD(serial=0x1744004a): NO Permanent WP bit (13) set in CSD


20220128T091127Z: SD(serial=0x1744004a): NO Temporary WP bit (12) set in CSD
Checking filesystems
Checking all file systems.
[/sbin/fsck.ext3 (1) -- /S] fsck.ext3 -y /dev/mmcblk0p9
e2fsck 1.45.3 (14-Jul-2019)
/S: clean, 1727/399840 files, 846977/1596928 blocks
[/sbin/fsck.ext3 (1) -- /Boot] fsck.ext3 -y /dev/mmcblk0p1
e2fsck 1.45.3 (14-Jul-2019)
/Boot: clean, 44/12824 files, 30247/51200 blocks
[ OK ]
mount: /: can't find in /etc/fstab.
Mounting local filesystems: [ OK ]
mount /dev/mmcblk0p6 on /Alt
mount bind Boot/1 on /boot
opb linux image path: /S/1/annex/opb.squashfs-xz
opb linux mount point: /mnt/opbsquash
mount -t overlay overlay -o lowerdir=/S/1/patch/etc/rc.d/init.d:/etc/rc.d/init.d
/etc/rc.d/init.d
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/laurel/bin:/usr/laurel/bin
/usr/laurel/bin
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/laurel/lib:/usr/laurel/lib
/usr/laurel/lib
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/bin:/usr/st/bin /usr/st/bin
mount -t overlay overlay -o
lowerdir=/S/1/patch/usr/st/confd/etc:/usr/st/confd/etc /usr/st/confd/etc
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/etc:/usr/st/etc /usr/st/etc
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/inf/bin:/usr/st/inf/bin
/usr/st/inf/bin
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/lib:/usr/st/lib /usr/st/lib
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/opb:/usr/st/opb /usr/st/opb
rm: cannot remove '/var/run/vsftpd/empty': Is a directory
rcpH1 (RCP03) detected
INIT: Entering runlevel: 4 1390:
Starting random number generator daemon
Initializing available sources

Failed to init entropy source hwrng

Initializing AES buffer

Enabling JITTER rng support

Initializing entropy source jitter


.
Booted RCP #0
Bringing up interface eth1 Error, some other host already uses address
192.168.127.17.
[ OK ]
Bringing up loopback interface: [ OK ]
Starting rpcbind daemon...done.
load FPGA from /usr/laurel/rcpE03/lib/fpga/current and initialize interrupt tree
fprog: INFO: loadFpga = 1
fprog: INFO: boardtype = 0x8980
fprog: INFO: GNU version = 0x0004
starting statd: done
exportfs: Failed to stat /S/var/laurel/otdr: No such file or directory
starting 8 nfsd kernel threads: done
starting mountd: done
exportfs: Failed to stat /S/var/laurel/otdr: No such file or directory
Starting ntpd: [ OK ]
start switch config
Running in "Cheetah9603" mode
L2MUX: configuring...
L2MUX: DONE!
create lock file
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
Starting internet superserver: xinetd.
Starting crond: OK

**** Ribbon Private System. Trespassers will be prosecuted ****


INIT: Switching to runlevel: 5
INIT: Sending processes the TERM signal
Starting udev
/etc/rc5.d/S90procman start
NO 9901-2
Starting tcf-agent: OK
net.unix.max_dgram_qlen = 100
net.ipv4.tcp_keepalive_probes = 20
net.ipv4.tcp_keepalive_intvl = 3

localhost login: root


Password:
[root@localhost ~]# lsh
conf

root@localhost> configure
Entering configuration mode
Users currently editing the configuration:
root terminal null (pid 2887), idle 00:01:12
[edit]

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost# run request system restart
Restart the active RCP now? [yes,no] (no) yes

[edit]
root@localhost#
Broadcast message from root@localhost (Fri Jan 28 09:20:55 2022):

Requested restart on active rcpa being performed NOW !!


INIT: Switching to runlevel: 3
INIT: Sending processes the TERM signal
/etc/rc3.d/K10procman stop
NO 9901-2
cannot stop switch service
Shutting down interface eth1 [ OK ]
Adjusting LED's [ OK ]
INIT: Id "sd" respawning too fast: disabled for 5 minutes
INIT: Switching to runlevel: 4
/etc/rc4.d/K10procman stop
NO 9901-2
Booted RCP #0
Bringing up interface eth1 Error, some other host already uses address
192.168.127.17.
[ OK ]
load FPGA from /usr/laurel/rcpE03/lib/fpga/current and initialize interrupt tree
fprog: INFO: loadFpga = 1
fprog: INFO: boardtype = 0x8980
fprog: INFO: GNU version = 0x0004
start switch config
switch is already configured
INIT: Switching to runlevel: 5
INIT: Sending processes the TERM signal
Starting udev
/etc/rc5.d/S90procman start
NO 9901-2
Starting tcf-agent: OK
net.unix.max_dgram_qlen = 100
net.ipv4.tcp_keepalive_probes = 20
net.ipv4.tcp_keepalive_intvl = 3
Jan 28 09:21:13.000000 rcpd[5285:0] syslogpd W
omniORB: (0) 2022-01-28 09:21:13.201043: Warning: a nil (0) pointer is wrongly used
as a nil CORBA::TypeCode object reference. Use CORBA::TypeCode::_nil()
Jan 28 09:21:13.000000 rcpd[5285:0] syslogpd W
omniORB: (0) 2022-01-28 09:21:13.203100: Warning: a nil (0) pointer is wrongly used
as a nil CORBA::TypeCode object reference. Use CORBA::TypeCode::_nil()
Jan 28 09:21:13.000000 ntpdate[5434:0] syslogpd E
no servers can be used, exiting
Jan 28 09:21:16.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same subnet: eth1 eth1:3
Jan 28 09:21:16.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same shared network: eth1 eth1:3
Jan 28 09:21:16.906746 system[4838:4909] activator::StateMachine W
readying-a-simulated-timeout
root@localhost#

!!! RCP is not Active, functionality is limited !!!


[edit]
Jan 28 09:21:23.250628 rcpd[5285:5285] rcpE03hw::AlarmAction W
read val: 341 expected val: 341 or 342
Jan 28 09:21:24.309976 rcpd[5285:5509] fanH::Module W
FCM minimal version for Apollo-1K is not yet defined. Needs to be updated.
Jan 28 09:21:32.862562 rcpd[5285:5504] rendezvouser::Location W
np0: OPB not detected!
Jan 28 09:21:32.862598 rcpd[5285:5504] rendezvouser::Location W
np1: OPB not detected!
Jan 28 09:21:32.862607 rcpd[5285:5504] rendezvouser::Location W
np2: OPB not detected!
Jan 28 09:21:32.862640 rcpd[5285:5504] rendezvouser::Location W
np0-0: OPB not detected!
Jan 28 09:21:32.862646 rcpd[5285:5504] rendezvouser::Location W
np0-1: OPB not detected!
Jan 28 09:21:32.862652 rcpd[5285:5504] rendezvouser::Location W
np1-0: OPB not detected!
Jan 28 09:21:32.862659 rcpd[5285:5504] rendezvouser::Location W
np1-1: OPB not detected!
Jan 28 09:21:32.862665 rcpd[5285:5504] rendezvouser::Location W
np2-0: OPB not detected!
Jan 28 09:21:32.862680 rcpd[5285:5504] rendezvouser::Location W
np2-1: OPB not detected!
Jan 28 09:21:32.863076 rcpd[5285:5504] rendezvouser::Location W
opbd: OPB not detected!
Jan 28 09:21:34.392747 rcpd[5285:5501] IF::Interface !
_LINK_UP: linkUp -> fe-rcp type: 429, index: 6, admin: Up, oper: Up
Jan 28 09:21:34.395173 rcpd[5285:5501] IF::Interface !
_LINK_UP: linkUp -> fe-rcp type: 429, index: 6, admin: Up, oper: Up
Jan 28 09:21:34.393487 rcpd[5285:5501] IF::Interface !
_LINK_DOWN: linkDown -> fe-rcp type: 429, index: 6, admin: Up, oper: Down
Jan 28 09:21:34.424185 rcpd[5285:5501] IF::Interface !
_LINK_DOWN: linkDown -> fe-rcp type: 429, index: 6, admin: Up, oper: Down
Jan 28 09:21:35.657771 rcpd[5285:5550] rendezvouser::Location W
MODULE_READY: opbd: registered component
Jan 28 09:21:36.174354 npbd[5675:5675] npb::ModuleFactory W
chassis = 9603 chassisType = 9603
Jan 28 09:21:36.183440 rcpd[5285:5702] rendezvouser::Location W
MODULE_READY: rcpa-np: registered component
Jan 28 09:21:36.188171 npbd[5675:5675] npb::ModuleFactory W
chassis = 9603 chassisType = 9603
Jan 28 09:21:37.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same subnet: eth1 eth1:3
Jan 28 09:21:37.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same shared network: eth1 eth1:3
Jan 28 09:21:37.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same subnet: eth1 eth1:1
Jan 28 09:21:37.000000 dhcpd[0:0] syslogpd E
Multiple interfaces match the same shared network: eth1 eth1:1
Jan 28 09:21:38.000000 rcpd[5285:0] syslogpd W
ip: RTNETLINK answers: No such file or directory
Jan 28 09:21:38.456765 rcpd[5285:5554] environment::FanFilterReminder W
FAN_FILTER_CHANGE_REMINDER: Please change the fan filter
Jan 28 09:21:40.323180 npbd[5675:5704] npb::ModuleFactory W
chassis = 9603 chassisType = 9603
Jan 28 09:21:40.498551 npbd[5675:5704] npb::ModuleFactory W
chassis = 9603 chassisType = 9603
Jan 28 09:21:44.583699 npbd[5675:5708] etherphy::Interface W
_OPER_STATUS_DOWN: LINK_DOWN on ge-ua/0, new Operational Status: Down
Jan 28 09:21:44.644080 npbd[5675:5708] etherphy::Interface W
_OPER_STATUS_DOWN: LINK_DOWN on ge-ua/0, new Operational Status: Down
Jan 28 09:21:45.057386 npbd[5675:5695] etherphy::Interface W
_OPER_STATUS_UP: LINK_UP on ge-ua/0, new Operational Status: Up
Jan 28 09:21:49.872348 rcpd[5285:5540] IF::Interface !
_LINK_UP: linkUp -> fe-rcp type: 429, index: 6, admin: Up, oper: Up
Jan 28 09:21:49.873911 npbd[5675:5708] IF::LogicalInterface !
_LINK_UP: linkUp -> ge-ua/0.0 type: 135, index: 7, admin: Up, oper: Up
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost# run show version

Ribbon Communications Inc.


OPT9603
apollo

Active RCP Version:

Software Release :
9.6R02.05
Version# :
365083
Build Type :
production
Date Created :
Thu Jan 27 08:46:38 IST 2022
File Hash :
0x36377E9D9DD79EDF39514DE578392F4
OS Version :
Linux 4.19.68-0-rcpH #1 SMP Tue Dec 21 15:29:14 UTC 2021 ppc
Magnum OS Restricted 9.6MZ05 (9.6MZ05-220119A-352c2bb) -
build of Wed Jan 19 13:56:37 UTC 2022

Standby RCP not present

[edit]
root@localhost# run request system reboot
Reboot the active RCP now? [yes,no] (no) yes

[edit]
root@localhost#
Broadcast message from root@localhost (Fri Jan 28 09:23:45 2022):

Requested reboot on active rcpa being performed NOW !!

Broadcast message from root@localhost (Fri Jan 28 09:23:45 2022):

The system is going down for reboot NOW!


INIT: Sending processes the TERM signal
Shutting down ntpd: [ OK ]
Shutting down kernel logger: [ OK ]
Shutting down system logger: [ OK ]
Stopping tcf-agent: OK
Shutting down interface eth1 [ OK ]
Adjusting LED's [ OK ]
Shutting down interface 6to4tun1: [ OK ]
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Starting killall: Stopping DHCP server: dhcpd3stopped /usr/sbin/dhcpd (pid 5713)
.
Disabling management network: [ OK ]
Shutting down vsftpd-internal: [ OK ]
[ OK ]
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Saving random seed:
Activating any new software using /sbin/soft_install version 3.0 2021/06/03 10:00
No new software to activate
//usr/st/bin/st_sw_activation reboot (version 1.2 2017/06/21 13:00)
Using patch area "/S/1"

Syncing hardware clock to system time


Start unmount unionfs
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
init 1 root cwd DIR 179,5 443 1207 /
init 1 root rtd DIR 179,5 443 1207 /
init 1 root txt REG 179,5 69404 17056 /sbin/init.sysvinit
init 1 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
init 1 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
init 1 root 10u FIFO 0,6 0t0 590 /dev/initctl
kthreadd 2 root cwd DIR 179,5 443 1207 /
kthreadd 2 root rtd DIR 179,5 443 1207 /
rcu_gp 3 root cwd DIR 179,5 443 1207 /
rcu_gp 3 root rtd DIR 179,5 443 1207 /
rcu_par_g 4 root cwd DIR 179,5 443 1207 /
rcu_par_g 4 root rtd DIR 179,5 443 1207 /
kworker/0 5 root cwd DIR 179,5 443 1207 /
kworker/0 5 root rtd DIR 179,5 443 1207 /
kworker/u 7 root cwd DIR 179,5 443 1207 /
kworker/u 7 root rtd DIR 179,5 443 1207 /
mm_percpu 8 root cwd DIR 179,5 443 1207 /
mm_percpu 8 root rtd DIR 179,5 443 1207 /
ksoftirqd 9 root cwd DIR 179,5 443 1207 /
ksoftirqd 9 root rtd DIR 179,5 443 1207 /
rcu_sched 10 root cwd DIR 179,5 443 1207 /
rcu_sched 10 root rtd DIR 179,5 443 1207 /
rcu_bh 11 root cwd DIR 179,5 443 1207 /
rcu_bh 11 root rtd DIR 179,5 443 1207 /
migration 12 root cwd DIR 179,5 443 1207 /
migration 12 root rtd DIR 179,5 443 1207 /
cpuhp/0 13 root cwd DIR 179,5 443 1207 /
cpuhp/0 13 root rtd DIR 179,5 443 1207 /
cpuhp/1 14 root cwd DIR 179,5 443 1207 /
cpuhp/1 14 root rtd DIR 179,5 443 1207 /
migration 15 root cwd DIR 179,5 443 1207 /
migration 15 root rtd DIR 179,5 443 1207 /
ksoftirqd 16 root cwd DIR 179,5 443 1207 /
ksoftirqd 16 root rtd DIR 179,5 443 1207 /
kdevtmpfs 19 root cwd DIR 0,6 3640 3 /
kdevtmpfs 19 root rtd DIR 0,6 3640 3 /
kworker/0 22 root cwd DIR 179,5 443 1207 /
kworker/0 22 root rtd DIR 179,5 443 1207 /
kauditd 26 root cwd DIR 179,5 443 1207 /
kauditd 26 root rtd DIR 179,5 443 1207 /
kworker/1 71 root cwd DIR 179,5 443 1207 /
kworker/1 71 root rtd DIR 179,5 443 1207 /
khungtask 190 root cwd DIR 179,5 443 1207 /
khungtask 190 root rtd DIR 179,5 443 1207 /
kworker/u 207 root cwd DIR 179,5 443 1207 /
kworker/u 207 root rtd DIR 179,5 443 1207 /
oom_reape 251 root cwd DIR 179,5 443 1207 /
oom_reape 251 root rtd DIR 179,5 443 1207 /
writeback 252 root cwd DIR 179,5 443 1207 /
writeback 252 root rtd DIR 179,5 443 1207 /
crypto 254 root cwd DIR 179,5 443 1207 /
crypto 254 root rtd DIR 179,5 443 1207 /
kblockd 255 root cwd DIR 179,5 443 1207 /
kblockd 255 root rtd DIR 179,5 443 1207 /
watchdogd 288 root cwd DIR 179,5 443 1207 /
watchdogd 288 root rtd DIR 179,5 443 1207 /
rpciod 374 root cwd DIR 179,5 443 1207 /
rpciod 374 root rtd DIR 179,5 443 1207 /
kworker/u 375 root cwd DIR 179,5 443 1207 /
kworker/u 375 root rtd DIR 179,5 443 1207 /
xprtiod 376 root cwd DIR 179,5 443 1207 /
xprtiod 376 root rtd DIR 179,5 443 1207 /
kswapd0 388 root cwd DIR 179,5 443 1207 /
kswapd0 388 root rtd DIR 179,5 443 1207 /
nfsiod 389 root cwd DIR 179,5 443 1207 /
nfsiod 389 root rtd DIR 179,5 443 1207 /
knbd-recv 483 root cwd DIR 179,5 443 1207 /
knbd-recv 483 root rtd DIR 179,5 443 1207 /
irq/72-mm 617 root cwd DIR 179,5 443 1207 /
irq/72-mm 617 root rtd DIR 179,5 443 1207 /
ipv6_addr 635 root cwd DIR 179,5 443 1207 /
ipv6_addr 635 root rtd DIR 179,5 443 1207 /
kworker/1 636 root cwd DIR 179,5 443 1207 /
kworker/1 636 root rtd DIR 179,5 443 1207 /
mmc_compl 681 root cwd DIR 179,5 443 1207 /
mmc_compl 681 root rtd DIR 179,5 443 1207 /
kworker/1 685 root cwd DIR 179,5 443 1207 /
kworker/1 685 root rtd DIR 179,5 443 1207 /
kworker/0 1044 root cwd DIR 179,5 443 1207 /
kworker/0 1044 root rtd DIR 179,5 443 1207 /
jbd2/mmcb 1217 root cwd DIR 179,5 443 1207 /
jbd2/mmcb 1217 root rtd DIR 179,5 443 1207 /
ext4-rsv- 1218 root cwd DIR 179,5 443 1207 /
ext4-rsv- 1218 root rtd DIR 179,5 443 1207 /
jbd2/mmcb 1219 root cwd DIR 179,5 443 1207 /
jbd2/mmcb 1219 root rtd DIR 179,5 443 1207 /
ext4-rsv- 1220 root cwd DIR 179,5 443 1207 /
ext4-rsv- 1220 root rtd DIR 179,5 443 1207 /
loop0 1531 root cwd DIR 179,5 443 1207 /
loop0 1531 root rtd DIR 179,5 443 1207 /
kworker/1 1753 root cwd DIR 179,5 443 1207 /
kworker/1 1753 root rtd DIR 179,5 443 1207 /
kworker/u 2226 root cwd DIR 179,5 443 1207 /
kworker/u 2226 root rtd DIR 179,5 443 1207 /
lockd 2227 root cwd DIR 179,5 443 1207 /
lockd 2227 root rtd DIR 179,5 443 1207 /
nfsd 2228 root cwd DIR 179,5 443 1207 /
nfsd 2228 root rtd DIR 179,5 443 1207 /
nfsd 2229 root cwd DIR 179,5 443 1207 /
nfsd 2229 root rtd DIR 179,5 443 1207 /
nfsd 2230 root cwd DIR 179,5 443 1207 /
nfsd 2230 root rtd DIR 179,5 443 1207 /
nfsd 2231 root cwd DIR 179,5 443 1207 /
nfsd 2231 root rtd DIR 179,5 443 1207 /
nfsd 2232 root cwd DIR 179,5 443 1207 /
nfsd 2232 root rtd DIR 179,5 443 1207 /
nfsd 2233 root cwd DIR 179,5 443 1207 /
nfsd 2233 root rtd DIR 179,5 443 1207 /
nfsd 2234 root cwd DIR 179,5 443 1207 /
nfsd 2234 root rtd DIR 179,5 443 1207 /
nfsd 2235 root cwd DIR 179,5 443 1207 /
nfsd 2235 root rtd DIR 179,5 443 1207 /
kworker/0 3773 root cwd DIR 179,5 443 1207 /
kworker/0 3773 root rtd DIR 179,5 443 1207 /
kworker/0 3883 root cwd DIR 179,5 443 1207 /
kworker/0 3883 root rtd DIR 179,5 443 1207 /
kworker/1 3884 root cwd DIR 179,5 443 1207 /
kworker/1 3884 root rtd DIR 179,5 443 1207 /
kworker/1 4349 root cwd DIR 179,5 443 1207 /
kworker/1 4349 root rtd DIR 179,5 443 1207 /
kworker/u 5129 root cwd DIR 179,5 443 1207 /
kworker/u 5129 root rtd DIR 179,5 443 1207 /
kworker/0 6175 root cwd DIR 179,5 443 1207 /
kworker/0 6175 root rtd DIR 179,5 443 1207 /
halt-copy 6186 root cwd DIR 179,5 443 1207 /
halt-copy 6186 root rtd DIR 179,5 443 1207 /
halt-copy 6186 root txt REG 179,5 1333456 17470 /bin/bash.bash
halt-copy 6186 root mem REG 179,5 200436 16758 /lib/libtinfo.so.5.9
halt-copy 6186 root mem REG 179,5 68604 16772 /lib/libdl-2.30.so
halt-copy 6186 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
halt-copy 6186 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
halt-copy 6186 root 0u CHR 5,1 0t0 1031 /dev/console
halt-copy 6186 root 1u CHR 5,1 0t0 1031 /dev/console
halt-copy 6186 root 2u CHR 5,1 0t0 1031 /dev/console
halt-copy 6186 root 255r REG 179,5 11131 17040 /sbin/halt-copy-as-reboot
sleep 6814 root cwd DIR 179,5 443 1207 /
sleep 6814 root rtd DIR 179,5 443 1207 /
sleep 6814 root txt REG 179,5 68880 17490 /bin/sleep.coreutils
sleep 6814 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
sleep 6814 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
sleep 6814 root 0r CHR 1,3 0t0 7 /dev/null
sleep 6814 root 1u CHR 5,1 0t0 1031 /dev/console
sleep 6814 root 2u CHR 5,1 0t0 1031 /dev/console
xargs 6840 root cwd DIR 179,5 443 1207 /
xargs 6840 root rtd DIR 179,5 443 1207 /
xargs 6840 root txt REG 179,5 134316 6377 /usr/bin/xargs.findutils
xargs 6840 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
xargs 6840 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
xargs 6840 root 0r FIFO 0,8 0t0 12635 pipe
xargs 6840 root 1u CHR 5,1 0t0 1031 /dev/console
xargs 6840 root 2u CHR 5,1 0t0 1031 /dev/console
lsof 6841 root cwd DIR 179,5 443 1207 /
lsof 6841 root rtd DIR 179,5 443 1207 /
lsof 6841 root txt REG 179,5 201048 6067 /usr/sbin/lsof
lsof 6841 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
lsof 6841 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
lsof 6841 root 0r CHR 1,3 0t0 7 /dev/null
lsof 6841 root 1u CHR 5,1 0t0 1031 /dev/console
lsof 6841 root 2u CHR 5,1 0t0 1031 /dev/console
lsof 6841 root 3r DIR 0,4 0 1 /proc
lsof 6841 root 4r DIR 0,4 0 13594 /proc/6841/fd
lsof 6841 root 5w FIFO 0,8 0t0 12648 pipe
lsof 6841 root 6r FIFO 0,8 0t0 12649 pipe
lsof 6842 root cwd DIR 179,5 443 1207 /
lsof 6842 root rtd DIR 179,5 443 1207 /
lsof 6842 root txt REG 179,5 201048 6067 /usr/sbin/lsof
lsof 6842 root mem REG 179,5 1914440 16765 /lib/libc-2.30.so
lsof 6842 root mem REG 179,5 201180 16816 /lib/ld-2.30.so
lsof 6842 root 4r FIFO 0,8 0t0 12648 pipe
lsof 6842 root 7w FIFO 0,8 0t0 12649 pipe
Start unmount overlayfs
Unmounting overlay file systems:
Unmounting loopback filesystems:
Unmounting file systems:
Please stand by while rebooting the system...
reboot: Restarting system

U-Boot 2011.09 (Sep 07 2020 - 22:19:27) v0.3.17+, Build: safe

CPU0: P2020E, Version: 2.1, (0x80ea0021)


Core: E500, Version: 5.1, (0x80211051)
Clock Configuration:
CPU0:1066.667 MHz, CPU1:1066.667 MHz,
CCB:533.333 MHz,
DDR:400 MHz (800 MT/s data rate) (Asynchronous),
LBC:66.667 MHz
L1: D-cache 32 kB enabled
I-cache 32 kB enabled
Board: rcpH
(36-bit physical address map)
(memory limit to Linux: 3 GB)
GPIO: ready
Resetting the DDR3 module ... Done.
I2C: ready
DRAM: Detected UDIMM HMT451S6MFR8C-H9
Memory Controller 0 Slot 0: no DIMM installed
Memory Controller 0 Slot 1: 1 rank DIMM
Memory Controller 0: number of installed DIMM's = 1
DDR TLB Warning: 1 GiB left unmapped
4 GiB (DDR3, 64-bit, CL=6, ECC off)
Effective RAM size: 3 GiB
Memory Controller 0 err_detect: 0x00000000
Memory Probe start ...
Testing DRAM from 0x00200000 to 0x00201000
Testing DRAM from 0x10200000 to 0x10201000
Testing DRAM from 0x20200000 to 0x20201000
Testing DRAM from 0x30200000 to 0x30201000
Testing DRAM from 0x40200000 to 0x40201000
Testing DRAM from 0x50200000 to 0x50201000
Testing DRAM from 0x60200000 to 0x60201000
Testing DRAM from 0x70200000 to 0x70201000
Testing DRAM from 0x80200000 to 0x80201000
Testing DRAM from 0x90200000 to 0x90201000
Testing DRAM from 0xa0200000 to 0xa0201000
Testing DRAM from 0xb0200000 to 0xb0201000
Memory Probe finished (passed 36864, failed 0).
DRAM test successfully passed.

Go to relocate_code ...
Now running in RAM - U-Boot at: bff40000
Init I/O Expander
Config pins direction
MALLOC: ready
Flash: 4 MiB
L2: 512 KB enabled
CPU up succeeded. CPU up mask is 3.
MMC:
MMC device 0: OK.
MMC SDcard: Vendor: Man 315350 Snr 1744004a Rev: 1.0 Prod: 1232
Type: Removable Hard Disk
Capacity: 7832.0 MB = 7.6 GB (16039936 x 512)
FSL_ESDHC: 0
Update 'ethaddr' with SYS MAC (00:20:8f:6d:00:16)
PCIE3: disable
PCIE2: disable
PCIE1: enabled
STDIO:
ready
JUMP_TABLE: ready
In: serial
Out: serial
Err: serial
Resetting LCT port PHY ... Done.
Resetting Ethernet Switch ... Done.
Resetting L3 Switch ... Done.
Resetting IMG port PHY ... Done.
LBC UPM-A: Configured for FPGA
Fix environment variables ...
Update 'cardtype' from IDPROM
Update 'bootargs' (bootdev is nvm)
Update 'bootcmd' (bootdev is nvm)
Setup internal ports MACs:
Set 'eth1addr' (02:02:0E:FF:C1:01)
Set 'eth2addr' (02:02:0E:FF:C1:02)
Fix environment variables finished.
Net: eTSEC1 connected to FSL_MDIO1:4 'Generic PHY'
eTSEC2 connected to FSL_MDIO2:31 'FSL TBI PHY'
FSL TBI PHY => perform phy config
eTSEC3 connected to FSL_MDIO3:31 'FSL TBI PHY'
FSL TBI PHY => perform phy config
eTSEC1 [PRIME], eTSEC2, eTSEC3
***************************************************************
RCP-H U-BOOT SOFT COPY B

U-Boot 2011.09 (Sep 07 2020 - 22:19:27) v0.3.17+, Build: safe

Board Identification information


CPU0 : P2020E Version 2.1 (0x80ea0021)
Core : E500 Version 5.1 (0x80211051)
Board Type : RCP-H (opt9603)
Board Network Number : 189 (0xbd)
RCP Serial Number : 501871293
RCP Card Type : 0x8980
RCP HW Revision : B 0000 (0x00420000)
RCP HW Options : 0x000d
Board Status information
Geographical Address : 25 (slot# 24)
Boot Device : nvm
Boot Delay : 5

Date: 1922-01-28 (Friday) Time: 9:24:07


***************************************************************
Hit any key to stop autoboot: 0

MMC device 0: OK.


Vendor: Man 315350 Snr 1744004a Rev: 1.0 Prod: 1232
Type: Removable Hard Disk
Capacity: 7832.0 MB = 7.6 GB (16039936 x 512)

Date: 1922-01-28 (Friday) Time: 9:24:12

>>>>>> Download image file ...


Loading image from NVM device mmc 0:1
Filename 'u-boot/master-script.img'
Load address: 0xe00000
Loading ...
done
Bytes transferred = 2103 (0x837)
NVM image transfer succeeded.
>>>>>> download succeeded.

## Checking Image at 00e00000 ...


Legacy image found
Image Name: master-script
Created: 2022-01-28 7:02:34 UTC
Image Type: PowerPC Linux Script (uncompressed)
Data Size: 2039 Bytes = 2 KiB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 2031 Bytes = 2 KiB
Verifying Checksum ... OK
## Executing script at 00e00000

Start master-script execution

Loading file "u-boot/fpga-script.img" from mmc device 0:1 (xxa1)


1411 bytes read

## Checking Image at 00f00000 ...


Legacy image found
Image Name: fpga-script
Created: 2022-01-28 7:02:35 UTC
Image Type: PowerPC Linux Script (uncompressed)
Data Size: 1347 Bytes = 1.3 KiB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 1339 Bytes = 1.3 KiB
Verifying Checksum ... OK
## Executing script at 00f00000
>>>>>> Burn FPGA device number 0: Gnu
Loading image from NVM device mmc 0:9
Filename '/1/boot/fpga/gnu.umd'
Load address: 0xd00000
Loading ...
done
Bytes transferred = 186977 (0x2da61)
NVM image transfer succeeded.
Skip UMD image header.
*** FPGA loading start ... ***
FPGA image file: /1/boot/fpga/gnu.umd
Loading FPGA Device 16777472... perform serial
loading ......................................... OK? ... OK
Done.
FPGA reset sequence is done.
FPGA image version is 0x04.
*** FPGA loading succeeded ***

## Script at 00f00000 finished.

Loading file "u-boot/kernel-script.img" from mmc device 0:1 (xxa1)


1740 bytes read

## Checking Image at 00f00000 ...


Legacy image found
Image Name: kernel-script
Created: 2022-01-28 7:02:35 UTC
Image Type: PowerPC Linux Script (uncompressed)
Data Size: 1676 Bytes = 1.6 KiB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 1668 Bytes = 1.6 KiB
Verifying Checksum ... OK
## Executing script at 00f00000

Start kernel-script execution

bootarea=1
rootdev=mmcblk0p5
Update 'bootargs' (bootdev is nvm)
bootargs=root=/dev/mmcblk0p5 rootwait rw cardtype=8980 bootver=v0.3.17+ build=safe
copyid=2 console=ttyS0,115200

Start Linux booting


Loading file "/1/uImage_rcpH" from mmc device 0:1 (xxa1)
10478550 bytes read
Loading file "/1/initrd-fsl_rcpH.img" from mmc device 0:1 (xxa1)
** File not found /1/initrd-fsl_rcpH.img
Loading file "/1/rcpH.dtb" from mmc device 0:1 (xxa1)
8394 bytes read

## Checking Image at 02000000 ...


FIT image found
Bad FIT image format!
WARNING: adjusting available memory to 30000000
## Booting kernel from Legacy Image at 01000000 ...
Image Name: Linux-4.19.68-0-rcpH
Created: 2021-12-21 16:07:09 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 10478486 Bytes = 10 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 02000000
Booting using the fdt blob at 0x2000000
Uncompressing Kernel Image ... OK
Loading Device Tree to 03ffa000, end 03fff0c9 ... OK
## Transferring control to Linux (at address 00000000) ...
## Booting Linux using OF flat tree at 03ffa000 (bootm_mapsize=4000000) ...
Memory CAM mapping: 256/256/256 Mb, residual: 2304Mb
Linux version 4.19.68-0-rcpH (oe-user@oe-host) (gcc version 9.2.0 (GCC)) #1 SMP Tue
Dec 21 15:29:14 UTC 2021
Using P2020 RDB machine description
bootconsole [udbg0] enabled
CPU maps initialized for 1 thread per core
-----------------------------------------------------
phys_mem_size = 0xc0000000
dcache_bsize = 0x20
icache_bsize = 0x20
cpu_features = 0x0000000010010128
possible = 0x0000000011010128
always = 0x0000000000000020
cpu_user_features = 0x84e08000 0x08000000
mmu_features = 0x00020010
-----------------------------------------------------
mpc85xx_rdb_setup_arch()
MPC85xx RDB board from Freescale Semiconductor
barrier-nospec: using isync; sync as speculation barrier
Zone ranges:
DMA [mem 0x0000000000000000-0x000000002fffffff]
Normal empty
HighMem [mem 0x0000000030000000-0x00000000bfffffff]
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000000000-0x00000000bfffffff]
Initmem setup node 0 [mem 0x0000000000000000-0x00000000bfffffff]
MMU: Allocated 1088 bytes of context maps for 255 contexts
percpu: Embedded 14 pages/cpu s24940 r8192 d24212 u57344
Built 1 zonelists, mobility grouping on. Total pages: 784896
Kernel command line: root=/dev/mmcblk0p5 rootwait rw cardtype=8980 bootver=v0.3.17+
build=safe copyid=2 console=ttyS0,115200
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 3029516K/3145728K available (6960K kernel code, 232K rwdata, 1208K rodata,
16228K init, 151K bss, 116212K reserved, 0K cma-reserved, 2359292K highmem)
Kernel virtual memory layout:
* 0xfffbf000..0xfffff000 : fixmap
* 0xff800000..0xffc00000 : highmem PTEs
* 0xff7fe000..0xff800000 : early ioremap
* 0xf1000000..0xff7fe000 : vmalloc & ioremap
rcu: Hierarchical RCU implementation.
NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
mpic: Setting up MPIC " OpenPIC " version 1.2 at ffe40000, max 2 CPUs
mpic: ISU size: 256, shift: 8, mask: ff
mpic: Initializing for 256 sources
clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0xf6018975a,
max_idle_ns: 440795204712 ns
clocksource: timebase mult[f000003] shift[24] registered
Console: colour dummy device 80x25
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
mpic: requesting IPIs...
rcu: Hierarchical SRCU implementation.
smp: Bringing up secondary CPUs ...
smp: Brought up 1 node, 2 CPUs
Using shared cache scheduler topology
devtmpfs: initialized
random: get_random_u32 called from bucket_table_alloc+0x9c/0x1fc with crng_init=0
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns:
7645041785100000 ns
futex hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 16
audit: initializing netlink subsys (disabled)
iudit: ty p e = 2 00 0 a ud
t(0.056:1): state=initialized audit_enabled=0 res=1
Machine: RCP03
SoC family: QorIQ
SoC ID: svr:0x80ea0021, Revision: 2.1
Found FSL PCI host bridge at 0x00000000ffe0a000. Firmware bus number: 0->255
PCI host bridge /pcie@ffe0a000 (primary) ranges:
MEM 0x00000000c0000000..0x00000000dfffffff -> 0x00000000c0000000
IO 0x00000000ffc20000..0x00000000ffc2ffff -> 0x0000000000000000
/pcie@ffe0a000: PCICSRBAR @ 0xfff00000
setup_pci_atmu: end of DRAM c0000000
/pcie@ffe0a000: Setting PCI inbound window greater than memory size
PCI: Probing PCI hardware
fsl-pci ffe0a000.pcie: PCI host bridge to bus a000:00
pci_bus a000:00: root bus resource [io 0x0000-0xffff]
pci_bus a000:00: root bus resource [mem 0xc0000000-0xdfffffff]
pci_bus a000:00: root bus resource [bus 00-ff]
pci a000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci a000:00:00.0: PCI bridge to [bus 01-ff]
PCI: Cannot allocate resource region 0 of device a000:00:00.0, will remap
PCI: Cannot allocate resource region 2 of device a000:01:00.0, will remap
PCI: Cannot allocate resource region 4 of device a000:01:00.0, will remap
pci a000:00:00.0: BAR 9: no space for [mem size 0x18000000 64bit pref]
pci a000:00:00.0: BAR 9: failed to assign [mem size 0x18000000 64bit pref]
pci a000:00:00.0: BAR 0: no space for [mem size 0x00100000]
pci a000:00:00.0: BAR 0: failed to assign [mem size 0x00100000]
pci a000:01:00.0: BAR 4: assigned [mem 0xc0000000-0xcfffffff 64bit pref]
pci a000:01:00.0: BAR 2: assigned [mem 0xd4000000-0xd7ffffff 64bit pref]
pci a000:00:00.0: PCI bridge to [bus 01]
pci a000:00:00.0: bridge window [io 0x0000-0xffff]
pci a000:00:00.0: bridge window [mem 0xc0000000-0xdfffffff]
pci_bus a000:00: Some PCI device resources are unassigned, try booting with
pci=realloc
Freescale Elo series DMA driver
fsl-elo-dma ffe0c300.dma: #0 (fsl,eloplus-dma-channel), irq 76
fsl-elo-dma ffe0c300.dma: #1 (fsl,eloplus-dma-channel), irq 77
fsl-elo-dma ffe0c300.dma: #2 (fsl,eloplus-dma-channel), irq 78
fsl-elo-dma ffe0c300.dma: #3 (fsl,eloplus-dma-channel), irq 79
fsl-elo-dma ffe21300.dma: #0 (fsl,eloplus-dma-channel), irq 20
fsl-elo-dma ffe21300.dma: #1 (fsl,eloplus-dma-channel), irq 21
fsl-elo-dma ffe21300.dma: #2 (fsl,eloplus-dma-channel), irq 22
fsl-elo-dma ffe21300.dma: #3 (fsl,eloplus-dma-channel), irq 23
SCSI subsystem initialized
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
<[email protected]>
PTP clock support registered
clocksource: Switched to clocksource timebase
NET: Registered protocol family 2
tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
workingset: timestamp_bits=30 max_order=20 bucket_order=0
squashfs: version 4.0 (2009/01/31) Phillip Lougher
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
Installing knfsd (copyright (C) 1996 [email protected]).
bounce: pool size: 64 pages
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
io scheduler mq-deadline registered
io scheduler kyber registered
pcieport a000:00:00.0: enabling device (0106 -> 0107)
Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
console [ttyS0] disabled
serial8250.0: ttyS0 at MMIO 0xffe04500 (irq = 42, base_baud = 33333333) is a 16550A
console [ttyS0] enabled
console [ttyS0] enabled
bootconsole [udbg0] disabled
bootconsole [udbg0] disabled
ePAPR hypervisor byte channel driver
Generic non-volatile memory driver v1.1
random: fast init done
brd: module loaded
loop: module loaded
efc00000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001
Chip ID 0x001d00
Amd/Fujitsu Extended Query Table at 0x0040
Amd/Fujitsu Extended Query version 1.3.
number of CFI chips: 1
7 fixed-partitions partitions found on MTD device efc00000.nor
Creating 7 MTD partitions on "efc00000.nor":
0x000000000000-0x000000080000 : "user"
0x000000080000-0x000000180000 : "UBoot-A"
0x000000180000-0x000000280000 : "UBoot-B"
0x000000280000-0x000000360000 : "user2"
0x000000360000-0x000000370000 : "env"
0x000000370000-0x000000380000 : "default-boot-id"
0x000000380000-0x000000400000 : "U-Boot"
libphy: Fixed MDIO Bus: probed
tun: Universal TUN/TAP device driver, 1.6
libphy: Freescale PowerQUICC MII Bus: probed
libphy: Freescale PowerQUICC MII Bus: probed
libphy: Freescale PowerQUICC MII Bus: probed
fsl-gianfar ffe24000.ethernet: enabled errata workarounds, flags: 0x4
fsl-gianfar ffe24000.ethernet eth0: mac: 00:20:8f:6d:00:16
fsl-gianfar ffe24000.ethernet eth0: Running with NAPI enabled
fsl-gianfar ffe24000.ethernet eth0: RX BD ring size for Q[0]: 256
fsl-gianfar ffe24000.ethernet eth0: TX BD ring size for Q[0]: 256
fsl-gianfar ffe25000.ethernet: enabled errata workarounds, flags: 0x4
fsl-gianfar ffe25000.ethernet eth1: mac: 02:02:0e:ff:c1:01
fsl-gianfar ffe25000.ethernet eth1: Running with NAPI enabled
fsl-gianfar ffe25000.ethernet eth1: RX BD ring size for Q[0]: 256
fsl-gianfar ffe25000.ethernet eth1: TX BD ring size for Q[0]: 256
fsl-gianfar ffe26000.ethernet: enabled errata workarounds, flags: 0x4
fsl-gianfar ffe26000.ethernet eth2: mac: 02:02:0e:ff:c1:02
fsl-gianfar ffe26000.ethernet eth2: Running with NAPI enabled
fsl-gianfar ffe26000.ethernet eth2: RX BD ring size for Q[0]: 256
fsl-gianfar ffe26000.ethernet eth2: TX BD ring size for Q[0]: 256
i2c /dev entries driver
mpc-i2c ffe03000.i2c: timeout 1000000 us
rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0
mpc-i2c ffe03100.i2c: timeout 1000000 us
booke_wdt: powerpc book-e watchdog driver loaded
watchdog: Invalid min and max timeout values, resetting to 0!
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci: SD DEBUG added: sd_debug_tmout=30
sdhci-pltfm: SDHCI platform and OF driver helper
mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
mmc0: Internal clock never stabilised.
mmc0: Internal clock never stabilised.
mmc0: SDHCI controller on ffe2e000.sdhci [ffe2e000.sdhci] using DMA
GACT probability on
Mirror/redirect action on
Simple TC action Loaded
ipip: IPv4 and MPLS over IPv4 tunneling driver
gre: GRE over IPv4 demultiplexor driver
ip_gre: GRE over IPv4 tunneling driver
Initializing XFRM netlink socket
NET: Registered protocol family 10
mmc0: changing timeout to 30, sd_debug_dump_regs=0
Segment Routing with IPv6
sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
8021q: 802.1Q VLAN Support v1.8
sctp: Hash tables configured (bind 512/512)
Key type dns_resolver registered
drmem: No dynamic reconfiguration memory found
rtc-pcf8563 0-0051: setting system clock to 2022-01-28 09:24:51 UTC (1643361891)
Freeing unused kernel memory: 16228K
This architecture does not have kernel memory protection.
Run /init as init process
mmc0: Internal clock never stabilised.
mmc0: new high speed SDHC card at address 0260
mmcblk0: mmc0:0260 1232 7.65 GiB
mmcblk0: p1 p4 < p5 p6 p7 p8 p9 >
udevd[765]: starting version 3.2.8
random: udevd: uninitialized urandom read (16 bytes read)
random: udevd: uninitialized urandom read (16 bytes read)
random: udevd: uninitialized urandom read (16 bytes read)
udevd[765]: specified group 'tty' unknown
udevd[765]: specified group 'dialout' unknown
udevd[765]: specified group 'kmem' unknown
udevd[765]: specified group 'input' unknown
udevd[765]: specified group 'video' unknown
udevd[765]: specified group 'audio' unknown
udevd[765]: specified group 'lp' unknown
udevd[765]: specified group 'disk' unknown
udevd[765]: specified group 'cdrom' unknown
udevd[766]: starting eudev-3.2.8
+ PATH=/sbin:/bin:/usr/sbin:/usr/bin
+ cat /proc/cmdline
+ cmd_line='root=/dev/mmcblk0p5 rootwait rw cardtype=8980 bootver=v0.3.17+
build=safe copyid=2 console=ttyS0,115200'
+ echo 'root=/dev/mmcblk0p5' rootwait rw 'cardtype=8980' 'bootver=v0.3.17+'
'build=safe' 'copyid=2' 'console=ttyS0,115200'
+ cut '-d=' -f2
+ cut -d/ -f3
+ cut '-d ' -f1
+ mt_part=mmcblk0p5
+ mount_and_switch mmcblk0p5
+ mkdir /mmcblk0p5
+ mkdir /dev/pts
+ mount /dev/mmcblk0p5 /mmcblk0p5
+ mount --move /sys /mmcblk0p5/sys
+ mount --move /proc /mmcblk0p5/proc
+ mount --move /dev /mmcblk0p5/dev
+ echo 'Switching to /dev/mmcblk0p5'
Switching to /dev/mmcblk0p5
+ exec switch_root /mmcblk0p5 /sbin/init 'root=/dev/mmcblk0p5' rootwait rw
'cardtype=8980' 'bootver=v0.3.17+' 'build=safe' 'copyid=2' 'console=ttyS0,115200'
INIT: version 2.88 booting
Mounting ram filesystem [ OK ]
Welcome to
Press 'I' to enter interactive startup.
random: crng init done
random: 2 urandom warning(s) missed due to ratelimiting
Setting clock (utc): Fri Jan 28 09:24:55 UTC 2022 [ OK ]
Setting hostname rcpH: [ OK ]
rcpH1 (RCP03) detected
SD card description
type: SD
manfid: 0x000031
name: 1232
date: 07/2019
serial: 0x1744004a
hwrev: 0x1
fwrev: 0x0
cid: 3153503132333220101744004a013700
csd: 400e00325b5900003d2f7f800a400000
scr: 02c5800100000000

20220128T092456Z: SD(serial=0x1744004a): NO Permanent WP bit (13) set in CSD


20220128T092456Z: SD(serial=0x1744004a): NO Temporary WP bit (12) set in CSD
Checking filesystems
Checking all file systems.
[/sbin/fsck.ext3 (1) -- /S] fsck.ext3 -y /dev/mmcblk0p9
e2fsck 1.45.3 (14-Jul-2019)
/S: clean, 1728/399840 files, 847015/1596928 blocks
[/sbin/fsck.ext3 (1) -- /Boot] fsck.ext3 -y /dev/mmcblk0p1
e2fsck 1.45.3 (14-Jul-2019)
/Boot: clean, 44/12824 files, 30247/51200 blocks
[ OK ]
mount: /: can't find in /etc/fstab.
Mounting local filesystems: [ OK ]
mount /dev/mmcblk0p6 on /Alt
mount bind Boot/1 on /boot
opb linux image path: /S/1/annex/opb.squashfs-xz
opb linux mount point: /mnt/opbsquash
mount -t overlay overlay -o lowerdir=/S/1/patch/etc/rc.d/init.d:/etc/rc.d/init.d
/etc/rc.d/init.d
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/laurel/bin:/usr/laurel/bin
/usr/laurel/bin
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/laurel/lib:/usr/laurel/lib
/usr/laurel/lib
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/bin:/usr/st/bin /usr/st/bin
mount -t overlay overlay -o
lowerdir=/S/1/patch/usr/st/confd/etc:/usr/st/confd/etc /usr/st/confd/etc
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/etc:/usr/st/etc /usr/st/etc
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/inf/bin:/usr/st/inf/bin
/usr/st/inf/bin
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/lib:/usr/st/lib /usr/st/lib
mount -t overlay overlay -o lowerdir=/S/1/patch/usr/st/opb:/usr/st/opb /usr/st/opb
rm: cannot remove '/var/run/vsftpd/empty': Is a directory
rcpH1 (RCP03) detected
INIT: Entering runlevel: 4 1390:
Starting random number generator daemon
Initializing available sources

Failed to init entropy source hwrng

Initializing AES buffer

Enabling JITTER rng support

Initializing entropy source jitter

.
Booted RCP #0
Bringing up interface eth1 Error, some other host already uses address
192.168.127.17.
[ OK ]
Bringing up loopback interface: [ OK ]
Starting rpcbind daemon...done.
load FPGA from /usr/laurel/rcpE03/lib/fpga/current and initialize interrupt tree
fprog: INFO: loadFpga = 1
fprog: INFO: boardtype = 0x8980
fprog: INFO: GNU version = 0x0004
starting statd: done
exportfs: Failed to stat /S/var/laurel/otdr: No such file or directory
starting 8 nfsd kernel threads: done
starting mountd: done
exportfs: Failed to stat /S/var/laurel/otdr: No such file or directory
Starting ntpd: [ OK ]
start switch config
Running in "Cheetah9603" mode
L2MUX: configuring...
L2MUX: DONE!
create lock file
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
Starting internet superserver: xinetd.
Starting crond: OK

**** Ribbon Private System. Trespassers will be prosecuted ****


INIT: Switching to runlevel: 5
INIT: Sending processes the TERM signal
Starting udev
/etc/rc5.d/S90procman start
NO 9901-2
Starting tcf-agent: OK
net.unix.max_dgram_qlen = 100
net.ipv4.tcp_keepalive_probes = 20
net.ipv4.tcp_keepalive_intvl = 3

localhost login: root


Password:

Login incorrect
**** Ribbon Private System. Trespassers will be prosecuted ****
localhost login: root
Password:

Login incorrect
**** Ribbon Private System. Trespassers will be prosecuted ****
localhost login: root
Password:
[root@localhost ~]# lsh
conf

root@localhost> configure
Entering configuration mode
Users currently editing the configuration:
root terminal null (pid 2886), idle 00:02:47
[edit]

[edit]
root@localhost#

[edit]
root@localhost#

[edit]
root@localhost# run show interfaces
Interface Admin Oper Family Address
fe-rcp Up Up
fe-rcp.0 Up Up inet 10.7.146.36/24
ge-ua/0 Up Up
ge-ua/0.0 Up Up inet 10.7.146.36/24
dcn0 Down Down
gmpls0 Down Down
lo0 Down Down

[edit]
root@localho

You might also like