常用的solaris指令

    技术2022-05-20  49

    查看网卡安装情况:

    # more /etc/path_to_inst|grep network

    "/pci@0,600000/pci@0/pci@8/pci@0/network@2" 0 "bge""/pci@0,600000/pci@0/pci@8/pci@0/network@2,1" 1 "bge""/pci@1,700000/network@0" 0 "nxge""/pci@1,700000/network@0,1" 1 "nxge""/pci@1,700000/network@0,2" 2 "nxge""/pci@1,700000/network@0,3" 3 "nxge

     

    查看字符集安装情况

    locale -a | grep en_US.UTF-8

     

    删除不活动网卡:

    先ifconfig -a

    查看未UP状态的网卡,然后unplum它

    ifconfig nxge0:2 unplum


    最新回复(0)