ChinaUnix.net
相关文章推荐:

linux 无法修改interfaces

在某些Unix平台上,ASE的interfaces文件中关于SERVER的信息可能16进制的形式存储的,必须要通过实用 程序dscp才能进行修改。 实际上,我们只要了解了这些16进制数据的格式,也可以直接通过vi来更改interfaces文件。 下面以e3000为例,介绍一下interfaces文件的结构和格式: 用vi打开/opt/sybase/interfaces,可以看到这些信息: E3000      master tli tcp /dev/tcp \x00021a0a9e4d51f80000000000000000...

by ehero - Sybase - 2009-01-10 11:35:59 阅读(3925) 回复(4)

相关讨论

服务器双网卡,我想把eth0用于内网: 192.168.1.248 、255.255.255.0 eth1用于外网: 58.XX.XXX.XX. 子网掩码,网关,dns vi /etc/network/interfaces auto lo ifaces lo inet loopbakc auto eth0 address 192.168.1.248 netmask 255.255.255.0 gateway 192.168.1.1 auto eth1 iface eth1 inet static address xx.xx.xxx.xxx netmask 255.255.255.0 gateway xx.xx.xxx.x dns-nameservers xxx.xx.xx.xxx xxx.xx.xx.xxx /etc/ini...

by twht - Linux系统管理 - 2014-03-12 20:26:33 阅读(5180) 回复(5)

修改后,桌面可能会加载很久。恼人,呵呵。/etc/network/interfaces #auto lo #iface lo inet loopbackauto eth0 iface eth0 inet static address 192.168.1.188 netmask 255.255.255.0 gateway 192.168.1.1解决方案: 最前面两行勿用#注释掉 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93789/showart_1929339.html

by bellcat2008 - Linux文档专区 - 2009-05-15 18:01:02 阅读(689) 回复(0)

修改过的/etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp auto eth2 iface eth2 inet dhcp auto ath0 iface ath0 inet dhcp auto wlan0 iface wlan0 inet dhcp 修改过的/etc/network/in...

by vangeldoro - Linux文档专区 - 2007-07-27 12:24:27 阅读(1187) 回复(0)

服务器是solaris10,sybase是ASE-12.5 interfaces文件里面的ip修改过了(尝试使用10进制,16进制,或者主机名)不管用, 错误信息 00:00000:00001:2013/05/14 09:32:27.10 server Database 'sybsystemprocs' is now online. 00:00000:00001:2013/05/14 09:32:27.28 server Database 'master' is now online. 00:00000:00001:2013/05/14 09:32:27.45 server Database 'model' is now online. 00:00000:00001:2013/05/1...

by zwaiyym - Sybase - 2013-05-14 14:52:29 阅读(1658) 回复(2)

SYBASE 版本: Adaptive Server Enterprise/12.5.4/EBF 14662 ESD#6/P/ia64/HP-UX B.11.23/ase1254/2079/64-bit/FBO/Wed Jul 11 05:41:47 2007 问题现象:interfaces 文件中配置如下: 10.10.10.10 master tcp ether 10.10.10.10 4100 query tcp ether 10.10.10.10 4100 Z10.10.10.10 master tcp ether 10.10.10.10 4100 query tcp ether 10.10.10.10 4100 通过: isql -Usa -P -SZ10.10.10.10可以成功连接数据库; 而通过: is...

by yangxi0111 - Sybase - 2008-01-24 00:36:10 阅读(4645) 回复(3)

昨天新到货一个v120,在lom下启动设备,开始初试化的配置, 配置一半的时候,串口线被同事无意拔掉,导致配置失败…… 再重新启动的时候,出现如下情况: Boot device: disk0 File and args: SunOS Release 5.8 Version Generic_108528-29 64-bit Copyright 1983-2003 Sun Microsystems, Inc. All rights reserved. Hostname: HOST The system is coming up. Please wait. checking ufs filesystems /dev/rdsk/c0t0d0s6: ...

by superlva - Solaris - 2005-01-07 17:48:33 阅读(1246) 回复(1)

昨天新到货一个v120,在lom下启动设备,开始初试化的配置,\r\n配置一半的时候,串口线被同事无意拔掉,导致配置失败…… \r\n 再重新启动的时候,出现如下情况:\r\n\r\nBoot device: disk0 File and args: SunOS Release 5.8 Version Generic_108528-29 64-bit \r\nCopyright 1983-2003 Sun Microsystems, Inc. All rights reserved. \r\nHostname: HOST \r\nThe system is coming up. \r\nPlease wait. \r\nchecking ufs files...

by superlva - Solaris - 2005-01-07 10:18:55 阅读(2616) 回复(0)

interfaces in the linux kernel to embed new functionalities. Functionality Functions for Dynamic Registration Character devices (un)register_chrdev( ) Block devices (un)register_blkdev( ) Binary formats (un)register_binfmt( ) File systems (un)register_filesystem( ) Serial interfaces (un)register_serial( ) Network adapters (un)register_netdev( ) Layer-3 protocols dev_add_pack( ), dev_remove_pac...

by platinum - Linux文档专区 - 2008-11-06 10:47:47 阅读(764) 回复(0)

Q. Can you explain how to setup network parameters such as IP address, subnet, dhcp etc using /etc/network/interfaces file? A. /etc/network/interfaces file contains network interface configuration information for the both Ubuntu and Debian linux. This is where you configure how your system is connected to the network. Defining physical interfaces such as eth0Lines beginning with the word "auto" ar...

by bigluo - Linux文档专区 - 2009-08-13 13:32:24 阅读(810) 回复(0)

请教一下大虾们: 在fedora16的环境下,用把系统时间往前改,系统无法启动,需要fsck修复才行。 1、当前时间2012-12-10 14:53:00 2、date -s "2012-12-09 14:53:00" 3、hwclock --systohc 4、启动报错: dracut Warning: e2fsck returned with 4 dracut Warning: /dev/disk/by-uuid/85b302b4-8c12-4ad9-8c56-28b20a1d254d: Superblock last mount time (Mon Dec 10 06:42:19 2012, dracut Warning: now = Sun Nov 11 00:00:46 ...

by nomit - Linux系统管理 - 2012-12-12 19:03:43 阅读(5783) 回复(11)