HP-UX Disk crash?


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory HP-UX Disk crash?
# 8  
Old 09-07-2007
Quote:
Originally Posted by Perderabo
This command:
dd if=/dev/rdsk/c5t6d0 bs=4096 of=/dev/null
tries to read the entire disk and copy it to /dev/null. It may do nothing for the broken disk. But if it works, it usually causes some activity indication such as the green light flashing. You should draw a little picture of your JBOD cabinet and run the command for each disk to map them out. If you ID all of the good disks, the one that is left must be the bad disk. Once you ID a disk, use your interrupt character, usually cntl-c to kill the dd.
Thx for your help. This probably was the best solution.

Regards,
Christian
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Boot disk crash with metadb config info

Hello all; We have a SunFire V240 with three disks that were part of a metadb. One of those disks, the boot disk, experienced a horrible death Monday night and we're now trying to recover from that. I know very little about metadb stuff, so please be gentle with me... I'm assuming... (3 Replies)
Discussion started by: Handon
3 Replies

2. SCO

Unixware Crash ...

Hi, I need help, one of our servers is down, and all data in that Server are critical: The Scenario: ------------- I have a computer with the next architecture: architecture=IA32 bus_types=PCI2.10,ISA,PnP1.0 hostname=xxx.xxx.xxx (the real name is hidden) hw_provider=Generic AT... (2 Replies)
Discussion started by: danilosevilla
2 Replies

3. Solaris

crash dumps

I am supporting a server running Solaris 4.3.The server is not having ddicated system administrator and i am requred to do minor maintenance tasks.l From few days, The server is automatically crashing and i just reboot the server. I also do not see anything in /var/adm/messages that can give an... (1 Reply)
Discussion started by: asalman.qazi
1 Replies

4. Solaris

scconf crash: registering a Veritas local disk on Sun Cluster (localonly=true)

Hi all, I want to put a local disk on a Sun Cluster node but scconf command explodes :eek: My system: * two node cluster on two VMWare virtual machines * Solaris 10 SunOS 5.10 Generic_141415-05 i86pc i386 i86pc * Sun Cluster 3.2 u2 * Veritas Volume manager The situation... (2 Replies)
Discussion started by: gxmsgx
2 Replies

5. Solaris

crash dump

hi , i have machine that is crashed how i can enable core dump file & how can i find it ? :confused: (4 Replies)
Discussion started by: lid-j-one
4 Replies

6. Solaris

crash dump

Can anyone of you help me in enabling crash dump on Solaris 5.5.1 (1 Reply)
Discussion started by: csreenivas
1 Replies

7. Solaris

crash of my machine

I installed solaris 5.9 on a machine SunBlade100 512Mo of RAM and 18Go of hard disc, after the installation I have remark that the machine starts again after 10mn with 15 mn of walk, I downloaded and installed the last patchs on the machine but the poblème persists. someone can help me and tell me... (0 Replies)
Discussion started by: toufik
0 Replies

8. HP-UX

HP-UX system crash help please!!!

Hi, First of all, thanks for your help. I have downloaded freeBSD to study unix I'm here again 'cause my HP-UX 10.x has "broken". It raise this error: ---------------------------------------------------- Diagnostic System warning: = 0x1f005000 is POWERFAILED The diagnostic logging... (1 Reply)
Discussion started by: efrenba
1 Replies

9. Filesystems, Disks and Memory

System crash and Disk erasure !!!

I need some expert help, and would appreciate any feedback on the following problem: After power outage the machine didn't allow the login. When we checked it , it looked like both disks were completely empty. Luckily, we have a backup machine, and we can restore the disks. Has anybody seen... (3 Replies)
Discussion started by: DGoubine
3 Replies

10. UNIX for Dummies Questions & Answers

Disk Crash

We have a Unix system with two hard drives. When we tried to access it this morning it had frozen, and when we rebooted it couldn't find one of the hard drives, and had quite a few bad data blocks on the other. Of course we fear the worst: that the drive is completely gone, but were not sure how... (1 Reply)
Discussion started by: Kgatliffe
1 Replies
Login or Register to Ask a Question
vgcfgbackup(1M) 														   vgcfgbackup(1M)

NAME
vgcfgbackup - create or update LVM volume group configuration backup file SYNOPSIS
vg_conf_path] vg_name DESCRIPTION
The command saves the LVM configuration for a volume group in a default or alternate configuration backup file (see the option). By default, runs automatically each time an LVM command changes the LVM configuration. In this case, it always uses the default configura- tion backup file. An existing default configuration backup file is renamed with an extension of Options and Arguments recognizes the following options and arguments: vg_name The path name of a volume group. Save the configuration using an alternate file name specified by vg_conf_path. If is omitted, the default file name is in the form: base_vg_name is the base name of vg_name. For example, if vg_name is specified as base_vg_name is Update the configuration backup file with the latest LVM configuration. Only those physical volumes added since the configuration backup file was last modified need to be online. If is omitted, all physical volumes for vg_name must be online. RETURN VALUE
exits with one of the following values: Successful completion. Failure. Errors occurred when information from the volume group was being accessed. EXTERNAL INFLUENCES
Environment Variables determines the language in which messages are displayed. If is not specified or is null, it defaults to "C" (see lang(5)). If any internationalization variable contains an invalid setting, all internationalization variables default to "C" (see environ(5)). EXAMPLES
Back up LVM configuration information for volume group in the default backup file Update LVM configuration information corresponding to volume group in the default backup file Back up LVM configuration information for volume group in the alternate configuration backup file WARNINGS
It is recommended that any alternate configuration backup file be created in the root file system (as is the case with the default path name). This facilitates easy volume group recovery during maintenance mode, such as after a system crash. AUTHOR
was developed by HP. SEE ALSO
vgcfgrestore(1M). vgcfgbackup(1M)