HP/Works

Home Join! Events PING! Committee Directory

PING : REPLACING AN LVM DISK : STEP 1.1

PROBLEM
SOLUTION
CHAPTER 1
[Step 1.1]
[Step 1.2]
[Step 1.3]
[Step 1.4]
[Step 1.5]
[Step 1.6]
CHAPTER 2
CHAPTER 3
CHAPTER 4
APPENDIX A

Have the engineer replace the faulty disk, and then boot the system in single user mode. This will ensure that when we are working with the system, there will be a minimum of processes running on the system. To boot into single user mode, boot from the primary boot path, and interact with IPL. At the ISL> prompt, find out what the original boot string was:


     ISL> lsautofl
This will return a string such as:

     hpux disc3(52.6.0;0)/stand/vmunix
     or  hpux (;0)/stand/vmunix
The output here is dependent on the type of system you have. Once you have this information simply add the string -is after the hpux, and this will boot the system into single user mode. For our example:

     ISL> hpux -is (52.6.0;0)/stand/vmunix

[Step 1.2]


Home