- Community Home
- >
- HPE Community, Taiwan
- >
- Tru64 Unix & OpenVMS
- >
- Tru64 Unix
- >
- Enabling Access to the Real Time Clock倒底要不要reboot ...
Tru64 Unix
1830517
會員
2807
線上
110006
解決方案
論壇
類別
Company
Local Language
返回
論壇
討論平台
論壇
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
討論平台
論壇
討論平台
返回
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
部落格
信息
社區語言
語言
論壇
部落格
文章選項
- 訂閱此主題的RSS 提要
- 將此主題標記為未讀
- 將主題標記為已讀
- 將主題在本帳號置頂
- 標示為書籤
- 訂閱此主題
- 列印此頁
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 03-09-2006 05:20 PM
在 03-09-2006 05:20 PM
Enabling Access to the Real Time Clock倒底要不要reboot server
To enable this feature:
Log in as root.
Enter the following commands:
# mknod /dev/timedev c 15 0
# chmod +r /dev/timedev
請問做完這個動作之後是否一定要reboot server
Log in as root.
Enter the following commands:
# mknod /dev/timedev c 15 0
# chmod +r /dev/timedev
請問做完這個動作之後是否一定要reboot server
1則回覆 1
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 03-10-2006 07:01 AM
在 03-10-2006 07:01 AM
Enabling Access to the Real Time Clock倒底要不要reboot server
Hi Joey,
> # mknod /dev/timedev c 15 0
> # chmod +r /dev/timedev
> 請問做完這個動作之後是否一定要reboot server
It just needs to restart the DB instances.
Attach the related information for reference:
Enabling Access to the Real Time Clock
Many Oracle processes are timed, especially if the
TIMED_STATISTICS initialization parameter is set to TRUE. These timing functions call the Tru64 kernel and can affect Oracle9i performance. On Tru64, you can improve performance on heavily loaded systems by enabling processes to directly access the real time clock.
To enable access to the real time clock:
1) Log in as root.
2) Enter the following commands:
# mknod /dev/timedev c 15 0
# chmod +r /dev/timedev
If your system is a cluster running Tru64 UNIX V5.1 or higher, enter these commands on each cluster. If your system is a cluster running an earlier version of Tru64, enter the commands on each node.
Note:
The special file /dev/timedev remains on the system after rebooting.
3) Restart the Oracle9i instance.
The system checks for the existence of the /dev/timedev file only on instance startup.
Oracle Corporation recommends that you enable this feature on all instances in a cluster, and therefore on all nodes.
Best regards,
Richard.
> # mknod /dev/timedev c 15 0
> # chmod +r /dev/timedev
> 請問做完這個動作之後是否一定要reboot server
It just needs to restart the DB instances.
Attach the related information for reference:
Enabling Access to the Real Time Clock
Many Oracle processes are timed, especially if the
TIMED_STATISTICS initialization parameter is set to TRUE. These timing functions call the Tru64 kernel and can affect Oracle9i performance. On Tru64, you can improve performance on heavily loaded systems by enabling processes to directly access the real time clock.
To enable access to the real time clock:
1) Log in as root.
2) Enter the following commands:
# mknod /dev/timedev c 15 0
# chmod +r /dev/timedev
If your system is a cluster running Tru64 UNIX V5.1 or higher, enter these commands on each cluster. If your system is a cluster running an earlier version of Tru64, enter the commands on each node.
Note:
The special file /dev/timedev remains on the system after rebooting.
3) Restart the Oracle9i instance.
The system checks for the existence of the /dev/timedev file only on instance startup.
Oracle Corporation recommends that you enable this feature on all instances in a cluster, and therefore on all nodes.
Best regards,
Richard.
以上表述為作者個人觀點,不代表惠普公司,使用本網站,請遵守網站使用規則和條款