If you do a clean install of the OS from scratch on an HP / Agilent 16700A / 16700B / 16702A / 16702B logic analyzer mainframe you should end up with an /etc/passwd file that looks like this:
root:J8HyPr7uddHCc:0:3::/:/sbin/sh
daemon:*:1:5::/:/sbin/sh
bin:*:2:2::/usr/bin:/sbin/sh
sys:*:3:3::/:
adm:*:4:4::/var/adm:/sbin/sh
uucp:*:5:3::/var/spool/uucppublic:/usr/lbin/uucp/uucico
lp:*:9:7::/var/spool/lp:/sbin/sh
nobody:*:-2:-24::/:
logic::16700:16700:Logic default login:/logic:/usr/sprockets/bin/sessionWrapper
hplogic::16700:16700:Logic default login:/logic:/usr/sprockets/bin/sessionWrapper
hplogicz:*:16700:16700:Logic default login:/home/hplogic:/bin/sh
ftp:*:16700:16700:Anonymous FTP:/logic:/usr/bin/false
www:*:15:15:World Wide Web:/home/www:/usr/bin/false
It turns out that the default password for that root entry is: "uh,uhuh"
I made a few unsuccessful attempts to crack that myself before I was recently given this tip from someone else.
So if you want to do some hacking on your 16700A / 16700B / 16702A / 16702B and assuming it still has the default root password, you don't have to boot into single user mode to change it there. Just use the Control+Alt+Shift+F8 keyboard shortcut to bring up an xterm window and then you can su to root using the default password and hack away.
And of course if you have the system configured on an open network you might want to change the default root password if you haven't already done so.
Have fun.