Operating System - HP-UX
1834935 Members
2240 Online
110071 Solutions
New Discussion

Re: creating logical volumes in procuction systems

 
Sajjad Sahir
Honored Contributor

creating logical volumes in procuction systems

I have two nodes 4 packages are running + oracle rac + service guard is also there. I have to create two logical volumes in each node. what is the complete procedure i Have to follow up
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: creating logical volumes in procuction systems

Shalom,

Have to know whether the logical volumes are raw disk or not.

I'll assume you have disk allocated.

Further I'll assume that the volume group already exists.

The fact I've just used the word assume twice(3) times means you have not provided enough detail about your environment.

vgextend vgdb /dev/dsk/c1t1d0
# use real vg and disk.
lvcreate -n newlvol vgdb /dev/dsk/c1t1d0
# use real vg and disk.
lvextend -L /de/vgdgb/newlvol /dev/dsk/c1t1d0

newfs to format a filesystem if needed.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sajjad Sahir
Honored Contributor

Re: creating logical volumes in procuction systems

INBOX.COMAccount: sajjar@inbox.comLogout â ¢ HelpUsed: 21.3 MB, 1 % of 2 GB
» Get more... Search webEmailContactsOrganizerNotesStoragePhotosSettings
Compose emailCheck mail Search emailSearch web

Email foldersInbox (23)

Starred

Spam (98)

Unverified

Sent Mail

Drafts

Trash (3)

Manage Folders
Get Email Notifier
Send an invitation to a friend
Send us feedback
Email labelsNo labels

Manage Labels

Email detail Back to list Email 2 of 42




No label

Sajjad Sahir sent it to me on Dec 10, 2007, 1:18 PM Show details
From: Sajjad Sahir Format: Plain text

Printable view (in new window)

Open plain text in new window

Show raw source (in new window)

To: sajjar@inbox.com
Cc: ---
Bcc: ---

Replied: --- Location: Inbox
Forwarded: --- Priority: Normal
Labels: no label

ReplyReply AllForwardTrashSpamMore actions... Print

hp_data1#cmviewcl

CLUSTER STATUS
hp_data up

NODE STATUS STATE
hp_data1 up running

PACKAGE STATUS STATE AUTO_RUN NODE
orapkg1 up running enabled hp_data1
nfs1 up running enabled hp_data1

NODE STATUS STATE
hp_data2 up running

PACKAGE STATUS STATE AUTO_RUN NODE
orapkg2 up running enabled hp_data2
nfs2 up running enabled hp_data2


I have to create two raw device files

under /dev/vgora volume group
the volumge group status is avaialble and shared, client in one node server second node

but the problem is oralce rac + service guard is also

in my nodes .

so what is the procedure I have to follow upReplyReply AllForwardTrashSpamMore actions... Print



I think i Have to shutdown the service guard on both node all packages running two nodes etc...
what are the steps for these things