ผู้เขียน หัวข้อ: Bug V.3.54.10.26  (อ่าน 16819 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ Neo

  • Hero Member
  • *****
  • กระทู้: 1,703
  • The Kop
  • Respect: +6
    • ดูรายละเอียด
Bug V.3.54.10.26
« เมื่อ: ตุลาคม 26, 2011, 14:32:00 PM »
0
อัพเดทฐานสำรองใน Note Book ผ่านตามปกติ mysql 5.1.39-maria-bata และใช้งานในบัญชี 1 ได้ตามปกติ
อัพเดทฐานจริงไม่ผ่านแจ้ง Error ตามรูป mysql 5.5.13-44-log ไม่ผ่านเลย และปัจจุบันไม่สามารถเข้าบัญชี 1 ได้
EurekaLog 6.1.02

Application:
-------------------------------------------------------
  1.1 Start Date      : Wed, 26 Oct 2011 12:31:58 +0700
  1.2 Name/Description: HOSMy.exe - (BMS-HOSxP)
  1.3 Version Number  : 3.54.10.26
  1.4 Parameters      :
  1.5 Compilation Date: Wed, 26 Oct 2011 09:57:13 +0700
  1.6 Up Time         : 1 hour, 34 minutes, 35 seconds

Exception:
----------------------------------------------------------------------------------
  2.1 Date          : Wed, 26 Oct 2011 14:06:34 +0700
  2.2 Address       : 02CF306D
  2.3 Module Name   : HOSMy.exe - (BMS-HOSxP)
  2.4 Module Version: 3.54.10.26
  2.5 Type          : Exception
  2.6 Message       : SQL Error: Error writing file '/tmp/MYnveRbJ' (Errcode: 28).
  2.7 ID            : 0354
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

User:
-------------------------------------------------------
  3.1 ID        : IT
  3.2 Name      : IT
  3.3 Email     :
  3.4 Company   :
  3.5 Privileges: SeIncreaseQuotaPrivilege        - OFF
                  SeSecurityPrivilege             - OFF
                  SeTakeOwnershipPrivilege        - OFF
                  SeLoadDriverPrivilege           - OFF
                  SeSystemProfilePrivilege        - OFF
                  SeSystemtimePrivilege           - OFF
                  SeProfileSingleProcessPrivilege - OFF
                  SeIncreaseBasePriorityPrivilege - OFF
                  SeCreatePagefilePrivilege       - OFF
                  SeBackupPrivilege               - OFF
                  SeRestorePrivilege              - OFF
                  SeShutdownPrivilege             - OFF
                  SeDebugPrivilege                - OFF
                  SeSystemEnvironmentPrivilege    - OFF
                  SeChangeNotifyPrivilege         - ON
                  SeRemoteShutdownPrivilege       - OFF
                  SeUndockPrivilege               - OFF
                  SeManageVolumePrivilege         - OFF
                  SeImpersonatePrivilege          - ON
                  SeCreateGlobalPrivilege         - ON
                  SeIncreaseWorkingSetPrivilege   - OFF
                  SeTimeZonePrivilege             - OFF
                  SeCreateSymbolicLinkPrivilege   - OFF

Computer:
---------------------------------------------------------------------------
  5.1 Name          : IT-PC
  5.2 Total Memory  : 2007 Mb
  5.3 Free Memory   : 1018 Mb
  5.4 Total Disk    : 97.56 Gb
  5.5 Free Disk     : 50.7 Gb
  5.6 System Up Time: 11 days, 5 hours, 41 minutes, 56 seconds
  5.7 Processor     : Intel(R) Core(TM) i5 CPU         750  @ 2.67GHz
  5.8 Display Mode  : 1600 x 900, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : NVIDIA GeForce 315 (driver 8.17.12.5936 - RAM 512 MB)
  5.11 Printer      : HP LaserJet P1006 (driver 1.0.2)

Operating System:
-----------------------------------
  6.1 Type    : Microsoft Windows 7
  6.2 Build # : 7600
  6.3 Update  :
  6.4 Language: Thai
  6.5 Charset : 222

Network:
---------------------------------------------------
  7.1 IP Address: 192.168.000.009 - 192.168.020.204
  7.2 Submask   : 255.255.255.000 - 255.255.255.000
  7.3 Gateway   : 000.000.000.000 - 192.168.020.001
  7.4 DNS 1     : 000.000.000.000 - 192.168.020.001
  7.5 DNS 2     : 000.000.000.000 - 000.000.000.000
  7.6 DHCP      : OFF             - ON             

Custom Information:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  8.1 Hospital Code            : 11041 [รพช. พรเจริญ]
  8.2 Database Type            : MySQL
  8.3 Database Protocol        : mysql-4.1 [5.5.13-55-log
                                  Database hospcrh @ 192.168.0.2]
  8.4                          :
  8.5 No 1                     : select v.village_moo+0 as village_moo_int,v.address_id,v.village_moo,v.village_id,v.village_name,v.latitude,v.longitude,t.name as tmb_name,count(distinct h.house_id) as house_count,  count(distinct p.person_id) as person_count , count(ps1.person_id) as male_count , count(ps2.person_id) as female_count , count(ps3.person_id) as death_count , count(ps3.person_id) as family_count  from village v  left outer join house h on h.village_id = v.village_id  left outer join person p on p.house_id = h.house_id and p.house_id not in (23,1750,1757,1791,2406,2510,2513,2515,2524,2576,2683,2684,2686,2822,2862,2918,2919,2920,2921,2922,2923) left outer join person ps1 on ps1.person_id = p.person_id and ps1.sex = '1' and ps1.death='N'  left outer join person ps2 on ps2.person_id = p.person_id and ps2.sex = '2' and ps2.death='N'  left outer join person ps3 on ps3.person_id = p.person_id and ps3.death = 'Y'  left outer join thaiaddress t on t.addressid = v.address_id and t.codetype='3'  group by v.address_id,v.village_moo,v.village_id,v.village_name ,v.latitude,v.longitude,t.name order by v.address_id,village_moo_int
  8.6 No 2                     : SHOW KEYS FROM hospcrh.house
  8.7 No 3                     : select h.house_id from house h,village v where h.village_id = v.village_id  and v.village_moo = '0'
  8.8 DBMS Variables           :
  8.9                          :
  8.10 auto_increment_increment: 1
                                 auto_increment_offset = 1
                                 autocommit = ON
                                 automatic_sp_privileges = ON
                                 back_log = 50
                                 basedir = /usr
                                 big_tables = ON
                                 binlog_cache_size = 32768
                                 binlog_direct_non_transactional_updates = OFF
                                 binlog_format = STATEMENT
                                 binlog_stmt_cache_size = 32768
                                 bulk_insert_buffer_size = 8388608
                                 character_set_client = tis620
                                 character_set_connection = tis620
                                 character_set_database = tis620
                                 character_set_filesystem = binary
                                 character_set_results = tis620
                                 character_set_server = tis620
                                 character_set_system = utf8
                                 character_sets_dir = /usr/share/mysql/charsets/
                                 collation_connection = tis620_thai_ci
                                 collation_database = tis620_thai_ci
                                 collation_server = tis620_thai_ci
                                 completion_type = NO_CHAIN
                                 concurrent_insert = ALWAYS
                                 connect_timeout = 10
                                 datadir = /var/lib/mysql/
                                 date_format = %Y-%m-%d
                                 datetime_format = %Y-%m-%d %H:%i:%s
                                 default_storage_engine = InnoDB
                                 default_week_format = 0
                                 delay_key_write = ON
                                 delayed_insert_limit = 100
                                 delayed_insert_timeout = 300
                                 delayed_queue_size = 1000
                                 div_precision_increment = 4
                                 engine_condition_pushdown = ON
                                 error_count = 0
                                 event_scheduler = OFF
                                 expire_logs_days = 30
                                 external_user =
                                 fast_index_creation = ON
                                 flush = OFF
                                 flush_time = 0
                                 foreign_key_checks = ON
                                 ft_boolean_syntax = + -><()~*:""&|
                                 ft_max_word_len = 84
                                 ft_min_word_len = 4
                                 ft_query_expansion_limit = 20
                                 ft_stopword_file = (built-in)
                                 general_log = OFF
                                 general_log_file = /var/lib/mysql/Server1.log
                                 group_concat_max_len = 1024
                                 have_compress = YES
                                 have_crypt = YES
                                 have_csv = YES
                                 have_dynamic_loading = YES
                                 have_geometry = YES
                                 have_innodb = YES
                                 have_ndbcluster = NO
                                 have_openssl = DISABLED
                                 have_partitioning = YES
                                 have_profiling = YES
                                 have_query_cache = YES
                                 have_response_time_distribution = YES
                                 have_rtree_keys = YES
                                 have_ssl = DISABLED
                                 have_symlink = YES
                                 hostname = Server1
                                 identity = 98347274
                                 ignore_builtin_innodb = OFF
                                 init_connect = SET NAMES tis620
                                 init_file =
                                 init_slave =
                                 innodb_adaptive_flushing = ON
                                 innodb_adaptive_flushing_method = estimate
                                 innodb_adaptive_hash_index = ON
                                 innodb_adaptive_hash_index_partitions = 1
                                 innodb_additional_mem_pool_size = 25165824
                                 innodb_autoextend_increment = 8
                                 innodb_autoinc_lock_mode = 1
                                 innodb_buffer_pool_instances = 1
                                 innodb_buffer_pool_restore_at_startup = 0
                                 innodb_buffer_pool_shm_checksum = ON
                                 innodb_buffer_pool_shm_key = 0
                                 innodb_buffer_pool_size = 6442450944
                                 innodb_change_buffering = all
                                 innodb_checkpoint_age_target = 0
                                 innodb_checksums = OFF
                                 innodb_commit_concurrency = 0
                                 innodb_concurrency_tickets = 500
                                 innodb_corrupt_table_action = assert
                                 innodb_data_file_path = ibdata1:100M:autoextend
                                 innodb_data_home_dir = /var/lib/mysql/
                                 innodb_dict_size_limit = 0
                                 innodb_doublewrite = OFF
                                 innodb_doublewrite_file =
                                 innodb_fast_checksum = OFF
                                 innodb_fast_shutdown = 1
                                 innodb_file_format = Barracuda
                                 innodb_file_format_check = ON
                                 innodb_file_format_max = Antelope
                                 innodb_file_per_table = ON
                                 innodb_flush_log_at_trx_commit = 1
                                 innodb_flush_method = O_DIRECT
                                 innodb_flush_neighbor_pages = 1
                                 innodb_force_recovery = 0
                                 innodb_ibuf_accel_rate = 100
                                 innodb_ibuf_active_contract = 1
                                 innodb_ibuf_max_size = 3221209088
                                 innodb_import_table_from_xtrabackup = 0
                                 innodb_io_capacity = 1000
                                 innodb_lazy_drop_table = 0
                                 innodb_lock_wait_timeout = 120
                                 innodb_locks_unsafe_for_binlog = ON
                                 innodb_log_block_size = 512
                                 innodb_log_buffer_size = 8388608
                                 innodb_log_file_size = 268435456
                                 innodb_log_files_in_group = 2
                                 innodb_log_group_home_dir = /var/lib/mysql/
                                 innodb_max_dirty_pages_pct = 90
                                 innodb_max_purge_lag = 0
                                 innodb_mirrored_log_groups = 1
                                 innodb_old_blocks_pct = 37
                                 innodb_old_blocks_time = 0
                                 innodb_open_files = 2048
                                 innodb_page_size = 16384
                                 innodb_purge_batch_size = 20
                                 innodb_purge_threads = 1
                                 innodb_read_ahead = linear
                                 innodb_read_ahead_threshold = 56
                                 innodb_read_io_threads = 8
                                 innodb_recovery_stats = OFF
                                 innodb_recovery_update_relay_log = OFF
                                 innodb_replication_delay = 0
                                 innodb_rollback_on_timeout = OFF
                                 innodb_rollback_segments = 128
                                 innodb_show_locks_held = 10
                                 innodb_show_verbose_locks = 0
                                 innodb_spin_wait_delay = 6
                                 innodb_stats_auto_update = 1
                                 innodb_stats_method = nulls_equal
                                 innodb_stats_on_metadata = ON
                                 innodb_stats_sample_pages = 8
                                 innodb_stats_update_need_lock = 1
                                 innodb_strict_mode = OFF
                                 innodb_support_xa = OFF
                                 innodb_sync_spin_loops = 30
                                 innodb_table_locks = ON
                                 innodb_thread_concurrency = 8
                                 innodb_thread_concurrency_timer_based = OFF
                                 innodb_thread_sleep_delay = 10000
                                 innodb_use_global_flush_log_at_trx_commit = ON
                                 innodb_use_native_aio = ON
                                 innodb_use_sys_malloc = ON
                                 innodb_use_sys_stats_table = OFF
                                 innodb_version = 1.1.7-20.1
                                 innodb_write_io_threads = 8
                                 insert_id = 0
                                 interactive_timeout = 28800
                                 join_buffer_size = 2097152
                                 keep_files_on_create = OFF
                                 key_buffer_size = 268435456
                                 key_cache_age_threshold = 300
                                 key_cache_block_size = 1024
                                 key_cache_division_limit = 100
                                 large_files_support = ON
                                 large_page_size = 0
                                 large_pages = OFF
                                 last_insert_id = 98347274
                                 lc_messages = en_US
                                 lc_messages_dir = /usr/share/mysql/
                                 lc_time_names = en_US
                                 license = GPL
                                 local_infile = ON
                                 lock_wait_timeout = 31536000
                                 locked_in_memory = OFF
                                 log = OFF
                                 log_bin = ON
                                 log_bin_trust_function_creators = ON
                                 log_error = /var/lib/mysql/Server1.err
                                 log_output = FILE
                                 log_queries_not_using_indexes = OFF
                                 log_slave_updates = OFF
                                 log_slow_filter =
                                 log_slow_queries = OFF
                                 log_slow_rate_limit = 1
                                 log_slow_slave_statements = OFF
                                 log_slow_sp_statements = ON
                                 log_slow_verbosity =
                                 log_warnings = 1
                                 log_warnings_suppress =
                                 long_query_time = 10.000000
                                 low_priority_updates = ON
                                 lower_case_file_system = OFF
                                 lower_case_table_names = 0
                                 max_allowed_packet = 134217728
                                 max_binlog_cache_size = 18446744073709547520
                                 max_binlog_size = 1073741824
                                 max_binlog_stmt_cache_size = 18446744073709547520
                                 max_connect_errors = 10
                                 max_connections = 300
                                 max_delayed_threads = 20
                                 max_error_count = 64
                                 max_heap_table_size = 268435456
                                 max_insert_delayed_threads = 20
                                 max_join_size = 18446744073709551615
                                 max_length_for_sort_data = 1024
                                 max_long_data_size = 134217728
                                 max_prepared_stmt_count = 16382
                                 max_relay_log_size = 0
                                 max_seeks_for_key = 18446744073709551615
                                 max_sort_length = 1024
                                 max_sp_recursion_depth = 0
                                 max_tmp_tables = 32
                                 max_user_connections = 0
                                 max_write_lock_count = 18446744073709551615
                                 min_examined_row_limit = 0
                                 multi_range_count = 256
                                 myisam_data_pointer_size = 6
                                 myisam_max_sort_file_size = 9223372036853727232
                                 myisam_mmap_size = 18446744073709551615
                                 myisam_recover_options = OFF
                                 myisam_repair_threads = 1
                                 myisam_sort_buffer_size = 134217728
                                 myisam_stats_method = nulls_unequal
                                 myisam_use_mmap = OFF
                                 net_buffer_length = 16384
                                 net_read_timeout = 30
                                 net_retry_count = 10
                                 net_write_timeout = 60
                                 new = OFF
                                 old = OFF
                                 old_alter_table = OFF
                                 old_passwords = OFF
                                 open_files_limit = 50000
                                 optimizer_fix = ON
                                 optimizer_prune_level = 1
                                 optimizer_search_depth = 62
                                 optimizer_switch = index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on
                                 performance_schema = OFF
                                 performance_schema_events_waits_history_long_size = 10000
                                 performance_schema_events_waits_history_size = 10
                                 performance_schema_max_cond_classes = 80
                                 performance_schema_max_cond_instances = 1000
                                 performance_schema_max_file_classes = 50
                                 performance_schema_max_file_handles = 32768
                                 performance_schema_max_file_instances = 10000
                                 performance_schema_max_mutex_classes = 200
                                 performance_schema_max_mutex_instances = 1000000
                                 performance_schema_max_rwlock_classes = 30
                                 performance_schema_max_rwlock_instances = 1000000
                                 performance_schema_max_table_handles = 100000
                                 performance_schema_max_table_instances = 50000
                                 performance_schema_max_thread_classes = 50
                                 performance_schema_max_thread_instances = 1000
                                 pid_file = /var/lib/mysql/Server1.pid
                                 plugin_dir = /usr/lib64/mysql/plugin
                                 port = 3306
                                 preload_buffer_size = 32768
                                 profiling = OFF
                                 profiling_history_size = 15
                                 protocol_version = 10
                                 proxy_user =
                                 pseudo_thread_id = 5694
                                 query_alloc_block_size = 8192
                                 query_cache_limit = 1048576
                                 query_cache_min_res_unit = 4096
                                 query_cache_size = 268435456
                                 query_cache_strip_comments = OFF
                                 query_cache_type = ON
                                 query_cache_wlock_invalidate = OFF
                                 query_prealloc_size = 8192
                                 query_response_time_range_base = 10
                                 query_response_time_stats = OFF
                                 rand_seed1 = 0
                                 rand_seed2 = 0
                                 range_alloc_block_size = 4096
                                 read_buffer_size = 1048576
                                 read_only = OFF
                                 read_rnd_buffer_size = 4194304
                                 relay_log =
                                 relay_log_index =
                                 relay_log_info_file = relay-log.info
                                 relay_log_purge = ON
                                 relay_log_recovery = OFF
                                 relay_log_space_limit = 0
                                 report_host =
                                 report_password =
                                 report_port = 3306
                                 report_user =
                                 rpl_recovery_rank = 0
                                 secure_auth = OFF
                                 secure_file_priv =
                                 server_id = 1
                                 skip_external_locking = ON
                                 skip_name_resolve = ON
                                 skip_networking = OFF
                                 skip_show_database = OFF
                                 slave_compressed_protocol = OFF
                                 slave_exec_mode = STRICT
                                 slave_load_tmpdir = /tmp
                                 slave_net_timeout = 3600
                                 slave_skip_errors = OFF
                                 slave_transaction_retries = 10
                                 slave_type_conversions =
                                 slow_launch_time = 2
                                 slow_query_log = OFF
                                 slow_query_log_file = /var/lib/mysql/Server1-slow.log
                                 slow_query_log_timestamp_always = OFF
                                 slow_query_log_timestamp_precision = second
                                 slow_query_log_use_global_control =
                                 socket = /var/lib/mysql/mysql.sock
                                 sort_buffer_size = 1048576
                                 sql_auto_is_null = OFF
                                 sql_big_selects = ON
                                 sql_big_tables = ON
                                 sql_buffer_result = OFF
                                 sql_log_bin = ON
                                 sql_log_off = OFF
                                 sql_low_priority_updates = ON
                                 sql_max_join_size = 18446744073709551615
                                 sql_mode =
                                 sql_notes = ON
                                 sql_quote_show_create = ON
                                 sql_safe_updates = OFF
                                 sql_select_limit = 18446744073709551615
                                 sql_slave_skip_counter = 0
                                 sql_warnings = OFF
                                 ssl_ca =
                                 ssl_capath =
                                 ssl_cert =
                                 ssl_cipher =
                                 ssl_key =
                                 storage_engine = InnoDB
                                 sync_binlog = 1
                                 sync_frm = ON
                                 sync_master_info = 0
                                 sync_relay_log = 0
                                 sync_relay_log_info = 0
                                 system_time_zone = ICT
                                 table_definition_cache = 400
                                 table_open_cache = 2048
                                 thread_cache_size = 8
                                 thread_concurrency = 8
                                 thread_handling = one-thread-per-connection
                                 thread_stack = 262144
                                 thread_statistics = OFF
                                 time_format = %H:%i:%s
                                 time_zone = SYSTEM
                                 timed_mutexes = OFF
                                 timestamp = 1319607172
                                 tmp_table_size = 16777216
                                 tmpdir = /tmp
                                 transaction_alloc_block_size = 8192
                                 transaction_prealloc_size = 4096
                                 tx_isolation = REPEATABLE-READ
                                 unique_checks = ON
                                 updatable_views_with_limit = YES
                                 userstat = OFF
                                 version = 5.5.13-55-log
                                 version_comment = Percona Server (GPL), Release rel20.4, Revision 138
                                 version_compile_machine = x86_64
                                 version_compile_os = Linux
                                 wait_timeout = 28800
                                 warning_count = 0
Mr.Chayanut Suwamat
E-Mail=>Mr.Chayanut9@Gmail.com
BMS DATACENTER ระดับจังหวัดบึงกาฬ Start 1 พ.ย. 2554
สำนักงานสาธารณสุขจังหวัดบึงกาฬ

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #1 เมื่อ: ตุลาคม 26, 2011, 14:38:55 PM »
0
ผมลองผ่านนะครับ   สงสัย database ของพี่ มีปัญหาหรือเปล่าครับ

http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=23310.0

Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ usa0823

  • Hero Member
  • *****
  • กระทู้: 773
  • Respect: +9
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #2 เมื่อ: ตุลาคม 26, 2011, 14:40:29 PM »
0
แสดงว่า mysql 5.1.x น่าจะ upได้
แนวหน้าช่วงนี้....อาการไม่ดีเลยนะครับ
เป็นกำลังใจให้ทุกท่านนะครับ
เด๊๋ยวก็คงตามไปเป็นกำลังสมทบนะครับ........ ;D ::)
***************************************
นายศรัญญู  ชูเมือง
จพ.เภสัชกรรมชำนาญงาน
ดูแลระบบ โรงพยาบาลลานสกา
E-mail  Sarunyu0823@hotmail.com
..............................................................................
** HOSxP ver. 3.56.11.19d
** MySQL 5.6.17
** Activated 2560

ออฟไลน์ เกื้อกูล ครับ..

  • Hero Member
  • *****
  • กระทู้: 12,611
  • Respect: +169
    • ดูรายละเอียด
    • โรงพยาบาลปากท่อ
Re: Bug V.3.54.10.26
« ตอบกลับ #3 เมื่อ: ตุลาคม 26, 2011, 14:42:05 PM »
0
ผมลองผ่านนะครับ   สงสัย database ของพี่ มีปัญหาหรือเปล่าครับ

http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=23310.0


เครื่องที่ติดตั้งโปรแกรมตรวจสอบ ต้องใช้ MySQL ต่ำกว่า 5.2 เพราะ  OPPP2554 ทำงานใน mysql 5.0
Implement  HOSxP  Start 2548 ---> NOW!
Station : 130 Client   V.3 Version  3.67.1.XX
Server  : CENTOS  +MySQL maria 10.x.x

ออฟไลน์ Neo

  • Hero Member
  • *****
  • กระทู้: 1,703
  • The Kop
  • Respect: +6
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #4 เมื่อ: ตุลาคม 26, 2011, 14:43:47 PM »
0
งานเข้า..................ข้อมูลบัญชี 1 ไม่แสดงรายชื่อแต่สามารถค้นได้ได้
Mr.Chayanut Suwamat
E-Mail=>Mr.Chayanut9@Gmail.com
BMS DATACENTER ระดับจังหวัดบึงกาฬ Start 1 พ.ย. 2554
สำนักงานสาธารณสุขจังหวัดบึงกาฬ

ออฟไลน์ Neo

  • Hero Member
  • *****
  • กระทู้: 1,703
  • The Kop
  • Respect: +6
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #5 เมื่อ: ตุลาคม 26, 2011, 14:46:05 PM »
0
ผมลองผ่านนะครับ   สงสัย database ของพี่ มีปัญหาหรือเปล่าครับ

http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=23310.0


เดิมฐานปกติแต่ตอนนี้ไม่ปกติแล้วครับ  :'( :'( :'( :'(
Mr.Chayanut Suwamat
E-Mail=>Mr.Chayanut9@Gmail.com
BMS DATACENTER ระดับจังหวัดบึงกาฬ Start 1 พ.ย. 2554
สำนักงานสาธารณสุขจังหวัดบึงกาฬ

ออฟไลน์ jdadmin1

  • Hero Member
  • *****
  • กระทู้: 6,468
  • "เครื่องชำรุด...งดใช้งานชั่วคราว"
  • Respect: +33
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #6 เมื่อ: ตุลาคม 26, 2011, 14:49:20 PM »
0
อ้างถึง
เครื่องที่ติดตั้งโปรแกรมตรวจสอบ ต้องใช้ MySQL ต่ำกว่า 5.2 เพราะ  OPPP2554 ทำงานใน mysql 5.0
;D ;D ;D ฝากแจ้ง สปสช. อัพเดต MySQL เป็น 5.5 ด้วยครับ ;D ;D ;D
โรงพยาบาลพระสมุทรเจดีย์สวาทยานนท์ จังหวัดสมุทรปราการ
Master   : HOSxP 3.66.12.28
Slave1   : HOSxP 3.66.12.28
Upgrade 23/12/2566
Facebook : Suntad Mamak

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #7 เมื่อ: ตุลาคม 26, 2011, 14:50:43 PM »
0
ผมลองผ่านนะครับ   สงสัย database ของพี่ มีปัญหาหรือเปล่าครับ

http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=23310.0


เดิมฐานปกติแต่ตอนนี้ไม่ปกติแล้วครับ  :'( :'( :'( :'(
check+repair table+check+repair serial     

Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ Neo

  • Hero Member
  • *****
  • กระทู้: 1,703
  • The Kop
  • Respect: +6
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #8 เมื่อ: ตุลาคม 26, 2011, 14:51:26 PM »
0
login ไม่ได้เลย
Mr.Chayanut Suwamat
E-Mail=>Mr.Chayanut9@Gmail.com
BMS DATACENTER ระดับจังหวัดบึงกาฬ Start 1 พ.ย. 2554
สำนักงานสาธารณสุขจังหวัดบึงกาฬ

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #9 เมื่อ: ตุลาคม 26, 2011, 14:53:38 PM »
0
  emergency     mode       ฐานข้อมูลมีปัญหาหรือเปล่าครับ




Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #10 เมื่อ: ตุลาคม 26, 2011, 14:59:49 PM »
0
ลองเข้า server ลบไฟล์ต่างๆใน  /tmp   ดูครับ   ผมก็ไม่เคยเจอ case แบบนี้



Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #11 เมื่อ: ตุลาคม 26, 2011, 15:04:36 PM »
0
ปัญหาพื้นที่ใน HDD ไม่พอหรือเปล่า  ....เดาๆ  ... ลองใช้คำสั่งใน linux

#df -h

Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ chk

  • Hero Member
  • *****
  • กระทู้: 1,949
  • Respect: +2
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #12 เมื่อ: ตุลาคม 26, 2011, 15:19:03 PM »
0
 8)  ตอนนี้ รพสต. ที่ให้ 3.54.10.18  กำลังรอคิว ทำ server  ใหม่อยู่ เป็นคิวยาวนะ อิอิ  8)
8) ........ {O.*} ............   8)
8) ...KUMPANGSEAN  HOSXP  SYSTEM...   8) Office  Station ::  Kumpangsan Hospital  Nakhon Pathom
 System  Running :: 01/01/2010

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #13 เมื่อ: ตุลาคม 26, 2011, 15:26:50 PM »
0
ท่าน neo แก้ปัญหาได้ยังครับ

Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ Neo

  • Hero Member
  • *****
  • กระทู้: 1,703
  • The Kop
  • Respect: +6
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #14 เมื่อ: ตุลาคม 26, 2011, 15:50:29 PM »
0
ยังแก้ไขไม่ได้เลย..................
Mr.Chayanut Suwamat
E-Mail=>Mr.Chayanut9@Gmail.com
BMS DATACENTER ระดับจังหวัดบึงกาฬ Start 1 พ.ย. 2554
สำนักงานสาธารณสุขจังหวัดบึงกาฬ

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #15 เมื่อ: ตุลาคม 26, 2011, 15:57:04 PM »
0
hdd เต็ม   ลบ log ต่างๆ ออกแล้วก็ใช้ได้แล้วครับ

Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ nahos

  • Hero Member
  • *****
  • กระทู้: 2,216
  • รพ.นาแห้ว
  • Respect: +7
    • ดูรายละเอียด
    • รพ.นาแห้ว
Re: Bug V.3.54.10.26
« ตอบกลับ #16 เมื่อ: ตุลาคม 26, 2011, 16:17:23 PM »
0
สรุปว่า ไม่ใช่ BUG ใช่ไหมครับ 
ถ้าำคำถามท่านได้คำตอบที่ต้องการจากอาจารย์ท่านใด กรุณากด Thank เบา ๆ ^ ถูกใจกด [applaud] ไม่ชอบใจกด[smite]
>> การโพสต์ขอรายงานที่ดี <<
อ่านซักนิด ถามยังไงให้ได้คำตอบ ? :)
วิธีแสดงตัวว่าเป็นใคร โดย อ.อ๊อด (ให้ข้อมูลว่าเป็นใคร ปฏิบัติงานที่ไหน ใช้ server อะไร OS อะไร HOsxp Vไหน)
ก่อนที่จะตั้งกระทู้ถาม ลองค้นจากกระทู้เก่าดูก่อนไหม จะได้คำตอบเร็วกว่าการรอคำตอบนะ
..........................................................................
เจษ จพ.เภสัชกรรมฯ user@ NAHAEO HOSPITAL LOEI. <br>  Supervise by DANSAI HOSPITAL LOEI. <br>
Start 01/03/2550
=> Server IBM X3200 Ram 6 Gb. OS:Cent OS 6.0  
=> Client 20 client  OS: SP2  => HosXP Version <b>3.56.11.19</b>
-----------------------------
น้ำเต็มแก้ว "การเรียนรู้ไม่มีที่สิ้นสุด"

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #17 เมื่อ: ตุลาคม 26, 2011, 16:30:14 PM »
0
สรุปว่า ไม่ใช่ BUG ใช่ไหมครับ 

ยังไม่ใช่ครับ   HDD ของพี่เค้า เต็มแค่นั้นครับ ลบ log ต่างๆ ออก แล้วก็รัน mysql ได้แล้วครับ   



Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ dotAtainer

  • Hero Member
  • *****
  • กระทู้: 1,256
  • กระบี่กรียุค
  • Respect: +3
    • ดูรายละเอียด
    • http://www.nondindeang.com
Re: Bug V.3.54.10.26
« ตอบกลับ #18 เมื่อ: ตุลาคม 26, 2011, 16:32:39 PM »
0
มีการกำหนด Master server ให้เขียน BINARY LOGS แต่ไม่ได้มีการกำหนดให้มีการ PURGE BINARY LOGS เก่าออกหรือเปล่าครับ
« แก้ไขครั้งสุดท้าย: ตุลาคม 26, 2011, 16:34:59 PM โดย dotAtainer »
สวัสดีครับ ผม Admin จากโรงพยาบาลโนนดินแดง จังหวัดบุรีรัมย์ ยินดีที่ได้รู้จักทุกท่านและขอบคุณสำหรับคำแนะนำจากผู้รู้ทุกท่านในอนาคตอันใกล้ครับ T_T
server>>>> IBM  Cpu  Xeon  Ram 12 GB   SCSI  136 GB For Marter&slav
Hosxp  เวอร์ชั่นพิมพ์นิยม
<>Server Master : OS freebsd 8.1 : Mysql5.5.8
<>Server slav: OS freebsd 8.1 : Mysql 5.5.8
ขึ้นระบบ:ขึ้นระบบเอง:จากคำแนะนำของทีมงาน BMS
ตอนนี้ใช้ Unix เป็นชีวิตจิตใจครับ
:ปัญหาคือที่มาของประสบการณ์:พรแสวงไม่ทำให้ใครเสียแรงเปล่า
dotatainer@hotmail.com
http://www.nondindeang.com
http://www.facebook.com/dotatainer
ความใฝ่ฝันที่ทำได้แค่ฝันใฝ่
http://www.musicatm.com/indy/%E0%B8%A3%E0%B8%B1%E0%B8%81%E0%B9%80%E0%B8%98%E0%B8%AD%E0%B8%AA%E0%B8%B8%E0%B8%94%E0%B8%AB%E0%B8%B1%E0%B8%A7%E0%B9%83%E0%B8%88-14296.html

http://www.musicatm.com/indy/%E0%B8%A7%E0%B9%88%E0%B8%B2%E0%B8%87%E0%B9%80%E0%B8%9B%E0%B8%A5%E0%B9%88%E0%B8%B2-11276.html

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #19 เมื่อ: ตุลาคม 26, 2011, 16:44:19 PM »
0
มีการกำหนด Master server ให้เขียน BINARY LOGS แต่ไม่ได้มีการกำหนดให้มีการ PURGE BINARY LOGS เก่าออกหรือเปล่าครับ
ครับผม   

Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ Neo

  • Hero Member
  • *****
  • กระทู้: 1,703
  • The Kop
  • Respect: +6
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #20 เมื่อ: ตุลาคม 26, 2011, 16:48:09 PM »
0
hdd เต็ม   ลบ log ต่างๆ ออกแล้วก็ใช้ได้แล้วครับ


แก้ไขได้แล้ว ขอบคุณ อ.tanoy999 ที่ให้คำแนะนำ สาเหตุเกิดจาก HDD server เต็มไปลบ Log ออก ตามอ.ตานอยบอกก็ start mysql ได้ ถือโอกาสลง server ใหม่เลย 555

centos 5.5 + Precona 5.5.16
Mr.Chayanut Suwamat
E-Mail=>Mr.Chayanut9@Gmail.com
BMS DATACENTER ระดับจังหวัดบึงกาฬ Start 1 พ.ย. 2554
สำนักงานสาธารณสุขจังหวัดบึงกาฬ

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #21 เมื่อ: ตุลาคม 26, 2011, 16:50:16 PM »
0
hdd เต็ม   ลบ log ต่างๆ ออกแล้วก็ใช้ได้แล้วครับ


แก้ไขได้แล้ว ขอบคุณ อ.tanoy999 ที่ให้คำแนะนำ สาเหตุเกิดจาก HDD server เต็มไปลบ Log ออก ตามอ.ตานอยบอกก็ start mysql ได้ ถือโอกาสลง server ใหม่เลย 555

centos 5.5 + Precona 5.5.16

จัดการเลย พี่ อี๋    centos 5.5 + Precona 5.5.16



Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ dotAtainer

  • Hero Member
  • *****
  • กระทู้: 1,256
  • กระบี่กรียุค
  • Respect: +3
    • ดูรายละเอียด
    • http://www.nondindeang.com
Re: Bug V.3.54.10.26
« ตอบกลับ #22 เมื่อ: ตุลาคม 26, 2011, 16:52:27 PM »
0
ถ้ามีการกำหนดให้มีการเขียน log ควรเพิ่ม
expire_logs_days= จำนวนวันเช่น expire_logs_days=10
ใน my.cnf ด้วยนะครับ

สวัสดีครับ ผม Admin จากโรงพยาบาลโนนดินแดง จังหวัดบุรีรัมย์ ยินดีที่ได้รู้จักทุกท่านและขอบคุณสำหรับคำแนะนำจากผู้รู้ทุกท่านในอนาคตอันใกล้ครับ T_T
server>>>> IBM  Cpu  Xeon  Ram 12 GB   SCSI  136 GB For Marter&slav
Hosxp  เวอร์ชั่นพิมพ์นิยม
<>Server Master : OS freebsd 8.1 : Mysql5.5.8
<>Server slav: OS freebsd 8.1 : Mysql 5.5.8
ขึ้นระบบ:ขึ้นระบบเอง:จากคำแนะนำของทีมงาน BMS
ตอนนี้ใช้ Unix เป็นชีวิตจิตใจครับ
:ปัญหาคือที่มาของประสบการณ์:พรแสวงไม่ทำให้ใครเสียแรงเปล่า
dotatainer@hotmail.com
http://www.nondindeang.com
http://www.facebook.com/dotatainer
ความใฝ่ฝันที่ทำได้แค่ฝันใฝ่
http://www.musicatm.com/indy/%E0%B8%A3%E0%B8%B1%E0%B8%81%E0%B9%80%E0%B8%98%E0%B8%AD%E0%B8%AA%E0%B8%B8%E0%B8%94%E0%B8%AB%E0%B8%B1%E0%B8%A7%E0%B9%83%E0%B8%88-14296.html

http://www.musicatm.com/indy/%E0%B8%A7%E0%B9%88%E0%B8%B2%E0%B8%87%E0%B9%80%E0%B8%9B%E0%B8%A5%E0%B9%88%E0%B8%B2-11276.html

ออฟไลน์ Neo

  • Hero Member
  • *****
  • กระทู้: 1,703
  • The Kop
  • Respect: +6
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #23 เมื่อ: ตุลาคม 26, 2011, 17:28:44 PM »
0
my.cnf ที่ใช้ก่อนระบบล้ม

################## Star MySQL-Config  #####################

[client]
port      = 3306
socket      = /var/lib/mysql/mysql.sock
default-character-set=tis620

[mysqld]
port      = 3306
socket      = /var/lib/mysql/mysql.sock
skip-external-locking
skip-federated
big-tables
character-set-server=tis620
key_buffer = 256M
max_allowed_packet = 128M
table_open_cache = 2048
sort_buffer_size = 1M 
read_buffer_size = 1M
read_rnd_buffer_size = 4M
myisam_sort_buffer_size = 128M
thread_cache_size = 8
query_cache_size= 256M
thread_concurrency = 8
low_priority_updates=1
skip-name-resolve
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
max_connections = 300

################## InnoDB  #######################
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:100M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_buffer_pool_size = 6144M
innodb_additional_mem_pool_size = 24M
innodb_log_file_size = 256M
innodb_file_format = barracuda
server-id=1
log-bin=mysql-bin
sync_binlog=1
expire_logs_days = 30
log_bin_trust_function_creators=1
innodb_flush_log_at_trx_commit=1
innodb_file_per_table
innodb_log_buffer_size = 8M
innodb_log_files_in_group = 2
#innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 120
innodb_thread_concurrency = 8
innodb_flush_method=O_DIRECT
innodb_checksums=0   
innodb_doublewrite=0   
innodb_support_xa=0       
innodb_max_dirty_pages_pct=90   
innodb_open_files = 2048
innodb_locks_unsafe_for_binlog=1
join_buffer_size = 2M
concurrent_insert = 2
max_heap_table_size = 256M

############# Percona XtraDB ############
innodb_io_capacity = 1000     
innodb_write_io_threads = 8   
innodb_read_io_threads = 8

[mysqldump]
quick
max_allowed_packet = 512M
allow-keywords

[mysql]
no-auto-rehash
default-character-set=tis620

[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 1M

[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

[mysqld_safe]
open-files-limit = 50000


################# End MySQL-Config  #################
Mr.Chayanut Suwamat
E-Mail=>Mr.Chayanut9@Gmail.com
BMS DATACENTER ระดับจังหวัดบึงกาฬ Start 1 พ.ย. 2554
สำนักงานสาธารณสุขจังหวัดบึงกาฬ

ออฟไลน์ udomchok

  • Hero Member
  • *****
  • กระทู้: 8,348
  • Respect: +589
    • ดูรายละเอียด
    • ร.พ.สมเด็จพระสังฆราช องค์ที่ 17
Re: Bug V.3.54.10.26
« ตอบกลับ #24 เมื่อ: ตุลาคม 26, 2011, 17:33:50 PM »
0
มีข้อแนะนำอย่างหนึ่งครับ
MySQL Monitor ที่ อ.ชัยพร ทำไว้ให้ใช้น่ะครับ
แต่เราต้องติดตั้ง http และ php ใน server ด้วยนะครับ
1. Copy Script ในกรอบสีขาว ทางขวามือ ไปสร้างเป็นแฟ้มชื่อ status.php ใส่ไว้ใน server (\var\www\html ... กรณี OS ตระกูล Red Hat)
2. ใส่ชื่อ host หรือ ip ของเครื่อง server ในหน้า tools -> tools -> options -> MySQL monitor ... tab Control
3. check in [ / ] Monitor linux server
4. Click ที่ tab Detail แล้วเลือก tab ด้านล่างเป็น Linux Server 2
ดู memory และ disk usage ได้โดยตรงครับ
memory usage อยู่ด้านบน
disk usage อยู่ด้านล่าง
ทำด้วยหัวใจร.พ.สมเด็จพระสังฆราช องค์ที่ 17 อ.สองพี่น้อง จ.สุพรรณบุรี
อบรมโดย BMS Team เมื่อ พ.ย. 49 ขึ้นระบบห้องบัตรเมื่อ X'Mas 2007
2008 : X-Ray กายภาพบำบัด แพทย์แผนไทย กิจกรรมบำบัด OPD ตา
2009 : ทันตกรรม ห้องตรวจตา OPD (พยาบาลและห้องตรวจแพทย์บางห้อง)

ออฟไลน์ dotAtainer

  • Hero Member
  • *****
  • กระทู้: 1,256
  • กระบี่กรียุค
  • Respect: +3
    • ดูรายละเอียด
    • http://www.nondindeang.com
Re: Bug V.3.54.10.26
« ตอบกลับ #25 เมื่อ: ตุลาคม 26, 2011, 17:37:45 PM »
0
ตัวอย่างการคอนฟิกคร่าวๆครับเอาไปเพิ่ม ปรับ ลด ดูครับ(ในกรณีที่ทำ Replication แบบ Master to slave ถ้ากด Run Agent จาก tools hosxp ก็ไม่ต้องใส่เลยก็ได้ครับ)

[mysqld]
server-id=1
log-bin = /var/log/mysql/mysql-bin.log
binlog-do-db=hos
replicate-wild-do-table= %.%
expire_logs_days=10
max_binlog_size=500M
innodb_flush_log_at_trx_commit=1
sync_binlog=1
สวัสดีครับ ผม Admin จากโรงพยาบาลโนนดินแดง จังหวัดบุรีรัมย์ ยินดีที่ได้รู้จักทุกท่านและขอบคุณสำหรับคำแนะนำจากผู้รู้ทุกท่านในอนาคตอันใกล้ครับ T_T
server>>>> IBM  Cpu  Xeon  Ram 12 GB   SCSI  136 GB For Marter&slav
Hosxp  เวอร์ชั่นพิมพ์นิยม
<>Server Master : OS freebsd 8.1 : Mysql5.5.8
<>Server slav: OS freebsd 8.1 : Mysql 5.5.8
ขึ้นระบบ:ขึ้นระบบเอง:จากคำแนะนำของทีมงาน BMS
ตอนนี้ใช้ Unix เป็นชีวิตจิตใจครับ
:ปัญหาคือที่มาของประสบการณ์:พรแสวงไม่ทำให้ใครเสียแรงเปล่า
dotatainer@hotmail.com
http://www.nondindeang.com
http://www.facebook.com/dotatainer
ความใฝ่ฝันที่ทำได้แค่ฝันใฝ่
http://www.musicatm.com/indy/%E0%B8%A3%E0%B8%B1%E0%B8%81%E0%B9%80%E0%B8%98%E0%B8%AD%E0%B8%AA%E0%B8%B8%E0%B8%94%E0%B8%AB%E0%B8%B1%E0%B8%A7%E0%B9%83%E0%B8%88-14296.html

http://www.musicatm.com/indy/%E0%B8%A7%E0%B9%88%E0%B8%B2%E0%B8%87%E0%B9%80%E0%B8%9B%E0%B8%A5%E0%B9%88%E0%B8%B2-11276.html

ออฟไลน์ Neo

  • Hero Member
  • *****
  • กระทู้: 1,703
  • The Kop
  • Respect: +6
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #26 เมื่อ: ตุลาคม 26, 2011, 17:50:17 PM »
0
มีข้อแนะนำอย่างหนึ่งครับ
MySQL Monitor ที่ อ.ชัยพร ทำไว้ให้ใช้น่ะครับ
แต่เราต้องติดตั้ง http และ php ใน server ด้วยนะครับ
1. Copy Script ในกรอบสีขาว ทางขวามือ ไปสร้างเป็นแฟ้มชื่อ status.php ใส่ไว้ใน server (\var\www\html ... กรณี OS ตระกูล Red Hat)
2. ใส่ชื่อ host หรือ ip ของเครื่อง server ในหน้า tools -> tools -> options -> MySQL monitor ... tab Control
3. check in [ / ] Monitor linux server
4. Click ที่ tab Detail แล้วเลือก tab ด้านล่างเป็น Linux Server 2
ดู memory และ disk usage ได้โดยตรงครับ
memory usage อยู่ด้านบน
disk usage อยู่ด้านล่าง

ขอบคุณมากครับ อ.โก้จะลองเช็คดู

ตัวอย่างการคอนฟิกคร่าวๆครับเอาไปเพิ่ม ปรับ ลด ดูครับ(ในกรณีที่ทำ Replication แบบ Master to slave ถ้ากด Run Agent จาก tools hosxp ก็ไม่ต้องใส่เลยก็ได้ครับ)

[mysqld]
server-id=1
log-bin = /var/log/mysql/mysql-bin.log
binlog-do-db=hos
replicate-wild-do-table= %.%
expire_logs_days=10
max_binlog_size=500M
innodb_flush_log_at_trx_commit=1
sync_binlog=1

ขอ my.cnf แรม 10 Gb แบบจัดเต็มหน่อยครับ
Mr.Chayanut Suwamat
E-Mail=>Mr.Chayanut9@Gmail.com
BMS DATACENTER ระดับจังหวัดบึงกาฬ Start 1 พ.ย. 2554
สำนักงานสาธารณสุขจังหวัดบึงกาฬ

ออฟไลน์ dotAtainer

  • Hero Member
  • *****
  • กระทู้: 1,256
  • กระบี่กรียุค
  • Respect: +3
    • ดูรายละเอียด
    • http://www.nondindeang.com
Re: Bug V.3.54.10.26
« ตอบกลับ #27 เมื่อ: ตุลาคม 26, 2011, 18:10:29 PM »
0
กำ จะไปหาไหนมาให้เนี่ยมีแต่ 12G
มีข้อแนะนำอย่างหนึ่งครับ
MySQL Monitor ที่ อ.ชัยพร ทำไว้ให้ใช้น่ะครับ
แต่เราต้องติดตั้ง http และ php ใน server ด้วยนะครับ
1. Copy Script ในกรอบสีขาว ทางขวามือ ไปสร้างเป็นแฟ้มชื่อ status.php ใส่ไว้ใน server (\var\www\html ... กรณี OS ตระกูล Red Hat)
2. ใส่ชื่อ host หรือ ip ของเครื่อง server ในหน้า tools -> tools -> options -> MySQL monitor ... tab Control
3. check in [ / ] Monitor linux server
4. Click ที่ tab Detail แล้วเลือก tab ด้านล่างเป็น Linux Server 2
ดู memory และ disk usage ได้โดยตรงครับ
memory usage อยู่ด้านบน
disk usage อยู่ด้านล่าง

ขอบคุณมากครับ อ.โก้จะลองเช็คดู

ตัวอย่างการคอนฟิกคร่าวๆครับเอาไปเพิ่ม ปรับ ลด ดูครับ(ในกรณีที่ทำ Replication แบบ Master to slave ถ้ากด Run Agent จาก tools hosxp ก็ไม่ต้องใส่เลยก็ได้ครับ)

[mysqld]
server-id=1
log-bin = /var/log/mysql/mysql-bin.log
binlog-do-db=hos
replicate-wild-do-table= %.%
expire_logs_days=10
max_binlog_size=500M
innodb_flush_log_at_trx_commit=1
sync_binlog=1

ขอ my.cnf แรม 10 Gb แบบจัดเต็มหน่อยครับ
สวัสดีครับ ผม Admin จากโรงพยาบาลโนนดินแดง จังหวัดบุรีรัมย์ ยินดีที่ได้รู้จักทุกท่านและขอบคุณสำหรับคำแนะนำจากผู้รู้ทุกท่านในอนาคตอันใกล้ครับ T_T
server>>>> IBM  Cpu  Xeon  Ram 12 GB   SCSI  136 GB For Marter&slav
Hosxp  เวอร์ชั่นพิมพ์นิยม
<>Server Master : OS freebsd 8.1 : Mysql5.5.8
<>Server slav: OS freebsd 8.1 : Mysql 5.5.8
ขึ้นระบบ:ขึ้นระบบเอง:จากคำแนะนำของทีมงาน BMS
ตอนนี้ใช้ Unix เป็นชีวิตจิตใจครับ
:ปัญหาคือที่มาของประสบการณ์:พรแสวงไม่ทำให้ใครเสียแรงเปล่า
dotatainer@hotmail.com
http://www.nondindeang.com
http://www.facebook.com/dotatainer
ความใฝ่ฝันที่ทำได้แค่ฝันใฝ่
http://www.musicatm.com/indy/%E0%B8%A3%E0%B8%B1%E0%B8%81%E0%B9%80%E0%B8%98%E0%B8%AD%E0%B8%AA%E0%B8%B8%E0%B8%94%E0%B8%AB%E0%B8%B1%E0%B8%A7%E0%B9%83%E0%B8%88-14296.html

http://www.musicatm.com/indy/%E0%B8%A7%E0%B9%88%E0%B8%B2%E0%B8%87%E0%B9%80%E0%B8%9B%E0%B8%A5%E0%B9%88%E0%B8%B2-11276.html

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #28 เมื่อ: ตุลาคม 26, 2011, 19:06:36 PM »
0
server-id=1
log-bin = /var/log/mysql/mysql-bin.log
binlog-do-db=hos
replicate-wild-do-table= %.%
expire_logs_days=10
max_binlog_size=500M
innodb_flush_log_at_trx_commit=1
sync_binlog=1

อันนี้ไม่ได้ทำระบบ replicate ไป slave ก็ลบทิ้งไปเลย   ครับ ถ้าจะทำก็คงไว้

Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #29 เมื่อ: ตุลาคม 26, 2011, 19:09:12 PM »
0
server-id=1
log-bin = /var/log/mysql/mysql-bin.log
binlog-do-db=hos
replicate-wild-do-table= %.%
expire_logs_days=10
max_binlog_size=500M
innodb_flush_log_at_trx_commit=1
sync_binlog=1

อันนี้ไม่ได้ทำระบบ replicate ไป slave ก็ลบทิ้งไปเลย   ครับ ถ้าจะทำก็คงไว้

ที่มันล่มเพราะ set ตามข้างบน แล้ว พื้นที่ hdd ก็มีจำกัด + ไม่ได้เคลียร์ log แบบ auto

Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ Neo

  • Hero Member
  • *****
  • กระทู้: 1,703
  • The Kop
  • Respect: +6
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #30 เมื่อ: ตุลาคม 26, 2011, 19:48:20 PM »
0
server-id=1
log-bin = /var/log/mysql/mysql-bin.log
binlog-do-db=hos
replicate-wild-do-table= %.%
expire_logs_days=10
max_binlog_size=500M
innodb_flush_log_at_trx_commit=1
sync_binlog=1

อันนี้ไม่ได้ทำระบบ replicate ไป slave ก็ลบทิ้งไปเลย   ครับ ถ้าจะทำก็คงไว้

ที่มันล่มเพราะ set ตามข้างบน แล้ว พื้นที่ hdd ก็มีจำกัด + ไม่ได้เคลียร์ log แบบ auto


เคลียร์ Log แบบ auto ทำอย่างไรครับ ตานอย
Mr.Chayanut Suwamat
E-Mail=>Mr.Chayanut9@Gmail.com
BMS DATACENTER ระดับจังหวัดบึงกาฬ Start 1 พ.ย. 2554
สำนักงานสาธารณสุขจังหวัดบึงกาฬ

ออฟไลน์ Farza

  • Newbie
  • *
  • กระทู้: 25
  • Respect: 0
    • ดูรายละเอียด
Re: Bug V.3.54.10.26
« ตอบกลับ #31 เมื่อ: ตุลาคม 26, 2011, 20:08:45 PM »
0
เคลียร์ Log แบบ auto ทำอย่างไรครับ ตานอย

:D :D

http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=22276.0
« แก้ไขครั้งสุดท้าย: ตุลาคม 26, 2011, 20:11:29 PM โดย Farza »