博客首页
注册
建议与交流
排行榜
加入友情链接
宝宝相册的专门空间
推荐
投诉
搜索:
帮助
好好学习,天天向SUN
联系方式: leiyu530@163.com
penguinstorm.cublog.cn
管理博客
发表文章
留言
收藏夹
博客圈
音乐
相册
· N4000拆卸过程
· Solaris8安装过程截图
· Veritas
}
· 建立VOLUME
· 其他
· 证书
· ORACLE_FOR_Solaris9i
· HACMP_FOR_AIX 4.3.3
}
· 准备工作
· 配置过程
· 配置共享卷组
· 配置应用脚本
· 同步过程
· 启动双机
· 错误大观
· 路由交换
· ruby专用文件夹
· sun_cluster
· FASTT系列存储
· 7133换盘操作
· HACMP_FOR_AIX 5.1
· 地震纪实
· ORACLE RAC
文章
· AIX
}
· 实践操作
· 系统认证
· 基础知识
· 故障处理
· HPUX
}
· 学逻辑卷
· 考试认证
}
· CSE
· CSA
· 基础知识
· 动手实践
· 存储备份
· CISCO
}
· 交换相关
· 路由相关
· 认证考试
}
· CCNA
· CCNP
· CCIE
· 动手实践
· Dynamips
· Oracle
}
· 基础知识
· 实践操作
· 考试认证
· 实验操作
· English
· Solaris
}
· 读书笔记
}
· SA239
· SA299
· SA399
· ES222
· SM240
· ES255
· ES310
· Solaris高级系统管理员指南
· 基础知识
· 实践操作
}
· ST350
· 认证计划
· 双机专题
}
· HPUX_MC/ServiceGuard
· Solaris_cluster
· AIX_HACMP
· 软件编程
}
· Rails
}
· 基础知识
· 实践操作
· 语法掌握
· 共享精神
· 荣誉勋章
· 闲言碎语
· 好文收录
· 人在职场
· 热点关注
· 经验总结
· 系统管理
}
· 文档备份
首页
关于作者
姓名:雷宇 昵称:storm 职业:IT 年龄:26 位置:北京 个性介绍:没啥个性 不聊MSN/QQ 本着资源共享的精神,所有文章欢迎转载
||
<<
>>
||
我的分类
文章列表 - CSE
CSE-Chapter1-An introduction to your hardware
<DIV>I am using the word server in a broad sense here. At one time, there was a clear distinction between a server and a workstation. I think that distinction still exists but only insofar as a server usually exists in a computer-room environment and a workstation exists in the open office space. We consider a server as being any type of machine that provides a computing resource for one person or 1,000 people.</DIV> <DIV> </DIV> <DIV>HP servers can be considered to employ either a Precision Architecture or Itanium architecture. <BR></DIV> <DIV>The current PA-RISC servers can accommodate 64 processors and 256GB of RAM utilizing the PA-8700+ processor. In the near future, the PA-8800 processor will be able to run at speeds in excess of 1GHz and support a memory compliment of 512GB and beyond.The future looks secure for the PA-RISC processor.</DIV> <DIV>The current crop of Itanium processors (Itanium2) is operating at 1.5GHz and supports a 512GB memory compliment. Like their PA-RISC cousins, the Itanium2-powered Integrity Superdome servers are smashing performance benchmarks wherever they go.</DIV> <DIV> </DIV> <DIV>The scheduling of tasks on the processor is a job for the kernel. The kernel has at its disposal up to four basic schedulers to help with this task: the POSIX real-time scheduler, the HPUX real-time scheduler, the HPUX timesharing scheduler, and the PRM scheduler.</DIV> <DIV> </DIV> <DIV>HP-UX employs a virtual memory system that is underpinned by the concept of paging and swapping. In practice, the idea of swapping a process out of memory is too expensive as far as the IO subsystem is concered. Nowadays most virtual memory systems are paging systems, even though we still talk about swap space. </DIV> <DIV> </DIV> <DIV>The actual mapping of a virtual address to a physical address is accomplished by special hardware components including the Translation Lookaside Buffer(TLB) and a special hashed table in the kernel that maps vir……
查看全文
发表于:2006-10-08 ┆
阅读(1110)
┆
评论(0)
The ways to change the MAC address
<DIV>1,Replace the offending card to ensure that the MAC address is now unique; this is counter-productive where we want to maintain the old MAC address for licensing/application considerations<BR>2,Change the MAC address via 'lanadmin'</DIV> <DIV> </DIV> <DIV>The first solution is a little drastic, but for many corporations it is a reasonable request of a hardware vendor to supply components that are operational. I know of many sites that will return LAN cards to the vendor if a duplicate MAC address is discovered. The second solution seems more resonable but is not entirely fool proof. Some licensing software will use the MAC address programmed into the LAN card, so changing the MAC address as described in solution 2 above is not actually changing the programmed MAC address on the LAN card. The lanadmin command is simply setting up a kernel structure that translates the old MAC address to a new MAC address. There is another problem with using solution 2 above; What if you choose a MAC address that conflicts with an existing or future valid MAC address? This has to be considered before proceeding. Should we choose solution 2, there are some considerations before undertaking what is in effect a relatively simple task:<BR> a. Decide on the new MAC address<BR> b. Set up the corresponding startup configuration file to specify the new MAC address<BR> c. Change the MAC address by rebooting or running the lanadmin command manually<BR></DIV> <DIV></DIV>
查看全文
发表于:2006-08-07 ┆
阅读(848)
┆
评论(0)