Sponsored Content
Full Discussion: SUn Netra X4200 M2 Drivers
Operating Systems Solaris SUn Netra X4200 M2 Drivers Post 302973810 by DukeNuke2 on Sunday 22nd of May 2016 03:54:05 AM
Old 05-22-2016
What do you need from the CD/DVD? There is a "Tools and Drivers" patch available for download from MOS but it only contains a firmware update for the ILOM and nothing more... If you need drivers for any other OS, the drivers of the X4200M2 server might work as it has the same mainboard. I was not able to find any information about that but if nothing else work, it might be worth a try?!

Last edited by DukeNuke2; 05-22-2016 at 05:01 AM..
 

9 More Discussions You Might Find Interesting

1. Solaris

Sun Fire V1280 / E2900 / Netra 1280

Hello, I'm trying to fix this server System Board (CPU/Memory Unit). The error indicates that its missing 3.3VDC. So far all the fuses and caps have been checked. I new at this type of machine, need help for idea on this system. Thank you in advance. Vu (0 Replies)
Discussion started by: vhtran
0 Replies

2. Solaris

sun netra t1

so i've grabbed this sun netra t1 for some small dev work. now obviously i need to install sol10. no problem done it a million times except for the fact that i've never actually done it w/o a term server. so i grab a usb to serial and a serial to rj45 (the one you get in every cisco order.. roll... (24 Replies)
Discussion started by: pupp
24 Replies

3. Solaris

Sun Netra T1 won't poweron/no POST

Hi guys. I have an old Netra T1 that I'm hoping to recover here so I can twiddle around with Solaris 10. It's been unable to power on despite issuing the "poweron" command or hitting the switch at the back of the server for some time. The LOM command "env" reports ALARM3 ON and everything else... (8 Replies)
Discussion started by: detach8
8 Replies

4. Solaris

SUN Netra 240 Boot error

Hi, When I am trying to boot my SUN Netra 240 Machine its giving some boot error. > {1} ok boot -i > Boot device: /pci@1c,600000/scsi@2/disk@0,0:a File and args: -i > Boot load failed. > The file just loaded does not appear to be executable. > {1} ok I tried to boot it from cdrom... (9 Replies)
Discussion started by: ppandey21
9 Replies

5. Hardware

[solved] Sun Netra X1 - Adding a Second Hard Drive

As the title suggests, I'm trying to install a second drive (really want an OS mirror) on a Sun Netra X1. I've taken the spacer out, and had a go at with the drill-press so now I have a nice HDD tray. Have installed an IDE drive in the tray, plugged in the power and data cables that were... (0 Replies)
Discussion started by: Smiling Dragon
0 Replies

6. Hardware

Sun Oracle Netra T5220 processor help

I recently required some Sun Oracle Netra T5220s. I do not have much knowledge of Sun products. The units do not have video cards or hard drives. How can I tell/go about figuring out what clock speed and how many cores the processor is? They are all outfitted with 32GB of memory. Two are... (11 Replies)
Discussion started by: nerdboy
11 Replies

7. Solaris

Fsck: alignment error Solaris 8, SUN Netra AX11505

Hello all, I recently powered on my Netra AX1105 server only to be greeted with the following error message. I am not sure what to do here, I cant fun fsck on OK prompt.. did ok>boot -r and now it keeps booting from net, then I run ok>boot disk then outputs the following message... and keeps... (3 Replies)
Discussion started by: br1an
3 Replies

8. Solaris

Need assistance to replace root disk on Netra X4200

Good day. I have a SUN Netra X4200 running on Solaris 10, with two disks in raid 1 configuration. HDD0 (c2t0d0) seems to have a problem but HDD1 (c2t1d0) is ok: # for a in c2t0d0 c2t1d0 ; do raidctl -l $a; done Volume Size Stripe Status Cache RAID Sub ... (5 Replies)
Discussion started by: BRH
5 Replies

9. Hardware

Cable for SUN x4200 DC

Hello, I have a spare SUN server X4200 with a DC PSU (oracle part number 300-2186) The PSU is the one in the photo I was looking in the net about what cable i can order but i couldn't find anything that fit there :) Any idea? Thanks! (2 Replies)
Discussion started by: @dagio
2 Replies
mmsexplorer(1M) 					  System Administration Commands					   mmsexplorer(1M)

NAME
mmsexplorer - generate diagnostic report for Media Management System SYNOPSIS
mmsexplorer -u [report_name] [num_lines] DESCRIPTION
The mmsexplorer command creates a diagnostic report of the activities of the Media Managment System (MMS) server configuration and collects log information. It constructs the diagnostic report from the most recent entries in the MMS log file, MMS database, and MMS trace file. The MMS is a software interface, consisting of library managers and drive managers, that manages storage resources such as tape libraries, tape drives, media pools, tape volumes, and the disk resources that emulate tape drives and tape volumes. By default, mmsexplorer generates a compressed report. Use the -u option to generate an uncompressed file. To run mmsexplorer, you must become superuser, or assume the Primary Administrator role. OPTIONS
The following options are supported: -u Generates the diagnostic report file in an uncompressed format. report_name Specifies the name of the diagnostic report file. The default name and location is: /tmp/MMSreport.<hostname.YYYYMMDD.HHMMZ>.tar.gz num_lines Specifies the number of lines to capture from each file that contributes to the diagnostic report. The default is 1000 lines. EXAMPLES
Example 1 Creating Diagnostic Report Using Default Values The following command creates a diagnostic report using all default values. The MMS server is running on a host named x400. This name is reflected in the name of the diagnostic file. # mmsexplorer Report name: /tmp/MMSreport.x4200.20080530.1247CDT.tar.gz Lines per file: 1000 Output format: tar.gz (default) Use -u for unarchived/uncompressed. Please wait............................................. Please wait............................................. Please wait............................................. Please wait............................................. Please wait............................................. Please wait.. The following files should now be ftp'ed to your support provider as ftp type binary. /tmp/MMSreport.x4200.20080530.1247CDT.tar.gz Example 2 Creating an Uncompressed Diagnostic Report The following command creates an uncompressed diagnostic report. As in the previous example, the MMS server is running on a host named x400. # mmsexplorer Report name: /tmp/MMSreport.x4200.20080530.1252CDT Lines per file: 1000 Output format: unarchived/uncompressed Please wait............................................. Please wait............................................. Please wait............................................. Please wait............................................. Please wait............................................. Please wait.. The following files should now be ftp'ed to your support provider as ftp type binary. /tmp/MMSreport.x4200.20080530.1252CDT /tmp/MMSreport.x4200.20080530.1252CDT.database.gz /tmp/MMSreport.x4200.20080530.1252CDT.trace.tar.gz EXIT STATUS
0 Success. !=0 An error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsmms | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
mmsadm(1M), mmsclient(1M), mmsinit(1M), attributes(5) NOTES
The diagnostic report generated by mmsexplorer can be sent to your Sun authorized service provider or to Sun's technical support, as speci- fied in your maintenance contract. SunOS 5.11 29 Jul 2008 mmsexplorer(1M)
All times are GMT -4. The time now is 06:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy