不同的操作系统有不同的修改时区方法 以下列出hpux,aix的修改方法,以后继续补充其他系统 HPUX # set_parms timezone _______________________________________________________________________________ The following procedure enables you to set the time zone. Select your location from the following list: 1) North America or Hawaii 2) Central America 3) South America 4) Europe 5) Africa 6)...
by wuye_chinaunix - AIX文档中心 - 2007-11-08 13:54:10 阅读(4821) 回复(0)
在aix上部署jboss 时区一直取得不对 修改系统的/etc/environment 的TZ没有效果 启动追加 -Duser.time.zone=GMT+08也是没有效果 各位,麻烦能否讲解一下启动jdk所取得的时区还有那些地方?
在aix上部署jboss\r\n时区一直取得不对\r\n修改系统的/etc/environment 的TZ没有效果\r\n启动追加 -Duser.time.zone=GMT+08也是没有效果 \r\n各位,麻烦能否讲解一下启动jdk所取得的时区还有那些地方?
aix 内的时区设定为 BEIST-8,, APACHE 的日志格式为 LogFormat "%h %l %u %t \"%r\" %>;s %b" common 但APACHE 日志内的时间都是 abc.def.com - - [08/Apr/2004:09:00:27 +0000] 查看问题时很不方便.. 请问怎可以输出跟时区一样的时间 另外, LOG4J 的日志输出也有这个问题. 谢谢
aix 内的时区设定为 BEIST-8,,\r\n\r\nAPACHE 的日志格式为\r\nLogFormat \"%h %l %u %t \\\"%r\\\" %>;s %b\" common\r\n\r\n但APACHE 日志内的时间都是\r\nabc.def.com - - [08/Apr/2004:09:00:27 +0000]\r\n\r\n\r\n查看问题时很不方便..\r\n请问怎可以输出跟时区一样的时间\r\n另外, LOG4J 的日志输出也有这个问题.\r\n\r\n谢谢
[code]#!/bin/sh if [ $# -lt 1 ];then echo "find dcrate"; while [ true ] do echo "----------------------------------------------------------------------" ps -e -o pid,vsz,ruser,etime,args |grep "dcup"|grep -v grep sleep 2 done fi; while [ true ] do echo "--------------------------------------------------------------...
查看内存 使用命令# lsdev -Cc memory 查看配置的物理内存设备,下面为其输出示例: mem0 Available 00-00 Memory L2cache0 Available 00-00 L2 Cache 再使用命令# lsattr -El mem0 输出如下 size 512 Total amount of physical memory in Mbytes False goodsize 512 Amount of usable physical memory in Mbytes False 此例说明机器的物理内存为512MB。如果前面lsdev的输出中有设备名 mem1,则使用同样的命令查看其对应的大...
查看内存 使用命令# lsdev -Cc memory 查看配置的物理内存设备,下面为其输出示例: mem0 Available 00-00 Memory L2cache0 Available 00-00 L2 Cache 再使用命令# lsattr -El mem0 输出如下 size 512 Total amount of physical memory in Mbytes False goodsize 512 Amount of usable physical memory in Mbytes False 此例说明机器的物理内存为512MB。如果前面lsdev的输出中有设备名 mem1,则使用同样的命令查看其对应的大...
查看内存\r\n使用命令# lsdev -Cc memory\r\n查看配置的物理内存设备,下面为其输出示例:\r\nmem0 Available 00-00 Memory \r\nL2cache0 Available 00-00 L2 Cache \r\n再使用命令# lsattr -El mem0\r\n输出如下\r\nsize 512 Total amount of physical memory in Mbytes False \r\ngoodsize 512 Amount of usable physical memory in Mbytes False \r\n此例说明机器的物理内存为512MB。如果前面lsdev的输出中有设备名 mem1,则使...