Sun Microsystems Netra CP2500 User Manual
Page 33
Chapter 1
Watchdog Timer
19
tflg = 1;
(void) strlcpy(timeout, optarg,
PICL_CLASSNAMELEN_MAX);
break;
case ’a’:
aflg = 1;
(void) strlcpy(action, optarg,
PICL_CLASSNAMELEN_MAX);
break;
case ’h’:
(void) printf("%s\n", USAGE_STR);
(void) printf("%s", DETAILED_HELP);
exit(0);
case ’?’: /*FALLTHROUGH*/
default:
usage();
/*NOTREACHED*/
}
}
/* check if more than one action is specified */
if ((lflg + cflg + mflg) > 1) {
(void) printf("wdadm: more than one action "
"specified (-l,-m,-c)\n");
usage();
}
if ((lflg + cflg + mflg) == 0) {
/* if no args are specified, default action is listing */
lflg++;
}
err = picl_initialize();
if (err != PICL_SUCCESS) {
print_errmsg(gettext(err_msg[EM_INIT]), picl_strerror(err));
exit(1);
}
err = picl_get_root(&rooth);
if (err != PICL_SUCCESS) {
print_errmsg(gettext(err_msg[EM_GETROOT]),
picl_strerror(err));
(void) picl_shutdown();
exit(1);
}
if (lflg) {
CODE EXAMPLE 1-1
System Watchdog Node Management Code Example (Continued)
- 6.0005E+11 (333 pages)
- SOLARIS 10 (121 pages)
- Sun Adapter TCP (150 pages)
- Sun Fire X4150 (150 pages)
- Sun StorageTek 5800 (136 pages)
- Virtual Tape Library (292 pages)
- eWay JDBC/ODBC Adapter (133 pages)
- LSI22320-SR (48 pages)
- Ethernet MMF/UTP Adapter (122 pages)
- SunSwift 600MP series (28 pages)
- 2.0 (60 pages)
- FASTETHERNET 6U (106 pages)
- 1.0 (182 pages)
- GigaSwift Ethernet Adapter (126 pages)
- SUN BLADE 150 (20 pages)
- X1150A (106 pages)
- Sun Quad (62 pages)
- VIRTUALBOX VERSION 3.1.0_BETA2 (283 pages)
- Ethernet PCI-X Adapter (78 pages)
- Sun StorageTek SG-XPCIE2FCGBE-E-Z (54 pages)
- SG-XPCIE2FC-EM8-Z (56 pages)
- STOREDGE A5000 (2 pages)
- THE SUN 805-7945-10 (24 pages)
- Sun FastEthernet PCI Adapter 805-1759-10 (38 pages)
- Sun Fire X4150 Server (80 pages)
- 805-1797-10 (65 pages)
- Sun StorEdge 5210 NAS (100 pages)
- Sun StorEdge A5000 (2 pages)
- StorEdge 3900 Series (162 pages)
- Sun PCI High Speed Quad Port Serial Interface Adapter 819-1207-11 (64 pages)
- Sun Fire X4200 M2 (50 pages)
- StreamLine SL8500 (200 pages)
- Sun StorEdge T3 (88 pages)
- TIMBERWOLF 9740 (100 pages)
- eWay SAP BAPI (123 pages)
- Ethernet PCI Adapter (10 pages)
- StorageTek L40 (92 pages)
- Smart Cards (14 pages)
- SUN STORAGETEK VSM GUI (68 pages)
- Gigabit Ethernet MMF/UTP Adapter (122 pages)
- Sun Fire X4100 M2 (50 pages)
- PCI (50 pages)
- StorageTek HP LTO4 (38 pages)
- Netra CP32x0 (66 pages)