shutdown -y -g 0 -i 5
shutdown -h now
cdrw -i file.isoThe command has many more options.
/etc/default/login
comment the console definition:
#CONSOLE /dev/consolei.e. allow remote console by disabling local console being the only one.
/etc/hosts /etc/nodename /etc/hostname.hme0 # /etc/net/ticlts/hosts /etc/net/ticots/hosts /etc/net/ticotsord/hosts /etc/inet/ipnodesFind all occurences of hostname
sunultrac
:
find . -type f -print | xargs grep -i sunultrac
Stop A
(on a native keyboard)
or send a BREAK
(on a terminal emulation).
ok
prompt boot into single user mode:
boot cdrom -s
fsck -F ufs -y /dev/dsk/c0t0d0s0 # for Ultra 5/10 workstations fsck -F ufs -y /dev/dsk/c0t3d0s0 # for SPARCstations ls /tmp/dev/dsk # if none of these: query what's there mount /dev/dsk/c0t0d0s0 /a # mount point 'a' should always exist
TERM=sun; export TERM # on a native workstation console TERM=vt100; export TERM # on an ASCII terminal (or emulation) cd /a vi /a/etc/shadow # or /etc/passwd # change root:wrtlgrmf::::::: # to root::::::::::: cd /; umount /a
boot -s # single user mode passwd
Title | Date | Code/Content | |
---|---|---|---|
Solaris PowerPC Edition: Installing Solaris Software |
May 1996 |
(web)
,
(web), (local) |
|
Solaris 2.5 PowerPC Edition: Hardware Compatibility List |
Revision A, October 1995 | Part No: 802-4540-05 | (local) |
Solaris 2.5.1 Server Release Notes | May 1996 | Part No. 802-5366 | (web), (local) |
Disk Layouts, Booting, and Installation for Solaris on PowerPC | April 17, 1995 | |
(web), (local) |
installboot man page |
19 Dec 1994 | SunOS 5.4 | (web), (local) |
comp.unix.solaris
:
Usenet,
Google