This section describes Sun Cluster features that might be changed or discontinued after Sun Cluster 2.2.
The following commands might be changed or discontinued after Sun Cluster 2.2.
Commands with options or interfaces to be changed:
scconf(1M)
scinstall(1M)
scswitch(1M)
Commands to be renamed:
hastat(1M) will be renamed scstat(1M)
haswitch(1M) will be renamed scswitch(1M)
Commands to be removed:
ccdadm(1M)
ccdctl(1M)
ccdinstall(1M)
cconsole(1)
ccp(1)
chosts(1)
confccdssa(1M)
cports(1)
crlogin(1)
ctelnet(1)
db_check(1M)
finddevices(1M)
get_ci_status(1M)
get_node_status(1M)
ha_fault_mon_config(1M)
hadsconfig(1M)
hainformix(1M)
hainformix_support(4)
haoracle(1M)
haoracle_support(4)
hareg(1M)
hasybase(1M)
hasybase_support(4)
scadmin(1M)
sm_config(1M)
sma_configd(1M)
This section describes elements in the data service API for Sun Cluster 2.2 that might change or might not be available in releases following Sun Cluster 2.2.
The following API commands and command options might change in future Sun Cluster releases.
Some fields in structures returned from ha_get_calls(3HA) functions will be NULL.
ha_get_calls returning names_on_subnets in an ha_network_host_t structure contained in an ha_physical_host_t structure:
typedef struct ha_network_host { char *node_name; char **names_on_subnets ; } ha_network_host_t ; |
The names_on_subnets field will be NULL.
ha_get_calls returning ha_logical_host_t structure:
typedef struct ha_logical_host { ha_network_host_t neth; ha_physical_host_t **physical_hosts char *pathprefix` char *vfstab_file } ha_logical_host_t; |
The vfstab_file field will be NULL.
The ha_getonoff(1M) function of ha_get_calls(3HA) will change and will always return TRUE.
ha_getonoff(han_handle_t handle, char *service_name, boolean_t *ison); |
The following commands and command options might not be available in future Sun Cluster releases.
haget(1M) query on names_on_subnets
# haget -f names_on_subnets -h physical_host |
haget(1M) query on vfstab_file
# haget -f vfstab_file -h logical_hostname |
-r reconfiguration option to hactl(1M)
hactl -r ... |
The cluster reconfiguration process described in the hareg(1M) man page might change in future releases. The reconfiguration process might no longer be a lock step process. You should not develop highly available data services that depend on the steps occurring in lock step.
The Sun Cluster implementation contains many programs that are used internally by the implementation and are not intended for use by customers. Any program that does not have a man page in the Sun Cluster 2.2 release falls into this category. These programs will not exist in their current form in subsequent releases of the product. Some examples include clustm, scccd, and ccdmatch.