Welcome to ARMLand - 0/0x0d00
running...(sherwood-root 0607201829)
* InfiniteReality/Reality Software, IRIX 6.5 Release *
***********************************************************************
weldelandia wrote: Hi, is there a way to find users by location?
3dchris wrote: Also, I don't see the option to turn on "Smooth Wireframe", or "High Quality Viewport". Are these options not supported on the SGI?
Maya 6.5 Help Menu wrote: Shading > Smooth Wireframe
Displays smooth wireframed objects in Maya's 3D views, including the Hardware Render Buffer and the 3D Paint Effects view.
Note: Does not work in 2D views, including the UV Texture Editor.
<and>
Shading > High Quality Rendering
When high quality interactive shading is turned on, the scene views are drawn in high quality by the hardware renderer. This lets you see a very good representation of the look of the final render without having to software render the scene.
87Porsche wrote:recondas wrote: Yeah - its almost enough to revive speculation that an EPS power supply from a PC could be rewired to work <maybe even a Sparkle >. If you have the chance a few close up photos of the label, interior and any makings on the PCB would be very interesting.
Here you go. I thought I had thrown it away.
I don't know that SGI has ever publicly given a reason, but your list of suggestions sounds like it includes most of the usual suspects.zski128 wrote: What was the reason for the later higher wattage PSU? Higher CPU speeds, more expansion cards?
I don't get quite the same edit panel you do, but to the best of my pre-moderator recollection the title changing bits were the same. You'll have to edit the initial post to change the title of the thread.Black Cardinal wrote: Forum question: How do I edit the thread title to match the new configuration?
zafunk wrote: Wikify the aggregators and keep the individual threads going for discussion purposes.
Code: Select all
{ DATTAPE, TPDAT, 2, 7, "HP", "Ultrium", /*LTO-1*/, 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_COMPRESS|MTCAN_PREV|
MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|MTCAN_SETSZ|
MTCAN_SILI|MTCAN_SEEK|MTCAN_CHTYPEANY,
/* minimum delay on i/o is 4 minutes, because when a retry is
* performed, the drive retries a number of times, and then
* rewinds to BOT, repositions, and tries again. */
40, 5*60, 20*60, 20*60, 3*3600, 512, 512*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Just in case anyone outside of LA might be tempted - moving a single-rack system is pretty straightforward if you have access to a pick up truck and a helper. I picked up the one I had using this method , and it went to the new owner the same way <in a mini-sized pickup truck>.hirudin wrote: I know moving one of these can be awesome (and by awesome I mean a pain).
Code: Select all
Integral SCSI controller 5: Version LS1030, low voltage differential
Tape drive: unit 6 on SCSI controller 5: unknown
# mt status
Controller: SCSI
Device: HP: Ultrium 1-SCSIĀ E21V
Status: 0x200
Drive type: unknown
Media : Not READY
Code: Select all
Integral SCSI controller 5: Version LS1030, low voltage differential
Tape drive: unit 6 on SCSI controller 5: DAT
# mt status
Controller: SCSI
Device: HP: Ultrium 1-SCSIĀ E21V
Status: 0x20262
Drive type: DAT
Media : READY, writable, at BOT
- the fourth field in that line "7", should reflect the total number of spaces in the fifth field ("ULTRIUM 3"), which is actually 9 spaces. To comply with SGI's guidelines, it should have read{ DATTAPE, TPDAT, 8, 7 , "CERTANCE", " ULTRIUM 3 ", 0, 0, {0},
(the copy quoted below is the edited version).{ DATTAPE, TPDAT, 8, 9 , "CERTANCE", " ULTRIUM 3 ", 0, 0, {0},
Code: Select all
/* HP Ultrium 1 / LTO-1 */
{ DATTAPE, TPDAT, 2, 7, "HP", "Ultrium", /*LTO-1*/, 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_COMPRESS|MTCAN_PREV|
MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|MTCAN_SETSZ|
MTCAN_SILI|MTCAN_SEEK|MTCAN_CHTYPEANY,
/* minimum delay on i/o is 4 minutes, because when a retry is
* performed, the drive retries a number of times, and then
* rewinds to BOT, repositions, and tries again. */
40, 5*60, 20*60, 20*60, 3*3600, 512, 512*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* IBM LTO-2 / Ultrium-TD2 */
{ DATTAPE, TPDAT, 3, 11, "IBM", "ULTRIUM-TD2", 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SETMK|
MTCAN_PREV|MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|
MTCAN_SETSZ|MTCAN_SILI|MTCAN_SEEK|MTCAN_COMPRESS,
40, 5*60, 10*60, 10*60, 3*3600, 512, 256*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* IBM LTO-3 / Ultrium-TD3 */
{ DATTAPE, TPDAT, 3, 11, "IBM", "ULTRIUM-TD3", 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SETMK|
MTCAN_PREV|MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|
MTCAN_SETSZ|MTCAN_SILI|MTCAN_SEEK|MTCAN_COMPRESS,
40, 5*60, 10*60, 10*60, 3*3600, 512, 256*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* Quantum SuperDLT-1 */
{ DECDLT, TPDLT, 7, 9, "QUANTUM", "SuperDLT1", 0, 0, {0},
MTCAN_BSF | MTCAN_BSR | MTCAN_APPEND | MTCAN_SPEOD |
MTCAN_CHKRDY | MTCAN_VAR | MTCAN_SETSZ | MTCAN_SILI |
MTCAN_SEEK | MTCAN_SYNC | MTCAN_CHTYPEANY | MTCAN_COMPRESS,
20, 8*60, 20*60, 5*60, 3*3600, 4096, 64*1024,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* HP LTO3 / Ultrium 3 */
{ DATTAPE, TPDAT, 2, 9, "HP", "Ultrium 3", 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SETMK|MTCAN_PART|MTCAN_PREV|
MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|MTCAN_SETSZ|
MTCAN_SILI|MTCAN_AUDIO|MTCAN_SEEK|MTCAN_CHTYPEANY|MTCAN_COMPRESS,
40, 5*60, 20*60, 20*60, 3*3600, 512, 512*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* Certance LTO-2 / Ultrium 2 */
{ DATTAPE, TPDAT, 8, 9, "CERTANCE", "ULTRIUM 2", 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SETMK|
MTCAN_PREV|MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|
MTCAN_SETSZ|MTCAN_SILI|MTCAN_SEEK|MTCAN_COMPRESS,
40, 5*60, 10*60, 10*60, 3*3600, 512, 256*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* Quantum LTO3 / Ultrium 3 */
{ DATTAPE, TPDAT, 8, 9, "CERTANCE", "ULTRIUM 3", 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SETMK|MTCAN_PART|MTCAN_PREV|
MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|MTCAN_SETSZ|
MTCAN_SILI|MTCAN_AUDIO|MTCAN_SEEK|MTCAN_CHTYPEANY|MTCAN_COMPRESS,
40, 5*60, 20*60, 20*60, 3*3600, 512, 512*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* HP LTO4 / Ultrium 4 */
{ DATTAPE, TPDAT, 2, 9, "HP", "Ultrium 4", 0, 0, {0},
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SETMK|MTCAN_PART|MTCAN_PREV|
MTCAN_SYNC|MTCAN_SPEOD|MTCAN_CHKRDY|MTCAN_VAR|MTCAN_SETSZ|
MTCAN_SILI|MTCAN_AUDIO|MTCAN_SEEK|MTCAN_CHTYPEANY|MTCAN_COMPRESS,
40, 5*60, 20*60, 3*3600, 512, 256*512, 512*512,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* Quantum SDLT220 drive */
{ DECDLT, TPDLT, 7, 7, "QUANTUM", "SDLT220", 0, 0,
{0}, MTCAN_BSF | MTCAN_BSR | MTCAN_APPEND | MTCAN_SPEOD |
MTCAN_CHKRDY | MTCAN_VAR | MTCAN_SETSZ | MTCAN_SILI | MTCAN_SEEK|
MTCAN_SYNC | MTCAN_CHTYPEANY | MTCAN_COMPRESS | MTCAN_SETDEN,
20, 8*60, 20*60, 5*60, 3*3600, 4096, 64*1024,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* Quantum SDLT320 drive */
{ DECDLT, TPDLT, 7, 7, "QUANTUM", "SDLT320", 0, 0,
{0}, MTCAN_BSF | MTCAN_BSR | MTCAN_APPEND | MTCAN_SPEOD |
MTCAN_CHKRDY | MTCAN_VAR | MTCAN_SETSZ | MTCAN_SILI | MTCAN_SEEK|
MTCAN_SYNC | MTCAN_CHTYPEANY | MTCAN_COMPRESS | MTCAN_SETDEN,
20, 8*60, 20*60, 5*60, 3*3600, 4096, 64*1024,
tpsc_default_dens_count, tpsc_default_hwg_dens_names,
tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* Quantum SDLT600 drive */
{ DECDLT, TPDLT, 7, 7, "QUANTUM", "SDLT600", 0, 0, {0, 0, 0, 0 },
MTCAN_BSF|MTCAN_BSR|MTCAN_APPEND|MTCAN_SPEOD |
MTCAN_CHKRDY|MTCAN_VAR| MTCAN_SETSZ|MTCAN_SILI|MTCAN_SEEK|
MTCAN_SYNC|MTCAN_CHTYPEANY | MTCAN_COMPRESS | MTCAN_SETDEN,
20, 8*60, 20*60, 5*60, 3*3600, 16384, 64*1024,
tpsc_default_dens_count, tpsc_default_hwg_dens_names, tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
/* SONY GY-8240 DTF2 drive */
{ SONYGY, TPGY2120, 4, 7, "SONY", "GY-8240", 0, 0, {0, 0, 0, 0},
MTCAN_BSF | MTCAN_BSR | MTCANT_RET | MTCAN_CHKRDY | MTCAN_PREV |
MTCAN_SEEK | MTCAN_APPEND | MTCAN_SILI | MTCAN_VAR | MTCAN_SETSZ |
MTCAN_CHTYPEANY | MTCAN_COMPRESS,
20, 100*60, 10*60, 9*60, 9*60, 16384, 256*1024,
tpsc_default_dens_count, tpsc_default_hwg_dens_names, tpsc_default_alias_dens_names,
{0}, 0, 0, 0,
0, (u_char *)0 },
Code: Select all
InPerson 2.2.1 runs on all systems with graphics that are supported by IRIX 6.5. InPerson's whiteboard only runs on systems with graphics and overlay planes. The audio conferencing features are supported only on audio-capable systems:Ā O2, Indy, Indigo2, and Indigo. A microphone is required, and headphones are useful in some environments. Video hardware is not required; static images can be used instead of live video. IndigoVideo hardware for Indigo LG1 graphics, also known as Starter video, has not been supported since IRIX 6.2, and is not supported by InPerson 2.2.1.
The InPerson Option board and its driver software (known as indycomp) is no longer supported in IRIX 6.5, nor by InPerson 2.2.1.
DM2s, DM3s and DM5s have become very affordable, but the LVDS cables used to connect the DM2/3 to the DM5 are still pretty rare (and likely to get even more so when Richtom1s limited supply is exhausted).canavan wrote: Anyone? If no one knows, could somebody please measure his?
Code: Select all
# hinv -vm
Location: /hw/module/001c01/node
IP53_2CPU Board: barcode NGB308Ā Ā Ā part 030-1869-001 rev -D
Location: /hw/module/001c01/IXbrick/xtalk/12
ASTODYB Board: barcode MPL755Ā Ā Ā part 030-1725-001 rev -F
Location: /hw/module/001c01/IXbrick/xtalk/15
2U_INT_53 Board: barcode MYV358Ā Ā Ā part 030-1809-003 rev -B
Location: /hw/module/001c01/IXbrick/xtalk/15/pci-x/0/1/ioc4
IO9 Board: barcode MRH584Ā Ā Ā part 030-1771-004 rev -A
2 700 MHZ IP35 Processors
CPU: MIPS R16000 Processor Chip Revision: 2.1
FPU: MIPS R16010 Floating Point Chip Revision: 2.1
CPU 0 at Module 001c01/Slot 0/Slice A: 700 Mhz MIPS R16000 Processor Chip (enabled)
Processor revision: 2.1. Scache: Size 4 MB Speed 350 MhzĀ Tap 0xc
CPU 1 at Module 001c01/Slot 0/Slice C: 700 Mhz MIPS R16000 Processor Chip (enabled)
Processor revision: 2.1. Scache: Size 4 MB Speed 350 MhzĀ Tap 0xc
Main memory size: 2048 Mbytes
Instruction cache size: 32 Kbytes
Data cache size: 32 Kbytes
Secondary unified instruction/data cache size: 4 Mbytes
Memory at Module 001c01/Slot 0: 512 MB (enabled)
Bank 0 contains 1024 MB (Premium) DIMMS (enabled)
Bank 1 contains 1024 MB (Premium) DIMMS (enabled)
Integral SCSI controller 2: Version IDE (ATA/ATAPI) IOC4
CDROM: unit 0 on SCSI controller 2
Integral SCSI controller 0: Version QL12160, low voltage differential
Disk drive: unit 1 on SCSI controller 0 (unit 1)
Integral SCSI controller 1: Version QL12160, low voltage differential
IOC3/IOC4 serial port: tty3
IOC3/IOC4 serial port: tty4
IOC3/IOC4 serial port: tty5
IOC3/IOC4 serial port: tty6
Graphics board: V10
Integral Gigabit Ethernet: tg0, module 001c01, PCI bus 1 slot 4
Iris Audio Processor: version RAD revision 13.0, number 1
PCI Adapter ID (vendor 0x10a9, device 0x100a) PCI slot 1
PCI Adapter ID (vendor 0x1077, device 0x1216) PCI slot 3
PCI Adapter ID (vendor 0x14e4, device 0x1645) PCI slot 4
PCI Adapter ID (vendor 0x10a9, device 0x0005) PCI slot 1
PCI Adapter ID (vendor 0x1033, device 0x0035) PCI slot 2
PCI Adapter ID (vendor 0x1033, device 0x0035) PCI slot 2
PCI Adapter ID (vendor 0x1033, device 0x00e0) PCI slot 2
IOC4 firmware revision 62
IOC3/IOC4 external interrupts: 1
HUB in Module 001c01/Slot 0: Revision 2 Speed 200.00 Mhz (enabled)
IP35prom in Module 001c01/Slot n0: Revision 6.210
USB controller: type OHCI
USB Human Interface Device: device id 0 type keyboard
USB controller: type OHCI
USB Human Interface Device: device id 0 type mouse
Code: Select all
# uname -aR
IRIX64 IRIS 6.5 6.5.30f 07202013 IP35
Code: Select all
# l1cmd serial all
DataĀ Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā LocationĀ Ā Ā Value
------------------------------Ā ------------Ā --------
Local System Serial NumberĀ Ā Ā NVRAMĀ Ā Ā Ā Ā M2004922
Reference System Serial NumberĀ NVRAMĀ Ā Ā Ā Ā M2004922
Local Brick Serial NumberĀ Ā Ā Ā EEPROMĀ Ā Ā Ā MYV358
Reference Brick Serial NumberĀ Ā NVRAMĀ Ā Ā Ā Ā MYV358
EEPROMĀ Ā Ā Product NameĀ Ā SerialĀ Ā Ā Ā Ā Part NumberĀ Ā Ā Ā Ā Ā RevĀ T/W
----------Ā --------------Ā -------------Ā --------------------Ā ---Ā ------
INTERFACEĀ Ā 2U_INT_53Ā Ā Ā Ā MYV358Ā Ā Ā Ā Ā 030_1809_003Ā Ā Ā Ā Ā BĀ Ā 00
IO9Ā Ā Ā Ā Ā IO9Ā Ā Ā Ā Ā Ā Ā MRH584Ā Ā Ā Ā Ā 030_1771_004Ā Ā Ā Ā Ā AĀ Ā 00
ODYSSEYĀ Ā Ā ASTODYBĀ Ā Ā Ā Ā MPL755Ā Ā Ā Ā Ā 030_1725_001Ā Ā Ā Ā Ā FĀ Ā 00
RISERĀ Ā Ā Ā 2U_RISERĀ Ā Ā Ā MZA527Ā Ā Ā Ā Ā 030_1808_005Ā Ā Ā Ā Ā AĀ Ā 00
NODEĀ Ā Ā Ā IP53_2CPUĀ Ā Ā Ā NGB308Ā Ā Ā Ā Ā 030_1869_001Ā Ā Ā Ā Ā DĀ Ā 00
SNOWBALLĀ Ā no hardware detected
PS 1Ā Ā Ā Ā no hardware detected
PS 2Ā Ā Ā Ā DPS-500EBEĀ Ā Ā XPD0312001407Ā 060-0178-001Ā Ā Ā Ā Ā S1
EEPROMĀ Ā Ā JEDEC-SPD InfoĀ Ā Ā Ā Ā Ā Part NumberĀ Ā Ā Ā Rev SpeedĀ SGI
---------- ------------------------ ------------------ ---- ------ --------
DIMM 0Ā Ā Ā CE000000000000000C6D6F00 M3 46L2820BT2-CA0Ā Ā 2BĀ Ā 10.0Ā N/A
DIMM 2Ā Ā Ā no hardware detected
DIMM 4Ā Ā Ā no hardware detected
DIMM 6Ā Ā Ā no hardware detected
DIMM 1Ā Ā Ā CE000000000000000CBF6F00 M3 46L2820BT2-CA0Ā Ā 2BĀ Ā 10.0Ā N/A
DIMM 3Ā Ā Ā no hardware detected
DIMM 5Ā Ā Ā no hardware detected
DIMM 7Ā Ā Ā no hardware detected
Code: Select all
# diskpatch -v
sc0d1l0:Ā DiskĀ Ā Ā Ā Ā SGIĀ Ā Ā IBM DNES-318350YSAF0Ā Serial: AKG1H280
Code: Select all
# /usr/gfx/gfxinfo -v
Graphics board 0 is "ODYSSEY" graphics.
Managed (":0.0") 1280x1024
BUZZ version B.1
PB&J version 1
32MB memory
Banks: 2, CAS latency: 3
Monitor 0 type: SGX 8192
Input Sync: Voltage - Video Level; Source - Internal; Genlocked - False
Channel 0:
Origin = (0,0)
Video Output: 1280 pixels, 1024 lines, 60.00Hz (1280x1024_60)
Video Format Flags:Ā (none)
Sync Disabled
Using Gamma Map 0
Code: Select all
# l1cmd env
Environmental monitoring is enabled and running.
DescriptionĀ Ā StateĀ Ā Ā Ā Warning LimitsĀ Ā Ā Fault LimitsĀ Ā Ā Ā Current
-------------- ----------Ā -----------------Ā -----------------Ā -------
1.8VĀ Ā EnabledĀ 10%Ā Ā 1.62/Ā 1.98Ā 20%Ā Ā 1.44/Ā 2.16Ā Ā 1.79
12VĀ Ā DisabledĀ 10%Ā 10.80/ 13.20Ā 20%Ā Ā 9.60/ 14.40Ā Ā 12.06
12VĀ Ā EnabledĀ 10%Ā 10.80/ 13.20Ā 20%Ā Ā 9.60/ 14.40Ā Ā 12.06
3.3VĀ Ā EnabledĀ 10%Ā Ā 2.97/Ā 3.63Ā 20%Ā Ā 2.64/Ā 3.96Ā Ā 3.32
12V IOĀ Ā EnabledĀ 10%Ā 10.80/ 13.20Ā 20%Ā Ā 9.60/ 14.40Ā Ā 12.06
5V auxĀ Ā EnabledĀ 10%Ā Ā 4.50/Ā 5.50Ā 20%Ā Ā 4.00/Ā 6.00Ā Ā 4.97
3.3V auxĀ Ā EnabledĀ 10%Ā Ā 2.97/Ā 3.63Ā 20%Ā Ā 2.64/Ā 3.96Ā Ā 3.23
5V auxĀ Ā EnabledĀ 10%Ā Ā 4.50/Ā 5.50Ā 20%Ā Ā 4.00/Ā 6.00Ā Ā 4.97
3.3VĀ Ā EnabledĀ 10%Ā Ā 2.97/Ā 3.63Ā 20%Ā Ā 2.64/Ā 3.96Ā Ā 3.32
2.5VĀ Ā EnabledĀ 10%Ā Ā 2.25/Ā 2.75Ā 20%Ā Ā 2.00/Ā 3.00Ā Ā 2.51
5VĀ Ā EnabledĀ 10%Ā Ā 4.50/Ā 5.50Ā 20%Ā Ā 4.00/Ā 6.00Ā Ā 4.94
3.3V auxĀ Ā DisabledĀ 10%Ā Ā 2.97/Ā 3.63Ā 20%Ā Ā 2.64/Ā 3.96Ā Ā 3.23
XIO 12V biasĀ Ā EnabledĀ 10%Ā 10.80/ 13.20Ā 20%Ā Ā 9.60/ 14.40Ā Ā 12.00
XIO 5VĀ Ā EnabledĀ 10%Ā Ā 4.50/Ā 5.50Ā 20%Ā Ā 4.00/Ā 6.00Ā Ā 4.94
XIO 2.5VĀ Ā EnabledĀ 10%Ā Ā 2.25/Ā 2.75Ā 20%Ā Ā 2.00/Ā 3.00Ā Ā 2.48
XIO 3.3V auxĀ Ā EnabledĀ 10%Ā Ā 2.97/Ā 3.63Ā 20%Ā Ā 2.64/Ā 3.96Ā Ā 3.30
NODE0 3.3V auxĀ Ā EnabledĀ 10%Ā Ā 2.97/Ā 3.63Ā 20%Ā Ā 2.64/Ā 3.96Ā Ā 3.23
NODE0 5V auxĀ Ā EnabledĀ 10%Ā Ā 4.50/Ā 5.50Ā 20%Ā Ā 4.00/Ā 6.00Ā Ā 4.94
NODE0 12VĀ Ā EnabledĀ 10%Ā 10.80/ 13.20Ā 20%Ā Ā 9.60/ 14.40Ā Ā 12.00
NODE0 SRAMĀ Ā EnabledĀ 10%Ā Ā 2.25/Ā 2.75Ā 20%Ā Ā 2.00/Ā 3.00Ā Ā 2.50
NODE0 1.5VĀ Ā EnabledĀ 10%Ā Ā 1.35/Ā 1.65Ā 20%Ā Ā 1.20/Ā 1.80Ā Ā 1.49
NODE0 CPUĀ Ā EnabledĀ 10%Ā Ā 1.13/Ā 1.38Ā 20%Ā Ā 1.00/Ā 1.50Ā Ā 1.25
DescriptionĀ Ā StateĀ Ā Ā Ā Warning RPMĀ Current RPM
-------------- ----------Ā -----------Ā -----------
FAN 0Ā EXHST 1Ā Ā EnabledĀ Ā Ā Ā Ā 2160Ā Ā Ā Ā Ā 2311
FAN 1Ā Ā Ā Ā PSĀ Ā EnabledĀ Ā Ā Ā Ā 1800Ā Ā Ā Ā Ā 2057
FAN 2Ā Ā PCI 1Ā Ā EnabledĀ Ā Ā Ā Ā 2160Ā Ā Ā Ā Ā 2343
FAN 3Ā Ā PCI 2Ā Ā EnabledĀ Ā Ā Ā Ā 2160Ā Ā Ā Ā Ā 2616
FAN 4Ā Ā Ā ODYĀ Ā EnabledĀ Ā Ā Ā Ā 1679Ā Ā Ā Ā Ā 2083
AdvisoryĀ Ā CriticalĀ Ā FaultĀ Ā Ā Current
DescriptionĀ Ā StateĀ Ā Ā Ā TempĀ Ā Ā Ā TempĀ Ā Ā Ā TempĀ Ā Ā Ā Temp
-------------- ----------Ā ---------Ā ---------Ā ---------Ā ---------
INTERFACE 0Ā Ā Ā Ā EnabledĀ Ā DisabledĀ Ā DisabledĀ Ā 75C/167FĀ Ā 35C/ 95F
INTERFACE 1Ā Ā Ā Ā EnabledĀ Ā DisabledĀ Ā DisabledĀ Ā 75C/167FĀ Ā 35C/ 95F
INTERFACE 2Ā Ā Ā Ā EnabledĀ Ā DisabledĀ Ā DisabledĀ Ā 75C/167FĀ Ā 32C/ 89F
PCI RISERĀ Ā Ā Ā Ā EnabledĀ Ā DisabledĀ Ā DisabledĀ Ā 75C/167FĀ Ā 29C/ 84F
ODYSSEYĀ Ā Ā Ā Ā Ā EnabledĀ Ā DisabledĀ Ā DisabledĀ Ā 75C/167FĀ Ā 30C/ 86F
NODEĀ Ā Ā Ā Ā Ā Ā EnabledĀ Ā DisabledĀ Ā DisabledĀ Ā 75C/167FĀ Ā 38C/100F
BEDROCKĀ Ā Ā Ā Ā Ā EnabledĀ Ā DisabledĀ Ā DisabledĀ Ā 75C/167FĀ Ā 38C/100F
Code: Select all
# l1cmd ver
L1 1.24.11 (Image B), Built 10/29/2003 00:05:40Ā Ā [2MB image]
Thanks - it was a good an opportunity to put together some parts that I had/just acquired. Since this would make my third O350 with graphics, I'm going to pass it one along to someone who'll give it more use.fu wrote: new rocker in your place? congrats dave
The DM3/xtdigvid digital video board. (tho I used to think the name was a play on my chances of actually finding one).fu wrote: what is a SNOWBALL device? funky name...
Thanks - they do make a very nice graphics workstation. Functionally the hardware is the same as the rack mount version of the Tezro or an Onyx (350) InfinitePerformance system. Once you add a graphics board the PROM splash with display either "Tezro" or "Welcome to Onyx InfinitePerformance" (your choice): viewtopic.php?f=3&t=16721235&ramq wrote: Nice one.
There are two basic methods. In either case the VPro board will overlap the processor cooling shroud (which causes the VPRo heatsink to foul the O350 processor shroud). The major difference in the two methods is how clearance for the VPro heatsink is acquired.ramq wrote: Since you have three of'em, did you follow the threads before regarding Vpro in O350 or did you come up with some new nifty solutions to make it just as close to a "factory" config as possible? I'm thinking cutting metal, replacing fans, etc...
mapesdhs wrote: how right you are. I currently have the cables priced higher than the DM2.
Thanks Ian - your offer of help is greatly appreciated.mapesdhs wrote: I'll do it when I can...
What's needed is a listing of how the wires in side the are routed from one end to the other. While a photo would help identify the cables in question, the needed detail would be hidden from a normal photograph. On the other hand, no disassembly should be required, the internal wiring can be determined from either end with the use of a multi-meter or even a simple continuity tester.fu wrote: guys would a snap of the cable suffice? or do you have to crack it open and meticulously examine its guts?
If there are any laying around unused, send 'em to me and I'll test them and post the pin-outs.fu wrote: i'll be doing some post work next week, i can ask around if there's any left/hidden in the storage room
Like they did with the O350, SGI used an off the shelf drive sled in the O300. The O350 sled was also used by Intel/Sun/others, the O300 sled in a few IBM servers.Rincewind wrote: What kind of sled are used in the O300?
Pretty much, like ianj mentioned, they used a commodity sled with a removable air baffle.SAQ wrote: So SGI used "real" drive sleds as baffles on the O3x series?
The Altix 350 / Prism used the same sled as the Origin 350. Haven't ever seen an A450, but the illustrations in TechPubs make it look like they also use the same sled as the O350: http://techpubs.sgi.com/library/tpl/cgi ... #id5202614smj wrote: I for one am very glad they went this way in the O3x0 units... I suppose the same holds true for the Altix 350 and 450s, no?
Sorry to hear about your troubles - but hope the closure was transient. Be passing through there pretty soon on the bike on my way to take a right at Puget Sound.maxsleg wrote: I am NOT impressed by Avis or HWY 101).......
Thanks - here's a couple of photos of the part identification labels and the sleds side by side.smj wrote: (I've stuffed this info and a picture into the wiki for future reference.)