Configuring a standalone CP Server
Hi
I'm trialling an installation of SF Cluster File System across 2 nodes. All is working fine with no fencing configured, which I'm now trying to sort. The nodes are VMware guests, and so I have to use CP Server based fencing since SCSI-3 PR isn't supported.
I've successfully installed a single-node VCS machine elsewhere on the LAN, and configured it as a CP Server. From the storage cluster I can run cpsadm -s 10.34.8.95 -a ping_cps and ping successfully.
The problem comes when I try to configure sfcfs fencing with installsfcfs -fencing
I tell it to configure CP client fencing without SCSI-3 PR with a single CP server (for now whilst testing). Everything goes fine until it tries to configure and I get: -
Adding the client cluster to the CP Server 10.34.8.95 ......................................................................................... Failed
Looking in the install logs, I see: -
0 14:53:07 cmd /usr/bin/ssh -x -o NumberOfPasswordPrompts=0 -o StrictHostKeyChecking=no 10.34.8.95 "LANG=C LC_ALL=C /opt/VRTScps/bin/cpsadm -s 10.34.8.95 -a add_clus -p 14250 -c fatwire_uat -u {6d95a2b8-1dd2-11b2-bc43-99380954473a} 2>&1
echo _CMD_EXIT_=\$?" 2>&1
0 14:53:08 cmd stdout=
LLT lltstat ERROR V-14-2-15000 open /dev/llt failed: No such file or directory
CPS ERROR V-97-1400-647 Unable to get nodeid value from lltstat -N output.
CPS ERROR V-97-1400-133 Client unable to communicate with CPS. This might be due to mismatched protocol version
Basically it ssh's to the CP server and attempts to run a number of cpsadm commands, all of which fail because /dev/llt does not exist.
In the CP Server, llt is not running, since the cluster was configured as a single-node cluster (solely for CP Server) and therefore llt and gab are not running.
So, what do I need to do to get this to work? It is my understanding that single-node VCS running CP Server is a perfectly valid configuration, and will therefore not be running LLT, so why is it trying to use this?
Thanks,
Simon
Hi Simon,
You have captured the installation of your environment very clearly.
There are a couple of requirements for CPS.
Frist, if you have trusted ssh setup, then you can use installvcs -fencing to connect from your cluster to a CPS. A single CP Server is supported but only for lab environments. Anything that relies on fencing should have at least 3 coordination points. Without trusted ssh, you can setup a relationship with CPS by manually registering the cluster and nodes.
Second, there was a change in the previous release that required LLT/GAB to be installed and configured to start VCS, even on a single node. We are working on removing this requirement in a future version of the product.
If you have additional questions, please let me know.Also, as a side note: If you are interested in learning about the new features coming out in the next release of Storage Foundation and Cluster Server, please apply to the beta group:
https://www-secure.symantec.com/connect/groups/storage-foundation-and-veritas-cluster-server-60-beta-program
Regards,
Anthony