- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cluster issue with bad autoraid
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
05-28-2004 03:42 AM
05-28-2004 03:42 AM
Cluster issue with bad autoraid
fstab file. I think that it uses a package to load everything in, but need to be to create everything again and want to make sure everything is correct. System is running 10.20
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 03:54 AM
05-28-2004 03:54 AM
Re: Cluster issue with bad autoraid
In order to work with an autoraid, you have previously to build on it Logical UNits (LUNs). You will see each LUN as a disk. The simplest way to do this is SAM, its disk chapter. BTW, which autoraid do you have ?
When LUNs are created, you work with them exactly as you work with usual disks.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 03:57 AM
05-28-2004 03:57 AM
Re: Cluster issue with bad autoraid
logical volumes since it will be in a cluster. Not sure how this is done since they are not mounted using the fstab file, and I am not sure where the device files are created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 04:10 AM
05-28-2004 04:10 AM
Re: Cluster issue with bad autoraid
By default, any LV and FS involved into a package are defined into /etc/cmcluster/
About cluster definition, also you need define the volume groups will be used by package applications via the vgchange -a e command. So define all "VOLUME_GROUP" items that you need and must be correspond with the previuos
Pls do not forget compile and distribute these files among involved nodes.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 06:59 AM
05-28-2004 06:59 AM
Re: Cluster issue with bad autoraid
IF you look at the file /etc/lvmrc and look at the entry AUTO_VG_ACTIVATE , that should be 0 , that means no volume groups except /dev/vg00 are activated during boot time . The rest of the volume groups are activated by the cluster itself when it starts up .
The cluster configuration files are kept in /etc/cmcluster . There ypu will see a file called cmclconf.ascii , which contains the list of cluster aware volumegroups and nodes . You will also see package directory under /etc/cmcluster . Inder each package directory , you will see at leas two files .package_name.conf and package_name.cntl . The conf file defines the package name and other charecteristics and the cntl files has all the logical volumes that are to be mounted on a mount point .
Please see the managing MC service Guard clusters Manual at www.docs.hp.com for detailed inforamtion about how a cluster works .