![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| kernel panic | Davide71 | Linux | 3 | 11-03-2005 01:32 PM |
| Panic : | sveera | SCO | 1 | 08-17-2005 08:18 PM |
| Panic in SCO 5.0 | xto_r | Filesystems, Disks and Memory | 1 | 09-04-2002 05:21 AM |
| Panic message with mount. | joerg | UNIX for Dummies Questions & Answers | 4 | 08-13-2002 02:14 AM |
| Panic | alisev | UNIX for Dummies Questions & Answers | 3 | 01-16-2002 08:59 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
panic message
When ever i change my hard disk position from primary master to secondary slave, the solaris os gives a panic messge. how could i solve it.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
try to boot the system from the "ok" prompt with the option "boot -rs". if you reach the single user mode, type ctrl+d to go on to runlevel 3.
hth |
|
#3
|
||||
|
||||
|
if i'm understanding this correctly, you actually move the physical disk device's position on the cable like you could on an x86 box ...
if so, you need to edit /etc/vfstab and put in the correct post-move disk device designator prior to moving the disk as not doing so will make solaris mount the root filesystem according to an erroneous mount table ... i.e., assume root filesystem pre-move is /dev/dsk/c0t0d0s0 assume root filesystem post-move is /dev/dsk/c0t1d0s0 on boot pre-move, root filesystem to be mounted is /dev/dsk/c0t0d0s0 ... if edit to /etc/vfstab is not done prior to move, the root filesystem to be mounted is still /dev/dsk/c0t0d0s0 after the move so the box tries to mount a non-existent filesystem but cannot find it so it panics ... btw, this also applies when moving a non-mirrored disk drive to a different slot on a multi-slot server among other things .... see "man vfstab" for more information ... good luck! |
||||
| Google The UNIX and Linux Forums |