Log an error using the errors template.
/usr/lib/ras/ras_logger [ -y template-file ]
error_label 
resource_name 
64_bit_flag 
detail_data_item1 
detail_data_item2 
...| Item | Description | 
|---|---|
| -y template-file | Specifies a template file other than the /var/adm/ras/errtmplt default file. | 
 + FOO: 
		Catname = "foo.cat"
		Err_Type = TEMP
		Class = O
		Report = TRUE
		Log    = TRUE
		Alert  = FALSE
		Err_Desc = {1, 1, "Error FOO"}
		Prob_Causes = {1, 2, "Just a test"}
		User_Causes = {1, 2, "Just a test"}
		User_Actions = {1, 3, "Do nothing"}
		Detail_Data = 4, {2, 1, "decimal"} ,DEC
		Detail_Data = W, {2, 1, "hex data"} ,HEX
		Detail_Data = 100, {2, 1, "long string"} ,ALPHA FOO
resource
0
15
A0
hello world+ FOO:
		Catname = "foo.cat"
		Err_Type = TEMP
		Class = O
		Report = TRUE
		Log    = TRUE
		Alert  = FALSE
		Err_Desc = {1, 1, "Error FOO"}
		Prob_Causes = {1, 2, "Just a test"}
		User_Causes = {1, 2, "Just a test"}
		User_Actions = {1, 3, "Do nothing"}
		Detail_Data = 8, {2, 1, "decimal"} ,DEC
		Detail_Data = W, {2, 1, "hex data"} ,HEX
		Detail_Data = 100, {2, 1, "long string"} ,ALPHAFOO
resource 
0 
15 -15 
A0 
hello world