- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding raw logical volume in package control f...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
11-16-2008 06:24 AM
11-16-2008 06:24 AM
I am new to HP UX, i am trying to insert raw logical volume in Dataware house package control file & changes are as per below
VG[0]=vgrbldwh
LV[0]=/dev/vgrbldwh/rlarchrbldwh1; FS[0]=/archrbldwh1; FS_MOUNT_OPT[0]="-o rw,
largefiles"; FS_UMOUNT_OPT[0]=""; FS_FSCK_OPT[0]=""; FS_TYPE[0]="vxfs"
LV[1]=/dev/vgrbldwh/rlarchrbldwh2; FS[1]=/archrbldwh2; FS_MOUNT_OPT[1]="-o rw,
largefiles"; FS_UMOUNT_OPT[1]=""; FS_FSCK_OPT[1]=""; FS_TYPE[1]="vxfs"
but package is not getting started it gives the following error in package log file
########### Node "dbnode": Starting package at Sat Nov 15 23:55:15 IST 2008 ###########
Nov 15 23:55:15 - Node "dbnode": Activating volume group vgrbldwh with exclusive option.
Activated volume group in Exclusive Mode.
Volume group "vgrbldwh" has been successfully changed.
Nov 15 23:55:16 - Node "dbnode": Checking filesystems:
/dev/vgrbldwh/rlarchrbldwh1
/dev/vgrbldwh/rlarchrbldwh2
vxfs fsck: /dev/vgrbldwh/rrlarchrbldwh1:cannot stat /dev/vgrbldwh/rrlarchrbldwh1
ERROR: Function check_and_mount
ERROR: Failed to fsck one of the logical volumes.
vxfs fsck: /dev/vgrbldwh/rrlarchrbldwh2:cannot stat /dev/vgrbldwh/rrlarchrbldwh2
ERROR: Function check_and_mount
ERROR: Failed to fsck one of the logical volumes.
Nov 15 23:55:16 - Node "dbnode": Deactivating volume group vgrbldwh
Deactivated volume group in Exclusive Mode.
Volume group "vgrbldwh" has been successfully changed.
########### Node "dbnode": Package start failed at Sat Nov 15 23:55:16 IST 2008 ###########
I am not understanding that i have entered logical volume as /dev/vgrbldwh/rlarchrbldwh1 & it taking it as /dev/vgrbldwh/rrlarchrbldwh1 while file system check.
any answers,links etc are appreciated.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 01:52 PM
11-16-2008 01:52 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 02:39 PM
11-16-2008 02:39 PM
Re: Adding raw logical volume in package control file
raw device files contains no File system that why its called raw device file you just need do only lvcreate on the required VG,
please those entries on the pkg.cntl.file
nature of raw device files
===========================
performance benefit from using raw devices, since a write
to a raw device bypasses the UNIX buffer cache
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2008 02:08 AM
11-17-2008 02:08 AM
Re: Adding raw logical volume in package control file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2008 04:10 AM
11-17-2008 04:10 AM
Re: Adding raw logical volume in package control file
How many nodes are in ur setup .you have to do the export/import the vg on its adoptive (failover node) nodes means HA/DR.
Regards
Prashant