Thanks! Solved my problem as well. What causes this to happen? This may explain other issues I am having on this system.
Thanks! Solved my problema too. I wonder why this devices were missing?
it worked for me too. any idea how this goes missing?
Not work for me getting below error. PTGBSSC1TEP01 # lssrc -s sshd Subsystem Group PID Status sshd ssh inoperative PTGBSSC1TEP01 # stopsrc -s sshd 0513-004 The Subsystem or Group, sshd, is currently inoperative. PTGBSSC1TEP01 # ls -l /dev/random /dev/urandom crw-r--r-- 1 root system 524, 0 23 Jul 11:31 /dev/random crw-r--r-- 1 root system 524, 1 23 Jul 11:32 /dev/urandom PTGBSSC1TEP01 # rm -rf /dev/random PTGBSSC1TEP01 # rm -rf /dev/urandom PTGBSSC1TEP01 # ls -l /dev/random /dev/urandom /dev/random not found /dev/urandom not found PTGBSSC1TEP01 # mknod /dev/random c 524 0 PTGBSSC1TEP01 # mknod /dev/urandom c 524 1 PTGBSSC1TEP01 # ls -l /dev/random /dev/urandom crw-r--r-- 1 root system 524, 0 23 Jul 12:14 /dev/random crw-r--r-- 1 root system 524, 1 23 Jul 12:14 /dev/urandom PTGBSSC1TEP01 # randomctl -l /usr/lib/drivers/random: Device busy PTGBSSC1TEP01 # startsrc -s sshd 0513-059 The sshd Subsystem has been started. Subsystem PID is 22478874. PTGBSSC1TEP01 # lssrc -s sshd Subsystem Group PID Status sshd ssh inoperative
Great instructions! Solved my problem. And save me a lot of time. Thanks!!!!!