problem mirroring swap


 
Thread Tools Search this Thread
Operating Systems HP-UX problem mirroring swap
# 1  
Old 09-20-2007
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
# 2  
Old 09-20-2007
Quote:
Originally Posted by csaunders
Im following the directions from


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


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."
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Problem with Swap consumption

Hi Experts, I have M4000 server with 132 GB Physical memory. 4 sparse zones are running under this server, which are running multiple applications. I am not getting any pointer, where swap space is getting consumed. Almost 97% of swap space is being used. I checked all /tmp (of zones as well),... (7 Replies)
Discussion started by: solaris_1977
7 Replies

2. AIX

Problem of varyon with a dead disk in mirroring

Hello, On a RS6000 server I have two disks (hdisk0 and hdisk1) which are mirrored in a logical volume rootvg. Yesterday one of these disks failed. Diagnosis, physical death. It has therefore been replaced by a brand-new. In terms of parameters, hdisk1 is now N# 1 in bootlist,... (2 Replies)
Discussion started by: titione
2 Replies

3. UNIX for Advanced & Expert Users

Swap space problem

Hy! Recently i had a problem with one of mine Tru64 machines. It started to kill processes because of low amount of swap space. It said that it went below 10 %. But when i ran swapon -s it said: In-use space: 12 % So, the system couldn't accept any new ssh connections plus it killed most of... (1 Reply)
Discussion started by: veccinho
1 Replies

4. Solaris

problem with mirroring

Hello, i'm pretty new in using solaris (5.10) and i'm kind of stuck with one problem. I'm trying to create a disk mirror cause of data redundancy. I've installed second disk in my system, prepared everything for creating a mirror (by following the instructions) and don't get any responce for... (7 Replies)
Discussion started by: n00b
7 Replies

5. UNIX and Linux Applications

/dev/swap problem

Hi I am sory but my english is very BAD:mad: I have a problem with UnixWare 7.1.1 When I start the pc i have a message "/sbin/swap can¨t determine size /dev/swap" ??? Please help me (0 Replies)
Discussion started by: alminpulic
0 Replies

6. AIX

problem with swap

Good morning I have a problem with a partition (P570). A user's process take all the memory, and the swap. So the partition shutdown. How can I limit a process to not take all the swap ? (4 Go of memroy, 1 Go of swap) thank you (2 Replies)
Discussion started by: pascalbout
2 Replies

7. UNIX for Advanced & Expert Users

Swap Space Problem?

Over the last couple of days my laptop has been stalling terribly on bootup and when starting up applications (even a terminal takes ages to come up) Whilst trying to figure out whats happened I noticed that nothing is being swapped out. Output from top command shows that I have approx 500mb... (2 Replies)
Discussion started by: silvaman
2 Replies

8. UNIX for Dummies Questions & Answers

mirroring problem

My company had purchased a Pro Model hard disk duplicator a couple of years ago and has used it successfully until our disk drive vendor stopped production of the currently used drives and offered us what they considder to be a direct replacement drive. On these new drives everything matches the... (3 Replies)
Discussion started by: crazykelso
3 Replies

9. UNIX for Advanced & Expert Users

swap problem

Hi all, when I execute a below script, I'm getting the following error, how can I solve it. $ sim_rep1.sh ====================== swap space below 10 percent free Unable to obtain requested swap space ======================== Thanks Krishna (1 Reply)
Discussion started by: krishna
1 Replies

10. Filesystems, Disks and Memory

problem with swap space

I have sun solaris 8 for intell with 128m physiccal ram and swap of 148. Oracle requires to have 512M swap space. Is there a way I can change the swap space on intell machine without repartioning the box:? what if i create a link to /swap from another place???? pls advise Jigar (1 Reply)
Discussion started by: jigarlakhani
1 Replies
Login or Register to Ask a Question