Sponsored Content
Full Discussion: Sun Hardware Diag Tools
Special Forums Hardware Filesystems, Disks and Memory Sun Hardware Diag Tools Post 35027 by TioTony on Tuesday 25th of March 2003 07:54:54 PM
Old 03-25-2003
I don't know if I am way off for what you are asking, but go to the "ok" prompt by typing "init 0". Once there type "setenv diag-switch? true" and "setenv diag-level? max" and "reset-all". It will spew all kinds of hardware info. This is just a basic overview, I suggest you go to docs.sun.com and read more about these commands if this is what you are looking for.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Different SUN Hardware in Cluster

Hi friends ! Does anyone know if I can work with one NETRA and one E450 in cluster ? Thanks, Witt:confused: (3 Replies)
Discussion started by: witt
3 Replies

2. Solaris

Sun server hardware questions

I have no experience with sun servers but for fun and experience I would like to buy a low-end server and play with things. I have a few questions that maybe some of you who use these things will be able to answer: - I believe they are also called PCI slots in the sun server, but are they the... (2 Replies)
Discussion started by: Synbios
2 Replies

3. Filesystems, Disks and Memory

Sun Ultra 10 hardware compatibility

How can I check if a Sun Ultra 10 workstation supports 40GB IDE drives? Thanks! (6 Replies)
Discussion started by: oti
6 Replies

4. Solaris

sun services tools bundles , help

hi everybody , i installed services tools bundles under solaris OS , but i don't know how to transfer files (that contain reports) to the system where SFT is installed ? and how i can consult a results in SFT server ? (0 Replies)
Discussion started by: lid-j-one
0 Replies

5. Solaris

regarding sun solaris hardware

hi :), i am new to this forum and i am in need of some help. one of my friend i having a Sun Ultra 2 UPA/Sbus (UltraSPARC-II 296Mhz) 640 MB ram. i am not sure if that configuration will be helpful to try out some sysadmin commands. this machine has a 21-inch monster monitor, which i think... (5 Replies)
Discussion started by: sudhiroracle
5 Replies

6. Solaris

SUN hardware specifications

Hello Guruz, I am just looking for all the h/w specifications of SUN solairs. It would be gr8 if its in the format of chart. Mainly i am looking for memory capacity and memory slots for all SUN servers in single sheet. Please let me know if some one know any details? Thanks in advance. (3 Replies)
Discussion started by: bullz26
3 Replies

7. Solaris

Sun hardware sizing

Hi, Never worked with Sun, but I have been presented to make a decision about Sun server hardware, since the application which we'll be running is not so popular and you guys might not have idea, for reference I can tell you our competitor is running same application (business volume 10 times... (1 Reply)
Discussion started by: tayyabq8
1 Replies

8. Hardware

Sun T3-1 hardware RAID

Hi all I've just received my T3-1. It has 8 disks and I would like to configure RAID1 on the disks. The Sun documentation states that you can either use the OpenBoot PROMP utility called Fcode or you can use software via the Solaris OS. The documentation doesn't make it clear if: 1. The... (6 Replies)
Discussion started by: soliberus
6 Replies

9. Hardware

Where can I get support on old SUN hardware

Oracle has put all SUN hardware related downloads into Oracle Support which not free for an old SUN workstation user. Now I am looking for a new version BIOS for upgrade but nowhere to download. P.S. it is SUN java workstation w1100z I'd APPRECIATE any information if someone could give me... (1 Reply)
Discussion started by: Leland
1 Replies
Test::Valgrind::Report(3pm)				User Contributed Perl Documentation			       Test::Valgrind::Report(3pm)

NAME
Test::Valgrind::Report - Base class for Test::Valgrind error reports. VERSION
Version 1.13 DESCRIPTION
This class provides a generic API for messages (the so-called reports) generated by the parser, filtered by the tool and the command, and handled by the action. The tool has authority for deciding in which subclass of this one reports should be blessed. Reports are classified by kinds. The "Diag" kind is reserved for diagnostics. "new kind => $kind, id => $id, data => $data" Your usual constructor. All options are mandatory : o "kind" is the category of the report. o "id" is an unique identifier for the report. o "data" is the content. "new_diag $data" Constructs a report with kind 'Diag', an auto-incremented identifier and the given $data. "kind" Read-only accessor for the "kind" option. "id" Read-only accessor for the "id" option. "data" Read-only accessor for the "data" option. "is_diag" Tells if a report has the 'Diag' kind, i.e. is a diagnostic. "kinds" Returns the list of valid kinds for this report class. Defaults to 'Diag'. "valid_kind $kind" Tells whether $kind is a valid kind for this report class. Defaults to true iff "$kind eq 'Diag'". SEE ALSO
Test::Valgrind. AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>. You can contact me by mail or on "irc.perl.org" (vincent). BUGS
Please report any bugs or feature requests to "bug-test-valgrind at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Test::Valgrind::Report COPYRIGHT &; LICENSE Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-08-25 Test::Valgrind::Report(3pm)
All times are GMT -4. The time now is 07:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy