Some help-me-outs
I'm sure that there are going to be a number of questions regarding the setup -- hopefully; or we will need to field a number of questions on how to uninstall the HA Cluster software. Here are my thoughts based on a good number of deliveries:- You need a clean separate partition mounted as /globaldevices -- not a link, not a zpool, but a standard vfstab mount. If need be, grab some swap and create it.
- You need clean quiet interconnects if you use a VLAN. Run snoops and get port discovery and all those partial bits turned off or the cluster will consider it a faulty connection.
- Not a bad idea to plumb up the interconnects and run simple telnets across machines. Don't forget to take them down for the install.
- Make sure that your `format` command sees the same storage across the nodes, use prtvtoc or some other command to make sure that you can touch them.
- You can run `devfsadm -v` realtime to discover disks
- Use `cfgadm -al` to see the connnection and configuration status of devices
- Use `luxadm probe` followed by `luxadm display [some raw device path]S2` to make sure that the HBA sees down the wire.
- Once installed make sure you are writing your reservations to shared disks:
- /usr/cluster/lib/sc/scsi -c inkeys -d /dev/did/rdsk/[some did number]s2, or
- /usr/cluster/lib/sc/pgre -d pgre_inkeys -d /dev/did/rdsk/[some did number]s2
Comments:
Post a Comment:
Comments are closed for this entry.

