Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3000372
  • 博文数量: 454
  • 博客积分: 4860
  • 博客等级: 上校
  • 技术积分: 6375
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-13 10:08
个人简介

10年工作经验,专研网站运维。

文章分类

全部博文(454)

文章存档

2017年(11)

2016年(13)

2015年(47)

2014年(36)

2013年(147)

2012年(64)

2011年(136)

发布时间:2013-11-04 16:13:31

1. 查询系统使用的是哪一组日志文件:select * from v$log;2. 所使用的日志文件组所对应的日志文件:select * from v$logfile;3. 强制切换日志:alter system switch logfile;4. 查询历史日志select * from v$log_history;5. 查询日志的归档模式:SQL> select dbid,name,created,log_mode from v$database;.........【阅读全文】

阅读(2195) | 评论(0) | 转发(1)

发布时间:2013-11-01 10:33:51

1. 查看系统是否安装有ftp应用:IBM AIX操作系统在安装完之后会默认安装ftp,查看/etc/inetd.conf文件,会有如下行ftp stream tcp6 nowait root /usr/sbin/ftpd ftp# cat /etc/inetd.conf# cat /etc/inetd.conf | grep ftpftp     stream  tcp6    nowait  root    /usr/sbin.........【阅读全文】

阅读(7715) | 评论(0) | 转发(0)

发布时间:2013-11-01 09:54:35

1. 登陆服务器。2. 删除已有的服务器信息:# snap -rThe following directories and files will be deleted:-----------------------------------------------------------/tmp/ibmsupt/hacmp (directory)Do you want me to remove these directories (y/n)? yRemoving... done.# 3. 采集当前信息:# sn.........【阅读全文】

阅读(2387) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册