1static
2char *SPCS_MSG_RDC[] = {
3	"",
4	"Must be super-user to execute",
5	"Invalid flag %s",
6	"%s ==> %s not already enabled",
7	"Disable pending on %s ==> %s, try again later",
8	"Enable pending on %s ==> %s, try again later",
9	"Host %s: Source %s, open remote host failed",
10	"Host %s: Source %s, open failed",
11	"Host %s: Target %s, open remote host failed",
12	"Host %s: Target %s, open failed",
13	"Disks %s,%s do not reside on host %s or host %s",
14	"Master %s and Slave %s have same id %s",
15	"Master %s does not reside on this host: %s",
16	"%s is failed from  %s..cannot proceed",
17	"Currently syncing, unable to disable",
18	"Unable to connect to %s: local disable complete, remote disable aborted",
19	"Will disable when ATM queue flushes on %s ==> %s",
20	"Request not serviced, %s is currently being synced.",
21	"Could not initialize remote data structures on %s ==> %s set",
22	"Could not initialize local data structures on %s ==> %s set",
23	"Target %s is failed, cannot set up for sync operation",
24	"Size of Primary %s:%s(%s) must be less than or equal to size of Secondary %s:%s(%s)",
25	"Device size change in dual copy set",
26	"Recovery bitmaps not allocated",
27	"Could not initialize data structures on %s ==> %s set after sync",
28	"Dual copy failed, offset:%s",
29	"Mirror node is down",
30	"%s:%s has invalid size (%s)..cannot proceed",
31	"Update sync %s:%s ==> %s:%s only allowed for an rdc device set",
32	"Illegal device set %s:%s to itself",
33	"Device %s:%s belongs to another RDC device set",
34	"Changing the primary SNDR device %s:%s to become secondary and the secondary SNDR device %s:%s to become primary is not allowed in advanced configs",
35	"Could not open file %s:%s on remote node",
36	"Could not create rdc_config process",
37	"Allocation of bitmap device %s failed",
38	"Change request denied, volume mirror is up",
39	"Change request denied, don't understand request version",
40	"Empty string",
41	"%s:%s ==> %s:%s is already enabled",
42	"Unable to open %s:%s",
43	"Unable to add interface %s to %s",
44	"Unable to register %s",
45	"Not primary, cannot sync %s:%s and %s:%s",
46	"Reverse sync needed, cannot sync %s:%s ==> %s:%s",
47	"Unable to initialize the kernel thread set",
48	"NULL struct knetconfig passed down from user program",
49	"NULL struct netbuf passed down from user program for %s",
50	"The state of %s:%s ==> %s:%s prevents this operation",
51	"Cannot enable %s:%s ==> %s:%s, secondary in use in another set",
52	"The remote state of %s:%s ==> %s:%s prevents this operation",
53	"The bitmap %s is already in use",
54	"The volume %s is already in use",
55	"Cannot use direct I/O on first leg of multi hop config",
56	"Cannot add %s:%s ==> %s:%s to group %s",
57	"Cannot reconfigure sync/async on members of a group",
58	"Cannot reconfig %s:%s to %s:%s, Must be in logging mode",
59	"Bitmap reconfig failed %s:%s",
60	"Cannot overwrite bitmap as the set %s:%s is not in logging mode",
61	"Disable pending on diskq %s, try again later",
62	"Cannot change disk queue %s, all associated sets must be in logging mode",
63	"%s:%s ==> %s:%s already has a disk queue attached",
64	"Disk queue does not exist for set %s:%s ==> %s:%s",
65	"Operation not possible. Disk queue %s is flushing, try again later",
66	"Disk queue operations on synchronous sets not allowed",
67	"Disk queue %s is already in use",
68	"Unable to enable disk queue %s",
69	"Initialization of disk queue %s failed",
70	"Operation not possible, disk queue %s is not empty.",
71	"Disk queue %s operation not possible, set is in replicating mode",
72	"Cannot reverse sync %s:%s <== %s:%s, set is in queuing mode",
73	"can not start sync as set %s:%s is not logging",
74	"Allocation of bitmap device %s failed, volume is too small",
75};
76#define	SPCS_MSGLEN_RDC 71	/* total codes */
77