CN104657276A - Configuration iozone cluster testing method - Google Patents

Configuration iozone cluster testing method Download PDF

Info

Publication number
CN104657276A
CN104657276A CN201510109619.0A CN201510109619A CN104657276A CN 104657276 A CN104657276 A CN 104657276A CN 201510109619 A CN201510109619 A CN 201510109619A CN 104657276 A CN104657276 A CN 104657276A
Authority
CN
China
Prior art keywords
cluster
ssh
iozone
test
rsh
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510109619.0A
Other languages
Chinese (zh)
Inventor
崔美
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Group Co Ltd
Original Assignee
Inspur Group Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Group Co Ltd filed Critical Inspur Group Co Ltd
Priority to CN201510109619.0A priority Critical patent/CN104657276A/en
Publication of CN104657276A publication Critical patent/CN104657276A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a configuration iozone cluster testing method, and relates to the field of computers. In a mode of ssh connection, iozone cluster testing is achieved by virtue of a method of configuring ssh password-less login between cluster nodes, as basic configuration, of a duplex cluster, wherein the method mainly comprises the following steps: 1) configuring ssh password-less login between cluster nodes; 2) by modifying an environment variable, achieving ssh which serves as deficient rsh configuration; and 3) setting an iozone cluster testing node document. By virtue of the iozone cluster testing of ssh connection, the method is capable of improving the safety of a cluster system; and on the basis of the characteristics of the password-less login between the cluster nodes, the complexity of cluster configuration is relieved and the working efficiency is improved.

Description

