- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Creating new cluster package for a file system
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-07-2008 05:17 AM
11-07-2008 05:17 AM
Creating new cluster package for a file system
I have to create a files system which should be highly available So I am thinking of creating a package on cluaster(Cluster is already formed). I have disks both sides visible so what steps should I take to create a package for the fS to be higly avalable on both nodes of cluster.
Your responses will be appreciated
Thanks in advance !!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 05:26 AM
11-07-2008 05:26 AM
Re: Creating new cluster package for a file system
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2008 06:26 AM
11-08-2008 06:26 AM
Re: Creating new cluster package for a file system
Use 'newfs -F vxfs /dev/
... to create the file system within the volume.
Create the mount point directory on each cluster node.
Next, you need to reference the volume and file system mount point in the package.
If you are working with legacy packages (A.11.17 or earlier), create a package directory in /etc/cmcluster, and then a package configuration file and a control script. Ex:
# mkdir /etc/cmcluster/pkg2
# cmmakepkg -p /etc/cmcluster/pkg2/pkg2.conf
# cmmakepkg -s /etc/cmcluster/pkg2/pkg2.sh
Edit both files as required to make a package, and in the control script, include a reference for the VG and LV (the LV reference will also reference the mount directory).
If you are working with A.11.18 Serviceguard, next create a modular package to include a file system reference. The full modular package creation command is 'cmmakepkg -v 2 -n
module_name sg/volume_group
module_version 1
module_name sg/filesystem
module_version 1
Further down in the file will be a line:
#vg
Edit it and add the VG name, ie vg02
Or if using a VxVM DG:
#vxvm_dg
NOTE: If #cvm_dg appears, it is for use with SGeRAC volumes only.
Locate and edit the following parameter declarations:
#fs_name
#fs_directory
#fs_type
#fs_mount_opt
#fs_umount_opt
#fs_fsck_opt
Complete the customization of the legacy or package files, and them cmapplyconf the package configuration file to add the package.
Test the package startup and watch the package log. NOTE: modular package log is saved in /var/adm/cmcluster by default unless otherwise redirected in the configuration file.
Edit the file to include the VG (DG) and volume reference and file system mount point reference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 03:23 PM
11-18-2008 03:23 PM
Re: Creating new cluster package for a file system
are you talking about the HA NFS cross mount package ? ServiceGuard has a toolkit for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 08:06 PM
11-18-2008 08:06 PM
Re: Creating new cluster package for a file system
Please find the attached file.
Suraj