To configure initial TCPIP setup:
# mktcpip -hostname vios1 -inetaddr 192.168.10.55 -interface en0 -netmask 255.255.255.0 -gateway 192.168.10.1 -nsrvdomain mydomain.com -start
To list stored tcpip configuration:
# lstcpip -stored
To list ethernet adapters on the server:
# lstcpip -adapters
To show system hostname:
# lstcpip -hostname
To show dns servers:
# lstcpip -namesrv
To display routing table:
# lstcpip -routtable
To display routing table in numbers:
# lstcpip -num -routtable
To list all open inet sockets:
# lstcpip –sockets –family inet
To show the state of all configured network interfaces:
# lstcpip –state
To flush (remove) all tcpip settings:
# rmtcpip -all
To unconfigure a network interface:
# rmtcpip -interface en0
To clean up routing table:
# rmtcpip –f -routing
To remove DNS information:
# rmcpip –namesrv
To unconfigure tcpip information on en0 during next reboot:
# rmtcpip –f –interface en0 -nextboot
To add an entry to /etc/hosts:
# hostmap -addr 192.168.10.34 -host alpha
To list the contents of hosts file:
# hostmap -ls
To remove a specific entry on hosts files:
# hostmap -rm 192.168.10.34
To enable / start all network services:
# startnetsvc ALL
To disable / stop all network services:
# stopnetsvc ALL
To enable telnet on a VIO Server:
# startnetsvc telnet
To enable ftp on a VIO ServerL
# startnetsvc ftp
To enable ldap daemon:
# startnetsvc ldap
To enable xntpd:
# startnetsvc xntpd
To enable cimserver:
# startnetsvc cimserver
To send CLI tracing info to system log:
# startnetsvc tracelog
To send system error log to the system log:
# startnetsvc errorlog
To list the start of ftp daemon:
# lsnetsvc ftp
To add a domain name entry:
# cfgnamesrv -add -dname abc.aus.century.com
To add a name server entry:
# cfgnamesrv –add -ipaddr 192.9.201.1
To list all resolv.conf entries:
# cfgnamesrv -ls
To display statistics on a network interface:
# entstat en0
To reset statistics on a network interface:
# entstat –reset ent0
To trace a route:
# traceroute nis.nsf.net
To list stored tcpip configuration:
# lstcpip -stored
To list ethernet adapters on the server:
# lstcpip -adapters
To show system hostname:
# lstcpip -hostname
To show dns servers:
# lstcpip -namesrv
To display routing table:
# lstcpip -routtable
To display routing table in numbers:
# lstcpip -num -routtable
To list all open inet sockets:
# lstcpip –sockets –family inet
To show the state of all configured network interfaces:
# lstcpip –state
To flush (remove) all tcpip settings:
# rmtcpip -all
To unconfigure a network interface:
# rmtcpip -interface en0
To clean up routing table:
# rmtcpip –f -routing
To remove DNS information:
# rmcpip –namesrv
To unconfigure tcpip information on en0 during next reboot:
# rmtcpip –f –interface en0 -nextboot
To add an entry to /etc/hosts:
# hostmap -addr 192.168.10.34 -host alpha
To list the contents of hosts file:
# hostmap -ls
To remove a specific entry on hosts files:
# hostmap -rm 192.168.10.34
To enable / start all network services:
# startnetsvc ALL
To disable / stop all network services:
# stopnetsvc ALL
To enable telnet on a VIO Server:
# startnetsvc telnet
To enable ftp on a VIO ServerL
# startnetsvc ftp
To enable ldap daemon:
# startnetsvc ldap
To enable xntpd:
# startnetsvc xntpd
To enable cimserver:
# startnetsvc cimserver
To send CLI tracing info to system log:
# startnetsvc tracelog
To send system error log to the system log:
# startnetsvc errorlog
To list the start of ftp daemon:
# lsnetsvc ftp
To add a domain name entry:
# cfgnamesrv -add -dname abc.aus.century.com
To add a name server entry:
# cfgnamesrv –add -ipaddr 192.9.201.1
To list all resolv.conf entries:
# cfgnamesrv -ls
To display statistics on a network interface:
# entstat en0
To reset statistics on a network interface:
# entstat –reset ent0
To trace a route:
# traceroute nis.nsf.net
No comments:
Post a Comment