A kind of method configuring the test of iozone cluster
Technical field
The present invention relates to computer realm, is exactly a kind of method configuring the test of iozone cluster specifically.
Background technology
Time the earliest, internet communication is all plaintext communication, once be intercepted and captured, content just exposes undoubtedly.Nineteen ninety-five, Finland scholar Tatu Ylonen devises SSH agreement, log-on message is all encrypted, and becomes a basic solution of internet security, puts it over rapidly, become the standard configuration of linux system at present in the whole world.
Group system with its high-performance, high reliability, be easy to the features such as management, be applied to more and more widely in actual scene as: petroleum prospecting, weather prognosis, disaster simulation etc., especially Linux cluster has become very popular in a lot of field.In a lot of application of cluster, between clustered node, need the relation of breaking the wall of mistrust, realized by configuration rsh in early days.But after SSH becomes the standard configuration of linux system, rsh gradually replace by the high SSH of level of security.
Along with the application of group system is more and more extensive, the performance of cluster more and more becomes the problem that user is concerned about very much.As the iozone of one of the important tool of test cluster disk/file system performance, usage frequency is more and more higher, the use especially under Linux platform.
Iozone is the benchmark instrument of a file system, can test the readwrite performance of the file system in different operating system.Read can be tested, the hard disk performance under the different modes such as write, re-read, re-write.The default use rsh of iozone cluster test, in order to improve security of system, reduces the complexity of cluster configuration simultaneously, the invention provides the collocation method that a kind of iozone cluster connected by ssh is tested.
Summary of the invention
The present invention is directed to the weak point that prior art exists, propose a kind of method configuring the test of iozone cluster.
A kind of method configuring the test of iozone cluster of the present invention, the technical scheme solving the problems of the technologies described above employing is as follows: the mode that the method is connected by ssh realizes, and improves the security of group system; Adopt between the basic configuration-clustered node of multiplexing cluster and configure the method for ssh without password login, alleviate cluster configuration complexity, realize the test of iozone cluster; Mainly comprise following three steps: 1) the internodal ssh of allocation cluster is without password login; 2) by amendment environmental variance, the configuration that ssh is used as default rsh is realized; 3) the cluster test node file of iozone is set.
Preferably, the internodal ssh of allocation cluster, without password login, refers to that the main frame of cluster and other machines can log in without password by ssh mutually.
Preferably, by amendment environmental variance, realize the configuration that ssh is used as default rsh, the mode by revising temporarily: under shell, perform successively: export RSH=ssh; Export rsh=ssh.
Preferably, by amendment environmental variance, the configuration that ssh is used as default rsh is realized, the mode by forever revising: in environmental variance file ~/.bashrc, add: export RSH=ssh; Export rsh=ssh;
Then perform source. bashrc under shell, variable is come into force.
Preferably, the cluster test node file of Iozone is set, comprises the cluster IP address (machine name) that Iozone is set, the file system name of testing, Iozone path.
Preferably, by each test node is copied multirow, open multiple process at each test node and test.
The beneficial effect that the method for a kind of iozone of configuration cluster test of the present invention compared with prior art has is: the iozone cluster test that this method is connected by ssh, improves the security of group system; And without the characteristic of password login between the multiplexing well basic configuration-clustered node of cluster of the method, alleviate cluster configuration complexity, improve work efficiency.
Accompanying drawing explanation
Accompanying drawing 1 is the process flow diagram of the method for configuration iozone cluster test.
Embodiment
For making the object, technical solutions and advantages of the present invention clearly understand, below in conjunction with specific embodiment, and with reference to accompanying drawing, a kind of method configuring the test of iozone cluster of the present invention is further described.
A kind of method configuring the test of iozone cluster of the present invention, propose the collocation method of the iozone cluster test that a kind of ssh connects, when iozone cluster is tested, the mode connected by ssh is realized, and improves the security of group system; Adopt between the basic configuration-clustered node of multiplexing cluster and configure the method for ssh without password login, alleviate cluster configuration complexity, realize the test of iozone cluster.
Embodiment 1:
A kind of method configuring the test of iozone cluster described in the present embodiment, on the one hand, adopt the encrypted transmission of ssh, the mechanism features of key authentication can improve the security of group system; On the other hand at present ssh has become the basic configuration of Linux group system without password login, and the test of iozone cluster can this characteristic of multiplexing Linux group system, and then alleviates the complexity of configuration, improves work efficiency.
The method of this configuration iozone cluster test, as shown in Figure 1, mainly comprises following three steps: 1) the internodal ssh of allocation cluster is without password login; 2) by amendment environmental variance, the configuration that ssh is used as default rsh is realized; 3) the cluster test node file of iozone is set.
1) the internodal ssh of allocation cluster is without password login, specifically comprises: should cluster main frame can ssh without the other machines in password login cluster, and other machines also want can ssh without password login main frame.The configuration of this step is carried out in the basic configuration of cluster in early stage, direct multiplexing early stage cluster configuration.
2) by amendment environmental variance, realize the configuration that ssh is used as default rsh: default the uses rsh of the cluster of iozone test, and at present rsh substantially replace by ssh, therefore needing to configure ssh is used as default rsh, realized by amendment environmental variance, have two kinds of modes:
(1) mode of interim amendment: under shell, perform successively: export RSH=ssh; Export rsh=ssh;
(2) mode of permanent amendment: in environmental variance file ~/.bashrc, add: export RSH=ssh; Export rsh=ssh;
Then perform source. bashrc under shell, variable is come into force.
3) the cluster test node file of Iozone is set, comprises IP address (machine name), the file system name of test, Iozone path, such as: nodeA/clustere/root/iozone3_413/src/current/iozone
nodeB /clusterb /root/iozone3_413/src/current/iozone
If want that opening multiple process at each test node tests, and can copy multirow each test node.
By above-mentioned steps, complete ssh between multiplexing clustered node and, without the basic configuration of password login, revise the mode of environmental variance, achieve the iozone cluster test configuration method that the high ssh of a kind of level of security connects.
Above-mentioned embodiment is only concrete case of the present invention; scope of patent protection of the present invention includes but not limited to above-mentioned embodiment; any claims according to the invention and any person of an ordinary skill in the technical field to its suitable change done or replacement, all should fall into scope of patent protection of the present invention.

Claims (6)

1. configure a method for iozone cluster test, it is characterized in that, the mode connected by ssh, adopt between the basic configuration-clustered node of multiplexing cluster and configure the method for ssh without password login, realize the test of iozone cluster; Key step comprises: 1) the internodal ssh of allocation cluster is without password login; 2) by amendment environmental variance, the configuration that ssh is used as default rsh is realized; 3) the cluster test node file of iozone is set.
2. according to claim 1 a kind of configure iozone cluster test method, it is characterized in that, the internodal ssh of allocation cluster, without password login, refers to that the main frame of cluster and other machines can log in without password by ssh mutually.
3. according to claim 2 a kind of configure iozone cluster test method; it is characterized in that, by amendment environmental variance, realize the configuration that ssh is used as default rsh; mode by revising temporarily: under shell, performs: export RSH=ssh successively; Export rsh=ssh.
4. according to claim 2 a kind of configure iozone cluster test method; it is characterized in that, by amendment environmental variance, realize the configuration that ssh is used as default rsh; mode by forever revising: in environmental variance file ~/.bashrc, add: export RSH=ssh; Export rsh=ssh;
Then perform source. bashrc under shell, variable is come into force.
5. a kind of method configuring the test of iozone cluster according to claim 3 or 4, is characterized in that, arrange the cluster test node file of Iozone, comprises the cluster IP address (machine name) arranging Iozone, the file system name of testing, Iozone path.
6. according to claim 5 a kind of configure iozone cluster test method, it is characterized in that, by each test node is copied multirow, open multiple process at each test node and test.
CN201510109619.0A 2015-03-13 2015-03-13 Configuration iozone cluster testing method Pending CN104657276A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510109619.0A CN104657276A (en) 2015-03-13 2015-03-13 Configuration iozone cluster testing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510109619.0A CN104657276A (en) 2015-03-13 2015-03-13 Configuration iozone cluster testing method

Publications (1)

Publication Number Publication Date
CN104657276A true CN104657276A (en) 2015-05-27

Family

ID=53248443

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510109619.0A Pending CN104657276A (en) 2015-03-13 2015-03-13 Configuration iozone cluster testing method

Country Status (1)

Country Link
CN (1) CN104657276A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105511999A (en) * 2015-12-10 2016-04-20 浪潮电子信息产业股份有限公司 Iozone based USB interface performance testing method
CN106850352A (en) * 2017-02-10 2017-06-13 郑州云海信息技术有限公司 One kind configuration vdbench cluster method of testings
CN106897181A (en) * 2017-03-01 2017-06-27 郑州云海信息技术有限公司 A kind of Vdbench test devices
CN110262970A (en) * 2019-06-14 2019-09-20 浪潮软件集团有限公司 A kind of method and system based on Hadoop big data cluster API automatic test
CN111045931B (en) * 2019-11-22 2021-01-01 腾讯科技(深圳)有限公司 Application program testing method, device, equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102169448A (en) * 2011-03-18 2011-08-31 浪潮电子信息产业股份有限公司 Deployment method of cluster parallel computing environment

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102169448A (en) * 2011-03-18 2011-08-31 浪潮电子信息产业股份有限公司 Deployment method of cluster parallel computing environment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
DONG976209075: "《http://blog.csdn.net/dong976209075/article/details/8224454》", 26 November 2012, CSDN博客 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105511999A (en) * 2015-12-10 2016-04-20 浪潮电子信息产业股份有限公司 Iozone based USB interface performance testing method
CN106850352A (en) * 2017-02-10 2017-06-13 郑州云海信息技术有限公司 One kind configuration vdbench cluster method of testings
CN106897181A (en) * 2017-03-01 2017-06-27 郑州云海信息技术有限公司 A kind of Vdbench test devices
CN106897181B (en) * 2017-03-01 2020-03-20 郑州云海信息技术有限公司 Vdbernh testing arrangement
CN110262970A (en) * 2019-06-14 2019-09-20 浪潮软件集团有限公司 A kind of method and system based on Hadoop big data cluster API automatic test
CN111045931B (en) * 2019-11-22 2021-01-01 腾讯科技(深圳)有限公司 Application program testing method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
US11138095B2 (en) Identity propagation through application layers using contextual mapping and planted values
CN103023875B (en) A kind of account management system and method
CN104657276A (en) Configuration iozone cluster testing method
CN104054316B (en) Systems and methods for conducting load balancing on SMS center and building virtual private network
CN103392320B (en) Encrypted item is carried out the system and method that multilamellar labelling determines to provide extra safely effectively encrypted item
CN104281808B (en) A kind of general Android malicious act detection methods
CN108234164B (en) Cluster deployment method and device
CN107533472A (en) A kind of method in system interlayer division data operational function
US20140157260A1 (en) Virtual machine image migration
CN103338125B (en) A kind of method of batch network device configuration
RU2012133973A (en) METHOD AND DEVICE FOR DATA CONFIGURATION
CN105260377B (en) A kind of upgrade method and system based on classification storage
Arshad et al. Forensic analysis of tor browser on windows 10 and android 10 operating systems
CN107181626B (en) Method and system for monitoring network bandwidth of distributed storage cluster system
CN113518095B (en) SSH cluster deployment method, device, equipment and storage medium
Chen et al. Automatic performance-optimal offloading of network functions on programmable switches
CN102014131B (en) Device safety check method combining off-line check and central summary
CN103685602A (en) In-band out-band multiple-address associating method bringing convenience to node management
CN105162765B (en) A kind of cloud data security implementation method sought survival based on docking
KR101531833B1 (en) Multi-channel method and device for smartwork security framework based on mobile virtualization environment
CN103338190B (en) Based on the believable unstructured data secure exchange of user behavior method
CN104935645A (en) Viral transmission prevention method for safely transmitting USB flash disk file on financial network counter
CN111026800A (en) Data export method and device, electronic equipment and storage medium
CN110581848A (en) Cloud desktop multi-network isolation system and method
US10938765B1 (en) Systems and methods for preparing email databases for analysis

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150527