![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with mirroring | n00b | SUN Solaris | 7 | 04-10-2008 10:58 PM |
| /dev/swap problem | alminpulic | UNIX and Linux Applications | 0 | 02-26-2008 03:04 PM |
| problem with swap | pascalbout | AIX | 2 | 02-02-2006 01:01 AM |
| mirroring problem | crazykelso | UNIX for Dummies Questions & Answers | 3 | 08-07-2002 08:04 AM |
| swap problem | krishna | UNIX for Advanced & Expert Users | 1 | 04-21-2002 09:46 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
problem mirroring swap
Im following the directions from
Mirroring the Root File System and Primary Swap # Mirror the root logical volume to the above disk: lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t3d0 # Mirror the primary swap logical volume: lvextend -m 1 /dev/vg00/prswaplv /dev/dsk/c0t3d0 # Verify that the boot information contained in the BDRA of the boot disks in the root volume group has been automatically updated by lvlnboot(1M) with the locations of the mirror copies of root and primary swap: lvlnboot -v but when i run the command i get this error lvextend -m l /dev/vg00/lvol2 /dev/dsk/c2t1d0 Usage: lvextend [-A Autobackup] {-l LogicalExtentsNumber | -L LogicalVolumeSize} LogicalVolumePath [ PhysicalVolumePath... | PhysicalVolumeGroupName... ] "m": Illegal option. any ideas |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Quote:
For one thing, you need a "one" not a "lower case l". But if are getting "m illegal option", it sounds like you don't have MirrorDisk/UX installed. The lvextend man page says "The -m option is only meaningful if the optional HP MirrorDisk/UX software has been installed on the system." |
||||
| Google The UNIX and Linux Forums |