Sponsored Content
Full Discussion: dvd problem in T2000
Operating Systems Solaris dvd problem in T2000 Post 302457447 by wkbn86 on Tuesday 28th of September 2010 04:51:16 AM
Old 09-28-2010
Question proble in T2000 machine

ok i done it with bash
but
Code:
#iostat -en displays this 
iostat -en
  ---- errors --- 
  s/w h/w trn tot device
    0   0   0   0 md/d0
    0   0   0   0 md/d1
    0   0   0   0 md/d5
    0   0   0   0 md/d6
    0   0   0   0 md/d10
    0   0   0   0 md/d11
    0   0   0   0 md/d15
    0   0   0   0 md/d16
    0   0   0   0 md/d20
    0   0   0   0 md/d21
    0   0   0   0 md/d25
    0   0   0   0 md/d26
    0   0   0   0 ramdisk1
    0   0   0   0 c0t3d0
   22   0   1  23 c1t0d0
    0   0   0   0 c0t1d0
    0   0   0   0 shire_sys1:vold(pid3499)

for this what should i do
should i go for new cdrom or any thing

Last edited by DukeNuke2; 09-28-2010 at 06:34 AM..
 

9 More Discussions You Might Find Interesting

1. Solaris

DVD drive problem after upgrade to Solaris 10

After upgrading to solaris 10 (from sol 8) on a SUN Blade 1500, it seems that the dvd/cd-rom does not accept dvds nor cds in the dvd drive. After I insert a dvd/cd in the drive, the disk is simply ejected (!) Is it possible that the upgrade made the system not being able to recognize these... (2 Replies)
Discussion started by: miket
2 Replies

2. Solaris

dvd problem

I have a dvd on sunfire v215. It cannot mount automatically when I insert a dvd, but can when I insert a cd. Can anyone help me on this? (0 Replies)
Discussion started by: fredao
0 Replies

3. Solaris

T2000 - devfsadm problem

Hi everyone, I am having a problem when running devfsadm. We have many T2000, but on one of them, that is connected to our SAN, devfsadm reports no new disks. If a reconfiguration reboot is done, the system reports the new disk. But only with a reboot. We have Solaris10 installed and Veritas... (13 Replies)
Discussion started by: jfotop
13 Replies

4. Solaris

Netra T2000 /var/adm/messages problem

Hi, I have a netra t2000 running solaris 10. It is fully patched with the latest patch cluster and also patch 118833-36 and 126897-02. The SC sys_event level is set to 3. I am running a test to show hardware log status, e.g simulating a power supply failure.Hence I unplug one of te... (3 Replies)
Discussion started by: ulemsee
3 Replies

5. Solaris

SF T2000 prtdiag problem

Hi, a couple of T2000 servers did not show the component status and the output was too short. There was a patch that needed to be installed. I also updated to the latest recommended patch cluster and OBP patch. After reboot/restart of picl, it worked ok for a couple of weeks. Then suddenly it went... (12 Replies)
Discussion started by: incredible
12 Replies

6. Red Hat

Yum installation problem from DVD !

Friends , I want to install package using yum from DVD in RHEL 5 . Hence I just follow the below rules : 1) # mount /dev/hdc /cdrom/ mount: block device /dev/hdc is write-protected, mounting read-only 2) Edit the yum rhel-debuginfo.repo file like following way : # pwd... (3 Replies)
Discussion started by: shipon_97
3 Replies

7. Solaris

Auto boot problem on Sun T2000

Hi All I have a problem on T2000 server. bash-3.00# uname -a SunOS 5.10 aaa Generic_120011-14 sun4v sparc SUNW,Netra-T2000After the initial solaris installation server failed to boot: Rebooting with command: boot Boot device: disk:b File and args: The file just loaded does not appear... (1 Reply)
Discussion started by: ouzist
1 Replies

8. Solaris

Raid problem on T2000

Hi all, First post so be gentile :) It's my first time installing Solaris on T2000 server. I have 2 72GB HD's on it. After configuring HW raid and running raidctl command I get this output: bash-3.00# raidctl -l c0t0d0 Volume Size Stripe Status Cache RAID ... (2 Replies)
Discussion started by: Obi-Wan
2 Replies

9. UNIX for Dummies Questions & Answers

Problem controlling devices (DVD)

Hi, I have a problem controlling devices on my iMac. The internal DVD is no longer working. Therefore I have bought a new external DVD, but some programs use the internal by default. Since iMac, runs UNIX beneath the Mac OS X, I hope to do some magic, by unmounting the internal DVD and put... (0 Replies)
Discussion started by: ASL123
0 Replies
iostat(1)						      General Commands Manual							 iostat(1)

Name
       iostat - report I/O statistics

Syntax
       iostat [ -c ] [ -t ] [ disknames ] [ interval ] [ count ]

Description
       The  command  reports  I/O  statistics for terminals, disks and cpus.  For terminals the number of input and output characters are counted.
       For disks the number of 512 byte blocks per second and number of transfers per second are displayed.  For cpus, it provides the	percentage
       of  time  the system has spent in user mode, in user mode running low priority (niced) processes, in system mode, and idling.  On multipro-
       cessor systems these cpu statistics represent a cumulative summary of all the cpus.

       The optional disknames argument causes disk statistics to be displayed for the specified disks.	If this argument  is  not  specified  then
       disk statistics will be displayed for the first 3 disks only.

       The  optional interval argument causes to report once each interval seconds.  The first report is for all time since a reboot and each sub-
       sequent report is for the last interval only.

       The optional count argument restricts the number of reports.

Options
       -c   Displays the percentage of time each cpu spent in user mode, running low priority (nice'd) processes, in system mode, and idling.

       -t   Displays the number of characters read from and written to terminals.

Examples
       This example will cause cpu and disk statistics for the 5 disks ra0, ra1, ra2, ra3, and ra4.
	    iostat ra0 ra1 ra2 ra3 ra4
       This example will cause cpu, terminal, and disk statistics for ra0 to be displayed and updated every 2 seconds.
	    iostat -t ra0 2

Files
See Also
       vmstat(1), cpustat(1)

																	 iostat(1)
All times are GMT -4. The time now is 09:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy