linux系统
pengpengfly_jhp
这个作者很懒,什么都没留下…
展开
-
linux下samba服务的安装及配置
公司需要从linux系统下摆渡文件到windows 系统中来,要想实现Linux和Windows文件共享,需要安装samba服务 1、 准备samba的rpm文件:插入光盘,挂载:mount /dev/cdrom /mntCd /mnt/Packages[root@rac1Packages]# find ./ -name "*samba*"./samba-3.5.10-原创 2013-12-23 11:17:23 · 849 阅读 · 0 评论 -
改主机名后启weblogic失败,Could not obtain the localhost address. The most likely cause is an error in the ne
今天部署环境时,启动WEBLOGIC报错: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.at weblogic.server.chann原创 2014-02-21 12:07:44 · 9420 阅读 · 0 评论 -
LINUX下搭建FTP服务器
1.操作系统环境:查看操作系统内核:[root@rac1 ~]# uname -aLinux rac1 2.6.32-220.el6.x86_64 #1 SMP Wed Nov 9 08:03:13 EST 2011 x86_64 x86_64 x86_64 GNU/Linux查看操作系统发行版本:[root@rac1 ~]# cat /etc/redhat-release原创 2014-02-11 11:40:08 · 903 阅读 · 0 评论 -
iostat命令
Linux系统中的 iostat是I/O statistics(输入/输出统计)的缩写,iostat工具将对系统的磁盘操作活动进行监视。它的特点是汇报磁盘活动统计情况,同时也会汇报出CPU使用情况。同vmstat一样,iostat也有一个弱点,就是它不能对某个进程进行深入分析,仅对系统的整体情况进行分析。iostat属于sysstat软件包。可以用yum install sysstat 直接安装。转载 2014-02-25 11:59:59 · 500 阅读 · 0 评论 -
安装rpm时报错:Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY error: Failed dependencies:
[root@rac1 Packages]# find ./ -name "*openmotif*"./openmotif-2.3.3-4.el6.i686.rpm./openmotif-2.3.3-4.el6.x86_64.rpm./openmotif-devel-2.3.3-4.el6.x86_64.rpm./openmotif-devel-2.3.3-4.el6.i686.rp原创 2014-03-28 12:03:24 · 30189 阅读 · 0 评论 -
SQLRecoverableException: IO 错误: The Network Adapter could not establish the connection
启动WEBLOGIC时报错:严重: Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine' defined in ServletContext resource [/WEB-INF/a原创 2014-03-26 15:43:21 · 19333 阅读 · 1 评论 -
Shutting down interface eth0: Error: Device 'eth0' (/org/freedesktop/NetworkManager/Devices/0) disc
安装CENT OS时手动配置了IP和DNS,安装完成后,IP未生效[root@localhost network-scripts]# cat ifcfg-eth0DEVICE=eth0BOOTPROTO=noneBROADCAST=10.205.1.255GATEWAY=10.205.0.254IPADDR=10.205.0.70NETMASK=255.255.255.原创 2014-12-09 16:34:01 · 6018 阅读 · 0 评论