Difference between revisions of "Sparcstation"
Jump to navigation
Jump to search
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 to fix that | * if it keeps trying to boot from network, try pressing STOP and A at the same time, and to fix that, at the "ok" prompt type [https://community.spiceworks.com/topic/2436891-timeout-waiting-for-arp-rarp-on-booting "setenv boot-device disk"] and "setenv diag-device disk" and "setenv tpe-link-test? false" and then "nvstore" | ||
* at "ok" prompt, type | * at "ok" prompt, type | ||
Line 8: | Line 8: | ||
* once its booted up, open a terminal and type | * once its booted up, open a terminal and type | ||
<code>./netup</code> | |||
<br> | |||
* /netup is just this:<br> | |||
<code> | <code> | ||
ifconfig le0 plumb<br> | ifconfig le0 plumb<br> | ||
ifconfig le0 100.64.64.37/22<br> | |||
ifconfig le0 up<br> | ifconfig le0 up<br> | ||
route add default 100.64.64.1<br> | route add default 100.64.64.1<br> | ||
</code> | </code> | ||
* | * we the following is in /etc/resolv.conf | ||
<code>domain jackpumpkin<br> | <code>domain jackpumpkin<br> | ||
nameserver 8.8.8.8<br> | nameserver 8.8.8.8<br> | ||
nameserver 8.8.4.4<br></code> | nameserver 8.8.4.4<br></code> | ||
* | * and did this | ||
<code>cp /etc/nsswitch.dns /etc/nsswitch.conf</code> | |||
[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://sudoroom.org/lists/hyperkitty/list/sudo-discuss@sudoroom.org/thread/QAAD2R72X3X7JLLH4PJASNXSHVG6ZNQ6/ see this email thread] | |||
[https://docs.oracle.com/cd/E19455-01/806-0916/ipconfig-13/index.html echo jackpumpkin > /etc/hostname.leo] | [https://docs.oracle.com/cd/E19455-01/806-0916/ipconfig-13/index.html echo jackpumpkin > /etc/hostname.leo] |
Revision as of 01:12, 9 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, at the "ok" prompt type "setenv boot-device disk" and "setenv diag-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
./netup
- /netup is just this:
ifconfig le0 plumb
ifconfig le0 100.64.64.37/22
ifconfig le0 up
route add default 100.64.64.1
- we the following is in /etc/resolv.conf
domain jackpumpkin
nameserver 8.8.8.8
nameserver 8.8.4.4
- and did this
cp /etc/nsswitch.dns /etc/nsswitch.conf
maybe this will help make these settings automatic?
echo jackpumpkin > /etc/hostname.leo
had to do this because the eeprom battery was dead
- how to configure mac address which was written using information from amdprophet's notes & http://www.obsolyte.com/sunFAQ/faq_nvram.html
- then after that, it didn't come up to the "ok" prompt anymore so I had to