Page started on: Mon Mar 29 10:45:59 EDT 2021
/usr/sam/bin/samlog_viewer -n
----- samreg: Begin SAM unregistration of /usr/sam/lib/nnc
----- samreg: /usr/sam/lib/nnc successfully unregistered from SAM databases.
----- samreg: Begin SAM registration of /usr/sam/lib/nnc
* samreg: Adding /usr/sam/lib to /etc/sam/reg_dirs.db
* samreg: Adding /usr/sam/lib/nnc to /etc/sam/reg_dirs.db
----- samreg: /usr/sam/lib/nnc successfully registered in SAM databases.
----- samreg: Begin SAM unregistration of /opt/hpsmh/data/htdocs/pd/lib/C
----- samreg: /opt/hpsmh/data/htdocs/pd/lib/C successfully unregistered from
SAM databases.
----- samreg: Begin SAM registration of /opt/hpsmh/data/htdocs/pd/lib/C
* samreg: Adding /opt/hpsmh/data/htdocs/pd/lib to /etc/sam/reg_dirs.db
----- samreg: /opt/hpsmh/data/htdocs/pd/lib/C successfully registered in SAM
databases.
----- samreg: Begin SAM unregistration of /usr/sam/tui/smse/C
----- samreg: /usr/sam/tui/smse/C successfully unregistered from SAM databases.
----- samreg: Begin SAM registration of /usr/sam/tui/smse/C
* samreg: Adding /usr/sam/tui/smse to /etc/sam/reg_dirs.db
----- samreg: /usr/sam/tui/smse/C successfully registered in SAM databases.
----- samreg: Begin SAM unregistration of
/opt/hpsmh/data/htdocs/secweb/lib/web/C
----- samreg: /opt/hpsmh/data/htdocs/secweb/lib/web/C successfully
unregistered from SAM databases.
----- samreg: Begin SAM registration of /opt/hpsmh/data/htdocs/secweb/lib/web/C
* samreg: Adding /opt/hpsmh/data/htdocs/secweb/lib/web to
/etc/sam/reg_dirs.db
----- samreg: /opt/hpsmh/data/htdocs/secweb/lib/web/C successfully registered
in SAM databases.
----- samreg: Begin SAM unregistration of
/opt/hpsmh/data/htdocs/ugweb/lib/web/C
----- samreg: /opt/hpsmh/data/htdocs/ugweb/lib/web/C successfully unregistered
from SAM databases.
----- samreg: Begin SAM registration of /opt/hpsmh/data/htdocs/ugweb/lib/web/C
* samreg: Adding /opt/hpsmh/data/htdocs/ugweb/lib/web to
/etc/sam/reg_dirs.db
----- samreg: /opt/hpsmh/data/htdocs/ugweb/lib/web/C successfully registered
in SAM databases.
* /usr/sam/tui/nnc/nic/nictui
* /usr/sam/tui/nnc/nic/nictui NICDetails
* /usr/sam/tui/nnc/nic/nictui ModifyIP
* Running command:
/usr/sbin/ifconfig lan1 inet 192.168.88.123 up
* Running command:
/usr/sbin/ifconfig lan1 inet 192.168.88.123 netmask 255.255.255.0 up
* Running command:
/usr/sbin/ifconfig lan1 inet up
* /usr/sam/tui/nnc/nic/nictui NICDetails NOCLEANUP
* DISPLAY= /usr/sam/lbin/samx -C -n -s route /usr/sam/lib/C/route.ui
* Performing task "Check if X.25 and/or ATM is installed.".
* Executing the following command:
. nnc_utils;atm=`ATM_IsProductInside`; x25=`X25_IsProductInside`; \
fmr=`FMR_IsProductInside`; sna=`SNA_IsProductInside`; echo $atm $x25 \
$fmr $sna; exit 0;
* Command completed with exit status 0.
* The command wrote the following to stdout:
-UATM -UX25 -UFMR -USNA \
===== Fri Apr 5 05:36:01 2013 Entering SAM area "Routes (rx1620a)".
* Performing task "Get netstat information for a given system.".
* Executing the following command:
/usr/bin/netstat -rnv | grep -i -v "dest" | grep -i -v "Routing \
table" | tr -s ' '
* Command completed with exit status 0.
* The command wrote the following to stdout:
127.0.0.1/255.255.255.255 127.0.0.1 UH 0 lo0 32808 \
192.168.88.123/255.255.255.255 192.168.88.123 UH 0 lan1 32808 \
192.168.99.23/255.255.255.255 192.168.99.23 UH 0 lan0 32808 \
192.168.99.0/255.255.255.0 192.168.99.23 U 2 lan0 1500 \
192.168.88.0/255.255.255.0 192.168.88.123 U 2 lan1 1500 \
127.0.0.0/255.0.0.0 127.0.0.1 U 0 lo0 32808 \
* Performing task "Add/modify a default route with route(1M).": Adding
route via gateway 192.168.99.254.
* Executing the following command:
PMTU=; addr=192.168.99.254; INET6= ; echo $addr | grep ":" \
1>/dev/null 2>&1; if [[ $? -eq 0 ]] then INET6="inet6"; fi; if [[ \
-z $PMTU ]] then /usr/sbin/route $INET6 add default \
192.168.99.254 1 ; else /usr/sbin/route $INET6 -p add default \
192.168.99.254 1 ; fi;
* Command completed with exit status 0.
* Performing task "Read /etc/rc.config.d array variables.": Reading
/etc/rc.config.d configuration parameters for array ROUTE_GATEWAY.
* Executing the following command:
/usr/sbin/ch_rc -lAv -p ROUTE_GATEWAY | sed -n -e 's/^\(.*\):[ \
]*\(.*\)\[\([0-9]*\)\]=\"\{0,1\}\([^\"]*\).*/\1|\2|\3|\4/p'
* Command completed with exit status 0.
* Performing task "Add or modify /etc/rc.config.d/netconf Internet
configuration parameters.": Adding Internet configuration parameters
for 192.168.99.254 at index 0.
* Executing the following command:
INDX=0; /usr/sbin/ch_rc -a -p ROUTE_DESTINATION[$INDX]="default" \
-p ROUTE_GATEWAY[$INDX]=192.168.99.254 -p ROUTE_COUNT[$INDX]=1 \
-p ROUTE_MASK[$INDX]= -p ROUTE_ARGS[$INDX]="" \
/etc/rc.config.d/netconf;
* Command completed with exit status 0.
* Performing task "Get netstat information for a given system.".
* Executing the following command:
/usr/bin/netstat -rnv | grep -i -v "dest" | grep -i -v "Routing \
table" | tr -s ' '
* Command completed with exit status 0.
* The command wrote the following to stdout:
127.0.0.1/255.255.255.255 127.0.0.1 UH 0 lo0 32808 \
192.168.88.123/255.255.255.255 192.168.88.123 UH 0 lan1 32808 \
192.168.99.23/255.255.255.255 192.168.99.23 UH 0 lan0 32808 \
192.168.99.0/255.255.255.0 192.168.99.23 U 2 lan0 1500 \
192.168.88.0/255.255.255.0 192.168.88.123 U 2 lan1 1500 \
127.0.0.0/255.0.0.0 127.0.0.1 U 0 lo0 32808 \
default/0.0.0.0 192.168.99.254 UG 0 lan0 1500 \
===== Fri Apr 5 05:36:28 2013 Exiting SAM area "Routes (rx1620a)".
* /usr/sam/tui/nnc/nic/nictui
* /usr/sam/tui/nnc/nic/nictui NICDetails
* /usr/sam/tui/nnc/nic/nictui ModifyIP
* Running command:
/usr/sbin/ifconfig lan0 inet 192.168.88.75 up
* Running command:
/usr/sbin/ifconfig lan0 broadcast 192.168.99.255 up
* Running command:
/usr/sbin/ifconfig lan0 inet 192.168.88.75 netmask 255.255.255.0 up
* Running command:
/usr/sbin/ifconfig lan0 inet up
* /usr/sam/tui/nnc/nic/nictui NICDetails NOCLEANUP
* /usr/sam/tui/nnc/nic/nictui NOCLEANUP
* DISPLAY= /usr/sam/lbin/samx -C -n -s dns_remote_DNS_servers
/usr/sam/lib/C/dns.ui
* Performing task "Check if X.25 and/or ATM is installed.".
* Executing the following command:
. nnc_utils;atm=`ATM_IsProductInside`; x25=`X25_IsProductInside`; \
fmr=`FMR_IsProductInside`; sna=`SNA_IsProductInside`; echo $atm $x25 \
$fmr $sna; exit 0;
* Command completed with exit status 0.
* The command wrote the following to stdout:
-UATM -UX25 -UFMR -USNA \
===== Mon Jun 24 03:55:35 2013 Entering SAM area "DNS (BIND) (rx1620a)".
* Performing task "Get the default DNS domain name from the
/etc/resolv.conf file.".
* Executing the following command:
. nnc_utils; dns_parse_domain_names;
* Command completed with exit status 0.
* Performing task "Get the nameserver entries from the /etc/resolv.conf
file.".
* Executing the following command:
cat /etc/resolv.conf | grep ^nameserver | tr -s ' ' ' ' | tr -s ' '; \
* Command completed with exit status 0.
* Performing task "Get the nameserver entries from the /etc/resolv.conf
file.".
* Executing the following command:
cat /etc/resolv.conf | grep ^nameserver | tr -s ' ' ' ' | tr -s ' '; \
* Command completed with exit status 0.
* Performing task "create backup of /etc/resolv.conf file.".
* Executing the following command:
mv /etc/resolv.conf /etc/resolv.conf.old
* Command completed with exit status 1.
ERROR Task: "create backup of /etc/resolv.conf file." failed. The return code
was 1. Standard error contains "mv: /etc/resolv.conf: cannot access: No
such file or directory
".
* Performing task "Step one to put the nameserver entries in the
/etc/resolv.conf file.".
* Executing the following command:
. nnc_utils; dns_add_remote_server_step_1;
* Command completed with exit status 1.
ERROR Task: "Step one to put the nameserver entries in the /etc/resolv.conf
file." failed. The return code was 1. Standard error contains "sh:
/etc/resolv.conf.old: Cannot find or open the file.
".
* Performing task "Create a file with the new nameserver entries in
order.".
* Executing the following command:
. nnc_utils; dns_add_remote_server_step_2 "nameserver 192.168.88.49" \
"nameserver 192.168.88.53" ;
* Command completed with exit status 0.
* Performing task "Combine our two files".
* Executing the following command:
cat -rs /etc/resolv.conf.temp1 /etc/resolv.conf.temp2 > \
/etc/resolv.conf;
* Command completed with exit status 2.
ERROR Task: "Combine our two files" failed. The return code was 2. Standard
error contains "".
* Performing task "Get the default DNS domain name from the
/etc/resolv.conf file.".
* Executing the following command:
. nnc_utils; dns_parse_domain_names;
* Command completed with exit status 0.
* Performing task "Get the nameserver entries from the /etc/resolv.conf
file.".
* Executing the following command:
cat /etc/resolv.conf | grep ^nameserver | tr -s ' ' ' ' | tr -s ' '; \
* Command completed with exit status 0.
* The command wrote the following to stdout:
nameserver 192.168.88.49 \
nameserver 192.168.88.53 \
* Performing task "Get the default DNS domain name from the
/etc/resolv.conf file.".
* Executing the following command:
. nnc_utils; dns_parse_domain_names;
* Command completed with exit status 0.
* Performing task "Get the default DNS domain name from the
/etc/resolv.conf file.".
* Executing the following command:
. nnc_utils; dns_parse_search_names;
* Command completed with exit status 0.
* Performing task "Look for the domain name via the hostname command.".
* Executing the following command:
hostname
* Command completed with exit status 0.
* The command wrote the following to stdout:
rx1620a \
* Performing task "Update the domain or server stmt in the
/etc/resolv.conf file.".
* Executing the following command:
. nnc_utils; DOMAIN_NAME="search beechglen.com beechglen.com"; \
dns_update_default_domain "$DOMAIN_NAME";
* Command completed with exit status 0.
* Performing task "Get the default DNS domain name from the
/etc/resolv.conf file.".
* Executing the following command:
. nnc_utils; dns_parse_domain_names;
* Command completed with exit status 0.
* Performing task "Get the nameserver entries from the /etc/resolv.conf
file.".
* Executing the following command:
cat /etc/resolv.conf | grep ^nameserver | tr -s ' ' ' ' | tr -s ' '; \
* Command completed with exit status 0.
* The command wrote the following to stdout:
nameserver 192.168.88.49 \
nameserver 192.168.88.53 \
===== Mon Jun 24 03:56:41 2013 Exiting SAM area "DNS (BIND) (rx1620a)".
* DISPLAY= /usr/sam/lbin/samx -C -n -s route /usr/sam/lib/C/route.ui
* Performing task "Check if X.25 and/or ATM is installed.".
* Executing the following command:
. nnc_utils;atm=`ATM_IsProductInside`; x25=`X25_IsProductInside`; \
fmr=`FMR_IsProductInside`; sna=`SNA_IsProductInside`; echo $atm $x25 \
$fmr $sna; exit 0;
* Command completed with exit status 0.
* The command wrote the following to stdout:
-UATM -UX25 -UFMR -USNA \
===== Mon Jun 24 03:57:00 2013 Entering SAM area "Routes (rx1620a)".
* Performing task "Get netstat information for a given system.".
* Executing the following command:
/usr/bin/netstat -rnv | grep -i -v "dest" | grep -i -v "Routing \
table" | tr -s ' '
* Command completed with exit status 0.
* The command wrote the following to stdout:
127.0.0.1/255.255.255.255 127.0.0.1 UH 0 lo0 32808 \
192.168.88.123/255.255.255.255 192.168.88.123 UH 0 lan1 32808 \
192.168.88.75/255.255.255.255 192.168.88.75 UH 0 lan0 32808 \
192.168.88.0/255.255.255.0 192.168.88.75 U 2 lan0 1500 \
192.168.88.0/255.255.255.0 192.168.88.123 U 2 lan1 1500 \
127.0.0.0/255.0.0.0 127.0.0.1 U 0 lo0 32808 \
* Performing task "Add/modify a default route with route(1M).": Adding
route via gateway 192.168.88.249.
* Executing the following command:
PMTU=; addr=192.168.88.249; INET6= ; echo $addr | grep ":" \
1>/dev/null 2>&1; if [[ $? -eq 0 ]] then INET6="inet6"; fi; if [[ \
-z $PMTU ]] then /usr/sbin/route $INET6 add default \
192.168.88.249 1 ; else /usr/sbin/route $INET6 -p add default \
192.168.88.249 1 ; fi;
* Command completed with exit status 0.
* Performing task "Read /etc/rc.config.d array variables.": Reading
/etc/rc.config.d configuration parameters for array ROUTE_GATEWAY.
* Executing the following command:
/usr/sbin/ch_rc -lAv -p ROUTE_GATEWAY | sed -n -e 's/^\(.*\):[ \
]*\(.*\)\[\([0-9]*\)\]=\"\{0,1\}\([^\"]*\).*/\1|\2|\3|\4/p'
* Command completed with exit status 0.
* The command wrote the following to stdout:
/etc/rc.config.d/netconf|ROUTE_GATEWAY|0|192.168.99.254 \
* Performing task "Add or modify /etc/rc.config.d/netconf Internet
configuration parameters.": Adding Internet configuration parameters
for 192.168.88.249 at index 1.
* Executing the following command:
INDX=1; /usr/sbin/ch_rc -a -p ROUTE_DESTINATION[$INDX]="default" \
-p ROUTE_GATEWAY[$INDX]=192.168.88.249 -p ROUTE_COUNT[$INDX]=1 \
-p ROUTE_MASK[$INDX]= -p ROUTE_ARGS[$INDX]="" \
/etc/rc.config.d/netconf;
* Command completed with exit status 0.
* Performing task "Get netstat information for a given system.".
* Executing the following command:
/usr/bin/netstat -rnv | grep -i -v "dest" | grep -i -v "Routing \
table" | tr -s ' '
* Command completed with exit status 0.
* The command wrote the following to stdout:
127.0.0.1/255.255.255.255 127.0.0.1 UH 0 lo0 32808 \
192.168.88.123/255.255.255.255 192.168.88.123 UH 0 lan1 32808 \
192.168.88.75/255.255.255.255 192.168.88.75 UH 0 lan0 32808 \
192.168.88.0/255.255.255.0 192.168.88.75 U 2 lan0 1500 \
192.168.88.0/255.255.255.0 192.168.88.123 U 2 lan1 1500 \
127.0.0.0/255.0.0.0 127.0.0.1 U 0 lo0 32808 \
default/0.0.0.0 192.168.88.249 UG 0 lan0 1500 \
===== Mon Jun 24 03:59:02 2013 Exiting SAM area "Routes (rx1620a)".
* /usr/sam/tui/nnc/nic/nictui
* /usr/sbin/smh
* /usr/sbin/smh
* DISPLAY= /usr/sam/lbin/samx -C -n -s dns_remote_DNS_servers
/usr/sam/lib/C/dns.ui
* Performing task "Check if X.25 and/or ATM is installed.".
* Executing the following command:
. nnc_utils;atm=`ATM_IsProductInside`; x25=`X25_IsProductInside`; \
fmr=`FMR_IsProductInside`; sna=`SNA_IsProductInside`; echo $atm $x25 \
$fmr $sna; exit 0;
* Command completed with exit status 0.
* The command wrote the following to stdout:
-UATM -UX25 -UFMR -USNA \
===== Mon Jun 24 04:34:27 2013 Entering SAM area "DNS (BIND) (rx1620a)".
* Performing task "Get the default DNS domain name from the
/etc/resolv.conf file.".
* Executing the following command:
. nnc_utils; dns_parse_domain_names;
* Command completed with exit status 0.
* Performing task "Get the nameserver entries from the /etc/resolv.conf
file.".
* Executing the following command:
cat /etc/resolv.conf | grep ^nameserver | tr -s ' ' ' ' | tr -s ' '; \
* Command completed with exit status 0.
* The command wrote the following to stdout:
nameserver 192.168.88.49 \
nameserver 192.168.88.53 \
===== Mon Jun 24 04:34:39 2013 Exiting SAM area "DNS (BIND) (rx1620a)".
* DISPLAY= /usr/sam/lbin/samx -C -n -s route /usr/sam/lib/C/route.ui
* Performing task "Check if X.25 and/or ATM is installed.".
* Executing the following command:
. nnc_utils;atm=`ATM_IsProductInside`; x25=`X25_IsProductInside`; \
fmr=`FMR_IsProductInside`; sna=`SNA_IsProductInside`; echo $atm $x25 \
$fmr $sna; exit 0;
* Command completed with exit status 0.
* The command wrote the following to stdout:
-UATM -UX25 -UFMR -USNA \
===== Mon Jun 24 04:34:53 2013 Entering SAM area "Routes (rx1620a)".
* Performing task "Get netstat information for a given system.".
* Executing the following command:
/usr/bin/netstat -rnv | grep -i -v "dest" | grep -i -v "Routing \
table" | tr -s ' '
* Command completed with exit status 0.
* The command wrote the following to stdout:
127.0.0.1/255.255.255.255 127.0.0.1 UH 0 lo0 32808 \
192.168.88.123/255.255.255.255 192.168.88.123 UH 0 lan1 32808 \
192.168.88.75/255.255.255.255 192.168.88.75 UH 0 lan0 32808 \
192.168.88.0/255.255.255.0 192.168.88.75 U 2 lan0 1500 \
192.168.88.0/255.255.255.0 192.168.88.123 U 2 lan1 1500 \
127.0.0.0/255.0.0.0 127.0.0.1 U 0 lo0 32808 \
default/0.0.0.0 192.168.88.249 UG 0 lan1 1500 \
* Performing task "Add/modify a default route with route(1M).": Adding
route via gateway 192.168.88.249.
* Executing the following command:
PMTU=; addr=192.168.88.249; INET6= ; echo $addr | grep ":" \
1>/dev/null 2>&1; if [[ $? -eq 0 ]] then INET6="inet6"; fi; if [[ \
-z $PMTU ]] then /usr/sbin/route $INET6 add default \
192.168.88.249 1 ; else /usr/sbin/route $INET6 -p add default \
192.168.88.249 1 ; fi;
* Command completed with exit status 0.
* Performing task "Read /etc/rc.config.d array variables.": Reading
/etc/rc.config.d configuration parameters for array ROUTE_GATEWAY.
* Executing the following command:
/usr/sbin/ch_rc -lAv -p ROUTE_GATEWAY | sed -n -e 's/^\(.*\):[ \
]*\(.*\)\[\([0-9]*\)\]=\"\{0,1\}\([^\"]*\).*/\1|\2|\3|\4/p'
* Command completed with exit status 0.
* The command wrote the following to stdout:
/etc/rc.config.d/netconf|ROUTE_GATEWAY|0|192.168.99.254 \
/etc/rc.config.d/netconf|ROUTE_GATEWAY|1|192.168.88.249 \
* Performing task "Compare gateway and destination to find index": For a
given index, compare both gateway and destination values
* Executing the following command:
GATE=192.168.88.249; DEST="default"; IND=1; VAR=`grep \
"ROUTE_DESTINATION\[$IND\]" /etc/rc.config.d/netconf | cut -d = -f 2 \
| sed -e 's/^\"//g' -e 's/\"$//g'` ; if [[ $DEST = "$VAR" ]] then \
exit 0; else exit 1; fi;
* Command completed with exit status 0.
* Performing task "Add or modify /etc/rc.config.d/netconf Internet
configuration parameters.": Adding Internet configuration parameters
for 192.168.88.249 at index 1.
* Executing the following command:
INDX=1; /usr/sbin/ch_rc -a -p ROUTE_DESTINATION[$INDX]="default" \
-p ROUTE_GATEWAY[$INDX]=192.168.88.249 -p ROUTE_COUNT[$INDX]=1 \
-p ROUTE_MASK[$INDX]= -p ROUTE_ARGS[$INDX]="" \
/etc/rc.config.d/netconf;
* Command completed with exit status 0.
* Performing task "Get netstat information for a given system.".
* Executing the following command:
/usr/bin/netstat -rnv | grep -i -v "dest" | grep -i -v "Routing \
table" | tr -s ' '
* Command completed with exit status 0.
* The command wrote the following to stdout:
127.0.0.1/255.255.255.255 127.0.0.1 UH 0 lo0 32808 \
192.168.88.123/255.255.255.255 192.168.88.123 UH 0 lan1 32808 \
192.168.88.75/255.255.255.255 192.168.88.75 UH 0 lan0 32808 \
192.168.88.0/255.255.255.0 192.168.88.75 U 2 lan0 1500 \
192.168.88.0/255.255.255.0 192.168.88.123 U 2 lan1 1500 \
127.0.0.0/255.0.0.0 127.0.0.1 U 0 lo0 32808 \
default/0.0.0.0 192.168.88.249 UG 0 lan0 1500 \
default/0.0.0.0 192.168.88.249 UG 0 lan1 1500 \
===== Mon Jun 24 04:39:48 2013 Exiting SAM area "Routes (rx1620a)".
* /usr/sam/tui/nnc/nic/nictui
* /usr/sbin/useradd -g 'users' -m -s '/usr/bin/sh' 'kirkj' &&
/usr/bin/passwd -r files 'kirkj'
----- samreg: Begin SAM registration of /opt/resmon/bin
* samreg: Adding /opt/resmon/bin to /etc/sam/reg_dirs.db
----- samreg: /opt/resmon/bin successfully registered in SAM databases.
----- samreg: Begin SAM registration of /opt/hpsmh/data/htdocs/fs/lib
* samreg: Adding /opt/hpsmh/data/htdocs/fs/lib to /etc/sam/reg_dirs.db
----- samreg: /opt/hpsmh/data/htdocs/fs/lib successfully registered in SAM
databases.
----- samreg: Begin SAM registration of /opt/hpsmh/data/htdocs/kc/lib
* samreg: Adding /opt/hpsmh/data/htdocs/kc/lib to /etc/sam/reg_dirs.db
----- samreg: /opt/hpsmh/data/htdocs/kc/lib successfully registered in SAM
databases.
----- samreg: Begin SAM registration of /opt/hpsmh/data/htdocs/pd/lib
* samreg: Adding /opt/hpsmh/data/htdocs/pd/lib to /etc/sam/reg_dirs.db
----- samreg: /opt/hpsmh/data/htdocs/pd/lib successfully registered in SAM
databases.
----- samreg: Begin SAM registration of /opt/hpsmh/data/htdocs/secweb/lib/web
* samreg: Adding /opt/hpsmh/data/htdocs/secweb/lib/web to
/etc/sam/reg_dirs.db
----- samreg: /opt/hpsmh/data/htdocs/secweb/lib/web successfully registered in
SAM databases.
----- samreg: Begin SAM registration of /opt/hpsmh/data/htdocs/ugweb/lib/web
* samreg: Adding /opt/hpsmh/data/htdocs/ugweb/lib/web to
/etc/sam/reg_dirs.db
----- samreg: /opt/hpsmh/data/htdocs/ugweb/lib/web successfully registered in
SAM databases.
----- samreg: Begin SAM registration of /opt/perf/help/gp
* samreg: Adding /opt/perf/help/gp to /etc/sam/reg_dirs.db
----- samreg: /opt/perf/help/gp successfully registered in SAM databases.
----- samreg: Begin SAM registration of /opt/resmon/bin
* samreg: Adding /opt/resmon/bin to /etc/sam/reg_dirs.db
----- samreg: /opt/resmon/bin successfully registered in SAM databases.
----- samreg: Begin SAM registration of /usr/sam/lib/nnc
* samreg: Adding /usr/sam/lib/nnc to /etc/sam/reg_dirs.db
----- samreg: /usr/sam/lib/nnc successfully registered in SAM databases.
----- samreg: Begin SAM registration of /usr/sam/tui/smse
* samreg: Adding /usr/sam/tui/smse to /etc/sam/reg_dirs.db
----- samreg: /usr/sam/tui/smse successfully registered in SAM databases.
* /usr/sbin/useradd -g 'users' -m -s '/sbin/sh' 'hansengn' &&
/usr/bin/passwd -r files 'hansengn'
* /usr/sbin/usermod -s '/usr/bin/sh' 'hansengn'
* /usr/sbin/useradd -g 'users' -m -s '/sbin/sh' 'mikew' && /usr/bin/passwd
-r files 'mikew'
* /usr/sbin/useradd -g 'users' -m -s '/sbin/sh' -c 'Mark Murtha' 'markm'
&& /usr/bin/passwd -r files 'markm'
* /usr/sbin/kcmodule -a -P ALL
* /usr/sbin/kctune -P ALL
* /usr/sbin/kcusage -l
* /usr/sbin/kctune -P ALL
* /usr/sbin/kcusage -l
* /usr/sbin/kcmodule -a -P ALL
* /usr/sbin/kcalarm
* /usr/sbin/kcalarm -l
* /usr/sbin/kcusage
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/sbin/fs/vxfs/subtype
ERROR Command failed.
command = /sbin/fs/vxfs/subtype
exit code = 32512
stderr = sh: /sbin/fs/vxfs/subtype: not found.
* Running command:
/sbin/fs/vxfs/vxenablef
* Running command:
/sbin/fs/vxfs/subtype
ERROR Command failed.
command = /sbin/fs/vxfs/subtype
exit code = 32512
stderr = sh: /sbin/fs/vxfs/subtype: not found.
* Running command:
/sbin/fs/vxfs/vxenablef
* /usr/sbin/lvextend -A y -L 26050560 /dev/vg00/lvol8 && /usr/sbin/fsadm
-F vxfs -b 905969664 /var
ERROR Command Failed.
ERROR command = /usr/sbin/lvextend -A y -L 26050560 /dev/vg00/lvol8 &&
/usr/sbin/fsadm -F vxfs -b 905969664 /var
ERROR Exit Code = 1
* Running command:
/sbin/fs/vxfs/subtype
ERROR Command failed.
command = /sbin/fs/vxfs/subtype
exit code = 32512
stderr = sh: /sbin/fs/vxfs/subtype: not found.
* Running command:
/sbin/fs/vxfs/vxenablef
* /usr/sbin/lvextend -A y -l 1590 /dev/vg00/lvol8 && /usr/sbin/fsadm -F
vxfs -b 26050560 /var
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* /usr/sbin/kctune -P ALL
* /usr/sbin/kcusage -l
* /usr/sbin/kcmodule -a -P ALL
* /usr/sbin/kctune -P ALL
* /usr/sbin/kcusage -l
* /usr/sbin/kcmodule -a -P ALL
* /usr/sam/lbin/samx -s lp_printers /usr/sam/lib/C/lp.ui
===== Mon Feb 19 15:30:26 2018 Entering SAM area "Printer and Plotters
(rx1620a)".
* Starting:
lpmgr -l -xcols=1
* lpmgr done, exit value is 0.
===== Mon Feb 19 15:30:35 2018 Exiting SAM area "Printer and Plotters
(rx1620a)".
* /usr/sam/tui/nnc/nic/nictui
* /usr/sam/tui/nnc/nic/nictui NICDetails
* /usr/sam/tui/nnc/nic/nictui Modify TASKCODE 1
* /usr/sam/tui/nnc/nic/nictui NICDetails
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/sbin/fs/vxfs/subtype
ERROR Command failed.
command = /sbin/fs/vxfs/subtype
exit code = 32512
stderr = sh: /sbin/fs/vxfs/subtype: not found.
* Running command:
/sbin/fs/vxfs/vxenablef
* /usr/sbin/lvextend -A y -L 15360 /dev/vg00/mark && /usr/sbin/fsadm -F
vxfs -b 15728640 /var/adm/crash
ERROR Command Failed.
ERROR command = /usr/sbin/lvextend -A y -L 15360 /dev/vg00/mark &&
/usr/sbin/fsadm -F vxfs -b 15728640 /var/adm/crash
ERROR Exit Code = 1
* Running command:
/sbin/fs/vxfs/subtype
ERROR Command failed.
command = /sbin/fs/vxfs/subtype
exit code = 32512
stderr = sh: /sbin/fs/vxfs/subtype: not found.
* Running command:
/sbin/fs/vxfs/vxenablef
* /usr/sbin/lvextend -A y -L 12288 /dev/vg00/mark && /usr/sbin/fsadm -F
vxfs -b 12582912 /var/adm/crash
ERROR Command Failed.
ERROR command = /usr/sbin/lvextend -A y -L 12288 /dev/vg00/mark &&
/usr/sbin/fsadm -F vxfs -b 12582912 /var/adm/crash
ERROR Exit Code = 1
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/lvol8
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* /usr/sam/tui/fs/scripts/generateLVCreateForm.sh >
/usr/sam/tui/fs/lv/lvCreateForm
* /usr/sam/tui/fs/scripts/lvCreateCmd.sh
* /usr/sbin/lvcreate -L 15360 -p w -s y -A y -n mark vg00 &&
/usr/sbin/lvchange -t 0 -a y /dev/vg00/mark
----- samreg: Begin SAM registration of /opt/resmon/bin
* samreg: Adding /opt/resmon/bin to /etc/sam/reg_dirs.db
----- samreg: /opt/resmon/bin successfully registered in SAM databases.
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/sbin/fs/vxfs/subtype
ERROR Command failed.
command = /sbin/fs/vxfs/subtype
exit code = 32512
stderr = sh: /sbin/fs/vxfs/subtype: not found.
* Running command:
/sbin/fs/vxfs/vxenablef
* /usr/sbin/lvextend -A y -L 51200 /dev/vg00/mark && /usr/sbin/fsadm -F
vxfs -b 52428800 /var/adm/crash
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
* Running command:
/usr/sam/lbin/lvlist -p -u /dev/vg00/mark
Page completed on: Mon Mar 29 10:45:59 EDT 2021