动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
电脑书籍下载:程序设计书籍 | 数据库教程书籍 | 平面与多媒体书籍 | 网络通讯书籍 | 系统管理书籍 | 网络安全书籍 | 认证考试书籍
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ Oracle教程 ]的信息



本月文章推荐
.角斗士般的Oracle性能.
.Oracle数据库中利用ASSM改善分段.
.也谈“Oracle和D/2000字符集的选.
.使用Oracle10g提供的flashback d.
.oracle9i日常操作总结.
.轻松解决Oracle 10g 的em中文乱码.
.SQL概述.
.Oracle和SUN Solaris内核参数.
.世界上最大的商务数据库运行在Or.
.如何修改sendmail的欢迎提示.
.外部程序使一切变得简单.
.数据库SQLServer 驱动程序版本造.
.Oracle 10G 最佳20位新特性:物化.
.Oracle的imp命令导入备份数据.
.Squid应用简介.
.提高ORACLE数据库的查询统计速度.
.Oracle中spfile和pfile间区别和联.
.Oracle进程内存结构-如何察看Ora.
.i系列上运行的Linux分区数量和Li.
.Oracle数据库连接.

ORACLE在HP-UX下的系列问题处理(15)

发表日期:2008-2-9 |



  Oracle:“start x print servers”消息禁用打印问题描述
  在Oracle升级过程中,我的系统启动并显示下面的信息:
  start x print servers
  自从看到这个信息后,我就一直无法打印任何东西。我进入系统治理治理器(SAM)查看打印机信息,但屏幕挂起。我还尝试恢复打印机配置,但屏幕继续挂起。
  
  如何解决这个问题?
  
  配置信息
  
  操作系统 - HP-UX
  版本 - 11.0
  硬件系统 - HP9000
  系列 - K570
  应用程序 - Oracle
  
  解决方法
  按照下面的步骤解决你的问题:
  1. 进入目录/var/spool/lp。
  2. 执行“ls”命令,检查是否有FIFO和SCHEDLOCK文件。
  3. 执行“lpstat -r”,看一看sched是否正在运行。
  注:假如sched正在运行,则执行lpshut终止sched进程。
  4. 执行“rm FIFO SCHEDLOCK Toutputq *lock.”命令。
  注:删除适用于你的系统的文件。
  5. 执行“> outputq”命令,清除outputq文件中的内容。
  6. 执行“> log”命令,清除日志文件中的内容。
  7. 执行“ps -efgrep lp”命令。
  注:对所有活动的lpsched继续执行kill -9。
  8. 执行“lpsched -v”,重新启动lpsched进程。
  9. 执行“more log”命令。
  10. 执行“lp -dprinter ./file”。
  .........following with all English text ....
  Problem Description
  During my Oracle upgrade, my system booted and printed this message:
  start x print servers
  I have not been able to print anything since I saw this message.
  I went into the System Administration Manager (SAM) to view the printer
  information, and the screen hung. I also tried to restore the printer
  configuration, and the screen continued to hang.
  How can I resolve this problem?
  Configuration Info
  Operating System - HP-UX
  Version - 11.0
  Hardware System - HP9000
  Series - K570
  Application - Oracle
  Solution
  Use these steps to resolve your problem:
  1. Change Directories to /var/spool/lp.
  2. Execute the 'ls' command to check for the existence of FIFO and
  SCHEDLOCK files.
  3. Execute 'lpstat -r' to see if sched is running.
  Note: If sched is running, execute lpshut to stop the sched process.
  4. Execute the 'rm FIFO SCHEDLOCK Toutputq *lock.' command.
  Note: Delete the files that apply to your system.
  5. Execute the '> outputq' command to clear the contents of the outputq file.
  6. Execute the '> log' command to clear the contents of the log file.
  7. Execute the 'ps -efgrep lp' command.
  Note: Do a kill -9 on all active lpsched processes.
  8. Execute 'lpsched -v' to re-start the lpsched process.
  9. Execute the 'more log' command.
  10. Execute 'lp -dprinter ./file'.
上一篇:ORACLE在HP-UX下的系列问题处理(19) 人气:356
下一篇:ORACLE在HP-UX下的系列问题处理(16) 人气:375
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-7-25 WikyBlog v1.7.0.1 多国语言版
2008-7-25 乐彼网上开店系统(56770 Eshop)
2008-7-25 赛特网站管理系统sitecms v3.6.0
2008-7-25 Modoer多功能点评系统 v1.0.1 Bu
2008-7-25 Shangducms Teamsuit! v1.1.0 开
2008-7-25 幻影动漫网视频系统(Ppdong) v1.
2008-7-25 acteecompany企业网站建设系统 v
2008-7-25 恒浪整合管理系统 ims v4.1 ACCE
2008-7-25 艺术图库系统 v1.0 beta
2008-7-19 UltraEdit 简体中文增强版 14.10
2008-7-19 CentOS 5.2 i386 LiveCD
2008-7-19 Snapture多功能相机 v1.4
2008-7-19 iAcces中文输入法 v1.0Build016
2008-7-19 Cookbook烹饪秘籍 v2.5
2008-7-19 苹果专用DVD转换工具 v1.1.59汉化
2008-7-19 Modem修复软件ZiPhone修改版04.0
2008-7-19 AgileMessenger即时通讯工具美化
2008-7-19 Sketches画图软件 v0.7b6破解版


  发表评论
姓 名: 验证码:
内 容:
[ 汉字翻译拼音 ] [ 广告代码 ] [ 符号对照表 ] [ 进制转换 ] [ 经典小工具 ] [ 个税计算 ] [ 汉字简繁转换 ] [ 普通单位换算 ] [ 公制单位换算 ]
[ 生辰老黄历 ] [ 国内电话区号 ] [ 国家代码与域名缩写 ] [ 文字加密解密 ] [ 健康查询 ] [ 万年历 ] [ 手机号码查询 ] [ ip搜索 ] [ Google PR查询 ]
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号