Sponsored Content
Full Discussion: Cable for SUN x4200 DC
Special Forums Hardware Cable for SUN x4200 DC Post 302959343 by @dagio on Sunday 1st of November 2015 08:07:00 AM
Old 11-01-2015
Thanks for your response, this is also what i figured out...
 

10 More Discussions You Might Find Interesting

1. IP Networking

unix and the cable modem

If the cable modem that the cable company is using doesn't support unix is there a way around that . Are there drivers I can get online or is there a way to configure redhat lenix (that's what I will be using) to work with the cable modem. Or is there a way to buy a third party cable modem that... (3 Replies)
Discussion started by: gparsons70
3 Replies

2. Solaris

Is the cable you are using a null modem cable or a modem cable

Hi all, Is there any difference between a null modem cable or a modem cable ? i assume that a null modem cable is a normal cable that i used from cpu serial ports to a modem for dialup. please correct if i am wrong, thks (2 Replies)
Discussion started by: waterbear
2 Replies

3. Solaris

x4200 mortal errors and hellllp me!

hi after installation of sol 10 u 2 system started rebooting and when i tried to install solaris the system is giving: panic/thread=cbacf800: BAD TRAP: type=e(#pf page fault) rp=fec38ae4 addr=458b247d occured in module "unix" due to an illegal access to a user address syncing file systems..... (2 Replies)
Discussion started by: nibiru78
2 Replies

4. High Performance Computing

Normal (not crossover) cable for Sun cluster interconnect..

Hi grus, has anybody tried for Sun cluster interconnect normal cable ,, I mean not interconnect .. What do u think ..does it support this ? Not long ago I tried Veritas cluster and its interconnections work great with normal cable .. I wonder what will Sun cluster say to it :)) (3 Replies)
Discussion started by: samar
3 Replies

5. Solaris

Cable link down

We are unable to ping from Sun Ultra 60 to Ultra 10 machine and vice versa. We are getting an error message Cable Link Down ?. It was working fine. Troubleshooting steps taken. 1) Changed the IPaddresses on both machines 192.168.10.10 and 192.168.10.20. These machines connected through 8 port... (2 Replies)
Discussion started by: vijaykrishna
2 Replies

6. Solaris

x4200 solaris doesn't see new disk

I got two 2.5" disk for a x4200 and put it in. Just same these disk were, I remember doing this in the past, working.. Now when I put in the disk and run 'devfsadm' and also check with 'cfgadm -a', that disk doesn't seem to show up. When I pull out the disk I see this in the logs: Mar... (15 Replies)
Discussion started by: madvikas
15 Replies

7. Red Hat

Different hostnames with reboot while lan cable, no lan cable

I am facing strange problem regarding hostname on my Linux(2.6.18-164.el5xen x86_64 GNU/Linux), the hostname changes if reboot with lan cable and with NO lan cable Reboot with lan cable: The hostname is ubunut Unable to connect Oracle database using sqlplus some times database is not... (2 Replies)
Discussion started by: LinuxLearner
2 Replies

8. UNIX for Dummies Questions & Answers

question on RJ-45 cable

Hi, Quick question on RJ-45 cable. I ran ethernet cable, this cable is about 200 feet long. I only need 100 feet cable, does the extra length going to hurt in terms of speed or signal? Please advise. Thanks. (3 Replies)
Discussion started by: samnyc
3 Replies

9. 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

10. Solaris

SUn Netra X4200 M2 Drivers

Hi Guys, Could someone please share the dvd/cd that came with server Netra x4200 M2 since it is not more available in Oracle site? Or do you know where I can get that? Thanks! (4 Replies)
Discussion started by: CristianS
4 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 09:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy