HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- adding entry of lvol in a working cluster
Operating System - HP-UX
1832926
Members
3161
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 07:48 PM
07-18-2004 07:48 PM
hi all,
i would like to know how i will add an entry to a working cluster.
my problem:i am having two servers(hpux 11i) which is configured in a cluster.now i have created a new logical volume (lvol13 which is mounted on /vghist mount point ) in the vggroup (vgora) and i would like it to mount automatically next time cluster starts.
which are the files i have to create/change entry of lv for this.shall i can do it online.
can i do it by vi.
pls help me,
regds,
i would like to know how i will add an entry to a working cluster.
my problem:i am having two servers(hpux 11i) which is configured in a cluster.now i have created a new logical volume (lvol13 which is mounted on /vghist mount point ) in the vggroup (vgora) and i would like it to mount automatically next time cluster starts.
which are the files i have to create/change entry of lv for this.shall i can do it online.
can i do it by vi.
pls help me,
regds,
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 09:02 PM
07-18-2004 09:02 PM
Solution
Hi,
The only one thing you haveto do is
1. to export/inport this VG change and
2. to update the appropriate .cntl file.
1. On the computer where the VG is not activated you do the following:
ls -ls /dev/vgora/group
and remember its minor (e.g. Ox0N0000)
strings /etc/lvmtab
and remember the disks, which belong to the VG (e.g. /dev/dsk/cXXXX and /dev/dsk/cYYYY)
vgexport vgpora
mkdir /dev/vgora
mknod /dev/vgora/group c 64 0x0N0000
vgimport /dev/vgora /dev/dsk/cXXXX /dev/dsk/cYYYY
2. Edit the cntl file, which belongs to the package, which mounts the new file system and add the following:
LV[K]-/dev/vgora/lvol13; FS[K]=/vghist
and
create the directory: mkdir /vghist; chown oracle /vghist
HTH
The only one thing you haveto do is
1. to export/inport this VG change and
2. to update the appropriate .cntl file.
1. On the computer where the VG is not activated you do the following:
ls -ls /dev/vgora/group
and remember its minor (e.g. Ox0N0000)
strings /etc/lvmtab
and remember the disks, which belong to the VG (e.g. /dev/dsk/cXXXX and /dev/dsk/cYYYY)
vgexport vgpora
mkdir /dev/vgora
mknod /dev/vgora/group c 64 0x0N0000
vgimport /dev/vgora /dev/dsk/cXXXX /dev/dsk/cYYYY
2. Edit the cntl file, which belongs to the package, which mounts the new file system and add the following:
LV[K]-/dev/vgora/lvol13; FS[K]=/vghist
and
create the directory: mkdir /vghist; chown oracle /vghist
HTH
Entities are not to be multiplied beyond necessity - RTFM
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP