initial commit
This commit is contained in:
11
chapter23/function_get_sna_info
Executable file
11
chapter23/function_get_sna_info
Executable file
@@ -0,0 +1,11 @@
|
||||
get_sna_info ()
|
||||
{
|
||||
# If the system is using SNA save the SNA configuration
|
||||
|
||||
sna -d s # Syntax for 2.x SNA
|
||||
if (( $? != 0 ))
|
||||
then
|
||||
lssrc -s sna -l # must be SNA 1.x
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user