What does a message "The current rpm value 0 is invalid, adjusting it to 3600" mean ?

book

Article ID: 100005545

calendar_today

Updated On:

Description

Error Message

 [ Solaris 10 ]

# format
Searching for disks...
The current rpm value 0 is invalid, adjusting it to 3600
The current rpm value 0 is invalid, adjusting it to 3600
The current rpm value 0 is invalid, adjusting it to 3600
done
 
 
c0t200400A0B8225AB1d1: configured with capacity of 14.98GB
c0t200400A0B8225AB1d3: configured with capacity of 1022.00MB
c0t200400A0B8225AB1d6: configured with capacity of 5.00GB
c0t200500A0B8225AB1d0: configured with capacity of 4.88GB
 
 
AVAILABLE DISK SELECTIONS:
       0. c0t200400A0B8225AB1d0
          /pci@1d,700000/SUNW,emlxs@1/fp@0,0/ssd@w200400a0b8225ab1,0
       1. c0t200400A0B8225AB1d1
          /pci@1d,700000/SUNW,emlxs@1/fp@0,0/ssd@w200400a0b8225ab1,1
       2. c0t200400A0B8225AB1d3
          /pci@1d,700000/SUNW,emlxs@1/fp@0,0/ssd@w200400a0b8225ab1,3
       3. c0t200400A0B8225AB1d6
          /pci@1d,700000/SUNW,emlxs@1/fp@0,0/ssd@w200400a0b8225ab1,6
       4. c0t200500A0B8225AB1d0
          /pci@1d,700000/SUNW,emlxs@1/fp@0,0/ssd@w200500a0b8225ab1,0
       5. c0t200500A0B8225AB1d1
          /pci@1d,700000/SUNW,emlxs@1/fp@0,0/ssd@w200500a0b8225ab1,1
       6. c0t200500A0B8225AB1d3
          /pci@1d,700000/SUNW,emlxs@1/fp@0,0/ssd@w200500a0b8225ab1,3
       7. c0t200500A0B8225AB1d6
          /pci@1d,700000/SUNW,emlxs@1/fp@0,0/ssd@w200500a0b8225ab1,6
       8. c2t0d0
          /pci@1f,700000/scsi@2/sd@0,0
       9. c2t1d0
          /pci@1f,700000/scsi@2/sd@1,0
      10. c2t2d0
          /pci@1f,700000/scsi@2/sd@2,0
      11. c2t3d0
          /pci@1f,700000/scsi@2/sd@3,0
Specify disk (enter its number):

Cause

 [ EXPLANATION ]

There are 2 ways Solaris discovers the disk characteristics.
- The first way is to query the disk (to see if the firmware got the disk info already)
- The second one is by reading a label on the disk.
 
Format is used to read a disk label and the issue was it reported error messages below;
The current rpm value 0 is invalid, adjusting it to 3600

Resolution

  [ FINDINGS AND SUGGESTION ]

 The geometry / speed / rpm was probably not set properly i n the current disk VTOC
To resolve the issue, run  format  to relabel it .
eg)
# format c1t500601693022F612d3s2
format> type
AVAILABLE DRIVE TYPES:
        0. Auto configure
        1. Quantum ProDrive 80S
.
.
Specify disk type (enter its number)[19]: 0
c1t500601693022F612d3: configured with capacity of 1023.94MB

selecting c1t500601693022F612d3
[disk formatted]
format> label
Ready to label disk, continue? y
 
 
 
 

Applies To

  [ VERSION OF OS/PACKAGE ]

- Solaris 10
- SF5.1SP1

Issue/Introduction

From  "format output ", there is a message " The current rpm value 0 is invalid, adjusting it to 3600 "
How to prevent it ?