Difference between revisions of "Sparcstation"

From Sudo Room
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
== sparcstation 5 ==
== sparcstation 5 ==
* if it keeps trying to boot from network, try pressing STOP and A at the same time (and figure out how to fix that) [https://community.spiceworks.com/topic/2436891-timeout-waiting-for-arp-rarp-on-booting probably: setenv boot-device=disk]
* if it keeps trying to boot from network, try pressing STOP and A at the same time, and to fix that maybe [https://community.spiceworks.com/topic/2436891-timeout-waiting-for-arp-rarp-on-booting "setenv boot-device disk"] and "setenv tpe-link-test? false" and then "nvstore"
* at "ok" prompt, type
* at "ok" prompt, type


Line 25: Line 25:


[https://www.unix.com/solaris/45324-configuring-tp-ethernet-sparcstation-5-solaris-8-a.html maybe this will help make these settings automatic?]
[https://www.unix.com/solaris/45324-configuring-tp-ethernet-sparcstation-5-solaris-8-a.html maybe this will help make these settings automatic?]
[https://docs.oracle.com/cd/E19455-01/806-0916/ipconfig-13/index.html echo jackpumpkin > /etc/hostname.leo]


=== had to do this because the eeprom battery was dead ===
=== had to do this because the eeprom battery was dead ===

Revision as of 22:59, 8 November 2023

sparcstation 5

  • if it keeps trying to boot from network, try pressing STOP and A at the same time, and to fix that maybe "setenv boot-device disk" and "setenv tpe-link-test? false" and then "nvstore"
  • at "ok" prompt, type

boot disk
root
sudo*room

  • once its booted up, open a terminal and type

bash # this gives you a reasonable shell, with tab autocomplete and other important functionality
ifconfig le0 plumb
ifconfig le0 up
ifconfig le0 100.64.64.37/22
route add default 100.64.64.1

  • but even with the following in /etc/resolv.conf it can't resolve domain names, HOWEVER nslookup works:

domain jackpumpkin
nameserver 8.8.8.8
nameserver 8.8.4.4

  • lol when i went to Netscape and tried to visit http://172.217.164.110 it said "Netscape is unable to locate the server www.google.com. Please check the server name and try again."

maybe this will help make these settings automatic?

echo jackpumpkin > /etc/hostname.leo

had to do this because the eeprom battery was dead

  • then after that, it didn't come up to the "ok" prompt anymore so I had to

press STOP and A keys at the same time to interrupt boot